/* TODO: this file can be deleted once ALLOW_NEW_LUMEN_BRANDING flag is removed, and references to this file can be removed then too */

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  background-color: #ffffff;
  margin: 10px;
  padding: 0px;
}

div {
  margin: 0px;
  padding: 0px;
}

p,
.pdiv {
  margin: 0;
  padding: 0.5em 0;
}

br {
  line-height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
  margin: 0.7em 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1.05em;
}

h5,
h6 {
  font-size: 1em;
}

div.pagetitle h2,
div.pagetitle h1 {
  margin: 10px 0px 20px 0px;
}

div.item {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #ccc;
}

div.signup {
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
}

div#headerhome,
div#homelinkbox {
  padding-top: 8px;
}

div.itemsum {
  margin-left: 45px;
  overflow: auto;
  padding: 5px 0px;
}

span.iteminfo {
  margin-left: 30px;
}

.info {
  color: #007585;
}

.warn {
  color: #c40;
}

input:invalid {
  background-color: #faa;
}

.noticetext,
a.noticetext,
a.noticetext:link,
a.noticetext:visited {
  color: #db0000;
}

label.error {
  color: #db0000;
  font-style: italic;
  display: block;
}

input.form + label.error {
  float: left;
  display: inline;
  margin-left: 10px;
}

input[type="checkbox"] + label.error {
  float: none;
  display: inline;
  margin-left: 10px;
}

div.title {
  margin-left: 30px;
}

div.itemhdr {
  position: relative;
  min-height: 26px;
}

.itemhdricon {
  position: absolute;
}

.itemhdricon div {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}

div.itemhdr div.title {
  margin-right: 30px;
}

div.itemhdrdd,
div.itemhdrright {
  position: absolute;
  right: 0px;
  top: 0px;
}

.inlinelist {
  padding: 1em;
  margin: 1em;
}

.inlinelist li {
  display: inline-block;
}

@media only screen and (min-width: 1005px) {
  /* put dropdown next to item when wide*/
  .notfw .itemhdr .title {
    display: inline-block;
  }

  .notfw div.itemhdrdd {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
}

div.block,
div.blockitems div.blockitems div.block {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 4px 4px 0 0;
}

div.blockitems,
div.blockitems div.blockitems div.blockitems {
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}

div.block.grouptoggle {
  margin-bottom: 0px;
  margin-top: 10px;
}

div.block.grouptoggle + div.blockitems {
  margin-top: 0px;
}

.hidden,
.pseudohidden {
  visibility: hidden;
  position: absolute;
  height: 0;
}

.showinmobile {
  display: none;
}

div.icon {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}

span.icon {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}

div.breadcrumb {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ddddff;
}

div.cp {
  min-height: 1%;
  padding: 5px;
  margin-top: 20px;
  border-radius: 4px;
}

div.cpmid {
  min-height: 1%;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.pointer {
  cursor: pointer;
}

ul.nomark {
  margin-top: 5px;
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0px;
}

ul.nomark li {
  margin-left: 0px;
  padding-left: 0px;
}

ul.qview {
  list-style-type: none;
  margin-left: 12px;
  padding-left: 0px;
  margin-bottom: 6px;
}

ul.qview ul {
  padding-left: 10px;
  border-left: 1px dashed #ccc;
}

ul.qview li {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 2px;
}

div#tbl-container {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 99.5%;
  height: auto;
}

table.gb {
  border-collapse: collapse;
  margin: 0px;
  position: relative;
}

table.gb thead th {
  position: relative;
  text-align: center;
  z-index: 20;
  background-color: #fff;
}

td,
th {
  margin: 0px;
  padding: 2px 5px 2px 5px;
}

tr {
  margin: 0px;
  padding: 0px;
}

th[aria-sort] > *:last-child:after {
  color: #666;
  padding-left: 2px;
}

th[aria-sort="ascending"] > *:last-child:after {
  content: "\2191";
}

th[aria-sort="descending"] > *:last-child:after {
  content: "\2193";
}

td.c,
th.c,
input.c {
  text-align: center;
}

td.r {
  text-align: right;
}

span.form,
label.form {
  display: block;
  width: 200px;
  float: left;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 20px;
}

span.formright {
  display: block;
  width: 500px;
  float: left;
  margin-bottom: 10px;
  text-align: left;
}

span.wideformright {
  display: block;
  float: left;
  margin-bottom: 10px;
  text-align: left;
}

input.form {
  display: block;
  width: 200px;
  float: left;
  margin-bottom: 10px;
}

div.submit {
  margin-top: 10px;
  width: 400px;
  text-align: right;
}

span#leftcontenttoggle {
  display: none;
  vertical-align: middle;
  padding: 0px 5px;
}

span#leftcontenttoggle:hover {
  background-color: #eee;
}

span#leftcontenttoggle.leftcontentactive {
  background-color: #eee;
}

@media only screen and (max-width: 760px) {
  span.form,
  label.form {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 5px;
    padding-right: 0px;
  }

  span.formright,
  span.wideformright {
    width: auto;
    float: none;
  }

  div.submit {
    width: auto;
  }

  span.formright input[type="text"],
  span.formright input[type="password"] {
    max-width: 100%;
  }
}

div.editor {
  margin-bottom: 10px;
}

.fbbox {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 0px 5px;
}

span.column {
  display: block;
  width: 200px;
  float: left;
  padding-right: 20px;
}

span.column {
  display: block;
  width: 200px;
  float: left;
  padding-right: 20px;
}

span.left {
  float: left;
}

span.left {
  float: left;
}

.screenreader,
.sr-only {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
}

.empty-state,
ul:empty {
  display: none;
}

ul:empty + .empty-state {
  display: block;
}

#skipnav:focus,
#skipnav:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  color: #000;
}

br.form {
  clear: left;
}

img {
  border: 0;
}

img.mida {
  vertical-align: middle;
}

p img {
  max-width: 95%;
  height: auto;
}

div.right {
  text-align: right;
}

span.right {
  float: right;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

span.padright {
  float: right;
  padding-right: 120px;
}

.clear {
  clear: both;
}

br.clear {
  line-height: 0px;
  height: 0px;
}

span.hdr1 {
  font-size: 120%;
  font-weight: bold;
}

.small {
  font-size: 12px;
  padding: 0.25rem 0;
}

#leftcontent {
  position: absolute;
  left: 0px;
  width: 170px;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
}

#leftcontent ul li a {
  display: inline-block;
  padding: 0.25rem 0;
}

.leftnavp a {
  display: inline-block;
  margin-left: 6px;
  text-indent: -6px;
  padding-top: 5px;
}

.leftnavp a:first-of-type {
  padding-top: 2px;
}

.centercontent {
  margin-left: 180px;
  padding-left: 10px;
  margin-top: 10px;
}

.midwrapper {
  position: relative;
}

.red {
  color: red;
}

table.cal {
  border-collapse: collapse;
  width: 100%;
}

table.cal thead th {
  text-align: center;
  background-color: #ddf;
  border: 1px solid #000;
}

table.cal td {
  border: 1px solid #000;
  width: 14%;
  height: 2.5em;
  vertical-align: top;
}

.day {
  font-size: 80%;
  background-color: #ddf;
}

.today {
  background-color: #fdd;
}

.caldatebar {
  background-color: #ddf;
}

div.center {
  text-align: center;
}

span.calitem {
  padding: 0 4px;
  background-color: #0ff;
  margin: 1px;
}

table.cal span.calitem {
  display: inline-block;
}

img.faded {
  filter: alpha(opacity=30);
  -html-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.grey {
  color: #757575;
}

.itemgrey {
  opacity: 0.5;
}

div.ddmenu {
  position: absolute;
  right: 10px;
  visibility: hidden;
  margin: 0px;
  z-index: 100;
  padding: 5px;
  background: #eeffee;
}

.nowrap {
  white-space: nowrap;
}

.dpTable {
  font-size: 90%;
  text-align: center;
  color: #505050;
  background-color: #ece9d8;
  border: 1px solid #aaaaaa;
}

.dpTD {
  border: 1px solid #ece9d8;
}

.dpDayHighlightTD {
  background-color: #cccccc;
  border: 1px solid #aaaaaa;
}

.dpTDHover {
  background-color: #aca998;
  border: 1px solid #888888;
  cursor: pointer;
  color: red;
}

.dpDayTD {
  background-color: #cccccc;
  border: 1px solid #aaaaaa;
  color: white;
}

.dpTitleText {
  font-weight: bold;
}

.dpDayHighlight {
  color: #4060ff;
  font-weight: bold;
}

.dpButton,
.dpTodayButton {
  font-size: 90%;
  color: gray;
  background: #d8e8ff;
  font-weight: bold;
  padding: 0px;
}

div.blockwrapper {
  margin: 0;
  padding: 0;
}

div.tips {
  border: 1px solid #91d5d5;
  border-radius: 8px;
  background-color: #cff;
  position: absolute;
  padding: 3px 6px;
  z-index: 100;
}

#headerlogo {
  position: absolute;
  right: 0px;
  top: 7px;
  cursor: pointer;
}

a:hover {
  color: #493fc4;
  text-underline-offset: 3px;
}

a:hover:focus {
  outline: none;
}

a:link:focus {
  text-decoration: underline;
}

ul.tablist {
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
}

ul.tablist li {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-right: 2px;
}

ul.tablist li a {
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #000;
}

ul.tablist li.active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

