@charset "UTF-8";

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  color-scheme: light dark;
}

:root {
  --imm-blue: #0d6efd;
  --imm-body-bg: #fff;
  --imm-body-color: #212529;
  --imm-mustard: #fcbb32;
  --imm-body-font-family: var(--imm-font-sans-serif);
  --imm-body-font-size: 1rem;
  --imm-body-font-weight: 400;
  --imm-body-line-height: 1.5;
  --imm-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --imm-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --imm-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  background-color: var(--imm-body-bg);
  color: var(--imm-body-color);
  font-family: var(--imm-body-font-family);
  font-size: var(--imm-body-font-size);
  font-weight: var(--imm-body-font-weight);
  line-height: var(--imm-body-line-height);
  margin: 0;
  text-align: var(--imm-body-text-align);
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

hr {
  background-color: #9191918c;
  border: 0;
  color: inherit;
  margin: 1rem 0;
}

hr:not([size]) {
  height: 1px;
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[role="button"] {
  cursor: pointer;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a>code {
  color: inherit;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  cursor: help;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

blockquote {
  margin: 0 0 1rem;
}

button {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}

code {
  color: #d63384;
  font-size: 0.875em;
  word-wrap: break-word;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

dt {
  font-weight: 700;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

figure {
  margin: 0 0 1rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

img,
svg {
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}

kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}

label {
  display: inline-block;
}

legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

pre,
code,
kbd,
samp {
  direction: ltr;
  font-family: var(--imm-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

small,
.small {
  font-size: 0.875em;
}

sub {
  bottom: -0.25em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  caption-side: bottom;
}

textarea {
  resize: vertical;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

#close {
  background: #e5e5e5;
  border-radius: 100%;
  float: right;
  font-size: 0.8rem;
  padding: 0 0.3rem;
  transition: all 300ms;
}

#close:hover {
  background: #003d71;
  color: #fff;
  cursor: pointer;
}

#page {
  background-color: #fff;
  border-top: 10px solid #4a85b9;
  box-shadow: 0 0 15px #00000035;
  margin: 40px auto;
  max-width: 1024px;
  padding: 30px 40px;
  width: 90%;
}

#page p,
#page li {
  max-width: 75ch;
}

.assignment {
  background: linear-gradient(#fff, #e6f1ff 40%, #a9cae7);
  background-color: #e6f1ff;
  border-bottom: 10px solid #4a85b9;
  border-top: 5px solid #f0f0f0;
  margin: 40px -40px -40px;
  padding: 20px 40px 40px;
}

.assignment h2.h1 {
  color: var(--imm-mustard);
}

.bold {
  font-weight: 700;
}

.btn {
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  font-size: 0.85rem;
}

.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  padding: 0.35em 0.5em;
}

.btn-assignment {
  float: right;
}

.btn-assignment:hover {
  background-color: #aaa;
  color: white;
}

.checky {
  color: #4a85b9;
}

.col-lg-6 {
  padding: 1rem;
}

.headerlogo {
  float: right;
  margin: 0;
  max-width: 215px;
  padding: 0;
}

.multicol {
  column-count: 2;
  column-gap: 2em;
}

.row {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr 1fr;
}

.sidenav {
  background-color: rgba(0, 61, 113, 0.85);
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.25s;
  width: 0;
  z-index: 1;
}

.sidenav .closebtn {
  font-size: 36px;
  margin-left: 50px;
  position: absolute;
  right: 25px;
  top: 0;
}

.sidenav a {
  color: #c1c1c1;
  display: block;
  font-size: 20px;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav ul {
  list-style-type: none;
}

.update-tag {
  background-color: silver;
  color: #fff;
  display: inline-block;
  font-size: 0.6rem;
  margin-bottom: 4px;
  padding: 0.2rem 0.3rem;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::file-selector-button {
  font: inherit;
}

[hidden] {
  display: none !important;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

a {
  color: #337ab7;
}

aside {
  background: linear-gradient(to bottom, #fff 0%, #fff 30%, #e6f1ff 90%, #e6f1ff 100%);
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  float: right;
  margin: 0 0 20px 0;
  min-width: 250px;
  padding: 10px;
  position: sticky;
  top: 30px;
}

aside h2 {
  border: none;
  color: #555;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0 15px 10px;
  text-transform: uppercase;
}

aside li {
  line-height: 1.75;
}

aside ul {
  font-size: 0.85rem;
  list-style-type: circle;
  margin: 0;
  padding: 0 0 10px 15px;
}

body {
  background-attachment: fixed;
  background-color: #f0f0f0;
  background-image: url(../img/square_bg.png);
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Open Sans", sans-serif;
}

h1 {
  color: #fcbb32;
  font-size: 2.8em;
  font-weight: 300;
}

h1 span {
  color: darkgrey;
  display: block;
  font-size: 40%;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 20px;
  text-transform: uppercase;
}

h1 span::after {
  content: "\A";
  white-space: pre;
}

h2 {
  border-bottom: 1px solid #b4b4b4;
  color: #013d6f;
  font-size: 1.8em;
  font-weight: 400;
  padding-top: 2.5rem;
}

h3 {
  font-size: 1.35em;
  font-weight: 300;
  padding-top: 1.5rem;
}

h4 {
  color: #555;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  font-weight: 700;
}

header {
  margin: -40px -40px 20px -40px;
  padding: 40px 40px 30px;
  /* background-color: #cce2fe90; */
  background: linear-gradient(#fff, #e6f1ff);
  /* background-color: #e6f1ff; */
}

header h2 {
  color: #003d71;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 35px;
  padding-top: 0;
  border-bottom: none;
}

iframe {
  border: 0;
}

legend+* {
  clear: left;
}

output {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

section:first-of-type h2:first-child {
  padding-top: 0;
}

strong {
  color: #cc8a00;
}

summary {
  cursor: pointer;
  display: list-item;
}

section.sidebar {
  background-color: #99b9e130;
  margin: 0 -40px;
  padding: 0 40px 30px;
}

@media screen and (max-width: 568px) {
  #page {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
  }

  .assignment {
    margin: 0 -15px -40px;
    padding: 10px 15px 15px;
  }

  .headerlogo {
    float: none;
    margin: 0 auto;
    max-width: 215px;
  }

  .multicol {
    column-count: 1;
    column-gap: 2em;
  }

  .row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr;
  }

  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 16px;
  }

  aside {
    border: 1px solid silver;
    box-shadow: none;
    float: none;
    max-width: 100%;
    position: relative;
    top: 0;
  }

  h1 {
    font-size: 2em;
  }

  img.headerlogo {
    display: block;
  }
}

@media print {

  .headerlogo,
  .btn {
    display: none;
  }

  body,
  #page,
  .container {
    margin: 0;
    width: 100%;
  }

  body,
  blockquote {
    font-size: 9pt;
  }

  h1,
  h2 {
    font-size: 10pt;
  }
}

/*   IN PROGRESS - USER COLOR SCHEME    */
@media (prefers-color-scheme: dark) {
  body {
    background-color: rgba(150, 150, 150, 0.3);
  }

  #page {
    background: #222;
    color: white;
    outline: 1px solid rgb(102, 102, 102);
  }

  .btn-default {
    background-color: #333;
    color: #ccc;
  }

  header {
    background: linear-gradient(#16161600, #16161691);
    background-color: #16161691;
    border-bottom: 1px solid rgba(102, 102, 102, 0.463);
  }

  header h2,
  h2 {
    color: #0069be;
    border-bottom: none;
  }

  h4 {
    color: rgb(153, 153, 153);
  }

  summary h3 {
    color: #ccc;
  }

  summary h2 {
    padding-top: 0;
    display: inline;
  }

  .headerlogo {
    background-color: rgb(188, 188, 188);
    padding: 10px;
    border-radius: 6px;
  }

  .assignment {
    background: linear-gradient(#2b343c, #2b343c, #222);
    background-color: #2b343c;
  }

  #close {
    background: #0069be;
    color: white;
  }

  aside {
    background: linear-gradient(to bottom, #222, #2b343c, #2b343c);
    background-color: #333;
  }

  aside h2 {
    color: #fff;
  }
}