/*flex*/
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-5 {
  -ms-flex: 5;
      flex: 5;
}
.flex-4 {
  -ms-flex: 4;
      flex: 4;
}
.flex-3 {
  -ms-flex: 3;
      flex: 3;
}
.flex-1 {
  -ms-flex: 1;
      flex: 1;
}
.flex-2 {
  -ms-flex: 2;
      flex: 2;
}
.word-break {
  word-break: break-all;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/*setup screen*/
.setup-screen .dashboard-content {
  position: relative;
  min-height: 620px;
  padding-bottom: 60px;
  margin: 0;
  background-color: #fff;
}
body.setup-screen .dashboard-main,
body.setup-screen .dashboard-columns,
body.setup-screen .dashboard-header {
  width: 100%;
  margin: 0;
}
.setup-screen .dashboard-header-header {
  background-color: #f2f2f2;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.setup-steps-container,
.setup-step {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
}
.setup-steps-container {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.setup-step:not(:last-of-type)::after {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}
.dashboard-header.setup-responsive {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.responsive-setup-cancel::before {
  color: #000;
  font-size: 20px;
}
/*account screen*/
.account-screen {
  padding: 15px;
}
/*step numbers*/
.setup-step--number {
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 15px;
  margin-right: 10px;
}
.setup-step--number.step-in-progress,
.setup-step--number.step-complete {
  background-color: #ed1b24;
}
.setup-step--number.step-incomplete {
  background-color: #ccc;
}
.setup-step--optional {
  color: #ccc;
}
/*setup content*/
.setup-content {
  padding: 15px;
  max-width: 600px;
}
.setup-content--header,
.account-content--header {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}
.setup-content--header span {
  font-weight: normal;
}
.setup-content p {
  line-height: 20px;
}
.setup-content p:not(:last-of-type) {
  padding-bottom: 16px;
}
.upload-options p:not(:last-of-type) {
  padding-bottom: 0;
}
.upload--option {
  display: none;
}
.upload--option + .upload-option-text {
  position: relative;
  margin: 20px 0 0 35px;
}
.upload--option + .upload-option-text::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-radius: 15px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #666;
  margin-right: 8px;
  position: absolute;
  left: -35px;
}
.upload--option:checked + .upload-option-text::before {
  background: #ea202d;
  box-shadow: 0 0 0 2px #ea202d;
}
.upload-option-text h3 {
  font-size: 18px;
  font-weight: bold;
}
.setup-input-header {
  font-weight: bold;
  padding: 20px 0 10px;
}
.upload-message {
  padding: 10px 15px;
  background-color: #f2f2f2;
  margin-top: 15px;
  display: inline-block;
}
.upload-message a {
  color: #00afe7;
  text-decoration: none;
  cursor: pointer;
}
.upload-message a:hover {
  color: #1ac6ff;
}
.setup-add-student,
.student-list,
.teacher-list,
.student-list-checklist,
.setup-add-teacher {
  width: 100%;
  max-width: 750px;
}
.account-add-student {
  width: 30%;
  margin-top: 20px;
  min-width: 280px;
}
.account-add-teacher {
  margin-top: 10px;
  min-width: 280px;
  max-width: 750px;
}
.setup-add-student,
.setup-add-teacher {
  padding-top: 15px;
}
.setup-add-student--name,
.setup-add-teacher--input,
.account-add-student--name {
  padding: 5px;
  font-size: 12px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.setup-add-teacher--input {
  max-width: 23%;
}
.setup-add-student--submit,
.setup-add-teacher--submit,
.account-add-student--submit {
  padding: 10px 8px;
  font-size: 12px;
  background-color: #ea202d;
  border: none;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  font-weight: bold;
  white-space: nowrap;
}
.setup-add-student--submit.setup-responsive {
  display: none;
}
.setup-add-student--submit:hover,
.setup-add-teacher--submit:hover,
.account-add-student--submit:hover {
  background-color: #f0424b;
  cursor: pointer;
}
.bulk-upload-student-list {
  width: 100%;
  max-width: 640px;
}
.bulk-upload-student-list,
.student-list,
.teacher-list {
  margin-top: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.student-list--headers,
.teacher-list--headers,
.student-list--students,
.teacher-list--teachers {
  width: 100%;
  box-sizing: border-box;
}
.student-list--headers,
.teacher-list--headers {
  background-color: #f2f2f2;
  padding: 15px;
}
.student-list--headers.class-headers {
  display: -ms-flexbox;
  display: flex;
}
.bulk-upload-student-list .student-list--headers,
.student-list--headers li,
.teacher-list--headers li {
  font-weight: bold;
}
.student-list-row,
.teacher-list-row {
  padding: 15px;
  -ms-flex-align: center;
      align-items: center;
}
.teacher-list-row.no-teachers {
  -ms-flex-pack: center;
      justify-content: center;
}
.student-list-row.no-students {
  color: #ccc;
  -ms-flex-pack: center;
      justify-content: center;
}
.student-list-row .student-name {
  padding-right: 5px;
  box-sizing: border-box;
}
.student-list-row:not(:last-of-type),
.teacher-list-row:not(:last-of-type),
.student-list-checklist-row:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
}
.teacher-alter-links,
.student-alter-links {
  text-decoration: none;
  color: #00afe7;
}
.teacher-alter-links:not(:last-of-type),
.student-alter-links:not(:last-of-type) {
  padding-right: 10px;
}
.teacher-alter-links.icon,
.student-alter-links.icon {
  font-size: 20px;
}
.teacher-alter-links:hover,
.student-alter-links:hover {
  color: #09c;
}
.setup-content .bulk-upload-steps {
  padding-bottom: 0;
  line-height: 28px;
}
.setup-bulk-upload--submit {
  display: block;
  background-color: #ed1b24;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.setup-bulk-upload--submit:hover {
  background-color: #f0424b;
}
.setup-content .upload-files {
  margin: 15px 0 0 0;
  padding-bottom: 0;
}
.setup-student-password--input {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 10px;
  width: 220px;
  font-size: 14px;
}
.setup-student-password--success {
  border: 2px solid #090;
}
i.setup-student-password--success {
  border: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 20px;
  margin-left: -25px;
  color: #090;
}
.setup-student-password--error {
  border: 2px solid #ed1b24;
}
p.setup-student-password--error {
  display: block;
  border: none;
  color: #ed1b24;
  margin-left: 10px;
}
i.setup-student-password--error {
  border: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 25px;
  margin-left: -25px;
  margin: 0 0 5px -20px;
  color: #ed1b24;
}
.setup-student-password--submit {
  padding: 10px 8px;
  font-size: 14px;
  font-weight: bold;
  font-size: 12px;
  background-color: #ea202d;
  border: none;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  margin-left: 10px;
}
.setup-add-class--remove {
  color: #fff;
  background-color: #999;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  padding: 5px 4px 1px;
  vertical-align: middle;
}
.setup-add-class--label {
  padding: 30px 0 10px;
  font-weight: bold;
  display: block;
}
.setup-add-class--name {
  padding: 5px;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 40%;
  min-width: 185px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.setup-add-class--list {
  border: 1px solid #9b9b9b;
}
.setup-add-class--submit {
  padding: 7px 14px;
  font-size: 14px;
  font-size: 12px;
  font-weight: bold;
  background-color: #ea202d;
  border: none;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.setup-add-class--submit:hover {
  background-color: #f0424b;
  cursor: pointer;
}
.setup-add-class--span {
  display: block;
}
.setup-add-class--remove:hover {
  cursor: pointer;
}
.add-student-info {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.add-student-filter {
  position: relative;
  width: 70%;
}
.add-student-filter--input {
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  min-width: 185px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin: 15px 0 20px;
}
.add-student-filter--total {
  float: right;
  margin-top: -2px;
  margin-right: 10px;
  font-size: 13px;
}
.add-student-filter--icon {
  float: right;
  margin-top: -46px;
  margin-right: 8px;
  font-size: 23px;
  position: relative;
}
.student-list-checklist {
  margin-top: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.student-list-checklist li {
  box-sizing: border-box;
}
.student-list-checklist--select-all {
  max-width: 35px;
  word-wrap: normal;
  white-space: pre-wrap;
  margin-right: 45px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #35bdee;
}
.student-list-checklist--header {
  background-color: #f2f2f2;
  padding: 15px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
}
.student-list-checklist--students li {
  width: 100%;
}
.student-list-checklist-row {
  padding: 15px;
}
.student-list-checklist-row:hover {
  background-color: #fff9d8;
}
.select-student-name {
  margin-left: 75px;
  -ms-flex-align: center;
      align-items: center;
}
.setup-select-student {
  display: none;
}
.setup-select-student + span {
  position: relative;
}
.setup-select-student + span::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  box-shadow: 0 0 0 2px #666;
  margin: 0 48px 0 15px;
  cursor: pointer;
}
.setup-select-student:checked + span::before {
  content: '\2713';
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ea202d;
  box-shadow: 0 0 0 2px #ea202d;
}
.checklist-student-name {
  -ms-flex-align: center;
      align-items: center;
  padding-top: 5px;
}
.spreadsheet-image {
  height: 60px;
  padding-top: 10px;
}
.setup-screen .setup-paste-double--first,
.setup-screen .setup-paste-double--last,
.setup-screen .setup-paste-single,
.account-screen .upload-paste-double--first,
.account-screen .upload-paste-double--last {
  width: 50%;
}
.setup-screen .setup-paste-single {
  min-width: 285px;
}
.account-screen .upload-paste-triple--first,
.account-screen .upload-paste-triple--second,
.account-screen .upload-paste-triple--third {
  width: 33.3333%;
}
.setup-screen .setup-paste-double,
.account-screen .upload-paste-double,
.account-screen .upload-paste-triple {
  width: 80%;
  min-width: 300px;
}
.account-screen .upload-paste-single {
  width: 40%;
  min-width: 300px;
}
.setup-paste-single,
.setup-paste-double,
.upload-paste-single,
.upload-paste-double,
.upload-paste-triple {
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
  border-radius: 3px;
  margin-top: 20px;
  border: 1px solid #e2e2e2;
}
.setup-paste-double--first,
.setup-paste-double--last,
.upload-paste-double--first,
.upload-paste-double--last,
.upload-paste-triple--first,
.upload-paste-triple--second,
.upload-paste-triple--third {
  display: inline-block;
  box-sizing: border-box;
}
.setup-paste-double--first,
.upload-paste-double--first,
.upload-paste-triple--first,
.upload-paste-triple--second {
  border-right: 1px solid #e2e2e2;
}
.setup-paste-double--first .student-list--headers,
.setup-paste-double--last .student-list--headers,
.setup-paste-single .student-list--headers,
.upload-paste-single .student-list--headers,
.upload-paste-double .student-list--headers,
.upload-paste-triple .student-list--headers {
  border-bottom: 1px solid #e2e2e2;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}
.setup-paste-double--first .student-list--headers a,
.setup-paste-double--last .student-list--headers a,
.setup-paste-single .student-list--headers a,
.upload-paste-single .student-list--headers a,
.upload-paste-double .student-list--headers a,
.upload-paste-triple .student-list--headers a {
  text-decoration: none;
  color: #02adea;
  font-size: 12px;
}
.setup-paste-double--students,
.setup-paste-single--students,
.upload-paste-single--students,
.upload-paste-double--students,
.upload-paste-triple--students {
  position: relative;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
.setup-paste-double--students div,
.setup-paste-single--students div,
.upload-paste-single--students div,
.upload-paste-double--students div,
.upload-paste-triple--students div {
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  background: linear-gradient(transparent, transparent 39px, #f0f0f0 39px);
  background-size: 40px 40px;
}
.setup-paste-double--students div textarea,
.setup-paste-single--students div textarea,
.upload-paste-single--students div textarea,
.upload-paste-double--students div textarea,
.upload-paste-triple--students div textarea {
  width: calc(100% + 15px);
  max-width: calc(100% + 15px);
  height: 200px;
  max-height: 200px;
  line-height: 40px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
  box-sizing: border-box;
  z-index: 1;
  resize: none;
}
.setup-paste-double--students div textarea::-webkit-scrollbar,
.setup-paste-single--students div textarea::-webkit-scrollbar,
.upload-paste-single--students div textarea::-webkit-scrollbar,
.upload-paste-double--students div textarea::-webkit-scrollbar,
.upload-paste-triple--students div textarea::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}
.setup-paste-double--students div textarea::-webkit-scrollbar-thumb,
.setup-paste-single--students div textarea::-webkit-scrollbar-thumb,
.upload-paste-single--students div textarea::-webkit-scrollbar-thumb,
.upload-paste-double--students div textarea::-webkit-scrollbar-thumb,
.upload-paste-triple.--students div textarea::-webkit-scrollbar-thumb {
  background: #f0f0f0;
  border-radius: 10px;
}
/*footer*/
.upload-footer,
.setup-footer.setup-normal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 10px 10px 30px;
  border-top: 1px solid #e2e2e2;
  box-sizing: border-box;
  background-color: #fff;
}
.setup-footer.setup-responsive {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
.account-screen .upload-cancel,
.setup-screen .setup-cancel {
  text-decoration: none;
  color: #ccc;
  font-weight: bold;
  font-size: 12px;
}
.account-screen .upload-cancel:focus,
.setup-footer.setup-normal .setup-screen .setup-cancel:focus {
  color: #ccc;
}
.account-screen .upload-cancel:hover,
.setup-footer.setup-normal .setup-screen .setup-cancel:hover {
  color: #999;
}
.upload-footer .upload-navigation--back,
.upload-footer .upload-navigation--next,
.setup-footer.setup-normal .setup-navigation--back,
.setup-footer.setup-normal .setup-navigation--next {
  padding: 10px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.setup-footer.setup-normal .setup-navigation--back,
.upload-footer .upload-navigation--back {
  background-color: #fff;
  border: 1px solid #999;
  color: #999;
}
.setup-footer.setup-normal .setup-navigation--back:hover,
.upload-footer .upload-navigation--back:hover {
  border: 1px solid #666;
  background-color: #fafafa;
  color: #666;
}
.setup-footer.setup-normal .setup-navigation--next,
.upload-footer .upload-navigation--next {
  margin-left: 5px;
  background-color: #ed1b24;
  color: #fff;
  border: 1px solid #ed1b24;
}
.setup-footer.setup-normal .setup-navigation--next.disabled,
.setup-footer.setup-normal .setup-navigation--next.disabled:hover,
.upload-footer .upload-navigation--next.disabled,
.upload-footer .upload-navigation--next.disabled:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: default;
}
.setup-footer.setup-normal .setup-navigation--next:hover,
.upload-footer .upload-navigation--next:hover {
  background-color: #f0424b;
  border: 1px solid #f0424b;
}
.setup-footer.setup-responsive .setup-navigation--back,
.setup-footer.setup-responsive .setup-navigation--next {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
}
.setup-footer.setup-responsive .setup-navigation--back i,
.setup-footer.setup-responsive .setup-navigation--next i {
  position: relative;
  padding-right: 20px;
}
.setup-footer.setup-responsive .setup-navigation--back i:before,
.setup-footer.setup-responsive .setup-navigation--next i:before {
  font-size: 20px;
  position: absolute;
  bottom: -1px;
  font-weight: bold;
}
.setup-footer.setup-responsive .setup-navigation--next:hover,
.setup-footer.setup-responsive .setup-navigation--back:hover {
  color: #ed1b24;
}
.setup-footer.setup-responsive .setup-navigation--next.disabled,
.setup-footer.setup-responsive .setup-navigation--next.diabled:hover {
  color: #ccc;
}
.setup-navigation--back.hidden {
  visibility: hidden;
}
.setup-progress-bar--container {
  width: 50%;
  height: 35%;
  position: relative;
  background-color: #fbd0d2;
}
.setup-progress-bar--progress {
  position: absolute;
  background-color: #ed1b24;
  height: 100%;
}
.setup-progress-bar--progress.quarter-done {
  width: 25%;
}
.setup-progress-bar--progress.half-done {
  width: 50%;
}
.setup-progress-bar--progress.three-quarters-done {
  width: 75%;
}
.setup-progress-bar--progress.all-done {
  width: 100%;
}
/* Spinner */
.setup-screen #page-spinner {
  display: inherit;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(255,255,255,0.5);
}
.setup-screen .page-spinner {
  margin: -95px 0 0 -95px;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* TFK-553 -- Admin Screen Student Password */
.dashboard-main .setup-add-class {
  margin-top: 20px;
}
.dashboard-main .student-password-header {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.dashboard-main .student-password-text {
  line-height: 130%;
  padding-bottom: 10px;
}
.dashboard-main .student-password-current {
  line-height: 130%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  width: 30%;
  min-width: 280px;
}
/* Admin */
/* Admin class */
.admin-content {
  padding: 15px;
  width: calc(100% - 350px);
}
.admin-add-class--header-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.admin-add-class--header {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 25px 0 0;
}
.admin-add-class--class-name {
  font-size: 22px;
}
.admin-add-class--header-list {
  margin-top: 5px;
}
.admin-add-class--p {
  line-height: 18px;
}
.admin-add-class--view-class-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  min-height: 50px;
}
.admin-add-class--view-class-button {
  padding-left: 20px;
  max-width: 420px;
  width: 100%;
  height: 50px;
  text-align: left;
  font-size: 15px;
  border: none;
  background-color: #fafafa;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
ul.admin-add-class--view-class-button {
  height: initial;
  min-height: 50px;
  padding: 5px 0;
}
.admin-add-class--view-class-button li {
  padding: 20px 0;
  text-indent: 20px;
  color: #00afe7;
}
.admin-add-class--view-class-button li:hover {
  background-color: #ededed;
}
.admin-add-class--icon {
  float: right;
  margin-right: 10px;
}
.admin-add-class--action {
  text-decoration: none;
  color: #00afe7;
  font-weight: normal;
  margin-right: 30px;
}
.admin-add-class--action.disabled {
  color: #ccc;
}
/* Admin modal */
.modal-body .modal.admin-modal {
  width: 50%;
  max-height: 540px;
  border-radius: 0;
  padding: 0;
  min-width: 320px;
}
.admin-modal-header {
  height: 20px;
  background-color: #e41a26;
  font-size: 22px;
  color: #fff;
  padding: 20px;
  font-weight: lighter;
}
.admin-modal-body {
  max-height: 420px;
  padding: 0 20px;
  overflow-y: scroll;
}
.admin-modal-footer {
  border-top: 2px solid #f2f2f2;
}
.admin-modal-header .modal-top-close {
  top: 18px;
  right: 20px;
}
.modal-body section.admin-modal--delete-class {
  top: 30%;
  width: 20%;
  min-height: 100px;
  padding: 0;
  border-radius: 3px;
  min-width: 320px;
}
.admin-modal--delete-class .admin-modal-header {
  margin: 1px;
  background-color: #fff;
  color: #000;
  height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.admin-modal--delete-class .admin-modal-body {
  margin-top: 0px;
  height: 55px;
  color: #888;
  line-height: 18px;
  font-weight: initial;
  font-size: 14px;
  overflow-y: auto;
}
.admin-modal--delete-class .admin-modal-footer {
  height: 0px;
  border: none;
}
.admin-modal--delete-class .admin-modal-footer .admin-modal-cancel {
  margin: 0 10px 10px 0;
}
.admin-modal-header .modal-top-close::before,
.admin-modal-header .modal-top-close::after {
  background-color: #fff;
}
.admin-modal-header .modal-top-close:hover::before,
.admin-modal-header .modal-top-close:hover::after {
  background-color: #000;
}
.admin-modal-footer .setup-add-class--submit {
  float: right;
  margin: 15px;
}
.admin-modal-footer button.admin-modal-cancel {
  background-color: #fff;
  color: #ea202d;
  font-weight: 600;
  border: none;
  box-shadow: none;
  margin-right: 0;
}
button.admin-modal-cancel:hover {
  background-color: initial;
}
.admin-modal-body .add-student-filter--total {
  margin-top: -23px;
}
.admin-modal-body .add-student-filter--input {
  margin: 2px 0 0;
}
.admin-modal-body .add-student-filter--icon {
  margin-top: -26px;
}
.admin-modal-body .student-list-checklist {
  margin-bottom: 10px;
}
.admin-modal-body .setup-add-class--label {
  padding-top: 20px;
}
.admin-modal-body .setup-add-class--name {
  margin-bottom: 0;
}
.edit-class--current {
  width: 40%;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 20px;
}
.edit-class--new {
  margin-bottom: 50px;
}
/*admin header*/
.header-container {
  width: 100%;
  overflow-x: scroll;
}
.header-container::-webkit-scrollbar {
  display: none;
}
.account-header {
  min-width: 760px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f0f0f0;
  padding: 0 15px;
  box-sizing: border-box;
}
.account-header--link {
  padding: 16px;
  margin: 0 10px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.account-header--link.active {
  border-bottom: 2px solid #e41a26;
}
.account-add-teacher-title {
  margin-top: 10px;
  font-weight: bold;
}
/* setup checklist */
.account-checklist {
  float: right;
  position: absolute;
  top: 45px;
  right: 15px;
  width: 300px;
}
li.account-checklist--subheader {
  margin-top: 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.account-checklist-container {
  display: inline-block;
  border-bottom: none;
}
.account-checklist--step {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.account-checklist--step:not(:nth-of-type(3)) {
  padding: 20px;
}
.account-checklist--step:nth-of-type(3) {
  padding: 15px 20px;
}
.account-checklist--step .setup-step--step {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.account-checklist--step:not(:last-of-type)::after {
  content: '';
  background-color: #f2f2f2;
  position: absolute;
  width: 1px;
  height: 34px;
  left: 29px;
  top: 45px;
}
.account-checklist--link {
  width: 100%;
  text-decoration: none;
  color: initial;
  font-size: initial;
  -ms-flex-align: center;
      align-items: center;
}
.account-checklist .admin-add-class--action {
  display: block;
  padding: 20px;
}
.admin-screen.notification-account-setup {
  margin: 15px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-decoration: none;
  color: #000;
}
.admin.admin-screen.notification-account-setup {
  display: none;
}
.teacher.admin-screen.notification-account-setup {
  display: -ms-flexbox;
  display: flex;
}
.notification-account-setup .setup-complete-link {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.student-list.responsive,
.student-list--students.responsive,
.student-list-row.responsive,
.student-list.responsive .student-list--headers {
  display: none;
}
.assignment {
  padding-right: 10px;
}
.admin-edit-responsive {
  width: 90%;
}
/* errors */
#app .user-grid-message {
  margin-bottom: 0;
}
/* Footer Layout */
.page-footer {
  padding: 45px 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #333;
}
.page-footer a {
  color: inherit;
  text-decoration: none;
}
.page-footer a:hover,
.page-footer a:focus {
  text-decoration: underline;
}
.page-footer a:active {
  opacity: 0.8;
}
/* Link List */
.page-footer-links {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
}
.page-footer-links li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  height: 0.8em;
  border-right: 1px solid #666;
}
.page-footer-links li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.page-footer-copyright {
  padding-bottom: 10px;
}
/* Header Layout */
.page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 25px 15px 15px;
  background: #000;
}
.hamburger-menu,
.account-icon {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.hamburger-menu {
  margin-right: 10px;
}
.account-icon {
  margin-left: 10px;
}
.hamburger-menu:hover,
.account-icon:hover {
  background-color: #e41a26;
  cursor: pointer;
  border-radius: 4px;
}
/* Logo */
.page-logo {
  display: block;
  width: 220px;
  height: 60px;
  background: url("/images/time-edge.png");
  background-size: cover;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.page-user-links.header-flex {
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 85%;
}
/* User buttons */
.teacher-user-links,
.account-buttons {
  -ms-flex-align: center;
      align-items: center;
}
.user-link {
  display: inline-block;
  margin-left: 10px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  white-space: nowrap;
  text-decoration: none;
}
.user-link:hover {
  color: #e2e2e2;
}
.setup-menu {
  display: inline-block;
}
.user-link.logout-link {
  background: #3e3e3e;
  border-radius: 4px;
}
.user-link.logout-link:hover,
.user-link.logout-link:focus {
  background: #4a4a4a;
}
.teacher-user-links li {
  display: inline;
}
/* Admin button */
.admin-link {
  font-weight: bold;
  background: #e41a26;
  border-radius: 4px;
}
.admin-link:hover,
.admin-link:focus {
  background: #c90b0b;
}
.admin-link-icon {
  display: inline-block;
  margin-right: 6px;
  font-size: 28px;
  vertical-align: middle;
}
/*setup menu*/
.responsive-menu.teacher-links,
.responsive-menu.account-link {
  display: none;
}
.responsive-menu-dropdown,
.setup-menu-dropdown {
  display: none;
  position: absolute;
  z-index: 500;
  background-color: #f0f0f0;
  border: 1px solid #999;
}
.setup-menu-dropdown {
  margin-top: 24px;
  margin-left: 15px;
  padding: 10px 20px;
}
.responsive-menu-dropdown {
  margin-top: 14px;
  margin-left: -15px;
  padding-top: 10px;
}
.responsive-menu-dropdown .user-link {
  margin-left: 0;
  padding: 0 20px;
  color: #000;
}
.responsive-menu-dropdown .user-link:hover {
  text-decoration: underline;
}
.page-header .responsive-menu-dropdown .setup {
  border-top: 1px solid #999;
  background-color: #fafafa;
  padding: 0 30px 10px;
}
.hover.responsive-menu ul,
.hover.setup-menu ul {
  display: block;
}
.setup-link a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.setup-link a:hover {
  text-decoration: underline;
}
/* Overall Layout */
html {
  background: #333;
}
body {
  background: #fff;
}
/*faq layout*/
.faq > a {
  display: block;
}
.faq h2 {
  padding: 20px 0;
}
.article .faq h3 {
  padding-bottom: 20px;
  font-size: 26px;
  color: #666;
}
.faq h4 {
  font-size: 16px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
button {
  margin: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 1000px) {
  .page-logo {
    width: 150px;
    height: 40px;
  }
  .body-container .user-link {
    margin-left: 0;
  }
  .body-container .user-link.admin-link {
    margin-right: 10px;
  }
  .admin-content .student-list--headers.class-headers {
    display: block;
  }
}
@media (max-width: 860px) {
  .dashboard-header.setup-normal,
  .setup-footer.setup-normal {
    display: none;
  }
  .dashboard-main .dashboard-header.setup-responsive,
  .dashboard-main .setup-footer.setup-responsive {
    display: -ms-flexbox;
    display: flex;
  }
  .setup-screen #page-spinner {
    top: 53px;
  }
  .setup-footer.setup-responsive {
    z-index: 1002;
  }
  .page-user-links.header-flex {
    width: auto;
  }
  .page-logo-wrapper {
    display: inline-block;
  }
  .page-header .responsive-menu.teacher-links,
  .page-header .responsive-menu.account-link {
    display: inline-block;
  }
  .page-header .teacher-user-links,
  .page-header .user-link.admin-link,
  .page-header .user-link.logout-link {
    display: none;
  }
  .dashboard-content .account-checklist {
    display: none;
  }
  .dashboard-content .admin-content {
    width: calc(100% - 10px);
    box-sizing: border-box;
  }
  .body-container .admin.admin-screen.notification-account-setup {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 805px) {
  body .dashboard-main {
    margin: 0 0 20px;
    width: 100%;
  }
  body .dashboard-content {
    margin: 0 10px;
  }
  .dashboard-main .dashboard-sidebar {
    margin-right: 0;
    background-color: #fbf9fb;
  }
  .dashboard-main .dashboard-columns {
    margin-top: 0;
  }
  .dashboard-screen .dashboard-content {
    margin: 64px 10px;
  }
  .dashboard-main .dashboard-header {
    margin: 25px 15px 10px;
  }
  .dashboard-main ul.class-action-links li {
    margin-right: 5px;
  }
  .tool-link {
    display: none;
  }
  .dashboard-main .dashboard-columns {
    display: block;
  }
  .dashboard-main .dashboard-sidebar .link-menu,
  .dashboard-main .dashboard-sidebar .link-menu-link {
    width: 100%;
  }
  li.tool-search {
    position: relative;
    width: 100%;
    z-index: 497;
  }
  form.search {
    display: -ms-flexbox;
    display: flex;
  }
  input.search-input {
    margin: 5px 0 15px 10px;
    width: 100%;
  }
  button.search-submit {
    margin: 5px 10px 0 0;
    float: right;
  }
  header.page-header {
    padding-right: 10px;
  }
  .page-user-links .teacher-menu {
    display: inline-block;
    position: absolute;
    right: 100px;
    padding-bottom: 12px;
  }
  .teacher-menu-dropdown-link,
  .teacher-menu-dropdown-link:visited {
    background-color: #e41a26;
    margin: 0;
  }
  .teacher-menu-dropdown-link .admin-link-icon {
    margin-right: 0;
  }
  .teacher-menu-dropdown {
    display: none;
    background-color: #fff;
    border: 1px solid #999;
  }
  .teacher-menu-dropdown .teacher-link a {
    text-decoration: none;
    color: #333;
  }
  .teacher-menu-dropdown .teacher-link:hover,
  .setup-link:hover {
    text-decoration: underline;
  }
  .teacher-menu-dropdown .teacher-link {
    padding: 10px 5px;
    border-bottom: 1px solid #999;
  }
  .hover.teacher-menu-dropdown-link {
    background-color: #c90b0b;
  }
  .hover.teacher-menu ul {
    display: block;
    position: absolute;
    top: 55px;
    width: 200px;
    margin-left: -56px;
    z-index: 499;
  }
  .hover.teacher-menu-dropdown.teacher-link a {
    background-color: #c90b0b;
    display: block;
    position: absolute;
    top: 55px;
    width: 200px;
    margin-left: -56px;
    z-index: 499;
    border-bottom: none;
    color: #000;
  }
  .setup {
    background-color: #f0f0f0;
    padding: 10px;
  }
  .getting-started,
  .setup-link {
    padding: 10px 0;
    display: block;
  }
  .getting-started {
    font-size: 12px;
    font-weight: bold;
    color: #999;
  }
  .setup-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }
  .link-menu-container.with-dropdown {
    border-bottom: 1px solid #e6e6e6;
    height: 53px;
    margin-bottom: 10px;
  }
  .dashboard-sidebar .link-menu.with-dropdown .link-menu-link {
    box-sizing: border-box;
  }
  .dashboard-main .link-menu-dropdown-link {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: left;
    text-decoration: none;
    width: 100%;
    padding: 3px 15px;
    height: 54px;
  }
  .link-menu-dropdown-link img {
    height: 36px;
    margin-top: 5px;
  }
  .link-menu-dropdown-link .link-menu-link-title {
    border-top: none;
  }
  .link-menu.with-dropdown,
  .link-menu-header {
    display: none;
  }
  i.dropdown-icon-class {
    color: #fff;
    font-size: 24px;
    margin-top: 13px;
    cursor: pointer;
  }
  i.dropdown-icon-dashboard {
    color: #000;
    font-size: 24px;
    margin-top: 13px;
    cursor: pointer;
  }
  .hover.link-menu-container.with-dropdown ul {
    display: block;
    position: absolute;
    z-index: 498;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .no-hover i.down-icon,
  .hover i.up-icon {
    display: block;
  }
  .no-hover i.up-icon,
  .hover i.down-icon {
    display: none;
  }
  .link-menu-dropdown-link.roster-screen {
    display: none;
  }
  .link-menu.roster-screen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .link-menu.roster-screen li {
    width: 45%;
  }
  .link-menu.roster-screen .link-menu-link.admin-buttons {
    padding-right: 0;
    border: none;
    width: 100%;
  }
  .link-menu-link.admin-buttons::after {
    display: none;
  }
  .link-menu-link.admin-buttons .link-menu-link-title {
    border: 1px solid #ccc;
    text-align: center;
  }
  .link-menu-link.admin-buttons.link-menu-link-selected .link-menu-link-title {
    background-color: #808080;
    color: #fff;
  }
  .user-grid-email {
    word-break: break-all;
  }
  .user-grid-note {
    white-space: pre-wrap;
  }
  .user-grid-input {
    width: 165px;
  }
  .user-grid-cell .user-grid-input {
    margin-bottom: 10px;
  }
  .user-name-fields {
    display: block;
  }
  body .dashboard-main .user-grid-input {
    width: 130px;
  }
  .class-action-link span {
    display: none;
  }
  .dashboard-sidebar .student-password {
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .class-name-section {
    margin-top: 20px;
  }
  .link-menu-dropdown-link.class-link {
    background-color: #808080;
  }
  .link-menu-dropdown-link.class-link span {
    color: #fff;
  }
  h1.class-name {
    margin-right: 0;
  }
  ul.class-action-links {
    float: right;
  }
  body .hero-image {
    margin-top: -7px;
  }
  #top-controls-wrapper .top-controls {
    display: block;
  }
  #top-controls-wrapper .article-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  #top-controls-wrapper .control-text {
    display: none;
  }
  #top-controls-wrapper .control-option:last-of-type {
    margin-right: 0;
  }
  #top-controls-wrapper .top-controls-back {
    bottom: 0px;
    left: -14px;
    line-height: 40px;
    height: 40px;
    background: rgba(255,255,255,0);
    color: #000;
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  #top-controls-wrapper .top-controls-back::before {
    border-right-color: #000;
  }
  body .article-section-with-hero {
    margin-top: -10vw;
  }
  body .article-section {
    padding: 30px 10px;
    margin-top: 0;
  }
  body .article-lists {
    margin-top: 0;
  }
  body .article-section .article-lists {
    margin-left: 10px;
    margin-right: 10px;
  }
  .article-section .article-lists .article-list {
    clear: both;
    width: 100%;
    padding-left: 0;
  }
  .article-has-notes .article-subsection .article-subsection-notes {
    position: initial;
    width: 100%;
    margin: -16px 0 10px;
  }
  .article-has-notes .article-subsection .article-subsection-notes::before,
  .article-has-notes .article-subsection::after {
    display: none;
  }
  body.article-has-notes .article-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  #article-progress {
    display: none;
  }
  a.article-assessment-button {
    margin-left: 0;
  }
  h2.article-lists-header {
    text-align: center;
  }
  ul.article-list {
    padding-right: 0;
  }
  body .login-article {
    padding: 80px 10px 100px;
  }
  body .login-article-cta-section {
    margin: 100px 0;
  }
  .hover.link-menu.with-dropdown,
  .hover.link-menu-header {
    display: initial;
  }
  .hover.link-menu-link,
  .hover.class-link a {
    background-color: #fff;
    z-index: 1;
  }
  .hover#addClassButton,
  .hover#addClassForm {
    z-index: 1;
    opacity: 0.99;
  }
  .add-class {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .hover.tab,
  .hover.tab-selected {
    z-index: -1;
  }
  ul.class-list {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  ul.class-list li {
    display: none;
  }
  ul.class-list li:first-of-type {
    display: block;
    margin-bottom: 0;
    padding: 19px 0 16px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }
  ul.tools li.student-assignments {
    top: 185px;
  }
  .hover.class-list li {
    display: block;
    z-index: 499;
    position: relative;
    background-color: #fff;
  }
  a.user-grid-button-link {
    display: none;
  }
  button.user-grid-button-link {
    display: none;
  }
  i.user-grid-icon {
    display: inherit;
    font-size: 50px;
    color: #000;
    vertical-align: middle;
  }
  i.icon-remove,
  button.icon-remove {
    font-size: 30px;
    display: inline-block;
  }
  button.icon-remove:focus {
    outline: none;
  }
  .add-student-filter--total {
    position: relative;
  }
}
@media (max-width: 560px) {
  .dashboard-main .setup-add-teacher,
  .dashboard-main .account-add-teacher {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .dashboard-main .setup-add-teacher--input {
    max-width: 60%;
    margin-bottom: 15px;
    padding: 8px;
  }
  .dashboard-main .setup-add-teacher--submit {
    width: 105px;
  }
  .admin-content .student-list--students.normal,
  .admin-content .student-list.normal,
  .admin-content .student-list-row.normal,
  .admin-content .student-list.normal .student-list--headers {
    display: none;
  }
  .admin-content .student-list-row.responsive,
  .admin-content .student-list.responsive .student-list--headers {
    display: -ms-flexbox;
    display: flex;
  }
  .admin-content .student-list--students.responsive,
  .admin-content .student-list.responsive {
    display: block;
  }
  .spreadsheet-image {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .dashboard-main .setup-add-student,
  .dashboard-main .student-list,
  .dashboard-main .student-list-checklist,
  .dashboard-main .add-student-filter {
    width: 100%;
  }
  .setup-add-student--submit.setup-normal {
    display: none;
  }
  .dashboard-main .setup-add-student--submit.setup-responsive {
    display: initial;
  }
  .admin-add-class--header-list .admin-add-class--action {
    margin-right: 10px;
  }
  .flex-1 {
    margin-right: 10px;
  }
}
@media (max-width: 395px) {
  .teacher-alter-links {
    display: block;
    float: right;
  }
  .teacher-alter-links:first-of-type {
    padding-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .top-controls .top-controls-back.responsive-larger {
    display: none;
  }
  .top-controls .top-controls-back.responsive-smaller {
    display: initial;
  }
}
/* TFK-553 -- Admin Screen Student Password */
@media (max-width: 560px) {
  .dashboard-main .setup-add-teacher-wrapper .setup-student-password--input {
    width: 60%;
    margin-bottom: 15px;
  }
  .dashboard-main .setup-add-teacher-wrapper .setup-add-class {
    width: 90%;
    margin: 20px auto 10px;
  }
  .dashboard-main .setup-add-teacher-wrapper .setup-student-password--submit {
    margin-left: 2%;
  }
  .dashboard-main .setup-add-teacher-wrapper .student-password-current {
    padding-bottom: 20px;
    width: 100%;
  }
}
/* TFK-555 - Admin - Add teacher */
@media (max-width: 560px) {
  .dashboard-main .setup-add-teacher-wrapper .setup-add-teacher-text {
    width: 100%;
  }
  .dashboard-main .setup-add-teacher-wrapper .setup-add-teacher-admin {
    display: block;
    width: 100%;
  }
  .dashboard-main .setup-add-teacher-wrapper .setup-add-teacher--input {
    width: 80%;
  }
  .dashboard-main .setup-add-teacher-wrapper .setup-add-teacher-notice p {
    width: 93%;
  }
  .dashboard-main .setup-add-teacher-wrapper .setup-add-teacher-notice span {
    display: block;
  }
  .dashboard-main .setup-add-teacher-wrapper .teacher-list-admin {
    width: 100%;
  }
  .dashboard-main .setup-add-teacher-wrapper .teacher-list--headers li,
  .dashboard-main .setup-add-teacher-wrapper .teacher-list-row li {
    float: left;
    display: inline-block;
  }
}
/* Base Typography */
body {
  color: #222;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
}
b,
strong,
dt {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
i i,
i em,
em i,
em em {
  font-style: normal;
}
/* Adding in icon font */
@font-face {
  font-family: 'icons';
  src: url("/resources/icons.woff2") format('woff2'), url("/resources/icons.woff") format('woff');
}
[data-icon]::before {
  display: inline-block;
  font-family: 'icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
sub,
sup {
  font-size: smaller;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
.body-loading {
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 0.5s; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}
.body-container::-webkit-scrollbar {
  width: 0;
}
/* Dashboard Layout */
.dashboard-main {
  min-height: 500px;
  margin: 10px 20px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.dashboard-columns {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 15px;
}
.dashboard-sidebar {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 36px;
}
.dashboard-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex: 1;
}
/*spinner*/
#page-spinner {
  position: fixed;
  top: 30vh;
  width: 100%;
  z-index: 1001;
  display: none;
}
.page-spinner {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  border: 20px solid transparent;
  border-top-color: #ed1b24;
  border-bottom-color: #ed1b24;
  border-radius: 100px;
  animation: spinner 2s infinite;
}
/*notifications*/
.notification-wrapper {
  display: none;
}
.notification-wrapper.notification-show {
  display: initial;
}
.user-notification {
  width: 100%;
  background-color: #e7e7e7;
  padding: 15px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #808080;
}
.notification-close {
  width: 40px;
  height: 30px;
  margin-left: 15px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  font-size: 14px;
}
.notification-hide {
  animation: collapse 0.8s forwards;
  overflow: hidden;
}
.notification-hide .user-notification {
  animation: scrollup 0.8s forwards;
}
.notification-account-setup {
  border: 1px solid #f5a623;
  border-radius: 2px;
  background-color: #fcf6a6;
  padding: 15px;
  font-size: 15px;
  line-height: 18px;
}
.notification-account-setup a {
  color: #35bdee;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  margin-left: 5px;
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes collapse {
  0% {
    max-height: 100px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes scrollup {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -50px;
  }
}
/* Messages: success, error, and otherwise */
.dashboard-inline-success,
.dashboard-inline-error,
.dashboard-inline-message {
  font-size: 13px;
  font-weight: bold;
}
.dashboard-inline-success a,
.dashboard-inline-error a,
.dashboard-inline-message a {
  color: #1499d2;
}
.dashboard-inline-success:empty,
.dashboard-inline-error:empty,
.dashboard-inline-message:empty {
  display: none;
}
.dashboard-inline-success {
  color: #2b6844;
}
.dashboard-inline-error {
  color: #e41a26;
}
/* User Grid */
.user-grid {
  margin: 0 0 40px;
}
.user-grid-header {
  margin-top: 10px;
  font-size: 21px;
  font-weight: bold;
}
/* typography */
.user-grid a,
.user-grid-button-link {
  color: #1499d2;
  text-decoration: none;
}
.user-grid a:hover,
.user-grid a:focus,
.user-grid-button-link:hover,
.user-grid-button-link:focus {
  text-decoration: underline;
}
.user-grid a:active,
.user-grid-button-link:active {
  color: #10739d;
}
/* Layout of user grid */
.user-grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  transition: all 0.5s ease-in-out;
}
.user-grid-row:nth-of-type(even) {
  background: #f2f2f2;
}
/* State change rows */
.user-grid-row-removing,
.user-grid-row-removed,
.user-grid-row-adding {
  opacity: 0.5;
  pointer-events: none;
}
.user-grid-cell:first-of-type::after {
  font-style: italic;
  font-weight: bold;
}
.user-grid-row-removed .user-grid-cell:first-of-type::after {
  content: ' (removed)';
  color: #2b6844;
}
.user-grid-row-added .user-grid-cell:first-of-type::after {
  content: ' (added)';
  color: #2b6844;
}
.user-grid-row-error .user-grid-cell:first-of-type::after {
  content: ' (please try again)';
  color: #e41a26;
}
.user-grid-row-removed a,
.user-grid-row-error a {
  visibility: hidden;
}
.user-grid-row-template {
  display: none;
}
/* Row Styles */
.user-grid-blank-row,
.user-grid-cell {
  padding: 10px;
  line-height: 25px;
}
.user-grid-blank-row {
  color: #888;
}
.user-grid-cell,
.user-grid-width-1 {
  flex: 1 0 0;
  -ms-flex: 1;
}
.user-grid-width-2 {
  flex: 2 0 0;
  -ms-flex: 2;
  padding-right: 30px;
}
.user-grid-width-3 {
  flex: 3 0 0;
  -ms-flex: 3;
  padding-right: 50px;
  white-space: nowrap;
}
/* Header Styles */
.user-grid-headers {
  margin-top: 10px;
  font-weight: bold;
}
/* Option Styles */
.user-grid-options {
  font-size: 13px;
}
.user-grid-options a {
  margin-right: 13px;
}
/* Add form */
.user-grid-new {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.user-grid-label {
  display: none;
}
.user-grid-input {
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-indent: 2px;
  border: 1px solid #ccc;
}
.user-grid-submit {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-left: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}
.user-grid-submit:hover,
.user-grid-submit:focus {
  color: #e41a26;
}
.user-grid-submit:active {
  color: #c90b0b;
}
/* messages */
.user-grid-message {
  padding-top: 10px;
}
/* notes */
.user-grid-note {
  font-size: 13px;
  color: #aaa;
}
.user-grid-note:last-of-type {
  margin-left: 10px;
  padding-top: 10px;
}
/* Forms */
.user-name-fields {
  display: -ms-flexbox;
  display: flex;
}
.user-grid-input:not(:last-of-type) {
  margin-right: 20px;
}
.user-grid-inline-action {
  display: inline-block;
  margin-right: 40px;
}
.user-grid-inline-action:last-of-type {
  margin-right: 0;
}
.user-grid-button-link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.user-grid-fields {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-email-input {
  width: 200px;
}
@media (max-width: 1024px) {
  .dashboard-main {
    width: 95%;
  }
  .user-grid-width-2 {
    display: inline;
  }
  .user-grid-button-link,
  .user-grid-cell {
    line-height: 20px;
    padding-right: 0;
  }
  .class-action-links {
    white-space: nowrap;
  }
  .dashboard-main .class-action-links li {
    margin-right: 18px;
  }
  .dashboard-main .link-menu .admin-buttons {
    width: 100px;
  }
  .dashboard-sidebar .link-menu-link {
    width: 200px;
  }
  .dashboard-main ul.article-list {
    float: none;
    padding: 0 0 0 0;
    width: 100%;
  }
  .dashboard-main .user-grid-input {
    width: 150px;
    margin-bottom: 10px;
  }
  .user-grid-note {
    white-space: pre-wrap;
  }
}
@media (max-width: 760px) {
  .user-grid-width-2 {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
    min-width: 95px;
  }
  .user-grid-width-3 {
    -ms-flex: 2 0 0;
        flex: 2 0 0;
    padding-right: 10px;
  }
  form#addStudent ul.user-grid-row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  form#addTeacher ul.user-grid-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  form#addStudent ul.user-grid-row li:first-of-type,
  form#addTeacher ul.user-grid-row li:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* Login and Modal Page Layout */
.above-the-fold {
  overflow: hidden;
  transform-style: preserve-3d;
}
.login-modal-holder {
  transform: translateY(50%);
  min-height: calc(90vh - 187px);
}
.login-modal {
  transform: translateY(-50%);
  max-width: 360px;
  width: calc(100% - 100px);
  margin: 26px auto;
  padding: 26px;
  line-height: 26px;
  background: rgba(255,255,255,0.85);
  border-radius: 5px;
}
/* Login Modal Typography */
.login-modal h1 {
  font-size: 24px;
  font-weight: bold;
}
.login-modal p {
  margin: 20px 0;
  font-size: 20px;
}
.login-modal ul {
  margin-left: 28px;
  font-size: 16px;
  list-style: disc;
}
.login-modal small {
  display: block;
  font-size: 14px;
}
.login-modal a {
  color: #1499d2;
  text-decoration: none;
}
.login-modal a:hover,
.login-modal a:focus {
  text-decoration: underline;
}
.login-modal a:active {
  color: #10739d;
}
/* Form elements */
.login-label {
  display: none;
}
.login-input,
.login-modal .login-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  line-height: 48px;
  font-size: 16px;
}
.login-input {
  text-indent: 10px;
  border-width: 1px;
}
.login-modal .login-button {
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  background: #e41a26;
  border: 0;
  cursor: pointer;
  outline: none;
}
.login-modal .login-button:hover,
.login-modal .login-button:focus,
.login-modal .login-button:active {
  color: #fff;
  text-decoration: none;
  background: #c90b0b;
}
/* Admin Header Styles */
.dashboard-header a {
  color: #1499d2;
  text-decoration: none;
}
.dashboard-header a:hover,
.dashboard-header a:focus {
  text-decoration: underline;
}
.dashboard-header a:active {
  color: #10739d;
}
/* header */
.admin-header {
  float: left;
}
/* links */
.admin-header-links {
  margin-bottom: 10px;
}
.admin-header-links li {
  display: inline-block;
  margin-right: 40px;
  line-height: 30px;
}
.admin-header-link {
  white-space: nowrap;
}
.admin-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 26px;
  color: #808080;
}
a:hover .admin-icon,
a:focus .admin-icon {
  color: #000;
}
a:active .admin-icon {
  color: #222;
}
.remove-confirmation-warning {
  margin-top: 20px;
  font-size: 16px;
}
/* Bulk Upload Form */
#setUploadError {
  width: 100%;
}
.upload-resources {
  margin: 25px 30px 25px;
}
.upload-resources li {
  margin-bottom: 5px;
}
.upload-files {
  margin: 25px 30px 15px;
}
.upload-files li {
  margin-bottom: 15px;
}
.upload-icon {
  font-size: 26px;
}
.upload-label {
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}
/* Typography */
.upload {
  line-height: 20px;
}
.upload p {
  margin-bottom: 20px;
}
.upload a {
  color: #1499d2;
  text-decoration: none;
}
.upload a:hover,
.upload a:focus {
  text-decoration: underline;
}
.upload a:active {
  color: #10739d;
}
.modal .upload .modal-button {
  padding: 0 10px;
}
/* Article Layout */
.article-section {
  position: relative;
  max-width: 600px;
  margin: 40px auto 0;
  padding: 30px 180px 0;
  background: #fff;
  background: linear-gradient(rgba(255,255,255,0.85), #fff 15vw);
}
.article-section-with-hero {
  margin-top: -15vw;
}
/* Article Content */
/* Typography */
.article {
  font-size: 17px;
  line-height: 28px;
  font-weight: 100;
}
.article h1,
.article h2,
.article h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}
.article h1 {
  margin: 10px 0;
  font-size: 38px;
  line-height: 44px;
  color: #333;
}
.article h2 {
  font-size: 28px;
  line-height: 42px;
  color: #e41a26;
}
.article h3 {
  font-size: 22px;
  color: #444;
}
.article h2 + h3 {
  padding-top: 9px;
}
.article h4,
.article h5,
.article h6 {
  font-weight: bold;
  text-transform: uppercase;
}
.article h4 {
  font-size: 18px;
}
.article h5 {
  color: #666;
}
.article h6 {
  font-size: 14px;
}
.article p,
.article ul,
.article ol,
.article dl {
  margin-bottom: 28px;
}
.article ul {
  list-style: disc;
}
.article ol {
  list-style: decimal;
}
.article li {
  margin-left: 28px;
}
.article blockquote {
  margin: 0 20px 1.4rem;
  padding: 10px 20px 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 100;
  border-left: 4px solid #aaa;
}
.article blockquote footer {
  margin-top: -1.4em;
  font-family: helvetica, arial, sans-serif;
  font-size: 1rem;
  color: #666;
}
.article blockquote footer::before {
  content: '\2014';
}
.power-word {
  position: relative;
  display: inline-block;
  margin: -2px -2px 0;
  padding: 2px 2px 0;
  font-size: inherit;
  background: rgba(255,255,0,0.5);
/*z-index: 99;*/
}
.power-word-word {
  line-height: 28px;
  vertical-align: top;
  font-weight: bold;
  padding-right: 5px;
}
.power-word-definition {
  display: none;
  position: absolute;
  left: -40px;
  top: 100%;
  width: 320px;
  padding: 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  background: rgba(255,255,255,0.95);
  border: 1px solid #aaa;
  z-index: 100;
}
.hover.power-word:hover .power-word-definition,
.power-word:focus .power-word-definition,
.power-word-focus .power-word-definition {
  display: block;
}
.power-word-example {
  display: block;
  color: #888;
}
.power-word-definition em,
.power-word-definition i {
  font-style: italic;
}
.power-word-row {
  display: block;
}
.power-word-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
}
.power-word-audio {
  display: inline-block;
}
.power-word-control-icon {
  cursor: pointer;
  font-size: 30px;
}
.power-word-row-image {
  display: block;
  text-align: center;
}
.power-word-row-credit {
  display: block;
  text-align: right;
  color: #666;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .power-word-definition {
    display: block;
    visibility: hidden;
    width: 298px;
  }
  .hover.power-word:hover .power-word-definition,
  .hover.power-word:focus .power-word-definition,
  .power-word-focus .power-word-definition {
    visibility: visible;
  }
}
/* Article Header Typography */
.article-subheader {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  margin-bottom: 5px;
  font-style: italic;
  line-height: 28px;
}
.article-subheader i,
.article-subheader em {
  font-style: normal;
}
.article-metadata {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}
.article-information:not(:last-of-type) {
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #666;
}
.article-header-container ul,
.article-header-container li {
  list-style: none;
  margin: 0;
}
.article .article-summary-assign {
  margin-bottom: 19px;
}
.article .article-summary-assign-class {
  text-decoration: none;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  color: #000;
}
.article .article-summary-assign-new-class {
  font-size: 13px;
  color: #666;
}
.article .article-summary-assign-class:hover {
  color: #000;
}
/* Article Assessment Layout */
.quiz-incomplete {
  display: none;
}
.article-assessment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin: 20px 0 40px;
  font-size: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-assessment h1 {
  padding: 0 20px 20px 0;
}
.article-assessment-button {
  margin-left: 20px;
  padding: 0 40px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #e41a26;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  min-width: 76px;
  max-height: 50px;
  white-space: nowrap;
}
.article-assessment-button:hover {
  background: #c90b0b;
}
.article-assessment-button:active {
  color: #eee;
}
.article-assessment-button-complete {
  background: #090;
}
.article-assessment-button-complete:hover {
  background: #060;
}
.article-assessment-button-complete:active {
  color: #eee;
}
/* Top Controls Layout */
.top-controls-wrapper {
  position: relative;
  min-height: 68px;
}
.top-controls {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(255,255,255,0.9);
  z-index: 500;
  border-bottom: 1px solid #e4e4e4;
}
.top-controls-back.responsive-smaller {
  display: none;
}
/* Progress Bar */
.progress {
  margin: 10px 60px 10px 0;
}
.progress-header,
.progress-indicator {
  display: inline-block;
}
.progress-header {
  margin-right: 10px;
}
.progress-indicator {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 100%;
}
.progress-indicator-complete {
  background: #ed3237;
}
/* Options */
.control-option {
  margin: 0 10px;
  font-size: 13px;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
a.control-option {
  color: inherit;
  text-decoration: none;
}
.control-option:last-of-type {
  margin-right: 40px;
}
.control-option input {
  display: none;
}
.control-icon {
  display: block;
  margin: 0 auto 4px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}
.control-option:hover .control-icon,
.control-option:focus .control-icon,
.control-option-selected .control-icon {
  color: #e90024;
}
.control-option-selected:hover .control-icon,
.control-option-selected:focus .control-icon {
  color: #000;
}
.control-text {
  display: block;
}
.control-text:last-of-type {
  padding-top: 8px;
}
/* Back Button */
.top-controls-back {
  overflow: hidden;
  position: absolute;
  bottom: -80px;
  left: 20px;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: rgba(0,0,0,0.8);
  border-radius: 3px;
  text-decoration: none;
}
.top-controls-back::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  content: '';
  height: 2px;
  margin-right: 7px;
  border: solid transparent;
  border-width: 10px 12px 10px 0;
  border-right-color: #fff;
}
.top-controls-back:hover,
.top-controls-back:focus {
  background: #000;
}
.top-controls-back:active {
  color: #eee;
}
/* Audio Element */
.audio-file {
  position: absolute;
  right: 25%;
  bottom: -50%;
}
.control-audio {
  cursor: pointer;
}
.article-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
/* Figure Layout */
.figure {
  margin-bottom: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.figure-image-wrapper {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.figure-image {
  display: block;
}
/* Caption beneath the image */
.figure-caption {
  width: 100%;
  color: #666;
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  padding: 0 0 0 10px;
  border-left: 10px solid #eee;
}
.figure-credit {
  padding: 10px 2px;
  line-height: 15px;
  font-size: 12px;
  color: #999;
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
}
/* Annotations */
.annotation {
  position: absolute;
  z-index: 100;
}
.annotation-target {
  min-width: 22px;
  min-height: 44px;
  height: 100%;
  width: 100%;
}
.annotation-caption {
  position: absolute;
  display: block;
  min-width: 200px;
  border: 1px solid #000;
  background: rgba(255,255,255,0.95);
  visibility: hidden;
}
.annotation:hover .annotation-caption,
.annotation:focus .annotation-caption {
  visibility: visible;
}
.annotation-caption img {
  max-width: 320px;
  width: 100%;
}
.annotation-caption .txt {
  padding: 10px 10px;
  font-size: 15px;
}
.annotation-caption .figure-credit {
  margin-top: -8px;
  font-size: 10px;
  padding-right: 7px;
}
@media (max-width: 760px) {
  .figure-image-wrapper {
    max-width: 100%;
  }
  .figure-image {
    max-width: 100%;
    height: 100%;
  }
}
/* Gallery layout */
.article .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.gallery li {
  margin: 0;
}
.gallery a {
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  overflow: hidden;
}
.gallery a:hover,
.gallery a:focus {
  transform: scale(1.1);
}
.gallery-thumbnail {
  max-height: 150px;
}
.gallery-caption-holder {
  display: none;
}
.gallery-note {
  color: #666;
  text-align: center;
}
/* Gallery Image */
.gallery-frame {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: none center no-repeat rgba(0,0,0,0.9);
  background-size: contain;
}
.gallery-frame-hidden {
  display: none;
}
.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  background: rgba(0,0,0,0.6);
}
.gallery-credit {
  position: absolute;
  top: 0;
  right: 10px;
  padding-left: 20px;
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  text-transform: uppercase;
  white-space: nowrap;
}
.gallery-close,
.gallery-button {
  position: absolute;
  top: 0;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  text-shadow: 0 0 2px #000;
}
.gallery-button {
  position: absolute;
  height: 100vh;
  line-height: 100vh;
  font-size: 120px;
}
.gallery-previous {
  left: 0;
  padding: 2px 6px 3px;
  padding-right: 40px;
}
.gallery-next {
  right: 0;
  padding: 2px 6px 3px;
  padding-left: 40px;
}
.gallery-close {
  top: 20px;
  right: 20px;
  font-size: 40px;
}
.gallery-button:hover,
.gallery-button:focus,
.gallery-close:hover,
.gallery-close:focus {
  color: #e41a26;
}
.gallery-button:active,
.gallery-close:active {
  color: #c90b0b;
}
.gallery-control-text {
  display: block;
  width: 0;
  overflow: hidden;
}
/* Hero Image Layout */
.hero-image {
  position: relative;
  padding-top: 40.625%;
}
.hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-bleed-image-credit {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 5px #000;
  opacity: 0.8;
}
.map {
  width: 100%;
  height: 400px;
  margin-bottom: 28px;
}
.polldaddy-poll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px 0;
}
/* Think Header */
.think-question-icon {
  padding: 12px 16px 11px;
  display: inline;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  vertical-align: middle;
  height: 100%;
  position: absolute;
}
.think-quest {
  padding: 0 10px;
  left: 104px;
  max-width: 476px;
  display: table;
  min-height: 51px;
  position: relative;
}
.think-question {
  margin: 20px 0;
  background: #eee;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 51px;
}
.think-quest span {
  display: table-cell;
  vertical-align: middle;
}
.think-question .topic-world {
  background-color: #9e1222;
}
.think-question .topic-us {
  background-color: #880076;
}
.think-question .topic-science {
  background-color: #542c94;
}
.think-question .topic-debate {
  background-color: #094378;
}
.think-question .topic-history {
  background-color: #128588;
}
.think-question .topic-health {
  background-color: #286943;
}
.think-question .topic-environment {
  background-color: #5ba344;
}
.think-question .topic-entertainment {
  background-color: #b5b136;
}
.think-question .topic-interview {
  background-color: #d57d2e;
}
.think-question .topic-sports {
  background-color: #ae4628;
}
/* Teaching Layout Tweaks */
.article-has-notes .article-section {
  padding-left: 40px;
  padding-right: 320px;
}
/* Teaching Notes Layout */
.teaching-notes {
  position: relative;
  margin: 0 -20px 20px;
  padding: 20px 20px 33px;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
h1.teaching-notes-header {
  margin: -20px -20px 22px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #e4e4e4;
}
h1.teaching-notes-header,
.teaching-notes h2 {
  font-family: inherit;
  line-height: inherit;
}
.teaching-notes h2 {
  color: inherit;
  font-size: 1rem;
  font-weight: bold;
}
.teaching-notes p,
.teaching-notes ul,
.teaching-notes ol {
  margin-bottom: 22px;
}
.teaching-notes a {
  color: #1499d2;
}
/* Teaching Notes Interaction */
.teaching-notes {
  max-height: 167px;
}
.teaching-notes-expand-toggle:checked + .teaching-notes {
  max-height: none;
}
.teaching-notes-expand-toggle:checked + .teaching-notes .teaching-notes-expand,
.teaching-notes-expand-toggle:not(:checked) + .teaching-notes .teaching-notes-collapse,
.teaching-notes-expand-toggle {
  display: none;
}
.teaching-notes-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  color: #1499d2;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
}
.teaching-notes-icon {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  color: #e41a26;
}
.teaching-notes-toggle:hover,
.teaching-notes-toggle:focus {
  text-decoration: underline;
}
.teaching-notes-toggle:active {
  color: #10739d;
}
.teaching-notes-toggle:hover .teaching-notes-icon,
.teaching-notes-toggle:focus .teaching-notes-icon {
  color: #c90b0b;
}
/* Subsection Notes */
.article-subsection {
  position: relative;
}
.article-subsection::after {
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
  content: '';
  border-left: 1px solid #aaa;
}
.article-subsection-notes {
  position: absolute;
  width: 280px;
  right: -300px;
  top: -10px;
  padding: 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.2em;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
.article-subsection-notes *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-subsection-notes::before {
  position: absolute;
  top: 50%;
  left: -18px;
  content: '';
  width: 17px;
  height: 0;
  border-top: 1px solid #aaa;
}
@media (max-width: 760px) {
  .teaching-notes {
    margin: 0 0 20px 0;
  }
}
/* Timeline Layout */
.timeline ul,
.timeline li {
  margin: 0;
  list-style: none;
}
.timeline {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.timeline-scale,
.timeline-points {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* Date Scale */
.timeline-scale {
  position: relative;
  border-right: 1px solid #ccc;
}
.timeline-marker,
.timeline-marker-reference {
  line-height: 20px;
  padding-right: 20px;
  font-size: 14px;
  white-space: nowrap;
}
li.timeline-marker {
  position: absolute;
  height: 0;
  margin-top: -10px;
  line-height: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.timeline-marker::after {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 15px;
  content: '';
  border-top: 1px solid #ccc;
}
.timeline-marker-reference {
  visibility: hidden;
}
/* Dates */
.timeline-points {
  position: relative;
}
.timeline-point {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  text-indent: 10px;
  overflow: hidden;
  border: 10px solid rgba(0,0,0,0.2);
  border-radius: 20px;
  z-index: 100;
  cursor: pointer;
}
.timeline-point:hover {
  border-color: #000;
  opacity: 0.4;
}
.timeline-point:active {
  opacity: 0.5;
}
.timeline-point-active,
.timeline-point-active:hover,
.timeline-point-active:active {
  border-color: #e41a26;
  z-index: 0;
  opacity: 1;
  cursor: default;
}
.timeline-point-active + .timeline-point {
  border-width: 15px;
  top: -15px;
  left: -15px;
}
/* Contents */
.timeline-content {
  position: relative;
  overflow: hidden;
}
.timeline-dates {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  opacity: 0;
}
.timeline-date {
  box-sizing: border-box;
  padding-left: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.timeline-date figure {
  margin-bottom: 28px;
}
.timeline-date img {
  max-width: 100%;
  height: auto;
}
.timeline-credit {
  padding-right: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
}
.timeline-current-frame {
  position: absolute;
  top: 0;
  left: 0;
}
.video-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  padding-top: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper-brightcove {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}
.no-articles-message {
  padding-bottom: 10px;
}
.search-header {
  margin: -28px 0 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-phrase {
  text-transform: none;
  word-break: break-word;
}
@media (max-width: 760px) {
  h2.search-header {
    margin-top: 0;
  }
}
.article-lists {
  margin-top: 28px;
  padding-bottom: 75px;
}
.article-lists::after {
  content: '';
  display: block;
  clear: both;
}
/* Layout for article pages */
.article-section .article-lists {
  margin-left: -140px;
  margin-right: -140px;
  padding: 0;
}
.article-has-notes .article-lists {
  margin-left: 0;
  margin-right: -280px;
}
/* Header */
.article-lists-header {
  padding-bottom: 3px;
  margin: 48px 0 18px;
  font-size: 18px;
  line-height: 21px;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
/* No Articles Block */
.no-articles {
  margin-bottom: 10px;
  padding: 120px 20px;
  text-align: center;
  font-size: 18px;
  color: #666;
  background: #e4e4e4;
  border: 1px solid #ccc;
}
.no-articles em {
  word-break: break-word;
}
/* Articles Layout */
.article-list {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 18px;
  margin-bottom: 45px;
}
.article-list:last-of-type {
  padding: 0 0 0 18px;
}
.all-article-list {
  display: none;
}
/* Article Sections */
.article-summary {
  margin-bottom: 36px;
}
/* Article Information */
.article-summary-information {
  margin-top: 30px;
  box-sizing: border-box;
  padding-top: 8px;
  font-size: 16px;
  line-height: 22px;
}
.article-summary-information a {
  color: inherit;
  text-decoration: none;
}
.article-summary-information a:hover,
.article-summary-information a:focus {
  text-decoration: underline;
}
.article-summary-header {
  color: #333;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  line-height: 34px;
}
.article-date {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Article Image Section */
.article-summary-figure {
  display: block;
  position: relative;
  padding-top: calc(50% - 5px); /* Image Ratio */
}
.article-attributes {
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 6px 12px;
  background: rgba(0,0,0,0.65);
  border-radius: 2px 0 0 2px;
}
.article-attributes:empty {
  display: none;
}
.article-attribute {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.article-attribute:last-child {
  margin-right: 0;
}
.article-icon {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
}
.article-has-quiz {
  line-height: 32px;
  margin-left: 6px;
  padding-left: 14px;
  border-left: 1px solid #fff;
}
.article-has-quiz .article-icon {
  vertical-align: middle;
  margin-right: 7px;
}
.article-summary-topic {
  margin-top: 5px;
  position: absolute;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.article-summary-topic span {
  padding: 2px 10px;
  background-color: #000;
  margin-right: 7px;
  border-radius: 2px;
}
.article-summary-topic .topic-world {
  background-color: #9e1222;
}
.article-summary-topic .topic-us {
  background-color: #880076;
}
.article-summary-topic .topic-science {
  background-color: #542c94;
}
.article-summary-topic .topic-debate {
  background-color: #094378;
}
.article-summary-topic .topic-history {
  background-color: #128588;
}
.article-summary-topic .topic-health {
  background-color: #286943;
}
.article-summary-topic .topic-environment {
  background-color: #5ba344;
}
.article-summary-topic .topic-entertainment {
  background-color: #b5b136;
}
.article-summary-topic .topic-interview {
  background-color: #d57d2e;
}
.article-summary-topic .topic-sports {
  background-color: #ae4628;
}
.article-summary-topic .topic-money {
  background-color: #6c2028;
}
/* Article Image */
.article-summary-image {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* Page List */
ul.page-list {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  bottom: -5px;
  max-width: 725px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.page-list li {
  font-size: 16px;
  font-weight: bold;
  color: #5f5f5f;
}
ul.page-list li.nav-back,
ul.page-list li.nav-forward {
  padding: 10px 17px;
  border: 0 #b2b2b2 solid;
  margin: 0 39px;
}
ul.page-list li.nav-back {
  border-right-width: 1px;
}
ul.page-list li.nav-forward {
  border-left-width: 1px;
}
ul.page-list a.nav-disabled {
  pointer-events: none;
  cursor: default;
}
ul.page-list a.nav-disabled li.nav-forward,
ul.page-list a.nav-disabled li.nav-back {
  color: #c0c0c0;
}
ul.page-list a {
  text-decoration: none;
  border: none;
  display: -ms-flexbox;
  display: flex;
}
li.page {
  display: inline;
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 3px;
  margin: 5px;
}
li.page.active {
  color: #fff;
  background-color: #666;
}
@media (max-width: 1024px) {
  .article-list {
    display: none;
  }
  .all-article-list {
    display: inherit;
  }
}
@media (max-width: 780px) {
  ul.page-list a:first-of-type li,
  ul.page-list a:last-of-type li {
    display: none;
  }
  ul.page-list a:first-of-type:before {
    content: '«';
    margin-right: 20px;
  }
  ul.page-list a:last-of-type:after {
    content: '»';
    margin-left: 20px;
  }
  ul.page-list a:first-of-type:before,
  ul.page-list a:last-of-type:after {
    font-size: 16px;
    font-weight: bold;
    color: #5f5f5f;
  }
}
@media (max-width: 465px) {
  ul.page-list li {
    padding: 8px 8px;
  }
}
/* Article Assignment Menu */
.article-summary-assign {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
}
/* Button */
.article-summary-assign-button {
  display: inline-block;
  line-height: 28px;
  margin-top: 12px;
  padding: 0 16px;
  font-size: 14px;
  border: 0;
  background-color: #888;
  color: #fff;
  border-radius: 3px;
  outline: none;
}
.article-summary-assign-button::after {
  display: inline-block;
  content: '';
  margin-left: 8px;
  width: 1px;
  border: 0 solid transparent;
  border-width: 8px 7px 0;
  border-top-color: #fff;
}
/* Dropdown */
.article-summary-assign-classes {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
}
.article-summary-assign-class {
  display: block;
  padding: 0 18px 0 12px;
  line-height: 36px;
}
.article-summary-assign-dropdown li {
  border-bottom: 1px solid #ccc;
}
.article-summary-assign-dropdown li:last-child {
  border-bottom: 0;
}
.article-summary-assign-class:hover,
.article-summary-assign-class:focus {
  text-decoration: underline;
}
a.article-summary-assign-new-class {
  display: block;
  color: #666;
  font-size: 13px;
}
/* assigned checkmark */
.article-summary-assigned {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 20px;
  margin-right: 2px;
  color: #090;
}
.article-summary-hide {
  display: none;
}
/* Interaction */
.article-summary-assign-dropdown {
  position: absolute;
  display: none;
  background: #fff;
}
.article-summary-assign:hover .article-summary-assign-dropdown,
.article-summary-assign:focus .article-summary-assign-dropdown {
  display: block;
  z-index: 500;
}
/* Row Styles */
.roster-assignment {
  -ms-flex: 2 0 0;
      flex: 2 0 0;
}
.roster-results-header,
.roster-students-header,
.roster-results,
.roster-students {
  -ms-flex: 1 0 0;
      flex: 1 0 0;
}
.roster-assignment,
.roster-results-header,
.roster-students-header,
.roster-results,
.roster-students {
  padding: 0 10px;
  line-height: 40px;
}
/* Header Styles */
.roster-headers {
  margin-top: 10px;
  font-weight: bold;
}
/* Option Styles */
.roster-results,
.roster-students {
  font-size: 13px;
  font-weight: bold;
}
.user-grid-icon {
  display: none;
}
.student-password {
  max-width: 250px;
  padding-bottom: 10px;
  line-height: 130%;
}
/* Topics Menu */
.class-list {
  width: 260px;
  margin-bottom: 40px;
}
.add-class-form.class-list-flex {
  display: -ms-flexbox;
  display: flex;
}
.class {
  position: relative;
  display: block;
  padding-right: 30px;
  text-decoration: none;
  border-right: 10px solid #bbb;
}
.class-title {
  display: block;
  color: #000;
  font-weight: bold;
  text-align: right;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #ccc;
}
.class-list li:last-of-type .class-title {
  border-bottom: 1px solid #ccc;
}
/* Section highlight and interactions */
.class::after {
  position: absolute;
  top: 13px;
  right: 0;
  width: 0;
  height: 2px;
  display: block;
  content: '';
  border: 10px solid transparent;
}
/* Interaction State */
.class:hover::before,
.class:focus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #000;
  opacity: 0.1;
}
.class:active::before {
  opacity: 0.2;
}
/* Move the tab around when the user highlights any of the topics */
.class-selected::after {
  border-right-color: #bbb;
}
.class-selected {
  cursor: default;
}
.class.class-selected::before {
  background: transparent;
}
/* Add new Classes */
.add-class-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #888;
  background: #f2f2f2;
  border: 0;
  cursor: pointer;
  outline: none;
}
.add-class-button:hover,
.add-class-button:focus {
  color: #000;
  background: #eee;
}
.add-class-button:active {
  background: #e4e4e4;
}
.add-class-button-icon {
  vertical-align: middle;
  margin-left: 4px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
/* Form */
.add-class-form {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  padding: 10px 5px;
  background: #f2f2f2;
}
.add-class-form label {
  display: block;
  width: 0;
  overflow: hidden;
}
.add-class-name {
  height: 28px;
  margin-right: 6px;
  font-size: 14px;
  text-indent: 4px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.add-class-icon {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-left: 4px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}
.add-class-icon:hover,
.add-class-icon:focus {
  color: #e41a26;
}
.add-class-icon:active {
  color: #c90b0b;
}
.class-name-section {
  padding-bottom: 6px;
}
.class-name-section::after {
  content: '';
  display: block;
  clear: both;
}
.class-name {
  float: left;
  margin-right: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.class-name-message {
  clear: both;
}
/* Class Action Styles */
.class-action-links a {
  color: #1499d2;
  text-decoration: none;
}
.class-action-links a:hover,
.class-action-links a:focus {
  text-decoration: underline;
}
.class-action-links a:active {
  color: #10739d;
}
/* links */
.class-action-links li {
  display: inline-block;
  margin-right: 40px;
  line-height: 30px;
}
.class-action-link {
  white-space: nowrap;
}
.class-action-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 26px;
  color: #808080;
}
a:hover .class-action-icon,
a:focus .class-action-icon {
  color: #000;
}
a:active .class-action-icon {
  color: #222;
}
/* Option Styles */
.roster-options {
  font-size: 13px;
}
/* Add form */
.roster-new {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.new-student-label {
  display: none;
}
.roster-new-name {
  width: 200px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-indent: 2px;
  border: 1px solid #ccc;
}
.roster-add-student {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-left: 4px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}
.roster-add-student:hover,
.roster-add-student:focus {
  color: #e41a26;
}
.roster-add-student:active {
  color: #c90b0b;
}
/* Tab styles */
.tabs {
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  border-bottom: 1px solid #ccc;
}
.tab {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 15px;
  padding: 0 20px 15px;
  color: #666;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.tab:hover,
.tab:focus {
  color: #000;
}
.tab:active {
  border-color: #ccc;
}
.tab.tab-selected {
  color: #000;
  border-color: #e41a26;
}
/* Assignment Styles */
.assign {
  max-width: 800px;
  margin: 0 auto;
}
.assign-header {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.assign-article-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.assign-class-name {
  padding-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.assign-roster-link {
  text-decoration: none;
  color: #1499d2;
}
/* Roster */
.assign-roster-table {
  width: 100%;
}
.assign-roster-table .student-name {
  width: 130px;
}
.assign-roster-table .quiz-results {
  text-align: center;
  padding-right: 5px;
}
.assign-roster-table-header {
  font-weight: bold;
}
.assign-roster-table-body tr {
  line-height: 24px;
}
.assign-roster-table-body tr:nth-of-type(2n) {
  background: #f2f2f2;
}
.assign-roster-record input {
  margin-right: 6px;
  vertical-align: text-bottom;
}
.assign-roster-record label {
  font-size: 13px;
}
/* Buttons */
.assign-buttons {
  margin-top: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.assign-button {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 7px;
  padding: 0 20px;
  line-height: 35px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: inherit;
  background: #f2f2f2;
  border: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.assign-button-primary {
  font-weight: bold;
}
.assign-button:hover,
.assign-button:focus {
  text-decoration: underline;
}
.assign-button:active {
  background: #ddd;
}
.assign-roster-disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #000;
}
.assign-roster-edit,
.assign-roster-confirm {
  margin-left: 2px;
}
.assign-roster-edit:hover {
  color: #e41a26;
}
.assign-roster-confirm:hover {
  color: #090;
}
.assign-icon-hidden {
  display: none;
}
/* Dashboard header styles */
.dashboard-header {
  margin: 26px 0 10px;
}
.dashboard-header-header {
  float: left;
  margin-right: 40px;
  font-size: 24px;
  font-weight: bold;
}
.teacher-menu {
  display: none;
}
.link-menu-header {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
/* Link Menu */
.link-menu {
  margin-bottom: 40px;
}
.link-menu-link {
  position: relative;
  display: block;
  padding-right: 30px;
  text-decoration: none;
  border-right: 10px solid #bbb;
  width: 250px;
}
.link-menu-link-title {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #ccc;
}
.link-menu li:last-of-type .link-menu-link-title {
  border-bottom: 1px solid #ccc;
}
.link-menu-dropdown-link {
  display: none;
}
/* Section highlight and interactions */
.link-menu-link::after {
  position: absolute;
  top: 13px;
  right: 0;
  width: 0;
  height: 2px;
  display: block;
  content: '';
  border: 10px solid transparent;
}
.link-menu-link-selected::after {
  border-right-color: #bbb;
}
/* Interaction State */
.link-menu-link:hover::before,
.link-menu-link:focus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #000;
  opacity: 0.1;
}
.link-menu-link:active::before {
  opacity: 0.2;
}
/* Reset selected states */
.link-menu-link-selected {
  cursor: default;
}
.link-menu-link-selected:hover::before,
.link-menu-link-selected:focus::before,
.link-menu-link-selected:active::before {
  background: transparent;
}
.resources-section {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.resources-list {
  line-height: 20px;
  margin-bottom: 20px;
  list-style: disc;
}
.resources-item {
  margin: 0 0 10px 26px;
}
.resources-item a {
  font-weight: bold;
  color: #1499d2;
  text-decoration: none;
}
.resources-item a:hover,
.resources-item a:focus {
  text-decoration: underline;
}
.resources-item a:active {
  color: #10739d;
}
.class-list-notification {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  min-width: 12px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #e41a26;
  border-radius: 20px;
}
.search-label {
  display: none;
}
.search-input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  height: 30px;
  min-width: 248px;
  width: 100%;
  line-height: 30px;
  text-indent: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.search-submit {
  margin-top: -48px;
  vertical-align: middle;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.search-submit:hover,
.search-submit:focus {
  color: #e90024;
}
/* Tools Layout */
.tools {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tool-link {
  margin-left: 30px;
}
.tool-link:first-of-type {
  margin-left: 0;
}
.main-tool-link {
  padding-right: 30px;
  border-right: 1px solid #e4e4e4;
}
/* Tool Links */
.tools a {
  line-height: 45px;
  color: #000;
  text-decoration: none;
}
.tools a:hover,
.tools a:focus {
  text-decoration: underline;
}
.tools a:hover .tool-icon,
.tools a:focus .tool-icon {
  color: #000;
}
.tools a:active {
  color: #222;
  text-decoration: none;
}
/* Icons and Notification */
.tool-icon {
  vertical-align: middle;
  margin-right: 6px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  color: #808080;
}
.tool-icon.getting-started {
  margin-right: 0;
  margin-left: 6px;
}
.tool-notification {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  min-width: 16px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e41a26;
  border-radius: 24px;
}
/* Search Form */
.tool-search {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: right;
}
/* Colors */
.topic-all-topics::before {
  background-color: #000;
}
.topic-world::before {
  background-color: #9e1222;
}
.topic-us::before {
  background-color: #880076;
}
.topic-science::before {
  background-color: #542c94;
}
.topic-debate::before {
  background-color: #094378;
}
.topic-history::before {
  background-color: #128588;
}
.topic-health::before {
  background-color: #286943;
}
.topic-environment::before {
  background-color: #5ba344;
}
.topic-entertainment::before {
  background-color: #b5b136;
}
.topic-interview::before {
  background-color: #d57d2e;
}
.topic-sports::before {
  background-color: #ae4628;
}
.topic-money::before {
  background-color: #6c2028;
}
.topic-all-topics,
.topic-all-topics.link-menu-link-selected::after {
  border-color: #000;
}
.topic-world,
.topic-world.link-menu-link-selected::after {
  border-color: #9e1222;
}
.topic-us,
.topic-us.link-menu-link-selected::after {
  border-color: #880076;
}
.topic-science,
.topic-science.link-menu-link-selected::after {
  border-color: #542c94;
}
.topic-debate,
.topic-debate.link-menu-link-selected::after {
  border-color: #094378;
}
.topic-history,
.topic-history.link-menu-link-selected::after {
  border-color: #128588;
}
.topic-health,
.topic-health.link-menu-link-selected::after {
  border-color: #286943;
}
.topic-environment,
.topic-environment.link-menu-link-selected::after {
  border-color: #5ba344;
}
.topic-entertainment,
.topic-entertainment.link-menu-link-selected::after {
  border-color: #b5b136;
}
.topic-interview,
.topic-interview.link-menu-link-selected::after {
  border-color: #d57d2e;
}
.topic-sports,
.topic-sports.link-menu-link-selected::after {
  border-color: #ae4628;
}
.topic-money,
.topic-money.link-menu-link-selected::after {
  border-color: #6c2028;
}
.link-menu-link.link-menu-link-selected::after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
/* Marketing Article Styles */
/* Top Link */
.login-learn-more-link {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 80px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  background: rgba(255,255,255,0.85);
  outline: none;
  min-width: 300px;
}
.login-learn-more-link:hover,
.login-learn-more-link:focus {
  color: #444;
  text-decoration: none;
}
.login-learn-more-icon {
  vertical-align: middle;
  margin-left: 14px;
  color: #e41a26;
}
.login-learn-more-link:hover .login-learn-more-icon,
.login-learn-more-link:focus .login-learn-more-icon {
  color: #c90b0b;
}
/* Page Layout */
.login-article {
  padding: 80px 200px 100px;
  font-size: 20px;
  font-weight: 100;
  line-height: 36px;
  background: #fff;
  background: linear-gradient(rgba(255,255,255,0.85), #fff 200px);
}
/* Typography */
.login-article h2 {
  color: #e41a26;
  font-weight: bold;
}
.login-article p {
  margin-bottom: 36px;
}
.login-article i {
  color: #e41a26;
  font-style: normal;
}
.login-article a {
  color: #1499d2;
  text-decoration: none;
}
.login-article a:hover,
.login-article a:focus {
  text-decoration: underline;
}
.login-article a:active {
  color: #10739d;
}
/* Blockquote Section */
.login-article-cta-section {
/* margin: 100px -100px;
    padding: 100px 0 0 0;
    border-top: 1px solid #ccc; */
  border-width: 1px 0;
}
.login-article-cta-section blockquote {
  margin-bottom: 100px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
}
.login-article-cta-section p {
  margin-bottom: 26px;
  padding-left: 24px;
  font-size: 36px;
  line-height: 48px;
  border-left: 3px solid #e41a26;
}
.login-article-cta-section footer {
  color: #b2b2b2;
  font-size: 24px;
  text-align: right;
}
.login-article-cta-section footer,
.login-article-cta-section cite {
  font-style: normal;
}
/* Calls to Action */
a.login-article-cta {
  display: block;
  max-width: 410px;
  margin: 0 auto;
  padding: 20px 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  background: #e41a26;
  border-radius: 4px;
}
a.login-article-cta strong {
  display: block;
  font-size: 24px;
}
a.login-article-cta:hover,
a.login-article-cta:focus {
  text-decoration: none;
  background: #c90b0b;
}
a.login-article-cta:active {
  color: #fff;
}
/* Editors Section */
.editors div.editor-item {
  display: inline-table;
  width: 30%;
  text-align: center;
  margin-right: 3%;
}
.editors h4,
.editors h6 {
  color: #e41a26;
  font-weight: bold;
}
.editors .editor-item h6 {
  font-size: 80%;
  line-height: 10px;
}
.editors .editor-item h6 {
  font-size: 80%;
  line-height: 10px;
}
.editors .editor-item span {
  font-size: 70%;
}
.editors .editor-item p {
  font-size: 75%;
  line-height: 20px;
}
.editors .text-wrapper {
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .editors div.editor-item {
    width: 100%;
  }
}
/*images*/
.editors .image-wrapper {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin: 0 auto 20px;
}
.image-wrapper .nellie {
  background-image: url("/resources/NELLIE.jpg");
}
/*  Login - Marketing  */
.logo-marketing {
  background: #dfdfdf;
  padding: 40px 200px 40px;
}
.logo-marketing .logo-item {
  display: inline-block;
  margin: 0 1.5%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .logo-marketing li {
    width: 17%;
  }
  .logo-marketing li img {
    width: 100%;
  }
}
/* Video - Login Page */
.login-article > p:first-child {
  text-align: center;
  font-weight: 500;
}
a.login-article-cta {
  margin-top: 64px;
}
.underline {
  border-top: 1px solid #ccc;
  margin: 70px -100px 80px -100px;
}
.login-article-video {
  width: 100%;
  margin-top: 70px;
}
.login-article-video video {
  width: inherit;
  height: auto;
}
@media (max-width: 760px) {
  .underline {
    margin-left: 0;
    margin-right: 100%;
    width: 100%;
  }
  .logo-marketing {
    padding: 40px 0 40px;
  }
}
/* Login Form Styles */
.login-modal .login-form p {
  margin-top: 0;
}
.login-modal p.login-error {
  margin: -10px 0 5px;
  color: #e41a26;
  font-size: 14px;
  font-weight: bold;
}
body {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
div.maintenance-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #000;
  overflow-y: scroll;
}
section.maintenance-content {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}
section.maintenance-content img {
  display: block;
  margin: 50px auto 80px;
}
section.maintenance-content h1,
section.maintenance-content h3,
section.maintenance-content p {
  text-align: center;
  color: #fff;
  margin: 0 10px;
  font-family: sans-serif;
  letter-spacing: 2px;
}
section.maintenance-content h1,
section.maintenance-content p {
  font-weight: lighter;
}
section.maintenance-content h1 {
  font-size: 50px;
}
section.maintenance-content h3 {
  margin-top: 70px;
  font-weight: 500;
  font-size: 26px;
}
section.maintenance-content p {
  font-size: 20px;
  line-height: 2;
  margin: 0 auto 18px;
  max-width: 750px;
}
.modal-form-label,
.modal-form-error,
.modal-form-field,
.modal-form-buttons {
  float: left;
  clear: both;
  margin: 0 0 6px;
}
.modal-form-description {
  margin-bottom: 10px;
}
.modal-form-error:empty,
.modal-form-success:empty {
  display: none;
}
.modal-form-label {
  margin-top: 26px;
  font-weight: bold;
}
.modal-form-field {
  min-width: 250px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 26px;
}
.modal-form-buttons {
  clear: both;
  margin-top: 20px;
}
/* Modal Styles */
.modal-overlay,
.modal {
  display: none;
}
.modal-body .modal-overlay,
.modal-body .modal {
  display: block;
}
.modal-body .modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 500;
}
.modal-body .modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 300px;
  margin: 72px auto;
  padding: 18px 18px 74px;
  width: 600px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
}
/* Modal Text */
.modal-header {
  margin-bottom: 9px;
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: normal;
}
.modal .modal-header {
  padding-right: 38px;
  border-bottom: 1px solid #ccc;
}
/* Modal Close Link */
.modal-top-close {
  position: absolute;
  top: 13px;
  right: 18px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.modal-top-close::before,
.modal-top-close::after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  content: '';
  background: #000;
  transform: rotate(45deg);
}
.modal-top-close::after {
  transform: rotate(-45deg);
}
.modal-top-close:hover::before,
.modal-top-close:hover::after,
.modal-top-close:focus::before,
.modal-top-close:focus::after {
  background: #333;
}
.modal-top-close:active::before,
.modal-top-close:active::after {
  background: #666;
}
/* Nav Buttons */
.modal-buttons {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 26px;
}
.modal .modal-buttons {
  position: absolute;
  bottom: 18px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
      justify-content: center;
}
.modal-buttons .modal-button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  text-align: center;
  min-width: 80px;
}
.modal-buttons .modal-button:hover,
.modal-buttons .modal-button:focus {
  background: #eee;
  text-decoration: none;
}
.modal-buttons .modal-button:active {
  color: inherit;
  background: #ddd;
}
.modal-buttons .modal-button-primary {
  -webkit-appearance: none;
  color: #fff;
  font-weight: bold;
  background: #e41a26;
}
.modal-buttons .modal-button-primary:hover,
.modal-buttons .modal-button-primary:focus,
.modal-buttons .modal-button-primary:active {
  background: #c90b0b;
}
.modal-buttons .modal-button-primary:active {
  color: #eee;
}
/* Spinner */
.modal-message-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modal-message-overlay {
  display: none;
  background: rgba(255,255,255,0.3);
}
.modal-spinner {
  width: 100px;
  height: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  border: 10px solid transparent;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-radius: 100px;
  animation: spinner 2s infinite;
}
/* Errors */
.modal-error {
  display: none;
  padding: 0 100px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
/*Setup Wizard styles*/
#modal--show-on-load .modal {
  box-sizing: border-box;
  border-left: 10px solid #ed1b24;
  border-radius: 0;
}
#wizardScreen2,
#wizardScreen3,
#wizardScreen4,
#wizardScreen5,
#wizardScreen6,
#wizardScreen7 {
  display: none;
}
.wizard-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 5px 0 20px 10px;
}
.wizard-header::before {
  content: '';
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ed1b24;
  position: absolute;
  left: 0px;
  top: 30px;
}
.step-number {
  font-size: 34px;
  font-weight: bold;
  color: #ed1b24;
  padding-right: 10px;
}
.wizard-header h3 {
  font-size: 26px;
}
.wizard-body {
  margin: 10px;
}
.wizard-body input {
  margin-bottom: 25px;
}
.wizard-body p,
.wizard-body ol,
.wizard-body ul {
  clear: both;
  line-height: 20px;
  margin-bottom: 10px;
}
.wizard-body a {
  text-decoration: none;
  color: #37a7d9;
}
.wizard-body nav,
#wizardScreen2 form,
#wizardScreen5 form {
  margin-left: -20px;
}
#bulkUploadError {
  margin-top: -20px;
}
.bulk-upload-steps {
  list-style-type: decimal;
  padding: 0 35px;
}
.bulk-upload-steps-letters {
  list-style-type: lower-alpha;
  margin-left: 20px;
}
.wizard-body .modal-button {
  background-color: #888;
  color: #fff;
  padding: 10px;
  line-height: 24px;
}
.wizard-body .modal-button:hover {
  background-color: #999;
}
.wizard-body .modal-button:focus {
  background-color: #999;
  color: #fff;
}
/* Responsive modal */
@media (max-width: 760px) {
  .modal-body .modal {
    width: inherit;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Notification Layot */
.notification {
  padding: 10px 20px;
  line-height: 22px;
  background: #f2f2f2;
  border-bottom: 1px solid #e4e4e4;
}
.notification-title,
.notification-message {
  display: inline;
  padding-right: 6px;
}
/* Notification Text */
.notification-title {
  font-weight: bold;
}
.placeholder {
  line-height: 18px;
  color: #888;
}
.placeholder h1 {
  font-size: 28px;
  line-height: 36px;
}