div.tabpanel {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0px;
  padding: 5px 10px;
}

ul#navlist {
  clear: both;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
  width: 100%;
  color: #fff;
  background-color: #036;
}

ul#navlist li {
  display: inline;
}

ul#navlist li a {
  float: left;
  color: #fff;
  background-color: #036;
  padding: 0.2em 1em;
  text-decoration: none;
  border-right: 1px solid #fff;
}

ul#navlist li a:hover,
ul#navlist li a:focus {
  background-color: #369;
  color: #fff;
}

div.additembox {
  margin-bottom: 2px;
}

div.additembox span {
  font-size: 85%;
  background-color: #ccc;
  padding: 0 10px;
}

.newnote {
  color: #f00;
}

div#leftcolumn {
  float: left;
  width: 25%;
  min-width: 200px;
}

div#rightcolumn {
  float: right;
  width: 74%;
  min-width: 250px;
}

@media (max-width: 805px) {
  div#leftcolumn,
  div#rightcolumn {
    float: none;
    width: auto;
  }
}

ul.courselist {
  margin: 0px;
  padding-left: 0px;
}

ul.courselist li {
  list-style-type: none;
}

ul.courselist ul {
  margin-left: 2px;
  padding-left: 5px;
}

li.coursegroup ul {
  border-left: 1px dashed #ccc;
}

ul.courselist > li {
  border-bottom: 1px solid #999;
  padding: 3px 0px 2px;
}

ul.courselist > li:last-child {
  border: 0;
}

div > ul.courselist {
  margin-bottom: 15px;
}

ul.courselist li {
  position: relative;
}

div.block h3,
div.block h2 {
  margin: 2px;
}

div#viewbuttoncont {
  float: right;
  background: #fff;
}

div#viewbuttoncont a {
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  margin-left: 2px;
}

div#viewbuttoncont a:hover,
div#viewbuttoncont a:focus {
  text-decoration: none;
}

div#viewbuttoncont a.buttonactive {
  background-color: #369;
  cursor: default;
  border-radius: 4px;
}

div#viewbuttoncont a.buttoninactive {
  background-color: #297bbb;
  border-radius: 4px;
}

div#viewbuttoncont a.buttoninactive:hover {
  background-color: #036;
}

a.abutton {
  padding: 3px 8px;
  display: inline-block;
}

a.abutton,
a.abutton:hover,
a.abutton:focus {
  text-decoration: none;
}

input[type="submit"],
input[type="button"],
button,
a.abutton,
span.fakebutton {
  color: #000;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #ccc;
  font: inherit;
  padding: 3px 12px;
  margin: 2px 3px;
}

input[type="submit"]:hover,
button:hover,
input[type="button"]:hover,
a.abutton:hover,
input[type="submit"]:focus,
button:focus,
input[type="button"]:focus,
a.abutton:focus {
  background-color: #e3e3ff;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
  opacity: 0.5;
}

input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover {
  background-color: #eee;
}

input[type="submit"].primary,
input[type="button"].primary,
button.primary,
a.abutton.primary {
  color: #fff;
  background-color: #1e74d1;
}

input[type="submit"].primary:enabled:hover,
button.primary:enabled:hover,
input[type="button"].primary:enabled:hover,
a.abutton.primary:hover,
input[type="submit"].primary:focus,
button.primary:focus,
input[type="button"].primary:focus,
a.abutton.primary:focus {
  background-color: #175aa2;
}

input[type="submit"].secondarybtn,
input[type="button"].secondarybtn,
button.secondarybtn {
  color: #000;
  background-color: #f9f9f9;
}

input[type="submit"].secondarybtn:enabled:hover,
input[type="button"].secondarybtn:enabled:hover,
button.secondarybtn:enabled:hover,
input[type="submit"].secondarybtn:focus,
input[type="button"].secondarybtn:focus,
button.secondarybtn:focus {
  background-color: #ddd;
}

button.slim {
  padding: 0px 12px;
}

button.nopad {
  padding: 0;
}

button.plain {
  border: 0;
  background-color: transparent;
}

button.plain:hover,
button.plain:active {
  background-color: #e3e3ff;
}

#GB_overlay {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  -moz-opacity: 0.65;
  /* older Gecko-based browsers */
  filter: alpha(opacity=65);
  /* For IE6&7 */
  background-color: #000;
}

#GB_frameoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
  /* For IE6&7 */
  background-color: #fff;
}

#GB_resizehandle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: nwse-resize;
  z-index: 1001;
}

#GB_resizehandle::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 0;
  box-shadow:
    0 10px 0 1px black,
    0 17px 0 1px black,
    0 24px 0 1px black;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.5);
  top: 50%;
  left: 50%;
}

#GB_window {
  top: 10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  position: fixed;
  background: #fff;
  border: 3px solid #369;
  overflow: hidden;
  /*auto;*/
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frameholder {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 500px;
  -webkit-overflow-scrolling: touch;
}

#GB_frame {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#GB_caption {
  color: #fff;
  background: #369;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
  cursor: pointer;
}

#GB_footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  text-align: right;
  margin-right: 20px;
}

#GB_footer button:last-child {
  margin-right: 20px;
}

#GB_caption a,
#GB_caption a:hover,
#GB_caption a:focus {
  color: #fff;
  text-decoration: none;
}

.fullwrap,
.dialog-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1900;
}

.dialog-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog {
  position: fixed;
  z-index: 2000;
  background-color: #fff;
  width: 50%;
  min-width: 300px;
  max-width: 700px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}

@media (min-height: 2000px) {
  .dialog {
    position: absolute;
    top: 5em;
  }
}

.dialog button.slim {
  margin-right: -12px;
  margin-top: -3px;
}

[v-cloak] {
  display: none;
}

.flexrow {
  display: flex;
  flex-flow: row nowrap;
}

.flexrow.wrap {
  flex-flow: row wrap;
}

