@charset "UTF-8";
/**
 * Reset some basic elements

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
    margin: 0;
    padding: 0;
}
 */
/**
 * Basic styling
 */
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  /* font-weight: 300; */
  color: #111;
  background-color: #fdfdfd;
}
@media screen {
  body {
    font-size: 16px;
  }
}
@media print {
  body {
    font-size: 12px;
    /* line-height: $print-line-height;*/
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.75em 0 0.5em 0;
  font-weight: 400;
}

article h1, article h2, article .heavy-heading {
  font-weight: bold;
  border-bottom: 2px solid;
}
article h3, article .medium-heading {
  border-bottom: 1px solid #b3b3b3;
}
article h4, article .light-heading {
  border-bottom: 1px dotted #cccccc;
}

.tight {
  letter-spacing: -1px;
}

p, blockquote, pre,
ul, ol, dl, figure {
  margin: 0.5em 0;
}

ul, ol {
  padding: 0 2em;
}

.highlight, alert_wrapper {
  overflow: initial;
}

.highlight pre, .alert_wrapper .alert_box {
  margin-left: 2em;
  margin-right: 2em;
}

@media (max-width: 1000px) {
  .highlight pre, .alert_wrapper .box {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
    margin-bottom: $spacing-unit / 2;
}
p {
  margin-top: $spacing-unit / 2;
}
*/
img {
  max-width: 100%;
  /* vertical-align: middle; */
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

li > ul,
li > ol,
li > dl {
  margin-top: 0;
  margin-bottom: 0;
}

.alpha > li,
.roman > li,
.alpha_marker > li,
.letter_marker > li,
.roman_marker > li {
  margin: 0.5em 0;
}

form.like_link {
  display: inline;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
form.like_link input {
  font-family: Helvetica, Arial, sans-serif;
  display: none;
}
form.like_link input[type=submit] {
  display: inline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  /* font-weight: 300; */
}
@media screen {
  form.like_link input[type=submit] {
    font-size: 16px;
  }
}
@media print {
  form.like_link input[type=submit] {
    font-size: 12px;
    /* line-height: $print-line-height;*/
  }
}

a, #staff-table th a, form.like_link input {
  color: #27e;
  text-decoration: none;
}
a:visited, #staff-table th a:visited, form.like_link input:visited {
  color: #0e54b6;
}
a:hover, #staff-table th a:hover, form.like_link input:hover {
  /* color: $text-color; */
  text-decoration: underline;
}

blockquote {
  color: #666;
  border-left: 4px solid #f2f2f2;
  padding-left: 15px; /* 2023/01/21, lyn changed from: $spacing-unit / 2; */
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

pre,
code {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-color: #f3f3f3;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 2px 6px;
}
@media screen {
  pre {
    overflow-x: scroll;
    /* width: 90%; */
    margin: auto;
  }
}
@media print {
  pre {
    overflow-x: wrap;
  }
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1000px) {
  pre {
    width: initial;
  }
}
.green {
  color: #383;
}

.site_tag,
.purple_tag,
.orange_tag,
.green_tag,
.red_tag,
.blue_tag,
.tag {
  border-radius: 3px;
  border: 1px solid;
  padding: 1px 5px;
  font-size: smaller;
  font-weight: bold;
}

.site_tag {
  border-color: #fa0;
  color: #fa0;
  background: #fed;
}

a.site_tag:visited {
  color: #fa0;
}

a.site_tag:hover {
  color: white;
  background: #fa0;
  text-decoration: none;
}

.purple_tag,
.lab_tag {
  border-color: #428;
  color: #428;
  background: #edf;
}

.orange_tag,
.code_tag {
  border-color: #d70;
  color: #d70;
  background: #fed;
}

.green_tag,
.paper_tag,
.pencil_tag {
  border-color: #383;
  color: #383;
  background: #dfd;
}

.blue_tag,
.topic_tag {
  border-color: #27e;
  color: #27e;
  background: #def;
}

.red_tag,
.exam_tag {
  border-color: #833;
  color: #833;
  background: #fdd;
}

.yellow_tag {
  border-color: #eebb00;
  color: #eebb00;
  backround: #ffd;
}

.gray_tag, .grey_tag {
  border-color: #444;
  color: #444;
  background: #f2f2f2;
}

.prompt_line {
  font-weight: bold;
}

.reading {
  font-size: smaller;
  font-style: italic;
  color: #444;
}

.site_sym {
  font-weight: bold;
  color: white;
}

.site_sym_inner, .site_icon {
  background: #fa0;
  border-radius: 0.2em;
  border: 1px solid #fa0;
  display: inline;
  padding: 0.15em;
}

.site_icon {
  height: 1em;
  margin-right: 0.2em;
}

.site_sym, .site_icon {
  vertical-align: -0.32em;
}

.navicon {
  height: 1em;
  vertical-align: -0.1em;
}

@supports (-moz-appearance: none) {
  .site_sym {
    padding-top: 0.1em;
  }
}
.site_color {
  color: #fa0;
}

.footnotes {
  margin-top: 2em;
  border-top: 1px solid #666;
  padding: 1em;
  font-size: smaller;
}

.footnotes:before {
  content: "Footnotes:";
}

ol.alpha,
ol.letter,
ol.alpha_marker,
ol.letter_marker {
  list-style-type: lower-alpha;
}

ol.roman,
ol.roman_marker {
  list-style-type: lower-roman;
}

figure {
  text-align: center;
  background: white;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 10px 20px;
}

figure > * {
  padding: 10px;
}

figcaption {
  /* margin-top: 10px; */
  border-top: 1px solid #ccc;
  background: #eee;
}

.left {
  float: left;
  margin: 0 20px 20px 0;
}

.right {
  float: right;
  margin: 0 0 20px 20px;
}

.center {
  text-align: center;
}

.box {
  border-wdith: 1px;
  border-style: solid;
  border-width: 1px 1px 1px 1em;
  padding: 0 1em;
}

.alert_box, .rawalert_box {
  /* margin-left: auto;
  margin-right: auto; */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  clear: both;
}

.aside_box, .rawaside_box {
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media (min-width: 801px) {
  .aside_box, .rawaside_box {
    width: 40%;
    float: right;
    margin-left: 30px;
  }
}
.alert_box, .rawalert_box {
  border-color: #d70;
  background-color: #fed;
}

.aside_box, .rawaside_box {
  border-color: #27e;
  background-color: #c8ddfb;
}

.box > * {
  font-weight: normal;
}

.box > *:last-child {
  margin-bottom: 1em;
}

.box_heading, .warning {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0.8em 0;
}

/*
.warning:before {
    content: "!!!";
    background: $site-color;
    color: white;
    padding: 0.4em 0.8em;
    margin-right: 0.8em;
    display: inline-block;
}
*/
td {
  padding: 0 0.5em;
  border: 1px solid #cccccc;
}

th {
  color: white;
  background: #444;
}

th a {
  color: #b0cef9;
  text-decoration: underline;
}
th a:visited {
  color: #98c0f7;
  text-decoration: underline;
}
th a:hover {
  color: #dfecfd;
  text-decoration: underline;
}

/* Heading numbers

body {
    counter-reset: h2counter;
    counter-reset: h1counter;
}
h1:before {
    content: counter(h1counter) ". ";
    counter-increment: h1counter;
    counter-reset: h2counter;
}
h2:before {
    content: counter(h1counter) "." counter(h2counter) ". ";
    counter-increment: h2counter;
}
.post-title:before, .no_toc:before, .nocount:before {
    content: none;
    counter-increment: none;
}

*/
#markdown-toc .helplink {
  display: none;
}

hr {
  margin: 2em 0;
  padding: 1px;
  border: none;
  background: #111;
}

.hidden {
  display: none;
}

.deletion {
  background: #aaa;
  text-decoration: line-through;
}

.addition {
  background: #ff8;
  font-weight: normal;
}

div.addition {
  padding: 0 1em;
  margin-left: -1em;
  margin-right: -1em;
}

.headline {
  font-weight: bold;
}

.spotlight {
  font-weight: bold;
}

.tt {
  font-family: monospace;
}

@media screen {
  html {
    scroll-padding-top: 8em;
  }
  body {
    min-width: 300px;
    min-height: 100%;
  }
  .wrapper {
    /* width: 90%; */
    /* max-width: $width-max; */
    /* margin-right: auto;
    margin-left: auto; */
    margin: 0;
    padding-right: 15px; /* 2023/01/21, lyn changed from: $spacing-unit / 2; */
    padding-left: 15px; /* 2023/01/21, lyn changed from: $spacing-unit / 2; */
    /* clearfix */
  }
  .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .construction {
    text-align: center;
    background: #9c0000;
    color: white;
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    width: 100%;
    text-decoration: blink;
    position: fixed;
    top: 0;
  }
  .construction a, .construction a:hover, .construction a:visited {
    color: #def;
    text-decoration: underline;
  }
  .construction::before, .construction::after {
    content: " 🚧 ";
  }
  .sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
  #site-header {
    width: 100%;
    border-top: 3px solid #fa0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f2f2f2;
  }
  #site-header .site-title {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 48px;
    margin-top: 0.1em;
    margin-bottom: -0.1em;
  }
  #site-header .site-nav {
    line-height: 36px;
    /* 2023/01/21, lyn changed from: (2 * $spacing-unit / 5) */
    margin-top: 0.1em;
    margin-bottom: -0.1em;
  }
  #site-footer {
    border-bottom: 3px solid #fa0;
    border-top: 1px solid #e5e5e5;
    background-color: #f2f2f2;
  }
  #site-footer .site-title {
    letter-spacing: -1px;
    line-height: 32px;
  }
  #site-footer .site-nav {
    line-height: 32px;
  }
  #site-header a, #site-header a:visited,
  #site-footer a,
  #site-footer a:visited {
    color: #444;
  }
  .site-title {
    float: left;
  }
  .site-nav {
    float: right;
  }
  .page-link {
    display: inline-block;
    margin: 6px; /* 2023/01/21, lyn changed from: $spacing-unit / 5; */
    margin-bottom: 2px; /* 2023/01/21, lyn changed from: $spacing-unit / 15; */
  }
  .front-title {
    line-height: 1.2;
    text-align: center;
  }
  .jumplinks {
    text-align: center;
    font-size: 20.8px;
    float: right;
  }
  .block-link {
    display: inline-block;
    margin: 0.2em 0.5em 0 0.5em;
  }
  .horizontal {
    /* display: initial; */
  }
  .vertical {
    display: none;
  }
  #page_jump {
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    background: #f2f2f2;
    font-weight: bold;
    border-top: 3px solid #27e;
  }
  #page_jump #page_jump_top {
    padding: 0.25em 0.5em 0 0.5em;
    display: block;
  }
  #page_jump #page_jump_toc, #page_jump #page_jump_now {
    padding: 0.1em 0.5em;
    display: block;
  }
  #page_jump #page_jump_bot {
    padding: 0.25em 0.5em 0 0.5em;
    display: block;
    border-bottom: 3px solid #27e;
  }
  #page_jump a:hover {
    text-decoration: none;
    background: #def;
  }
  #manifest .policy_link {
    font-weight: bold;
  }
  /* Wide view */
  /* Vertical view */
  /* Narrow view */
}
@media screen and (min-width: 1001px) {
  #site-header {
    position: fixed;
    top: 3.5em;
    z-index: 1;
  }
  #site-footer {
    position: relative;
    z-index: 1;
  }
  .page-content {
    padding-top: 7em;
  }
  .post-title {
    margin: 0;
    top: 2.75em;
  }
  #markdown-toc {
    top: 11.5em;
    z-index: 0;
  }
  .post-title, #contents, #markdown-toc {
    /* margin-left: 5%; */
    margin-left: 15px; /* 2023/01/21, lyn changed from: $spacing-unit / 2; */
    position: fixed;
    left: 0px;
    width: 240px;
    padding-right: 0;
  }
  #contents {
    display: none;
    /* border: none;
    font-weight: normal;
    font-size: 1.6em;
    top: 2em; */
  }
  #markdown-toc {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #f2f2f2;
    background: #f7f7f7;
    bottom: 3em;
    overflow: scroll;
    z-index: 0;
  }
  .post {
    padding-left: 300px;
  }
  .post-content:first-child {
    margin-top: 0;
  }
  #page_jump {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #site-header {
    position: fixed;
    top: 3.5em;
    z-index: 1;
  }
  #site-footer {
    position: relative;
    z-index: 1;
  }
  .page-content {
    padding-top: 9.5em;
  }
  html {
    scroll-padding-top: 10em;
  }
  .wrapper {
    width: initial;
    padding-right: 15px; /* 2023/01/21, lyn changed from: $spacing-unit / 2; */
    padding-left: 15px; /* 2023/01/21, lyn changed from: $spacing-unit / 2; */
  }
  #site-header,
  #site-footer {
    text-align: center;
  }
  .site-title,
  .site-nav {
    float: none;
    line-height: normal;
  }
  .page-link {
    margin: 0 6px; /* 2023/01/21, lyn changed from: $spacing-unit / 5; */
  }
  .jumplinks {
    font-size: 19.2px;
  }
  .horizontal {
    display: none;
  }
  .vertical {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .page-content {
    padding: 0;
  }
  .construction {
    font-size: 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  html {
    scroll-padding-top: 3.5em;
  }
  #site-header {
    position: static;
    margin-top: 4.5em;
  }
  #page_jump {
    border-bottom: 1px solid #27e;
  }
  #page_jump #page_jump_top, #page_jump #page_jump_bot {
    display: none;
  }
  figure, figure.left, figure.right {
    float: none;
    text-align: center;
    margin: 10px 20px;
  }
}
@media print {
  .site-title {
    float: right;
    margin: 0 0 4em 4em;
  }
  .site-nav, #site-footer {
    display: none;
  }
  #page_jump {
    display: none;
  }
}
/**
 * Posts
 */