.flexgroup {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.pane-header {
  border-bottom: 1px solid #ccc;
  padding: 16px 20px;
  font-weight: bold;
}

.pane-body {
  padding: 16px 20px;
}

ol li ol {
  list-style-type: lower-alpha;
}

svg {
  overflow: hidden;
}

embed[type="image/svg+xml"] {
  display: inline-block;
}

table.gridded {
  border-collapse: collapse;
  margin: 0px;
}

table.gridded.centered {
  margin: 0px auto;
}

table.gridded thead th,
table.gridded thead td {
  text-align: center;
  z-index: 20;
  background-color: #eef;
  border: 1px solid #333;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

table.gridded td {
  border: 1px solid #333;
}

table.gridded tbody th {
  z-index: 20;
  background-color: #eef;
  border: 1px solid #333;
  font-weight: bold;
  border-right: 2px solid #333;
}

span.boxed {
  border: 1px solid #000;
  padding: 2px 5px;
}

a.attach {
  background: url(tinymce4/plugins/attach/ed_attach.gif) center left no-repeat;
  padding-left: 20px;
}

a[target="_blank"]::after {
  content: "Opens Externally";
  color: transparent;
  width: 16px;
  height: 1em;
  overflow: hidden;
  display: inline-block;
  background: url(img/extlink.png) center right no-repeat;
}

.mce-content-body a[target="_blank"]:after,
a[target="_blank"].noextlink::after {
  display: none;
}

.mce-content-body span.AMedit {
  border: 1px solid #ff0000;
}

div.forumgrp img {
  max-width: 90%;
  height: auto;
}

div.multisel {
  display: inline-block;
}

div.multiselitem {
  background-color: #eee;
  margin-bottom: 2px;
}

.videoembedbtn {
  color: #757575;
  cursor: pointer;
}

.ind1 {
  margin-left: 0.75em;
}

.ind2 {
  margin-left: 1.5em;
}

.ind3 {
  margin-left: 2.25em;
}

.ind4 {
  margin-left: 3em;
}

.deletebtn {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
}

.deletebtn:hover,
.deletebtn,
.deletebtn:focus {
  font-family: sans-serif;
  color: #6d6d6d;
  text-decoration: none;
}

pre {
  font-size: medium;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper-wrapper {
  width: 100%;
  padding: 0;
}

iframe.scaleresponsive {
  transform-origin: 0 0;
}

.vidmute {
  background: url(img/vidicons.png) no-repeat 0px 0px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidmute:hover {
  background: url(img/vidicons.png) no-repeat -24px 0px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidmuteI {
  background: url(img/vidicons.png) no-repeat -48px 0px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidvol {
  background: url(img/vidicons.png) no-repeat 0px -24px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidvol:hover {
  background: url(img/vidicons.png) no-repeat -24px -24px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidvolI {
  background: url(img/vidicons.png) no-repeat -48px -24px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidpause {
  background: url(img/vidicons.png) no-repeat 0px -48px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidpause:hover {
  background: url(img/vidicons.png) no-repeat -24px -48px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidpauseI {
  background: url(img/vidicons.png) no-repeat -48px -48px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidrew {
  background: url(img/vidicons.png) no-repeat 0px -72px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidrew:hover {
  background: url(img/vidicons.png) no-repeat -24px -72px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidrewI {
  background: url(img/vidicons.png) no-repeat -48px -72px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidff {
  background: url(img/vidicons.png) no-repeat 0px -96px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidff:hover {
  background: url(img/vidicons.png) no-repeat -24px -96px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidffI {
  background: url(img/vidicons.png) no-repeat -48px -96px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidplay {
  background: url(img/vidicons.png) no-repeat 0px -120px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidplay:hover {
  background: url(img/vidicons.png) no-repeat -24px -120px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidplayI {
  background: url(img/vidicons.png) no-repeat -48px -120px;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.vidtracksA {
  background: url(img/vidicons.png) no-repeat 0px -144px;
  width: 24px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.vidtracksA:hover {
  background: url(img/vidicons.png) no-repeat -24px -144px;
  width: 24px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.vidtracks {
  background: url(img/vidicons.png) no-repeat 0px -168px;
  width: 24px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.vidtracks:hover {
  background: url(img/vidicons.png) no-repeat -24px -168px;
  width: 24px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.vidtracksI {
  background: url(img/vidicons.png) no-repeat -48px -144px;
  width: 24px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.playlistbar {
  background-color: #ccc;
  padding: 3px;
}

.playlistbar > * {
  vertical-align: top;
}

.playlistwrap {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

.playlistbar,
.playlistwrap {
  margin-left: 0px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix {
  zoom: 1;
}

.greystrike {
  text-decoration: line-through;
  opacity: 0.6;
}

.altContentOff {
  display: none;
}

.ccvid {
  position: relative;
}

.ccvid:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("img/cc.png") no-repeat right bottom;
}

.circoverlay {
  width: 9px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*dropdown CSS from bootstrap */
.dropup,
.dropdown {
  position: relative;
}

.dropdown.floatright {
  padding-left: 15px;
}

.dropdown-toggle {
  cursor: pointer;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}

.dropdown-toggle.arrow-down:hover {
  color: #00f;
}

.dropdown-toggle.arrow-down:hover {
  color: #00f;
}

.filter-controls {
  position: relative;
  display: inline-block;
}

.filter-controls > span,
span.open {
  position: relative;
  z-index: 1;
}

.filter-controls > span.open,
span.open {
  z-index: 1001;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-ul {
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu li > a,
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000 !important;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
  text-decoration: none;
  background-color: #ddddff;
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:focus {
  color: #777;
}

.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  background-color: #036;
  color: #fff;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.dropdown-submenu {
  position: relative;
}

@media (min-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }

  .dropdown-submenu > a::after {
    content: " \25b8";
  }
}

@media (max-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    position: relative;
    left: 15px;
  }

  .dropdown-submenu > a::after {
    content: " \25be";
  }
}

.arrow-down::after,
.arrow-up::after {
  padding-left: 0.2em;
  font-size: 70%;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}

.arrow-down::after {
  content: "\25bc";
}

.arrow-up::after {
  content: "\25b2";
}

.filealt {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.filealt + label {
  display: inline-block;
  margin: 0 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.has-focus + label,
.filealt:focus + label,
.filealt:active + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.filealt-btn {
  padding: 2px 8px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin: -1px;
}

.filealt-label {
  padding: 2px 16px 2px 8px;
}

.katex {
  font-size: 1.1em !important;
}

.flex-nowrap-center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.inlinediv {
  display: inline-block;
}

.fw1000 div#headercontent,
.fw1000 div#navlistcont,
.fw1000 .footerwrapper,
.fw1000 .midwrapper {
  max-width: 1000px;
  margin: auto;
}

.fw1920 div#headercontent,
.fw1920 div#navlistcont,
.fw1920 .footerwrapper,
.fw1920 .midwrapper {
  max-width: 1920px;
  margin: auto;
}

[tabindex="-1"] {
  outline: none;
}

.embedwrap {
  overflow: visible;
  position: relative;
}

.embedwrap > iframe {
  position: absolute;
  border: none;
  width: 100%;
}

:not([class="mjx-var"][size="s"]) > [class="mjx-c2032"] {
  vertical-align: 0.513em;
  margin-left: 0.025em;
  font-size: 70.7%;
}

.form-actions {
  margin: 10px 0;
}

/* Augmented matrix styling - add vertical line before 4th column */
.mjx-mtd:nth-child(4) {
  border-left: 1px solid currentColor;
  padding-left: 0.6em !important;
}

/* Missing selectors from legacy */
ul.courselist > li > a {
  display: inline-block;
  margin-right: 20px;
  padding-left: 5px;
  text-indent: -5px;
}

div.coursedd {
  position: absolute;
  right: 0px;
  top: 2px;
}

.delx {
  position: absolute;
  right: 0px;
  width: 16px;
  text-align: center;
  top: 0px;
  cursor: pointer;
}

.delx a:hover,
.delx a,
.delx a:focus {
  font-family: sans-serif;
  color: #6d6d6d;
  text-decoration: none;
}

a.dropdown-toggle:hover {
  text-decoration: none;
}

/*lumen.css*/
/* General settings - fonts, overall page background, etc */

/* Open Sans Font Family - Local Files */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-300.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-500.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-600.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-700.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-italic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-700italic.ttf")
    format("truetype");
}

body {
  font-family: "Open Sans", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.u-button-reset {
  /* Lux reset class */
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  text-align: inherit;
}

.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 15px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  padding: 0;
}

h1,
.h1 {
  font-size: 1.75em;
  font-weight: normal;
  margin: 0.7em 0;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1em 0;
}

h2,
.h2 {
  font-size: 1.25em;
}

div.pagetitle h2 {
  margin-top: 0px;
}

h3,
.h3 {
  font-size: 1.1em;
}

h4,
.h4 {
  font-size: 1.05em;
}

h5,
h6 {
  font-size: 1em;
}

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

/* Inline definition lists */
dl.inlinedl dt,
dl.inlinedl dd {
  margin: 0;
}
dl.inlinedl dt {
  font-weight: bold;
}
dl.inlinedl dd {
  padding-bottom: 8px;
}

/* Inline unordered lists */
ul.inlineul {
  display: inline;
  list-style: none;
  padding: 0px;
}
ul.inlineul li {
  display: inline;
}
ul.inlineul li::after {
  content: ", ";
}
ul.inlineul li:last-child::after {
  content: "";
}

div.mainbody {
  height: auto;
}

.homefullwidth {
  clear: both;
}

.headerwrapper a:link:not(.skip-link),
.headerwrapper a:visited,
.headerwrapper p {
  color: #fff;
}
.footerwrapper {
  height: 20px;
}
.midwrapper {
  position: relative;
}
#headerlogo {
  right: 0;
  top: 1px;
}
.pagetitle {
  margin-top: 2.5em;
}

/*Link styles*/
a:link {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #493fc4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.abutton {
  text-decoration: none;
}
a.abutton:hover {
  background-color: #e0e0e0;
  color: #000;
}

/* Remove new tab symbol from links (specifically from buttons in help modal) */
#community-button-container a[target="_blank"]:after,
#guides-button-container a[target="_blank"]:after {
  display: none;
}

/*Container for course items*/
div.item {
  background-color: #fff;
}

/*Container for editor*/
div.editor {
  border: 1px solid #000;
}

/*Default block container*/
div.block,
div.blockitems div.blockitems div.block {
  background-color: #e0e0e0;
}
div.block.flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Default block item container*/
div.blockitems,
div.blockitems div.blockitems div.blockitems {
  border-top: 0;
  background-color: #f8f8f8;
}

/*Second level default block container*/
div.blockitems div.block {
  background-color: #dfd;
}

/*Second level default block item container */
div.blockitems div.blockitems {
  background-color: #efe;
}

/*toggles for instronly items inside item wrappers */
div.item:hover span.instronly,
div.block:hover span.instronly {
  visibility: visible;
}
span.instronly {
  visibility: hidden;
}

/*Icons*/
div.icon {
  color: #00d;
  border: 1px solid #00f;
  font-weight: bolder;
}

/*Breadcrumb bar*/
div.breadcrumb {
  border: 0;
  width: 100%;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0.4em;
  padding-left: 10px;
}

/*Control panels*/
div.cp,
div.cpmid,
nav.control-panel-nav {
  background-color: #ddd;
}
nav.control-panel-nav {
  padding: 10px;
  border-radius: 4px;
}

section.select-controls,
section.filter-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 0;
  margin: 10px 0;
}

.unenroll-form fieldset div {
  margin: 10px 0;
}

.select-controls fieldset,
fieldset.unenroll-wiki-options {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
}

.select-controls fieldset legend,
fieldset.unenroll-wiki-options legend {
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 0;
}

button {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

fieldset {
  border: none;
}

.select-controls fieldset button {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.select-controls button.button-link {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  padding: 0;
}

nav.control-panel-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

table thead th {
  font-weight: bold;
  cursor: pointer;
}

table {
  text-align: left;
}

table.mce-item-table {
  width: auto;
}

/*Tables */
table.gb thead th,
table.gb thead td,
table.gbl thead th,
table.gbl thead th.locked {
  border-bottom: 2px solid #9362e1;
  background-color: #eee7fa;
}

table.gb thead th.sortable::after,
table.gb thead th.not-sortable::after {
  content: "\25bc";
  font-size: 12px;
  margin-left: 2px;
  display: inline-block;
  transition: transform 0.2s ease;
}

/* Rotate arrow upward when sorted ascending */
table.gb thead th.sortable[aria-sort="ascending"]::after {
  transform: rotate(180deg);
}

/* Gray out all unsorted columns by default */
table.gb
  thead
  th.sortable:not([aria-sort="ascending"]):not(
    [aria-sort="descending"]
  )::after {
  color: gray;
}

/* Topic column keeps default color when nothing is sorted */
table.gb
  thead
  th.sortable:nth-of-type(2):not([aria-sort="ascending"]):not(
    [aria-sort="descending"]
  )::after {
  color: inherit;
}

/* But if any other column is actively sorted, gray out the Topic column too */
table.gb thead:has(th[aria-sort="ascending"]),
table.gb thead:has(th[aria-sort="descending"]) {
  &
    th.sortable:nth-of-type(2):not([aria-sort="ascending"]):not(
      [aria-sort="descending"]
    )::after {
    color: gray;
  }
}

tr.even,
tr.even td {
  background-color: #fff;
}
tr.odd,
tr.odd td {
  background-color: #f8f6fc;
}
tr.bordered td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
tr.highlight,
tr.highlight td {
  background-color: #ddf;
}
tr.grid td {
  border: 1px solid #000;
}
tr.dbltop td {
  border-top: 3px double #000;
}
table.gbl td.locked,
table.gbl th.locked {
  border-right: 2px solid #00f;
}

/*Category header colors*/
table.gb .catdf {
  background-color: #eef;
}
table.gb .cat0 {
  background-color: #ddf;
}
table.gb .cat1 {
  background-color: #dfd;
}
table.gb .cat2 {
  background-color: #fdd;
}
table.gb .cat3 {
  background-color: #dff;
}
table.gb .cat4 {
  background-color: #ffd;
}
table.gb .cat5 {
  background-color: #fdf;
}
table.gb .cat6 {
  background-color: #aaf;
}
table.gb .cat7 {
  background-color: #afa;
}
table.gb .cat8 {
  background-color: #faa;
}
table.gb .cat9 {
  background-color: #aff;
}
.cattothdr {
  font-variant: small-caps;
}

/*Fake look of links for Javascript onclicks*/
span.link {
  text-decoration: underline;
  color: #00f;
  cursor: pointer;
}

/*Containers for instructor leftbar, main content*/
#leftcontent {
  background: #eee;
  color: #000;
  position: absolute;
  left: 15px;
  top: 4em;
  width: 180px;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 90%;
  line-height: 1.5em;
}

.centercontent,
main.centercontent {
  margin-left: 200px;
  background: #fff;
  margin-right: 0;
  padding-bottom: 5px;
}
.instrdates,
.instronly {
  font-size: 80%;
}
div.ddmenu {
  background: #f2f2f2;
  border: 1px solid #c3cac2;
  padding: 5px;
  position: absolute;
  right: auto;
  text-align: left;
  visibility: hidden;
  margin: 0;
  z-index: 100;
}
div.ddmenu li {
  padding-bottom: 2px;
}
div.ddmenu ul.nomark li {
  margin-top: 0;
}
div.ddmenu ul.nomark {
  padding-left: 0;
  margin-left: 15px;
}
div.ddmenu a,
div.ddmenu a:link,
div.ddmenu a:visited {
  color: #0059d5 !important;
  text-decoration: underline 2px;
  text-underline-offset: 2px;
  transition:
    ease-in-out text-underline-offset 200ms,
    color 200ms;
}
div.ddmenu a:hover,
div.ddmenu a:focus {
  color: #493fc4 !important;
  text-underline-offset: 3px;
}
/*colors and borders for assessments*/
/*seq question css*/
div.todoquestion {
  background-color: #ffffcc;
  border: 0;
}
/*all questions*/
.mceContentBody {
  font-family: "Open Sans", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
}

div.question {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

div.inset {
  margin-right: 0;
}

div.prequestion {
  background-color: #e8f1f6;
  border: 1px solid #cad7df;
}
div.review {
  /*info bar*/
  margin-top: -6px;
  background-color: #e8f1f6;
  border: 1px solid #cad7df;
  font-size: 85%;
}
div.intro {
  border: 1px solid #cccccc;
  background-color: #f8f8f8; /*#FAFFFD;*/
  padding: 10px;
  line-height: 24px;
}
div.navbar {
  background: #f5f5ff; /*#E0F0F8;*/
  border: 1px solid #ddddff;
  color: #000;
}
div.navbar a {
  color: blue;
}
div.navbar ul.qlist li {
  font-size: 12px;
}
div.navbar ul.qlist li a {
  font-size: 14px;
}
span.current {
  background-color: #e0ff92;
}
span.done {
  text-decoration: line-through;
}

span.padright {
  padding-right: 120px;
}
span.formright {
  width: auto !important;
}
.headerwrapper {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  background-color: #1e74d1;
}
.headerwrapper h1 {
  margin: 0;
  padding: 30px 20px 0;
  color: #ae131e;
  font-weight: normal;
}

ul.courselist > li {
  color: #444;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.courselist > li > a,
table.gb.forum tbody td a {
  color: #0059d5;
  text-decoration: underline 2px;
  text-underline-offset: 2px;
  transition:
    ease-in-out text-underline-offset 200ms,
    color 200ms;
}

ul.courselist > li > a:hover,
ul.courselist > li > a:focus,
table.gb.forum tbody td a:hover,
table.gb.forum tbody td a:focus {
  color: #493fc4;
  text-underline-offset: 3px;
}

ul.courselist > li > a.noticetext {
  color: #db0000 !important;
}

.tablist > li > a {
  color: #444 !important;
}
#header-menu-items {
  color: #fff;
}
#header-menu-items a,
#headerrightlinksgroup a {
  text-decoration: none;
}
#header-menu-items a:hover,
#headerrightlinksgroup a:hover {
  color: #ffd600;
  text-decoration: none;
}
.header-menu-item {
  padding: 0.2em 0.5em;
}
#homemenu {
  color: #000;
}
div#headercontent,
div#navlistcont,
div#navlistwrapper,
.footerwrapper,
.midwrapper {
  max-width: 1920px;
  padding: 0 2em;
  margin: auto;
}

/*positions skip link off screen*/
a.skip-link {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/*when keyboard focus is applied, the skip link is now visible*/
a.skip-link:focus {
  align-items: center;
  background-color: white;
  color: black;
  display: flex;
  font-weight: 600;
  padding: 20px;
  position: static;
  text-decoration: none;
  width: auto;
}

.headerbar-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
div#headerbar-menu-toggle {
  display: none;
}
.menu-dropdown-btn {
  height: 40px;
  width: 40px;
}
div#headercontent {
  height: 86px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#navlistcont {
  height: 35px;
  background-color: #493fc4;
}
ul#navlist {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #493fc4;
}
ul#navlist li {
  height: 100%;
}
ul#navlist li a {
  line-height: 35px;
  height: 100%;
  padding: 0 1em;
  background-color: #493fc4;
  border-right: none;
}
ul#navlist li a:hover {
  background-color: #1b128e;
}
div#headerbarlogo img {
  vertical-align: -60%;
}
div.linksgroup {
  text-align: right;
  color: #666;
  display: flex;
  align-items: center;
}
div#headerhome,
div#homelinkbox {
  padding-top: 8px;
}
a.newnote,
a.newnote:link,
a.newnote:visited {
  color: #f00;
}
.activetab {
  background-color: #1b128e !important;
}
.sysnotice {
  border: 1px solid #faa;
  background-color: #fff3f3;
  padding: 5px;
  margin-bottom: 5px;
  clear: both;
  border-radius: 4px;
}
#headermanageqset h2 img {
  padding: 0 0.25em;
  cursor: pointer;
}
#headerrightlinks {
  margin-left: 0.75em;
  margin-right: 1.5em;
}
#help-button {
  background-color: #ffd600;
  border-color: #ffd600;
  border-radius: 4px;
  padding: 12px 24px 12px 20px;
  color: #000;
  display: flex;
  align-items: center;
}
#help-icon {
  height: 14px;
  margin-right: 10px;
}
.buttonactive {
  background-color: #094685 !important;
  text-decoration: none !important;
}
.buttoninactive {
  background-color: #115eaf !important;
  text-decoration: none !important;
}
#myname {
  color: #fff;
  font-weight: bold;
  padding-right: 0.5em;
  cursor: default;
  border-right: 1px solid #eee;
}
#avatar {
  height: 14px;
  width: 14px;
  background-size: cover;
  background-position: center;
  margin: 0 0.5em;
}
.padright.hideinmobile {
  display: none;
}

/* HELP MODAL */
#help-modal {
  border: none;
  border-radius: 14px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.2);
  width: 80%;
  max-width: 1000px;
  position: relative;
}

#help-modal::backdrop {
  background: #000;
  opacity: 0.7;
}

#help-modal-close {
  position: absolute;
  background: url(../ohm/img/close.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  top: 1px;
  right: 1px;
  z-index: 101;
  cursor: pointer;
}

.modal-inner {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  background: #fff;
  min-height: 560px;
}
.modal-inner-columns {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
#community-inner-column {
  border-bottom: 1px dotted black;
}
#community-inner-column,
#guides-inner-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1em;
  width: 100%;
}
.modal-inner-columns h2 {
  font-weight: lighter;
}
#community-column {
  width: 65%;
  border-right: 1px dotted black;
}
#lumen-column {
  width: 35%;
  background-color: #1e74d1;
  border-radius: 0 6px 6px 0;
  color: #fff;
}
.ask-icons {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0.5em auto;
}
#community-icon {
  background: url(../ohm/img/ask-community-icon.png) 0 0 no-repeat;
  background-size: 60px;
}
#lumen-icon {
  background: url(../ohm/img/ask-lumen-icon.png) 0 0 no-repeat;
  background-size: 60px;
}
#guides-icon {
  background: url(../ohm/img/ask-guides-icon.png) 0 0 no-repeat;
  background-size: 60px;
}
#community-button-container,
#guides-button-container {
  flex-grow: 1;
  display: flex;
}
#community-button-container a,
#guides-button-container a {
  align-self: center;
}
div#community-button-container,
div#lumen-button-container,
div#guides-button-container {
  margin: 2em;
}
.field {
  padding: 10px;
  width: 280px;
  border: 1px solid #aaa;
  border-bottom: 0;
}

/* Zen desk "Ask Lumen" form */

.zd-help input {
  border-radius: 6px;
  margin-bottom: 4px;
  padding: 10px;
  width: 280px;
  border: 1px solid #aaa;
  border-bottom: 0;
}

.zd-help textarea {
  border-radius: 6px;
  margin-bottom: 4px;
}

.zd-help label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
}

.zd-info {
  margin-bottom: 12px;
}
.zd-info input {
  border-radius: 6px;
  margin-bottom: 4px;
}
.zd-info label {
  display: block;
  margin-top: 4px;
}

.zd-help input::placeholder,
.zd-help textarea::placeholder {
  color: #636566;
}

.modal-buttons {
  background-color: #fff;
  border: 2px solid #ffd600;
  border-radius: 4px;
  padding: 24px;
  line-height: 0;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
}
.modal-buttons:hover {
  background-color: #ffd600;
  color: #000;
}
#lumen-button {
  background-color: #155192;
  color: #fff;
  border: 1px solid #104074;
  padding: 24px;
  line-height: 0;
  cursor: pointer;
}
#lumen-button:hover {
  color: #000;
  background-color: #ffd600;
}
.response-icons {
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}
#fail-response {
  background-color: #ffbaba;
  color: #d8000c;
  padding: 10px;
  border-radius: 6px;
  margin: 0 1em;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
}
#success-response {
  background-color: #dff2bf;
  color: #4f8a10;
  padding: 10px;
  border-radius: 6px;
  margin: 0 1em;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
}
#success-icon {
  background: url(../ohm/img/success-icon.png) 0 0 no-repeat;
  background-size: 20px;
}
#fail-icon {
  background: url(../ohm/img/fail-icon.png) 0 0 no-repeat;
  background-size: 20px;
}
.new-tab-icon {
  height: 10px;
  margin-top: -10px;
}