.post-header {
  margin-bottom: 15px; /* 2023/01/21, lyn changed from: $spacing-unit / 2; */
}

.front-title, .post-title {
  letter-spacing: -1px;
  font-weight: normal;
  border: none;
}
@media screen {
  .front-title, .post-title {
    font-size: 48px;
  }
}
@media print {
  .front-title, .post-title {
    font-size: 26.4px;
  }
}

.post-title {
  line-height: 1;
}

.post-content {
  margin-bottom: 30px;
  /* Prevent paragraphs,etc. from wrapping into really tiny spaces
  ul:before, ol:before, dl:before, p:before {
      content: "";
      width: 10em;
      display: block;
      overflow: hidden;
  }*/
}
@media screen {
  .post-content h1 {
    font-size: 36px;
  }
}
@media print {
  .post-content h1 {
    font-size: 21.6px;
  }
}
@media screen {
  .post-content h2 {
    font-size: 32px;
  }
}
@media print {
  .post-content h2 {
    font-size: 19.2px;
  }
}
@media screen {
  .post-content h3 {
    font-size: 25.6px;
  }
}
@media print {
  .post-content h3 {
    font-size: 16.8px;
  }
}
@media screen {
  .post-content h4 {
    font-size: 20px;
  }
}
@media print {
  .post-content h4 {
    font-size: 14.4px;
  }
}
@media screen {
  .post-content h5 {
    font-size: 17.6px;
  }
}
@media print {
  .post-content h5 {
    font-size: 13.2px;
  }
}
@media screen {
  .post-content h6 {
    font-size: 16px;
    font-weight: bold;
  }
}
@media print {
  .post-content h6 {
    font-size: 12px;
    font-weight: bold;
  }
}