.question table {
  margin-left: 0;
  margin-top: 10px;
  width: auto;
}

/* OHM INTEGRATION */
#ohm-integration-message {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  padding: 2em;
  -webkit-font-antialiased: antialiased;
}
#ohm-integration-message #logo {
  margin-bottom: 4em;
}
#ohm-integration-message #logo img {
  height: 80px;
}
#ohm-integration-message #text {
  color: #333;
}
#ohm-integration-message #text h1 {
  font-size: 2rem;
}
#ohm-integration-message #text p {
  font-size: 1.1rem;
}
#ohm-integration-message #text ul {
  font-size: 1.1rem;
}
#ohm-integration-message #text li {
  margin-bottom: 0.5em;
}

/* ACCESS CODE TEMPLATES */
.access-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.access-block {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 1000px;
  padding: 40px 80px;
}
.access-block h2#subhead {
  font-size: 1.6em;
  font-weight: bold;
}
.access-block p {
  font-size: 1.3em;
}
.access-block #confirmation-details p {
  margin-bottom: 0;
}
.access-block .greeting {
  font-weight: 500;
  margin-bottom: 1.5em;
}
.access-block .emphasis {
  font-weight: bold;
  margin-bottom: 1em;
}
.access-block .bookstore-url:hover {
  color: #6b6b6b;
}
.access-block .sub-wrapper {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.access-sub-block {
  display: flex;
  flex-direction: row;
  height: 350px;
  padding: 1em 0;
  width: 100%;
}
.access-sub-block-left {
  border-right: 1px solid #000;
  padding-right: 3.5em;
  width: 50%;
}
.access-sub-block-right {
  padding-left: 3.5em;
  width: 50%;
}
.access_code_input_wrapper {
  display: flex;
  flex-direction: column;
}
.access_code_input_wrapper label {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 2em;
}
#access_code_error_text {
  color: #ff4444;
}
.access-block #error-text {
  text-align: center;
}
.trial_button_wrapper {
  display: flex;
  flex-direction: column;
  padding: 2em 0 0;
  text-decoration: underline;
}
.trial_button_wrapper a {
  color: #155192;
  font-size: 1.3em;
  font-weight: bold;
}
.trial_button_wrapper a:hover {
  color: #3399cc;
  cursor: pointer;
}
input#access_code {
  border: 1px solid #aaa;
  border-radius: 6px;
  font-size: 16px;
  height: 50px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
input#access_code::placeholder {
  text-transform: none;
}
button#access_code_submit {
  background-color: #155192;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #104074;
  margin-top: 1em;
}
button#access_code_submit:hover {
  background-color: #ffd600;
  color: #000;
  cursor: pointer;
}
button#begin_trial {
  background-color: transparent;
  border: none;
  color: #155192;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
button#begin_trial:hover {
  color: #3399cc;
  cursor: pointer;
}
button#update_student_payment_type {
  background-color: #5847d6;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  color: white;
  height: 35px;
  margin: 0;
  margin-left: -1px;
  padding: 0 1.2em;
}

span#update_student_payment_type {
  margin: 10px;
}

button#update_student_payment_type:hover {
  background-color: #7b6ddf;
  cursor: pointer;
}

div#student_payment_api_failure {
  background-color: #d61616;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px;
}

div#ohmEditGroup {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 30em;
  margin: 0.5em;
  padding: 1em;
}

.course-banner {
  border: 1px solid hsl(205, 17%, 81%);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 1em 0;
  padding: 0;
}

.course-banner p {
  padding-bottom: 0;
}

.course-banner ul {
  margin: 0;
}

.course-banner-header {
  background-color: #1e74d1;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  margin: -1px;
  padding-left: 1em;
}

.course-banner-header h2 {
  color: #fff;
  font-size: initial;
  font-weight: normal;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}

.course-banner-close-button {
  min-width: 42px;
  opacity: 0.8;
  text-align: center;
  transition: opacity 0.1s;
}

.course-banner-close-button:hover,
.course-banner-close-button:focus {
  background-color: transparent;
  opacity: 1;
}

.course-banner-content {
  padding: 0.6em 1em 1em 1em;
}

/* Add New Course Assessment Player  */
.version-inputs label {
  display: block;
}

.version-warning {
  font-style: italic;
}

/* LTI New Assessment Player */

.assess-player-title {
  font-weight: bold;
}
.version-inputs-lti button {
  font-size: 0.75em;
  margin-left: 18px;
  text-decoration-line: underline;
}

.disable-input {
  opacity: 0.5;
  pointer-events: none;
}

/* Override imascore.css to reposition gear icon dropdown menu on course syllabus  */
.itemhdr {
  display: flex;
}

/* div required to override imasscore.css */
div.itemhdr div.title {
  margin-left: 16px;
  margin-right: 0;
}

/* Make block heading buttons look like links */
div.itemhdr div.title button[id^="blockh"] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

div.itemhdr div.title button[id^="blockh"]:hover {
  color: #493fc4;
  text-underline-offset: 3px;
}

.itemhdr .itemhdricon {
  position: relative;
}

.itemhdr .itemhdrdd {
  margin-left: 16px;
  position: relative;
}

/*Styles for Messages*/
.message-actions {
  margin: 20px 0;
}

/* MEDIA QUERIES */
@media (max-width: 1023px) {
  .modal-inner-columns h2 {
    font-size: 28px;
  }
  div#help-modal {
    height: auto;
  }
  .modal-inner {
    flex-direction: column;
    align-items: center;
  }
  .modal-inner-columns {
    margin: 0;
    padding: 0;
  }
  .modal-inner-columns div p {
    margin: 0.5em 3em;
  }
  #community-column,
  #lumen-column {
    width: 100%;
  }
  #lumen-column {
    border-radius: 0 0 6px 6px;
  }
  #lumen-column h2 {
    margin-top: 1em;
  }
  div.ask-icons {
    display: none;
  }
  div#community-inner-column,
  div#guides-inner-column {
    width: 100%;
    margin: 1em 3em;
  }
  div#community-button-container,
  div#lumen-button-container {
    margin: 2.5em;
  }
  div#community-column,
  div#community-inner-column {
    border-right: none;
    border-bottom: 1px dotted black;
  }
  #community-column {
    box-shadow: none;
  }
  #ticket_form {
    width: 80%;
  }
  #zd-help-form {
    margin-bottom: 12px;
  }
  #zd-help-form input {
    border-radius: 6px;
    margin-bottom: 4px;
  }
  #zd-help-form label {
    display: block;
  }
}

/* Two-column layout using flexbox */
.two-column-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

div#leftcolumn {
  flex: 0 0 25%;
  min-width: 200px;
}

div#rightcolumn {
  flex: 1 1 74%;
  min-width: 250px;
}

@media (max-width: 900px) {
  .two-column-container {
    flex-direction: column;
  }
  div#headercontent {
    flex-direction: column;
    justify-content: center;
    height: 116px;
  }
  #headerbarlogo {
    margin-bottom: 0.75em;
  }
  div#leftcolumn,
  div#rightcolumn {
    flex: 1 1 auto;
    width: 100%;
  }
  .centercontent {
    margin-top: 35px;
  }
  #viewbuttoncont {
    float: inherit !important;
  }

  .access-sub-block {
    flex-direction: column;
  }
  .access-sub-block-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid black;
    padding-bottom: 3.5em;
    padding-right: 0;
  }
  .access-sub-block-right {
    padding-bottom: 3.5em;
    padding-left: 0;
    padding-top: 2em;
    width: 100%;
  }
}

@media (max-width: 650px) {
  #myname {
    padding-bottom: 0.5em;
  }
  div#headerbar-menu-toggle {
    display: block;
    cursor: pointer;
  }
  div#headercontent {
    height: auto;
    display: block;
    padding: 1em;
    padding-bottom: 0.5em;
  }
  div#headerrightlinks a {
    line-height: 1.8;
    padding: 0.3em 0;
  }
  div.linksgroup {
    display: none;
  }
  div.linksgroup.responsive {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1em;
  }
  div#navlistcont.responsive {
    display: block;
    height: auto;
    padding: 0;
  }
  div#navlistcont {
    display: none;
  }
  ul#navlist {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  ul#navlist li {
    width: 100%;
  }
  ul#navlist li a {
    width: 100%;
    padding: 0.3em 0 0.3em 1.5em;
    line-height: 1.8;
    border-bottom: none;
  }
  a.header-menu-item {
    padding: 0.3em 0.5em !important;
  }
  a#help-modal-open {
    line-height: 1.8;
  }
  span#help-button {
    background-color: transparent;
    color: #fff;
    padding: 0;
    padding-left: 7px;
  }
  span#help-button img {
    display: none;
  }
  div#headerrightlinks {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  span#myname {
    border: none;
  }
  #viewbuttoncont {
    display: flex;
    flex-direction: column;
  }
  #viewbuttoncont a {
    margin-bottom: 4px;
  }
  #avatar {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  div#headercontent {
    display: block !important;
  }
  span#leftcontenttoggle.hideifnavlist,
  .hideifnavlist {
    display: inline-block !important;
  }
  #viewbuttoncont {
    display: none;
  }
}

.license {
  display: block !important;
}
ul.courselist > li > a,
table.gb.forum tbody td a {
  color: #0059d5;
  text-decoration: underline 2px;
}
#homemenu p a {
  color: #fff !important;
}

/*lumen.css */
/* General settings - fonts, overall page background, etc */

/* Open Sans Font Family - Local Files */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-300.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-500.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-600.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-700.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-italic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/open-sans/open-sans-v44-latin-700italic.ttf")
    format("truetype");
}

body {
  font-family: "Open Sans", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.u-button-reset {
  /* Lux reset class */
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  text-align: inherit;
}

.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 15px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  padding: 0;
}

h1,
.h1 {
  font-size: 1.75em;
  font-weight: normal;
  margin: 0.7em 0;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1em 0;
}

h2,
.h2 {
  font-size: 1.25em;
}

div.pagetitle h2 {
  margin-top: 0px;
}

h3,
.h3 {
  font-size: 1.1em;
}

h4,
.h4 {
  font-size: 1.05em;
}

h5,
h6 {
  font-size: 1em;
}

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

/* Inline definition lists */
dl.inlinedl dt,
dl.inlinedl dd {
  margin: 0;
}
dl.inlinedl dt {
  font-weight: bold;
}
dl.inlinedl dd {
  padding-bottom: 8px;
}

/* Inline unordered lists */
ul.inlineul {
  display: inline;
  list-style: none;
  padding: 0px;
}
ul.inlineul li {
  display: inline;
}
ul.inlineul li::after {
  content: ", ";
}
ul.inlineul li:last-child::after {
  content: "";
}

div.mainbody {
  height: auto;
}

.homefullwidth {
  clear: both;
}

.headerwrapper a:link:not(.skip-link),
.headerwrapper a:visited,
.headerwrapper p {
  color: #fff;
}
.footerwrapper {
  height: 20px;
}
.midwrapper {
  position: relative;
}
#headerlogo {
  right: 0;
  top: 1px;
}
.pagetitle {
  margin-top: 2.5em;
}

/*Link styles*/
a:link {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #493fc4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.abutton {
  text-decoration: none;
}
a.abutton:hover {
  background-color: #e0e0e0;
  color: #000;
}

/* Remove new tab symbol from links (specifically from buttons in help modal) */
#community-button-container a[target="_blank"]:after,
#guides-button-container a[target="_blank"]:after {
  display: none;
}

/*Container for course items*/
div.item {
  background-color: #fff;
}

/*Container for editor*/
div.editor {
  border: 1px solid #000;
}

/*Default block container*/
div.block,
div.blockitems div.blockitems div.block {
  background-color: #e0e0e0;
}
div.block.flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Default block item container*/
div.blockitems,
div.blockitems div.blockitems div.blockitems {
  border-top: 0;
  background-color: #f8f8f8;
}

/*Second level default block container*/
div.blockitems div.block {
  background-color: #dfd;
}

/*Second level default block item container */
div.blockitems div.blockitems {
  background-color: #efe;
}

/*toggles for instronly items inside item wrappers */
div.item:hover span.instronly,
div.block:hover span.instronly {
  visibility: visible;
}
span.instronly {
  visibility: hidden;
}

/*Icons*/
div.icon {
  color: #00d;
  border: 1px solid #00f;
  font-weight: bolder;
}

/*Breadcrumb bar*/
div.breadcrumb {
  border: 0;
  width: 100%;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0.4em;
  padding-left: 10px;
}

/*Control panels*/
div.cp,
div.cpmid,
nav.control-panel-nav {
  background-color: #ddd;
}
nav.control-panel-nav {
  padding: 10px;
  border-radius: 4px;
}

section.select-controls,
section.filter-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 0;
  margin: 10px 0;
}

.unenroll-form fieldset div {
  margin: 10px 0;
}

.select-controls fieldset,
fieldset.unenroll-wiki-options {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
}

.select-controls fieldset legend,
fieldset.unenroll-wiki-options legend {
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 0;
}

button {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

fieldset {
  border: none;
}

.select-controls fieldset button {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.select-controls button.button-link {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  padding: 0;
}

nav.control-panel-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

table thead th {
  font-weight: bold;
  cursor: pointer;
}

table {
  text-align: left;
}

table.mce-item-table {
  width: auto;
}

/*Tables */
table.gb thead th,
table.gb thead td,
table.gbl thead th,
table.gbl thead th.locked {
  border-bottom: 2px solid #9362e1;
  background-color: #eee7fa;
}

table.gb thead th.sortable::after,
table.gb thead th.not-sortable::after {
  content: "\25bc";
  font-size: 12px;
  margin-left: 2px;
  display: inline-block;
  transition: transform 0.2s ease;
}

/* Rotate arrow upward when sorted ascending */
table.gb thead th.sortable[aria-sort="ascending"]::after {
  transform: rotate(180deg);
}

/* Gray out all unsorted columns by default */
table.gb
  thead
  th.sortable:not([aria-sort="ascending"]):not(
    [aria-sort="descending"]
  )::after {
  color: gray;
}

/* Topic column keeps default color when nothing is sorted */
table.gb
  thead
  th.sortable:nth-of-type(2):not([aria-sort="ascending"]):not(
    [aria-sort="descending"]
  )::after {
  color: inherit;
}

/* But if any other column is actively sorted, gray out the Topic column too */
table.gb thead:has(th[aria-sort="ascending"]),
table.gb thead:has(th[aria-sort="descending"]) {
  &
    th.sortable:nth-of-type(2):not([aria-sort="ascending"]):not(
      [aria-sort="descending"]
    )::after {
    color: gray;
  }
}

tr.even,
tr.even td {
  background-color: #fff;
}
tr.odd,
tr.odd td {
  background-color: #f8f6fc;
}
tr.bordered td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
tr.highlight,
tr.highlight td {
  background-color: #ddf;
}
tr.grid td {
  border: 1px solid #000;
}
tr.dbltop td {
  border-top: 3px double #000;
}
table.gbl td.locked,
table.gbl th.locked {
  border-right: 2px solid #00f;
}

/*Category header colors*/
table.gb .catdf {
  background-color: #eef;
}
table.gb .cat0 {
  background-color: #ddf;
}
table.gb .cat1 {
  background-color: #dfd;
}
table.gb .cat2 {
  background-color: #fdd;
}
table.gb .cat3 {
  background-color: #dff;
}
table.gb .cat4 {
  background-color: #ffd;
}
table.gb .cat5 {
  background-color: #fdf;
}
table.gb .cat6 {
  background-color: #aaf;
}
table.gb .cat7 {
  background-color: #afa;
}
table.gb .cat8 {
  background-color: #faa;
}
table.gb .cat9 {
  background-color: #aff;
}
.cattothdr {
  font-variant: small-caps;
}

/*Fake look of links for Javascript onclicks*/
span.link {
  text-decoration: underline;
  color: #00f;
  cursor: pointer;
}

/*Containers for instructor leftbar, main content*/
#leftcontent {
  background: #eee;
  color: #000;
  position: absolute;
  left: 15px;
  top: 4em;
  width: 180px;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 90%;
  line-height: 1.5em;
}

.centercontent,
main.centercontent {
  margin-left: 200px;
  background: #fff;
  margin-right: 0;
  padding-bottom: 5px;
}
.instrdates,
.instronly {
  font-size: 80%;
}
div.ddmenu {
  background: #f2f2f2;
  border: 1px solid #c3cac2;
  padding: 5px;
  position: absolute;
  right: auto;
  text-align: left;
  visibility: hidden;
  margin: 0;
  z-index: 100;
}
div.ddmenu li {
  padding-bottom: 2px;
}
div.ddmenu ul.nomark li {
  margin-top: 0;
}
div.ddmenu ul.nomark {
  padding-left: 0;
  margin-left: 15px;
}
div.ddmenu a,
div.ddmenu a:link,
div.ddmenu a:visited {
  color: #0059d5 !important;
  text-decoration: underline 2px;
  text-underline-offset: 2px;
  transition:
    ease-in-out text-underline-offset 200ms,
    color 200ms;
}
div.ddmenu a:hover,
div.ddmenu a:focus {
  color: #493fc4 !important;
  text-underline-offset: 3px;
}
/*colors and borders for assessments*/
/*seq question css*/
div.todoquestion {
  background-color: #ffffcc;
  border: 0;
}
/*all questions*/
.mceContentBody {
  font-family: "Open Sans", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
}

div.question {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

div.inset {
  margin-right: 0;
}

div.prequestion {
  background-color: #e8f1f6;
  border: 1px solid #cad7df;
}
div.review {
  /*info bar*/
  margin-top: -6px;
  background-color: #e8f1f6;
  border: 1px solid #cad7df;
  font-size: 85%;
}
div.intro {
  border: 1px solid #cccccc;
  background-color: #f8f8f8; /*#FAFFFD;*/
  padding: 10px;
  line-height: 24px;
}
div.navbar {
  background: #f5f5ff; /*#E0F0F8;*/
  border: 1px solid #ddddff;
  color: #000;
}
div.navbar a {
  color: blue;
}
div.navbar ul.qlist li {
  font-size: 12px;
}
div.navbar ul.qlist li a {
  font-size: 14px;
}
span.current {
  background-color: #e0ff92;
}
span.done {
  text-decoration: line-through;
}

span.padright {
  padding-right: 120px;
}
span.formright {
  width: auto !important;
}
.headerwrapper {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  background-color: #1e74d1;
}
.headerwrapper h1 {
  margin: 0;
  padding: 30px 20px 0;
  color: #ae131e;
  font-weight: normal;
}

ul.courselist > li {
  color: #444;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.courselist > li > a,
table.gb.forum tbody td a {
  color: #0059d5;
  text-decoration: underline 2px;
  text-underline-offset: 2px;
  transition:
    ease-in-out text-underline-offset 200ms,
    color 200ms;
}

ul.courselist > li > a:hover,
ul.courselist > li > a:focus,
table.gb.forum tbody td a:hover,
table.gb.forum tbody td a:focus {
  color: #493fc4;
  text-underline-offset: 3px;
}

ul.courselist > li > a.noticetext {
  color: #db0000 !important;
}

.tablist > li > a {
  color: #444 !important;
}
#header-menu-items {
  color: #fff;
}
#header-menu-items a,
#headerrightlinksgroup a {
  text-decoration: none;
}
#header-menu-items a:hover,
#headerrightlinksgroup a:hover {
  color: #ffd600;
  text-decoration: none;
}
.header-menu-item {
  padding: 0.2em 0.5em;
}
#homemenu {
  color: #000;
}
div#headercontent,
div#navlistcont,
div#navlistwrapper,
.footerwrapper,
.midwrapper {
  max-width: 1920px;
  padding: 0 2em;
  margin: auto;
}