.coursenum {
  font-weight: bold;
}

.semester {
  font-weight: 100;
  color: #666;
  font-size: smaller;
}

.clear {
  clear: both;
}

/*#staff-table {
    width: 100%;
    td, th {
        background: #fafafa;
        color: inherit;
        vertical-align: top;
        margin: 0em;
        padding: 0.4em 0.7em;
        border: none;
        border-top: 5px solid lighten($grey-color, 40%);
    }
    td {
        vertical-align: top;
        margin: 0em;
        padding: 0.5em;
    }
    .dark_row td, .dark_row th {
        background: $grey-color-light;
    }
    th.emptycorner {
        background: $background-color;
        border: none;
    }
}*/
#staff-table {
  border-top: 1px solid #cccccc;
  float: right;
  width: initial;
  margin: 0 0 2em 2em;
}
#staff-table .light_row th {
  background: #f8f8f8;
}
#staff-table .dark_row th {
  background: #f2f2f2;
}
#staff-table th {
  color: #111;
}

@media (max-width: 1000px) {
  #staff-table {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 800px) {
  #staff-table {
    border: 0;
    float: none;
    margin: 0;
    width: 100%;
  }
  #staff-table tr {
    display: block;
    padding-bottom: 7.5px; /* 2023/01/21, lyn changed from: $spacing-unit / 4; */
    border: 0;
  }
  #staff-table tr.col_headers {
    display: none;
  }
  #staff-table td, #staff-table th {
    padding: 0.2em 0.7em;
    text-align: left;
    display: block;
    border-top: 0;
    border-left: 5px solid #cccccc;
    border-bottom: 0;
  }
  #staff-table .hide-narrow {
    display: none;
  }
}
.assignment_list .date_list {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
}

.topic-heading {
  margin-bottom: 0;
  border-bottom: none;
}

.topic-dates {
  margin-top: 0;
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  padding: 0 0.5em;
}

.topic-content {
  padding: 0 1em;
  border: 1px solid #f2f2f2;
}

.motto {
  border: none;
  text-align: center;
}

.motto-block {
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  padding: 0 0.5em;
  display: inline-block;
}

.fill_semester::after {
  content: "Fall 2025";
}

/**
 * Syntax highlighting styles
 */
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.cal_key {
  text-align: center;
  margin: 0.5em;
}
.cal_key a:hover {
  text-decoration: none;
}

.course_calendar_grid {
  width: 100%;
  /* counteract top-level ul clearing trick */
}
.course_calendar_grid .vertical,
.course_calendar_grid .date_label_dow {
  display: none;
}
.course_calendar_grid .date_label {
  color: #666;
}
.course_calendar_grid .date_label_day {
  font-weight: bold;
}
.course_calendar_grid td {
  vertical-align: top;
  margin: 0em;
  padding: 0.4em 0.7em;
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: #cccccc;
}
.course_calendar_grid th {
  vertical-align: top;
  margin: 0em;
  padding: 0.5em;
}
.course_calendar_grid .light_row td {
  background: #fafafa;
}
.course_calendar_grid .dark_row td {
  background: #f2f2f2;
}
.course_calendar_grid td.holiday {
  border-color: #666;
  background: #bfbfbf;
}
.course_calendar_grid .holiday li, .course_calendar_grid .altschedule {
  font-weight: bolder;
}
.course_calendar_grid .altschedule li {
  font-weight: lighter;
}
.course_calendar_grid td.altschedule {
  border-color: #666;
  /* background: darken($grey-color-light, 10%); */
}
.course_calendar_grid td.examperiod, .course_calendar_grid td.readingperiod {
  border-color: #d70;
}
.course_calendar_grid td.examperiod .date_label, .course_calendar_grid td.readingperiod .date_label {
  color: #d70;
}
.course_calendar_grid .day_note {
  font-weight: bolder;
  display: block;
}
.course_calendar_grid .day_agenda {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.course_calendar_grid ul:before {
  content: initial;
  width: initial;
  display: initial;
  overflow: initial;
}
.course_calendar_grid .topic_link {
  display: inline-block;
}
.course_calendar_grid .assign_label, .course_calendar_grid .exam_label {
  font-weight: bolder;
  text-style: italic;
}
.course_calendar_grid .topic_extras {
  font-size: 0.8em;
  display: inline-block;
}
.course_calendar_grid td.new_month {
  border-color: #428;
}
.course_calendar_grid .new_month .date_label {
  color: #428;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .course_calendar_grid tr {
    display: block;
    padding-bottom: 30px;
  }
  .course_calendar_grid tr.col_headers {
    display: none;
  }
  .course_calendar_grid td {
    display: block;
    border-width: 0 0 0 5px;
    margin-bottom: 2px;
  }
  .course_calendar_grid .date_label {
    display: block;
  }
  .course_calendar_grid .date_label_dow {
    font-weight: bold;
  }
  .course_calendar_grid .date_label_dow,
  .course_calendar_grid .date_label_month {
    display: initial;
  }
  .course_calendar_grid td.new_month {
    border-color: #428;
  }
  .course_calendar_grid td.new_month .date_label {
    font-weight: bold;
  }
  .course_calendar_grid .day_agenda {
    padding-left: 1em;
  }
  .course_calendar_grid .day_note {
    display: inline-block;
  }
}
.course_calendar_block {
  width: 100%;
  border-collapse: collapse;
  /* counteract top-level ul clearing trick */
}
.course_calendar_block td, .course_calendar_block th {
  text-align: left;
  vertical-align: top;
  margin: 0em;
  padding: 0.2em 0.4em;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #cccccc;
}
.course_calendar_block tr.label_row th, .course_calendar_block tr.block_row th {
  font-size: smaller;
}
.course_calendar_block tr.label_row th a:link, .course_calendar_block tr.label_row th a:visited, .course_calendar_block tr.block_row th a:link, .course_calendar_block tr.block_row th a:visited {
  text-decoration: none;
}
.course_calendar_block tr.label_row th a:hover, .course_calendar_block tr.block_row th a:hover {
  text-decoration: underline;
}
.course_calendar_block tr.label_row .purple, .course_calendar_block tr.label_row .purple a, .course_calendar_block tr.label_row .purple a:visited, .course_calendar_block tr.label_row .purple a:hover {
  background: #edf;
  color: #428;
}
.course_calendar_block tr.label_row .blue, .course_calendar_block tr.label_row .blue a, .course_calendar_block tr.label_row .blue a:visited, .course_calendar_block tr.label_row .blue a:hover {
  background: #def;
  color: #27e;
}
.course_calendar_block tr.label_row .green, .course_calendar_block tr.label_row .green a, .course_calendar_block tr.label_row .green a:visited, .course_calendar_block tr.label_row .green a:hover {
  background: #dfd;
  color: #383;
}
.course_calendar_block tr.label_row .yellow, .course_calendar_block tr.label_row .yellow a, .course_calendar_block tr.label_row .yellow a:visited, .course_calendar_block tr.label_row .yellow a:hover {
  background: #ffd;
  color: #eebb00;
}
.course_calendar_block tr.label_row .orange, .course_calendar_block tr.label_row .orange a, .course_calendar_block tr.label_row .orange a:visited, .course_calendar_block tr.label_row .orange a:hover {
  background: #fed;
  color: #d70;
}
.course_calendar_block tr.label_row .red, .course_calendar_block tr.label_row .red a, .course_calendar_block tr.label_row .red a:visited, .course_calendar_block tr.label_row .red a:hover {
  background: #fdd;
  color: #833;
}
.course_calendar_block tr.label_row .site, .course_calendar_block tr.label_row .site a, .course_calendar_block tr.label_row .site a:visited, .course_calendar_block tr.label_row .site a:hover {
  background: #fed;
  color: #fa0;
}
.course_calendar_block tr.label_row .gray, .course_calendar_block tr.label_row .gray a, .course_calendar_block tr.label_row .gray a:visited, .course_calendar_block tr.label_row .gray a:hover {
  background: #444;
  color: #f2f2f2;
}
.course_calendar_block .dark_row td {
  background: #f2f2f2;
}
.course_calendar_block .light_row td {
  background: #f8f8f8;
}
.course_calendar_block tr.block_row .block_head {
  padding-left: 0;
}
.course_calendar_block tr.block_row th {
  border-bottom: 2px solid;
  font-weight: bold;
  padding-top: 1em;
  font-size: larger;
}
.course_calendar_block tr.block_row .purple, .course_calendar_block tr.block_row .purple a, .course_calendar_block tr.block_row .purple a:visited, .course_calendar_block tr.block_row .purple a:hover {
  background: #fdfdfd;
  color: #428;
  border-color: #428;
}
.course_calendar_block tr.block_row .blue, .course_calendar_block tr.block_row .blue a, .course_calendar_block tr.block_row .blue a:visited, .course_calendar_block tr.block_row .blue a:hover {
  background: #fdfdfd;
  color: #27e;
  border-color: #27e;
}
.course_calendar_block tr.block_row .green, .course_calendar_block tr.block_row .green a, .course_calendar_block tr.block_row .green a:visited, .course_calendar_block tr.block_row .green a:hover {
  background: #fdfdfd;
  color: #383;
  border-color: #383;
}
.course_calendar_block tr.block_row .yellow, .course_calendar_block tr.block_row .yellow a, .course_calendar_block tr.block_row .yellow a:visited, .course_calendar_block tr.block_row .yellow a:hover {
  background: #fdfdfd;
  color: #eebb00;
  border-color: #eebb00;
}
.course_calendar_block tr.block_row .orange, .course_calendar_block tr.block_row .orange a, .course_calendar_block tr.block_row .orange a:visited, .course_calendar_block tr.block_row .orange a:hover {
  background: #fdfdfd;
  color: #d70;
  border-color: #d70;
}
.course_calendar_block tr.block_row .red, .course_calendar_block tr.block_row .red a, .course_calendar_block tr.block_row .red a:visited, .course_calendar_block tr.block_row .red a:hover {
  background: #fdfdfd;
  color: #833;
  border-color: #833;
}
.course_calendar_block tr.block_row .site, .course_calendar_block tr.block_row .site a, .course_calendar_block tr.block_row .site a:visited, .course_calendar_block tr.block_row .site a:hover {
  background: #fdfdfd;
  color: #fa0;
  border-color: #fa0;
}
.course_calendar_block tr.block_row .gray, .course_calendar_block tr.block_row .gray a, .course_calendar_block tr.block_row .gray a:visited, .course_calendar_block tr.block_row .gray a:hover {
  background: #fdfdfd;
  color: black;
  border-color: black;
}
.course_calendar_block tr.spacer td {
  border: none;
  background: transparent;
  padding: 0.5em;
}
.course_calendar_block td.holiday {
  border-color: #666;
  background: #bfbfbf;
}
.course_calendar_block .holiday li, .course_calendar_block .altschedule {
  font-weight: bolder;
}
.course_calendar_block .altschedule li {
  font-weight: lighter;
}
.course_calendar_block td.altschedule {
  border-color: #666;
  /* background: darken($grey-color-light, 10%); */
}
.course_calendar_block tr.readingperiod td {
  background: #d9d9d9;
}
.course_calendar_block tr.examperiod .day_note {
  color: #fa0;
}
.course_calendar_block tr.examperiod td {
  background: #fed;
}
.course_calendar_block .day_note {
  font-weight: bold;
  display: block;
}
.course_calendar_block .day_agenda {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.course_calendar_block ul:before {
  content: initial;
  width: initial;
  display: initial;
  overflow: initial;
}
.course_calendar_block .exam_label,
.course_calendar_block .assign_label,
.course_calendar_block .cell_label {
  font-weight: normal;
}
.course_calendar_block .cell_label {
  display: none;
}
.course_calendar_block .topic_extras {
  font-size: 0.8em;
  display: inline-block;
}
.course_calendar_block td.new_month {
  /* border-color: $purple-color; */
}
.course_calendar_block .new_month .date_label {
  /* color: $purple-color; */
  font-weight: bold;
}
.course_calendar_block .vertical,
.course_calendar_block .date_label_dow {
  font-weight: bold;
  display: inline-block;
}
.course_calendar_block .date_label_cal {
  display: inline-block;
}
.course_calendar_block .date_label {
  color: #444;
}
.course_calendar_block .tag {
  display: none;
}

.topic_block_heading {
  border-bottom: 2px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}
.topic_block_heading a:hover {
  text-decoration: none;
}

.marge { /* force in margins */
  padding: 1px;
}

.purple_heading, .purple_heading a, .purple_heading a:hover, .purple_heading a:visited {
  background: #fdfdfd;
  color: #428;
  border-color: #428;
}

.blue_heading, .blue_heading a, .blue_heading a:hover, .blue_heading a:visited {
  background: #fdfdfd;
  color: #27e;
  border-color: #27e;
}

.green_heading, .green_heading a, .green_heading a:hover, .green_heading a:visited {
  background: #fdfdfd;
  color: #383;
  border-color: #383;
}

.yellow_heading, .yellow_heading a, .yellow_heading a:hover, .yellow_heading a:visited {
  background: #fdfdfd;
  color: #eebb00;
  border-color: #eebb00;
}

.orange_heading, .orange_heading a, .orange_heading a:hover, .orange_heading a:visited {
  background: #fdfdfd;
  color: #d70;
  border-color: #d70;
}

.red_heading, .red_heading a, .red_heading a:hover, .red_heading a:visited {
  background: #fdfdfd;
  color: #833;
  border-color: #833;
}

.site_heading, .site_heading a, .site_heading a:hover, .site_heading a:visited {
  background: #fdfdfd;
  color: #fa0;
  border-color: #fa0;
}

.gray_heading, .gray_heading a, .gray_heading a:hover, .gray_heading a:visited {
  background: #fdfdfd;
  color: black;
  border-color: black;
}

.topic_block_meta {
  margin-top: 0;
  padding: 0.5em;
}

.purple_meta {
  background: #edf;
  color: #428;
}

.blue_meta {
  background: #def;
  color: #27e;
}

.green_meta {
  background: #dfd;
  color: #383;
}

.yellow_meta {
  background: #ffd;
  color: #eebb00;
}

.orange_meta {
  background: #fed;
  color: #d70;
}

.red_meta {
  background: #fdd;
  color: #833;
}

.site_meta {
  background: #fed;
  color: #fa0;
}

.gray_meta {
  background: #444;
  color: black;
}

.topic_block_section {
  margin-top: 0;
  padding: 0;
  padding-left: 1em;
  border-left-width: 8px;
  border-left-style: solid;
}

.purple_section {
  border-left-color: #428;
}

.blue_section {
  border-left-color: #27e;
}

.green_section {
  border-left-color: #383;
}

.yellow_section {
  border-left-color: #eebb00;
}

.orange_section {
  border-left-color: #d70;
}

.red_section {
  border-left-color: #833;
}

.site_section {
  border-left-color: #fa0;
}

.gray_section {
  border-left-color: #666;
}

@media (max-width: 1000px) and (min-width: 801px) {
  .course_calendar_block .date_label_dow,
  .course_calendar_block .date_label_cal {
    display: block;
  }
}
@media (max-width: 800px) {
  .course_calendar_block tr {
    display: block;
    border: none;
  }
  .course_calendar_block tr.block_row {
    border: none;
  }
  .course_calendar_block tr.block_row th {
    display: block;
  }
  .course_calendar_block tr.col_headers, .course_calendar_block tr.block_first_label_row, .course_calendar_block tr.label_row * {
    display: none;
  }
  .course_calendar_block .label_row {
    padding-top: 1px;
  }
  .course_calendar_block tr.week_purple {
    background-color: #428;
    border-left: 8px solid #428;
  }
  .course_calendar_block tr.week_blue {
    background-color: #27e;
    border-left: 8px solid #27e;
  }
  .course_calendar_block tr.week_green {
    background-color: #383;
    border-left: 8px solid #383;
  }
  .course_calendar_block tr.week_yellow {
    background-color: #eebb00;
    border-left: 8px solid #eebb00;
  }
  .course_calendar_block tr.week_orange {
    background-color: #d70;
    border-left: 8px solid #d70;
  }
  .course_calendar_block tr.week_red {
    background-color: #833;
    border-left: 8px solid #833;
  }
  .course_calendar_block tr.week_gray {
    background-color: #666;
    border-left: 8px solid #666;
  }
  .course_calendar_block td {
    display: block;
    border-width: 0;
    padding: 0.15em 0.7em;
  }
  .course_calendar_block td.empty {
    display: none;
  }
  .course_calendar_block .date_label {
    padding: 0;
  }
  .course_calendar_block .date_label_dow {
    font-weight: bold;
  }
  .course_calendar_block .day_agenda {
    padding-left: 1em;
  }
  .course_calendar_block .day_agenda li {
    display: block;
    padding-right: 1em;
  }
  .course_calendar_block .day_note {
    display: inline-block;
  }
  .course_calendar_block .cell_label {
    display: inline;
  }
}

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