/*positions skip link off screen*/
a.skip-link {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/*when keyboard focus is applied, the skip link is now visible*/
a.skip-link:focus {
  align-items: center;
  background-color: white;
  color: black;
  display: flex;
  font-weight: 600;
  padding: 20px;
  position: static;
  text-decoration: none;
  width: auto;
}

.headerbar-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
div#headerbar-menu-toggle {
  display: none;
}
.menu-dropdown-btn {
  height: 40px;
  width: 40px;
}
div#headercontent {
  height: 86px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#navlistcont {
  height: 35px;
  background-color: #493fc4;
}
ul#navlist {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #493fc4;
}
ul#navlist li {
  height: 100%;
}
ul#navlist li a {
  line-height: 35px;
  height: 100%;
  padding: 0 1em;
  background-color: #493fc4;
  border-right: none;
}
ul#navlist li a:hover {
  background-color: #1b128e;
}
div#headerbarlogo img {
  vertical-align: -60%;
}
div.linksgroup {
  text-align: right;
  color: #666;
  display: flex;
  align-items: center;
}
div#headerhome,
div#homelinkbox {
  padding-top: 8px;
}
a.newnote,
a.newnote:link,
a.newnote:visited {
  color: #f00;
}
.activetab {
  background-color: #1b128e !important;
}
.sysnotice {
  border: 1px solid #faa;
  background-color: #fff3f3;
  padding: 5px;
  margin-bottom: 5px;
  clear: both;
  border-radius: 4px;
}
#headermanageqset h2 img {
  padding: 0 0.25em;
  cursor: pointer;
}
#headerrightlinks {
  margin-left: 0.75em;
  margin-right: 1.5em;
}
#help-button {
  background-color: #ffd600;
  border-color: #ffd600;
  border-radius: 4px;
  padding: 12px 24px 12px 20px;
  color: #000;
  display: flex;
  align-items: center;
}
#help-icon {
  height: 14px;
  margin-right: 10px;
}
.buttonactive {
  background-color: #094685 !important;
  text-decoration: none !important;
}
.buttoninactive {
  background-color: #115eaf !important;
  text-decoration: none !important;
}
#myname {
  color: #fff;
  font-weight: bold;
  padding-right: 0.5em;
  cursor: default;
  border-right: 1px solid #eee;
}
#avatar {
  height: 14px;
  width: 14px;
  background-size: cover;
  background-position: center;
  margin: 0 0.5em;
}
.padright.hideinmobile {
  display: none;
}

/* HELP MODAL */
#help-modal {
  border: none;
  border-radius: 14px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.2);
  width: 80%;
  max-width: 1000px;
  position: relative;
}

#help-modal::backdrop {
  background: #000;
  opacity: 0.7;
}

#help-modal-close {
  position: absolute;
  background: url(../ohm/img/close.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  top: 1px;
  right: 1px;
  z-index: 101;
  cursor: pointer;
}

.modal-inner {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  background: #fff;
  min-height: 560px;
}
.modal-inner-columns {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
#community-inner-column {
  border-bottom: 1px dotted black;
}
#community-inner-column,
#guides-inner-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1em;
  width: 100%;
}
.modal-inner-columns h2 {
  font-weight: lighter;
}
#community-column {
  width: 65%;
  border-right: 1px dotted black;
}
#lumen-column {
  width: 35%;
  background-color: #1e74d1;
  border-radius: 0 6px 6px 0;
  color: #fff;
}
.ask-icons {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0.5em auto;
}
#community-icon {
  background: url(../ohm/img/ask-community-icon.png) 0 0 no-repeat;
  background-size: 60px;
}
#lumen-icon {
  background: url(../ohm/img/ask-lumen-icon.png) 0 0 no-repeat;
  background-size: 60px;
}
#guides-icon {
  background: url(../ohm/img/ask-guides-icon.png) 0 0 no-repeat;
  background-size: 60px;
}
#community-button-container,
#guides-button-container {
  flex-grow: 1;
  display: flex;
}
#community-button-container a,
#guides-button-container a {
  align-self: center;
}
div#community-button-container,
div#lumen-button-container,
div#guides-button-container {
  margin: 2em;
}
.field {
  padding: 10px;
  width: 280px;
  border: 1px solid #aaa;
  border-bottom: 0;
}

/* Zen desk "Ask Lumen" form */

.zd-help input {
  border-radius: 6px;
  margin-bottom: 4px;
  padding: 10px;
  width: 280px;
  border: 1px solid #aaa;
  border-bottom: 0;
}

.zd-help textarea {
  border-radius: 6px;
  margin-bottom: 4px;
}

.zd-help label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
}

.zd-info {
  margin-bottom: 12px;
}
.zd-info input {
  border-radius: 6px;
  margin-bottom: 4px;
}
.zd-info label {
  display: block;
  margin-top: 4px;
}

.zd-help input::placeholder,
.zd-help textarea::placeholder {
  color: #636566;
}

.modal-buttons {
  background-color: #fff;
  border: 2px solid #ffd600;
  border-radius: 4px;
  padding: 24px;
  line-height: 0;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
}
.modal-buttons:hover {
  background-color: #ffd600;
  color: #000;
}
#lumen-button {
  background-color: #155192;
  color: #fff;
  border: 1px solid #104074;
  padding: 24px;
  line-height: 0;
  cursor: pointer;
}
#lumen-button:hover {
  color: #000;
  background-color: #ffd600;
}
.response-icons {
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}
#fail-response {
  background-color: #ffbaba;
  color: #d8000c;
  padding: 10px;
  border-radius: 6px;
  margin: 0 1em;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
}
#success-response {
  background-color: #dff2bf;
  color: #4f8a10;
  padding: 10px;
  border-radius: 6px;
  margin: 0 1em;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
}
#success-icon {
  background: url(../ohm/img/success-icon.png) 0 0 no-repeat;
  background-size: 20px;
}
#fail-icon {
  background: url(../ohm/img/fail-icon.png) 0 0 no-repeat;
  background-size: 20px;
}
.new-tab-icon {
  height: 10px;
  margin-top: -10px;
}

.question table {
  margin-left: 0;
  margin-top: 10px;
  width: auto;
}

/* OHM INTEGRATION */
#ohm-integration-message {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  padding: 2em;
  -webkit-font-antialiased: antialiased;
}
#ohm-integration-message #logo {
  margin-bottom: 4em;
}
#ohm-integration-message #logo img {
  height: 80px;
}
#ohm-integration-message #text {
  color: #333;
}
#ohm-integration-message #text h1 {
  font-size: 2rem;
}
#ohm-integration-message #text p {
  font-size: 1.1rem;
}
#ohm-integration-message #text ul {
  font-size: 1.1rem;
}
#ohm-integration-message #text li {
  margin-bottom: 0.5em;
}

/* ACCESS CODE TEMPLATES */
.access-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.access-block {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 1000px;
  padding: 40px 80px;
}
.access-block h2#subhead {
  font-size: 1.6em;
  font-weight: bold;
}
.access-block p {
  font-size: 1.3em;
}
.access-block #confirmation-details p {
  margin-bottom: 0;
}
.access-block .greeting {
  font-weight: 500;
  margin-bottom: 1.5em;
}
.access-block .emphasis {
  font-weight: bold;
  margin-bottom: 1em;
}
.access-block .bookstore-url:hover {
  color: #6b6b6b;
}
.access-block .sub-wrapper {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.access-sub-block {
  display: flex;
  flex-direction: row;
  height: 350px;
  padding: 1em 0;
  width: 100%;
}
.access-sub-block-left {
  border-right: 1px solid #000;
  padding-right: 3.5em;
  width: 50%;
}
.access-sub-block-right {
  padding-left: 3.5em;
  width: 50%;
}
.access_code_input_wrapper {
  display: flex;
  flex-direction: column;
}
.access_code_input_wrapper label {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 2em;
}
#access_code_error_text {
  color: #ff4444;
}
.access-block #error-text {
  text-align: center;
}
.trial_button_wrapper {
  display: flex;
  flex-direction: column;
  padding: 2em 0 0;
  text-decoration: underline;
}
.trial_button_wrapper a {
  color: #155192;
  font-size: 1.3em;
  font-weight: bold;
}
.trial_button_wrapper a:hover {
  color: #3399cc;
  cursor: pointer;
}
input#access_code {
  border: 1px solid #aaa;
  border-radius: 6px;
  font-size: 16px;
  height: 50px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
input#access_code::placeholder {
  text-transform: none;
}
button#access_code_submit {
  background-color: #155192;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #104074;
  margin-top: 1em;
}
button#access_code_submit:hover {
  background-color: #ffd600;
  color: #000;
  cursor: pointer;
}
button#begin_trial {
  background-color: transparent;
  border: none;
  color: #155192;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
button#begin_trial:hover {
  color: #3399cc;
  cursor: pointer;
}
button#update_student_payment_type {
  background-color: #5847d6;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  color: white;
  height: 35px;
  margin: 0;
  margin-left: -1px;
  padding: 0 1.2em;
}

span#update_student_payment_type {
  margin: 10px;
}

button#update_student_payment_type:hover {
  background-color: #7b6ddf;
  cursor: pointer;
}

div#student_payment_api_failure {
  background-color: #d61616;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px;
}

div#ohmEditGroup {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 30em;
  margin: 0.5em;
  padding: 1em;
}

.course-banner {
  border: 1px solid hsl(205, 17%, 81%);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 1em 0;
  padding: 0;
}

.course-banner p {
  padding-bottom: 0;
}

.course-banner ul {
  margin: 0;
}

.course-banner-header {
  background-color: #1e74d1;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  margin: -1px;
  padding-left: 1em;
}

.course-banner-header h2 {
  color: #fff;
  font-size: initial;
  font-weight: normal;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}

.course-banner-close-button {
  min-width: 42px;
  opacity: 0.8;
  text-align: center;
  transition: opacity 0.1s;
}

.course-banner-close-button:hover,
.course-banner-close-button:focus {
  background-color: transparent;
  opacity: 1;
}

.course-banner-content {
  padding: 0.6em 1em 1em 1em;
}

/* Add New Course Assessment Player  */
.version-inputs label {
  display: block;
}

.version-warning {
  font-style: italic;
}

/* LTI New Assessment Player */

.assess-player-title {
  font-weight: bold;
}
.version-inputs-lti button {
  font-size: 0.75em;
  margin-left: 18px;
  text-decoration-line: underline;
}

.disable-input {
  opacity: 0.5;
  pointer-events: none;
}

/* Override imascore.css to reposition gear icon dropdown menu on course syllabus  */
.itemhdr {
  display: flex;
}

/* div required to override imasscore.css */
div.itemhdr div.title {
  margin-left: 16px;
  margin-right: 0;
}

/* Make block heading buttons look like links */
div.itemhdr div.title button[id^="blockh"] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

div.itemhdr div.title button[id^="blockh"]:hover {
  color: #493fc4;
  text-underline-offset: 3px;
}

.itemhdr .itemhdricon {
  position: relative;
}

.itemhdr .itemhdrdd {
  margin-left: 16px;
  position: relative;
}

/*Styles for Messages*/
.message-actions {
  margin: 20px 0;
}

/* MEDIA QUERIES */
@media (max-width: 1023px) {
  .modal-inner-columns h2 {
    font-size: 28px;
  }
  div#help-modal {
    height: auto;
  }
  .modal-inner {
    flex-direction: column;
    align-items: center;
  }
  .modal-inner-columns {
    margin: 0;
    padding: 0;
  }
  .modal-inner-columns div p {
    margin: 0.5em 3em;
  }
  #community-column,
  #lumen-column {
    width: 100%;
  }
  #lumen-column {
    border-radius: 0 0 6px 6px;
  }
  #lumen-column h2 {
    margin-top: 1em;
  }
  div.ask-icons {
    display: none;
  }
  div#community-inner-column,
  div#guides-inner-column {
    width: 100%;
    margin: 1em 3em;
  }
  div#community-button-container,
  div#lumen-button-container {
    margin: 2.5em;
  }
  div#community-column,
  div#community-inner-column {
    border-right: none;
    border-bottom: 1px dotted black;
  }
  #community-column {
    box-shadow: none;
  }
  #ticket_form {
    width: 80%;
  }
  #zd-help-form {
    margin-bottom: 12px;
  }
  #zd-help-form input {
    border-radius: 6px;
    margin-bottom: 4px;
  }
  #zd-help-form label {
    display: block;
  }
}

/* Two-column layout using flexbox */
.two-column-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

div#leftcolumn {
  flex: 0 0 25%;
  min-width: 200px;
}

div#rightcolumn {
  flex: 1 1 74%;
  min-width: 250px;
}

@media (max-width: 900px) {
  .two-column-container {
    flex-direction: column;
  }
  div#headercontent {
    flex-direction: column;
    justify-content: center;
    height: 116px;
  }
  #headerbarlogo {
    margin-bottom: 0.75em;
  }
  div#leftcolumn,
  div#rightcolumn {
    flex: 1 1 auto;
    width: 100%;
  }
  .centercontent {
    margin-top: 35px;
  }
  #viewbuttoncont {
    float: inherit !important;
  }

  .access-sub-block {
    flex-direction: column;
  }
  .access-sub-block-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid black;
    padding-bottom: 3.5em;
    padding-right: 0;
  }
  .access-sub-block-right {
    padding-bottom: 3.5em;
    padding-left: 0;
    padding-top: 2em;
    width: 100%;
  }
}

@media (max-width: 650px) {
  #myname {
    padding-bottom: 0.5em;
  }
  div#headerbar-menu-toggle {
    display: block;
    cursor: pointer;
  }
  div#headercontent {
    height: auto;
    display: block;
    padding: 1em;
    padding-bottom: 0.5em;
  }
  div#headerrightlinks a {
    line-height: 1.8;
    padding: 0.3em 0;
  }
  div.linksgroup {
    display: none;
  }
  div.linksgroup.responsive {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1em;
  }
  div#navlistcont.responsive {
    display: block;
    height: auto;
    padding: 0;
  }
  div#navlistcont {
    display: none;
  }
  ul#navlist {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  ul#navlist li {
    width: 100%;
  }
  ul#navlist li a {
    width: 100%;
    padding: 0.3em 0 0.3em 1.5em;
    line-height: 1.8;
    border-bottom: none;
  }
  a.header-menu-item {
    padding: 0.3em 0.5em !important;
  }
  a#help-modal-open {
    line-height: 1.8;
  }
  span#help-button {
    background-color: transparent;
    color: #fff;
    padding: 0;
    padding-left: 7px;
  }
  span#help-button img {
    display: none;
  }
  div#headerrightlinks {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  span#myname {
    border: none;
  }
  #viewbuttoncont {
    display: flex;
    flex-direction: column;
  }
  #viewbuttoncont a {
    margin-bottom: 4px;
  }
  #avatar {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  div#headercontent {
    display: block !important;
  }
  span#leftcontenttoggle.hideifnavlist,
  .hideifnavlist {
    display: inline-block !important;
  }
  #viewbuttoncont {
    display: none;
  }
}

.license {
  display: block !important;
}
ul.courselist > li > a,
table.gb.forum tbody td a {
  color: #0059d5;
  text-decoration: underline 2px;
}
#homemenu p a {
  color: #fff !important;
}
