/*
	Author: Counterpart
	https://www.counterpart.biz/
*/
/* flexbox mixins */
@font-face {
  font-family: "BebasNeue-Bold";
  src: url(../fonts/BebasNeue-Bold.ttf);
}
@font-face {
  font-family: "Scoreboard";
  src: url(../fonts/scoreboard.ttf);
}
html {
  min-height: 100%;
}

body {
  font-size: 13px;
  line-height: 1.5;
  min-height: 100%;
  background: url(../images/admin-bg.jpg) no-repeat center top #f2faf8;
  background-size: cover;
}

/*body.modal-open .page-wrap {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}*/
/* page pre-loader */
.pre-loader {
  background: url(../images/loading-icon.gif) center center no-repeat #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9000;
}

/* general styles */
.mtop-5 {
  margin-top: 5px;
}

.mtop-8 {
  margin-top: 8px;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-15 {
  margin-top: 15px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.mtop-40 {
  margin-top: 40px;
}

img {
  max-width: 100%;
}

label {
  font-weight: 500;
  color: #3172AF;
  margin-bottom: 0.3rem;
}
label.body-label {
  color: #333333;
}

.line-height-1 {
  line-height: 1;
}

.line-height-normal {
  line-height: normal;
}

.red-text {
  color: #da1414 !important;
}

.green-text {
  color: #2EB197 !important;
}

strong {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-strong {
  font-weight: 600;
}

.text-subtle {
  opacity: 0.7;
}

h2.green {
  background: #B8D432;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 4px 10px;
  border-radius: 8px;
}

.gray-link,
.gray-link:visited {
  color: #868686;
}

.body-text-link,
.body-text-link:visited {
  color: #333333;
}

.inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.inline:last-child {
  margin-right: 0;
}
.inline.inline-top {
  vertical-align: top;
}

.tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.truncate-text {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
}

.white-text {
  color: #ffffff;
}
.white-text a,
.white-text a:visited,
.white-text a:hover {
  color: #ffffff;
}

.hide {
  display: none !important;
}

.input-group.round .form-control {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.input-group.round .btn {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.input-group.shadow .form-control,
.input-group.shadow .btn {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.input-group-text.no-round {
  border-radius: 0;
}

.form-control.white {
  background: #fff;
}

.tagify,
.tags input {
  background: #f8f9fa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.filter-tags {
  margin: 0;
  padding: 0;
}
.filter-tags li {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #ffffff;
  background: #88979a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 8px;
  cursor: pointer;
  font-size: 13px;
  cursor: pointer;
}
.filter-tags li:hover .remove-tag {
  color: #ffffff;
}
.filter-tags li .fa {
  margin-right: 0;
}
.filter-tags li .remove-tag {
  color: #e3e3e3;
  margin-left: 12px;
  font-size: 14px;
}
.filter-tags li.none {
  opacity: 0.5;
}

.modal-body.gray {
  background: #eff1f3;
}
.modal-body.gray .form-control {
  background: #fff;
}

.actions-row {
  align-items: center;
}
.actions-row .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.title-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-gold {
  color: #E29C31 !important;
}

/* headings */
h4 {
  color: #042F7B;
  font-weight: 600;
  text-transform: uppercase;
}

/* custom bootstrap gutters */
.gutter-80 > [class^=col-],
.gutter-80 > [class^=" col-"] {
  padding-right: 40px;
  padding-left: 40px;
}

.gutter-60 > [class^=col-],
.gutter-60 > [class^=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.gutter-40 > [class^=col-],
.gutter-40 > [class^=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-20 > [class^=col-],
.gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-10 > [class^=col-],
.gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-0 > [class^=col-],
.gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

/* borders */
.border {
  border: 1px solid #efefef !important;
}

.border-top {
  border-top: 1px solid #efefef !important;
}

.border-bottom {
  border-bottom: 1px solid #e8e8e8 !important;
}

.border-right {
  border-right: 1px solid #efefef !important;
}

.border-left {
  border-left: 1px solid #efefef !important;
}

/* containers */
.container-100 {
  max-width: 100%;
}
.container-100 .row {
  margin-left: 0;
  margin-right: 0;
}
.container-100 .col-1,
.container-100 .col-2,
.container-100 .col-3,
.container-100 .col-4,
.container-100 .col-5,
.container-100 .col-6,
.container-100 .col-7,
.container-100 .col-8,
.container-100 .col-9,
.container-100 .col-10,
.container-100 .col-11,
.container-100 .col-12,
.container-100 .col,
.container-100 .col-auto,
.container-100 .col-sm-1,
.container-100 .col-sm-2,
.container-100 .col-sm-3,
.container-100 .col-sm-4,
.container-100 .col-sm-5,
.container-100 .col-sm-6,
.container-100 .col-sm-7,
.container-100 .col-sm-8,
.container-100 .col-sm-9,
.container-100 .col-sm-10,
.container-100 .col-sm-11,
.container-100 .col-sm-12,
.container-100 .col-sm,
.container-100 .col-sm-auto,
.container-100 .col-md-1,
.container-100 .col-md-2,
.container-100 .col-md-3,
.container-100 .col-md-4,
.container-100 .col-md-5,
.container-100 .col-md-6,
.container-100 .col-md-7,
.container-100 .col-md-8,
.container-100 .col-md-9,
.container-100 .col-md-10,
.container-100 .col-md-11,
.container-100 .col-md-12,
.container-100 .col-md,
.container-100 .col-md-auto,
.container-100 .col-lg-1,
.container-100 .col-lg-2,
.container-100 .col-lg-3,
.container-100 .col-lg-4,
.container-100 .col-lg-5,
.container-100 .col-lg-6,
.container-100 .col-lg-7,
.container-100 .col-lg-8,
.container-100 .col-lg-9,
.container-100 .col-lg-10,
.container-100 .col-lg-11,
.container-100 .col-lg-12,
.container-100 .col-lg,
.container-100 .col-lg-auto,
.container-100 .col-xl-1,
.container-100 .col-xl-2,
.container-100 .col-xl-3,
.container-100 .col-xl-4,
.container-100 .col-xl-5,
.container-100 .col-xl-6,
.container-100 .col-xl-7,
.container-100 .col-xl-8,
.container-100 .col-xl-9,
.container-100 .col-xl-10,
.container-100 .col-xl-11,
.container-100 .col-xl-12,
.container-100 .col-xl,
.container-100 .col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

.container.full {
  padding: 0;
}
.container.full.wide {
  max-width: 96%;
}

.container-fluid {
  -o-transition: all 0.6s ease-out 0.2s ease;
  -moz-transition: all 0.6s ease-out 0.2s ease;
  -webkit-transition: all 0.6s ease-out 0.2s ease;
  transition: all 0.6s ease-out 0.2s ease;
}
.container-fluid.narrow {
  padding-left: 40px;
  padding-right: 40px;
}
.container-fluid.xs {
  padding-left: 60px;
  padding-right: 60px;
}

.card.opaque {
  background: rgba(255, 255, 255, 0.75);
}

/* buttons */
.gradient-info-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49c5e0+37,3ab3cd+68 */
  background: rgb(73, 197, 224);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(73, 197, 224) 37%, rgb(58, 179, 205) 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(73, 197, 224) 37%, rgb(58, 179, 205) 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(73, 197, 224) 37%, rgb(58, 179, 205) 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49c5e0", endColorstr="#3ab3cd", GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.gradient-info-bg:hover, .gradient-info-bg:focus, .gradient-info-bg:active {
  background: #49c5e0;
}

.btn-deafult,
.btn-default {
  background: #fff;
}

.btn-round {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.btn-warning {
  color: #fff;
}

.btn-xs {
  font-size: 1em;
  padding: 0.4rem 0.4rem 0.2rem 0.4rem;
}

.btn-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
}

a.btn:hover {
  text-decoration: none;
}

.btn.dark-bottom {
  padding-top: 8px;
  margin-top: -2px;
}

.btn-success {
  color: #fff;
}
.btn-success.dark-bottom {
  border-bottom: 4px solid #40b46b;
}

.btn-info.dark-bottom {
  border-bottom: 4px solid #309cb3;
}

.gradient-btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+69,f3f5f8+100 */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 69%, rgb(243, 245, 248) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 69%, rgb(243, 245, 248) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 69%, rgb(243, 245, 248) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f3f5f8", GradientType=0);
  /* IE6-9 */
}

.hvr-grow,
.hvr-grow-sm {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-grow-sm:hover,
.hvr-grow-sm:focus,
.hvr-grow-sm:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.avatar-xl {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 2.5em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfe1f3+31,549bde+64 */
  background: #cfe1f3;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfe1f3", endColorstr="#549bde", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.student-avatar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

.avatar-remove {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.avatar-remove .remove-action {
  background: #fff;
  position: absolute;
  right: -12px;
  top: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: #c40000;
  z-index: 10;
}
.avatar-remove .avatar-xl {
  border-radius: 0;
}

.avatar-lg {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  font-size: 1.2em;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfe1f3+31,549bde+64 */
  background: #cfe1f3;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfe1f3", endColorstr="#549bde", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.avatar-md {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfe1f3+31,549bde+64 */
  background: #cfe1f3;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfe1f3", endColorstr="#549bde", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.avatar-sm {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfe1f3+31,549bde+64 */
  background: #cfe1f3;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfe1f3", endColorstr="#549bde", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.avatar-sm.no-gradient {
  background: #cfe1f3;
}

.avatar-filled {
  background: #002728;
  color: #fff;
}

.avatar-stack {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.avatar-stack .avatar {
  margin-right: -10px;
  border-color: #fff;
}

.action-circle {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  color: #343434;
  margin-right: 5px;
  text-align: center;
  box-shadow: 0px 0px 5px 0 rgba(79, 79, 79, 0.35);
  -webkit-box-shadow: 0px 0px 5px 0 rgba(79, 79, 79, 0.35);
  font-size: 1.15em;
}
.action-circle.w-auto {
  width: auto;
  border-radius: 10px;
  padding: 0 8px;
}
.action-circle:last-child {
  margin-right: 0;
}
.action-circle.small {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.action-circle .fa {
  margin-right: 0;
}
.action-circle .fa,
.action-circle svg {
  color: #333333;
}
.action-circle:hover {
  background: #fff;
}
.action-circle:hover .fa,
.action-circle:hover svg {
  color: #3172AF;
}

.dropdown-item:active {
  background-color: #e9ecef;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.no-round {
  border-radius: 0;
}

ul.pagination {
  margin: 0;
}

/* tables */
td.actions,
th.actions {
  text-align: right;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #edf4f8;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

table,
table.dataTable {
  border-collapse: collapse !important;
  margin: 0 !important;
  width: 100% !important;
}

.table.table-lg td {
  padding: 15px 20px;
}

thead {
  background: #002728;
  color: #ffffff;
}
thead th {
  font-weight: 500;
}
thead.light {
  background: #5db2c5;
}
thead.gray {
  background: #dddddd;
  color: #333333;
}

table.table.align-middle td {
  vertical-align: middle;
}
table.table thead th {
  border-bottom: 1px solid #eaeaea;
  font-size: 0.85rem;
  line-height: 1;
}
table.table tr {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
table.table tbody tr:hover {
  background: #f3fffb;
}

/* data tables sort icon position */
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-left: 30px;
  padding-right: 20px;
}

table.dataTable thead .sorting_asc {
  background: url(../images/sort-asc.svg) no-repeat 9px center;
  background-size: 16px;
}

table.dataTable thead .sorting_desc {
  background: url(../images/sort-desc.svg) no-repeat 9px center;
  background-size: 16px;
}

table.dataTable thead .sorting {
  background: url(../images/sort-default.svg) no-repeat 9px center;
  background-size: 16px;
}

table.dataTable thead .sorting.actions,
table.dataTable thead .no-sort {
  background: none;
}

table.dataTable thead .no-sort {
  padding-left: 21px !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "";
}

.page-link {
  line-height: inherit;
}

/* admin */
.dropdown-menu {
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
  font-size: 1em;
}

body.admin {
  grid-template-areas: "adminHeader" "contentWrap" "adminFooter";
}

.page-wrap {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  grid-template-areas: "adminHeader" "publicNav" "contentWrap" "adminFooter";
}

#admin-menu {
  position: fixed;
  width: 270px;
  min-height: 100%;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#293f75+0,2c507f+100 */
  background: rgb(41, 63, 117);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(41, 63, 117) 0%, rgb(44, 80, 127) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(41, 63, 117) 0%, rgb(44, 80, 127) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(41, 63, 117) 0%, rgb(44, 80, 127) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293f75", endColorstr="#2c507f", GradientType=0);
  /* IE6-9 */
  box-shadow: 0px 0px 7.6px 0.4px rgba(79, 79, 79, 0.17);
  -webkit-box-shadow: 0px 0px 7.6px 0.4px rgba(79, 79, 79, 0.17);
  color: #fff;
}
#admin-menu a,
#admin-menu a:visited {
  color: #fff;
}
#admin-menu .logo {
  padding: 15px;
}
#admin-menu .logo img {
  max-height: 95px;
  display: block;
  margin: auto;
}
#admin-menu ul {
  margin: 0;
  padding: 0;
}
#admin-menu ul .icon {
  font-size: 1.9em;
  line-height: 1.4;
}
#admin-menu ul ul {
  font-size: 0.9em;
}
#admin-menu ul ul {
  background: #121f3c;
  margin-top: -10px;
}
#admin-menu ul ul a {
  padding: 10px 15px 10px 33px;
  border-top: 0;
}
#admin-menu ul ul a:hover {
  color: #B8D432;
}
#admin-menu ul a {
  display: block;
  border-top: 1px solid #4b5c85;
  padding: 22px 10px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.15em;
  font-weight: 500;
}
#admin-menu ul a.parent-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#admin-menu ul a.parent-link[aria-expanded=true], #admin-menu ul a.parent-link.is-open {
  background: #121f3c;
}
#admin-menu ul a:hover {
  background: #121f3c;
}
#admin-menu ul a.active {
  background: #B8D432;
  font-weight: 600;
  color: #042F7B;
}
#admin-menu ul a.active:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #B8D432;
  position: absolute;
  top: 0;
  left: 0;
}
#admin-menu li {
  list-style-type: none;
  position: relative;
}
#admin-menu li.unread:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #DC3545;
  position: absolute;
  top: 9px;
  right: 8px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
}
#admin-menu .menu-text {
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}

#mobile-menu-btn {
  display: none;
}

.mobile-menu-close {
  font-size: 2em;
  position: fixed;
  top: 5px;
  right: 20px;
  z-index: 99999999999;
  color: #fff;
}
.mobile-menu-close:hover {
  color: #fff;
}

.mobile-only {
  display: none;
}

body.admin #admin-header .header-wrap {
  padding-left: 270px;
  grid-template-columns: 0.9fr 1fr 0.2fr;
  grid-template-areas: "logo menu user";
}

#admin-header {
  grid-area: adminHeader;
  height: 82px;
  max-width: 100vw;
  background: #fff;
  box-shadow: 0px 5px 6.65px 0.35px rgba(79, 79, 79, 0.18);
  -webkit-box-shadow: 0px 5px 6.65px 0.35px rgba(79, 79, 79, 0.18);
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
#admin-header .dropdown-menu {
  z-index: 1021;
}
#admin-header .header-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 0.9fr 0.3fr 0.2fr;
  -ms-grid-columns: 0.2fr 0.5fr 0.2fr;
  grid-template-rows: auto;
  -ms-grid-rows: 1;
  -ms-grid-column: 3;
  grid-template-areas: "logo menu user";
}
#admin-header a,
#admin-header a:visited {
  color: #333333;
}
#admin-header a:hover {
  color: #3172AF;
}
#admin-header .header-left {
  grid-area: logo;
  -ms-grid-row: auto;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#admin-header .header-logo {
  margin-right: 8px;
  padding: 5px;
}
#admin-header .header-logo img {
  max-height: 69px;
}
#admin-header .school-name {
  margin: 0;
  font-weight: 700;
  font-size: 1.1em;
}
#admin-header .header-logo,
#admin-header .school-name {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
}
#admin-header .header-nav {
  margin: 0;
  padding: 0;
  grid-area: menu;
  align-items: end;
  -ms-grid-row: auto;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
#admin-header .header-nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
#admin-header .header-nav > ul > li {
  white-space: nowrap;
  list-style-type: none;
  margin-right: 18px;
}
#admin-header .header-nav .messages .notification-bubble {
  position: absolute;
  right: -12px;
  top: 2px;
}
#admin-header .user-header {
  grid-area: user;
  -ms-grid-row: auto;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  z-index: 100;
}
#admin-header .user-header .dropdown-menu {
  min-width: 100%;
}
#admin-header .user-header .avatar-lg {
  background: #fff !important;
}
#admin-header .user-actions-drop {
  border-left: 1px solid #dfdfdf;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 8000000;
  justify-content: center;
}
#admin-header .user-actions-drop .user-name {
  margin-left: 10px;
  font-weight: 700;
  font-size: 1.1em;
  max-width: 200px;
}

body.admin .page-container {
  padding-left: 270px;
}

.page-container {
  margin: 2rem 2.3%;
  grid-area: contentWrap;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  max-width: calc(100vw - 4.6%);
  min-height: 100vh;
}

body.admin #admin-footer {
  padding-left: 270px;
}

#admin-footer {
  grid-area: adminFooter;
  margin-top: 2rem;
  grid-area: adminFooter;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  max-width: 100vw;
}
#admin-footer .sponsor-bar {
  background: #fff;
  border-top: 4px solid #b9c5ca;
  padding: 5px 2.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
}
#admin-footer .sponsor-bar img {
  height: 90px;
}
#admin-footer .sponsor-bar img:first-child {
  max-height: 70px;
  width: auto;
}
#admin-footer .sponsor-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: auto;
}
#admin-footer .sponsor-logos p {
  margin: 0 15px;
  color: #042F7B;
  white-space: nowrap;
}
#admin-footer .football-bg {
  height: 276px;
  background: url(../images/field-numbered-bg.jpg) no-repeat center top;
  background-size: cover;
}

.text-italic {
  font-style: italic;
}

/* cards */
.card {
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
.card.heavy-shadow {
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.2);
}
.card.no-shadow {
  box-shadow: none;
}
.card .card {
  box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
}
.card.dragable {
  cursor: move;
}
.card.dragable:hover {
  box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.5);
}
.card.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.card.round .card-body {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
}
.card.round .card-footer {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
.card .highlight-shadow {
  box-shadow: 0px 0px 15px rgba(0, 135, 255, 0.375);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 135, 255, 0.375);
}

.card-footer {
  background-color: #fff;
}

.header-card {
  box-shadow: 2px 5px 13px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 2px 5px 13px 0px rgba(0, 0, 0, 0.04);
}

.admin .header-card {
  margin: -32px -2.6% 2.4rem -2.6%;
}

.student .header-card {
  margin: 0 -2.6% 2.4rem -2.6%;
}

.card-header {
  background: none;
  border-bottom: 1px solid #eeeeee;
}

.card-blue {
  background: #f0fbfd;
}

.card-gray {
  background: #f0fbfd;
}

.centered-card {
  max-width: 50%;
  margin: auto;
}

.no-bullets {
  padding: 0;
}
.no-bullets li {
  list-style-type: none;
  margin-bottom: 8px;
}
.no-bullets li:last-child {
  margin-bottom: 0;
}

.inline-list {
  padding: 0;
  display: flex;
}
.inline-list li {
  margin-right: 8px;
  list-style-type: none;
}
.inline-list li:last-child {
  margin-right: 0;
}

.tab-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills.shadow .nav-link {
  border: 1px solid #b8d3d9;
  -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.08);
}
.nav-pills.shadow .nav-link.active {
  border-color: #fff;
}

.nav-pills.styled .nav-link {
  background-color: #c2dce2;
  color: #333333;
}
.nav-pills.styled .nav-link .arrow {
  display: none;
}
.nav-pills.styled .nav-link.active {
  background-color: #fff;
  font-weight: 600;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nav-pills.styled .nav-link.active .arrow {
  display: block;
  color: #dedede;
  margin: 0 auto;
  text-align: center;
}
.nav-pills.styled .nav-link:hover {
  background-color: #fff;
  color: #042F7B;
}
.nav-pills.styled .nav-item {
  margin-right: 12px;
}
.nav-pills.styled .nav-item:last-child {
  margin-right: 0;
}
.nav-pills.styled.large {
  font-size: 1.01rem;
}

div.invalid-tooltip,
div.valid-tooltip {
  top: 82%;
}

.badge {
  line-height: inherit;
}

.modal-tabs .nav-tabs {
  background: #f7f8f8;
  height: 100%;
  border-bottom: none;
}
.modal-tabs .nav .nav-item .nav-link {
  padding: 1rem 0.7rem;
  display: block;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}
.modal-tabs .nav .nav-item .nav-link.active {
  font-weight: 600;
  background: #0642ac;
  color: #fff;
}
.modal-tabs .nav .nav-item .nav-link:hover {
  background: #e1ebfe;
}

.hidden-file-input {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.hidden-file-input input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.hidden-file-input .btn {
  cursor: pointer;
}

.animation {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
  0% {
    -webkit-transform: translateY(-5);
  }
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(100%);
  }
  0% {
    transform: translateY(-5px);
  }
}
.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes blinkFade {
  0% {
    opacity: 0.2;
  }
  49% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blinkFade {
  0% {
    opacity: 0.2;
  }
  49% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
.blink {
  animation: blinkFade 1s infinite ease-in-out;
  -webkit-animation: blinkFade 1s infinite ease-in-out;
}

.actions-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.actions-card .order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
  width: 50px;
}
.actions-card .order a {
  padding: 0 2px;
  opacity: 0.5;
}
.actions-card .order a:hover {
  opacity: 1;
}
.actions-card .content {
  padding: 12px 15px;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.actions-card .actions {
  padding: 12px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.select2-styled .select2-container--default .select2-selection--single {
  background-color: #f8f9fa;
  border: 1px solid #eceff2;
  font-size: 0.9rem;
  height: calc(2.25rem + 2px);
}
.select2-styled .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.6;
}
.select2-styled .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.25rem + 2px);
}

.select2-dropdown {
  border: 1px solid #dedede;
}

.select2-results {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2);
}

.select2-results__message {
  padding: 11px;
}

sup {
  top: -0.15em;
  font-size: 100%;
  margin-left: 3px;
}

.contatiner-full {
  margin: 0 3.5%;
}

.search-wrap .form-control {
  padding: 0.6rem 0.75rem 0.475rem 3rem;
  background: #dce0e6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.search-wrap .dark-search {
  background: #c8d8d3;
  border-color: #c8d8d3;
}
.search-wrap .search-icon {
  position: absolute;
  top: 7px;
  left: 18px;
  font-size: 1.25em;
}
.search-wrap .search-icon svg {
  color: #333333;
}
.search-wrap .search-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #5b636f;
  cursor: pointer;
}
.search-wrap .search-remove:hover {
  color: #e70b0b;
}

.large-type {
  font-size: 1.3em;
}

.impersonate-bar {
  background: #3172AF;
  padding: 0.5rem 1rem;
  margin: -2rem -2.6% 2rem -2.6%;
  color: #fff;
  box-shadow: 0px 1px 8px 0 rgba(79, 79, 79, 0.5);
  -webkit-box-shadow: 0px 1px 8px 0 rgba(79, 79, 79, 0.5);
}

.bg-primary,
.bg-info {
  color: #fff;
}
.bg-primary a,
.bg-primary a:visited,
.bg-info a,
.bg-info a:visited {
  color: #fff;
}
.bg-primary .text-muted,
.bg-info .text-muted {
  color: #e3f3f6 !important;
}

.alfa {
  font-family: "Alfa Slab One", cursive;
  letter-spacing: 1px;
  font-weight: 400;
}

.student-card .avatar-xl {
  width: 130px;
  height: 130px;
  line-height: 140px;
  border-color: #042F7B;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
.student-card .avatar-xl.avatar-filled {
  width: 110px;
  height: 110px;
  line-height: 120px;
  background: #377fc3;
}

.badge-success {
  color: #fff;
}

/* Confetti */
.icon {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 32px;
  position: relative;
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #B8D432;
  top: 0;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(48deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 469ms;
  animation-duration: 2454ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(34deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 228ms;
  animation-duration: 2193ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(68deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 1177ms;
  animation-duration: 3530ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(-28deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 61ms;
  animation-duration: 2185ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-2deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 1047ms;
  animation-duration: 2758ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(-41deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 740ms;
  animation-duration: 3292ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(-33deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 1216ms;
  animation-duration: 3524ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(-29deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 77ms;
  animation-duration: 2215ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(79deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 1252ms;
  animation-duration: 3449ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(-4deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 921ms;
  animation-duration: 3443ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(-36deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 388ms;
  animation-duration: 2465ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(-44deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 1175ms;
  animation-duration: 2599ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-33deg);
  animation: makeItRain 3000ms infinite ease-out;
  animation-delay: 1241ms;
  animation-duration: 2879ms;
}
.confetti-piece:nth-child(odd) {
  background: #3172AF;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  animation-duration: 6000ms;
}
.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  animation-duration: 7500ms;
  animation-delay: 3000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: #E29C31;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(100vh);
  }
}
@keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(100vh);
  }
}
.notification-bubble {
  background: #E29C31;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  height: 20px;
  line-height: 21px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

/* daterangepicker */
.daterangepicker:before,
.daterangepicker:after {
  display: none;
}

.calendar-table thead {
  background: none;
  color: #333333;
}
.calendar-table thead th {
  font-weight: 600;
}

.add-media-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333333;
  padding: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.09);
  height: 250px;
  font-size: 1.2em;
}
.add-media-box span {
  display: block;
  margin: 20px 0 0 0;
}
.add-media-box svg {
  font-size: 2em;
}

.text-body {
  color: #333333;
}

.fullscreen-page {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background: #D5EDF1;
  z-index: 900;
}

.fullscreen-header {
  background: #3AB3CD;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-weight: 600;
  height: 49px;
}
.fullscreen-header a {
  color: #fff;
}

.fullscreen-content {
  margin-top: 49px;
  overflow: auto;
  height: calc(100vh - 49px);
}

.edit-card {
  border: 1px dashed #C1C1C1;
}
.edit-card.highlight {
  box-shadow: 0 0 13px rgba(123, 231, 245, 0.69);
  border-color: #3AB3CD;
  border-width: 2px;
}

.feeling-scale {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feeling-scale:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background: #3AB3CD;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.feeling-scale img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 5px auto;
}
.feeling-scale a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  top: 10px;
}
.feeling-scale.small img {
  width: 30px;
  height: 30px;
}

.numbered-list {
  counter-reset: number-list;
  border: 2px solid #ededed;
}
.numbered-list .list-number:before {
  counter-increment: number-list;
  content: counter(number-list) ".";
}
.numbered-list .list-row {
  padding: 10px;
}
.numbered-list .list-row:nth-child(odd) {
  background: #f2f2f2;
}

.nav-pills.round-pills .nav-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 0.4rem 1.5rem;
  border: 1px solid #3172AF;
}
.nav-pills.round-pills .nav-link.active {
  background: #3172AF;
  font-weight: 600;
}
.nav-pills.round-pills .nav-link:hover {
  background: #ededed;
  color: #333333;
}
.nav-pills.round-pills .nav-item {
  margin-right: 15px;
}
.nav-pills.round-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills.round-pills.large {
  font-size: 1.3em;
}

hr.blue {
  border-top: 1px solid #3AB3CD;
}

a.dragable {
  cursor: move;
}

.wizard-steps .step {
  display: none;
}
.wizard-steps .step.active {
  display: block;
}

.wizard-steps-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
}
.wizard-steps-footer .step-indicators {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wizard-steps-footer .step-indicators li {
  margin-right: 5px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background: #dbdbdb;
  text-indent: -9999999px;
  border-radius: 50%;
}
.wizard-steps-footer .step-indicators li:last-child {
  margin-right: 0;
}
.wizard-steps-footer .step-indicators li.active {
  background: #042F7B;
}

.med-text {
  font-size: 0.9em;
}

.nowrap {
  white-space: nowrap;
}

button:disabled,
button[disabled],
a.btn-disabled {
  color: #fff !important;
  background: #dcdcdc !important;
  border-color: #cecece !important;
  cursor: not-allowed;
}

.step-counters {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  counter-reset: step;
}
.step-counters.bullet-markers a.active:before {
  background-color: #3172AF;
}
.step-counters.bullet-markers a:before {
  content: "";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.2em;
  width: 5px;
  height: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #9b9c9e;
  color: #9b9c9e;
}
.step-counters li {
  margin-right: 35px;
  position: relative;
  counter-increment: step;
}
.step-counters li:last-child {
  margin-right: 0;
}
.step-counters li a {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  font-weight: 600;
  color: #9b9c9e;
}
.step-counters li a.active {
  color: #3172AF;
}
.step-counters li a.active:before {
  border-color: #3172AF;
  color: #3172AF;
}
.step-counters li a:before {
  content: counter(step);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.2em;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: #9b9c9e;
  color: #9b9c9e;
}

.sticky-bottom-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 120px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}

.card .card-header {
  padding: 0.75rem;
}

.list-group.round > .list-group-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.list-group.round .list-group-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.list-group.bg-none .list-group-item {
  background: none;
}
.list-group.bg-none .list-group-item:last-child {
  border: none;
}

.check-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 1px solid #ededed;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.check-card:hover {
  border-color: #042F7B;
}
.check-card img {
  max-height: 180px;
}
.check-card .check {
  visibility: hidden;
  position: absolute;
  top: -6px;
  right: -7px;
  border-radius: 50%;
  background: #042F7B;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 1.1em;
}
.check-card.active {
  border-color: #042F7B;
  color: #042F7B;
}
.check-card.active .check {
  visibility: visible;
}

.container-400 {
  width: 400px;
  margin: 0 auto;
}

.container-600 {
  width: 600px;
  margin: 0 auto;
}

.question-option {
  border-radius: 2px;
  border: 1px solid #D1D1D1;
  padding: 6px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.3;
}
.question-option:hover {
  border-color: #042F7B;
}
.question-option .form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.question-option .form-check .form-check-input {
  margin-right: 7px;
}
.question-option .form-check label {
  margin-bottom: 0;
  margin-left: 7px;
}
.question-option .iradio_square-green,
.question-option .icheckbox_square-green {
  min-width: 22px;
}
.question-option .icheckbox_square-blue,
.question-option .iradio_square-blue {
  margin-right: 7px;
  min-width: 22px;
}

.drop-menu-accordion ul > li {
  font-size: 1.1em;
}
.drop-menu-accordion .sub-menu {
  margin-left: 0.8rem;
  font-size: 0.9em;
  border-bottom: 1px solid #ededed;
}
.drop-menu-accordion .sub-menu a {
  padding: 0.3rem 1rem;
}
.drop-menu-accordion .sub-menu a:hover {
  background: none;
  color: #042F7B;
}

.class-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.class-card {
  border: 1px solid #3172AF;
  border-width: 6px 0 0 0;
}
.class-card.resume {
  border: 1px solid #E29C31;
  border-width: 6px 0 0 0;
}
.class-card.resume .setup-btn {
  background-color: #E29C31;
  border: none;
}
.class-card.resume .setup-btn:hover {
  background-color: #c2872b;
}
.class-card.resume .card-body .status-icon {
  color: #E29C31;
}
.class-card.finished {
  border: 1px solid #B8D432;
  border-width: 6px 0 0 0;
}
.class-card.finished .card-body .status-icon {
  color: #B8D432;
}
.class-card .card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.class-card .card-body svg {
  color: #3172AF;
}
.class-card .card-body h5 {
  font-size: 1.125rem;
  font-weight: 600;
}
.class-card .card-body .primary-teacher {
  margin-bottom: 1rem;
}
.class-card .card-body .secondary-teacher h6 {
  font-size: 0.875rem;
  color: #646464;
}
.class-card .card-body .secondary-teacher p {
  margin-bottom: 0.5rem;
}
.class-card .card-body .status-icon {
  color: #042F7B;
}
.class-card .card-body .setup-btn {
  width: 100%;
  border-radius: 34px;
}

.underline-tabs {
  font-size: 1.3em;
}
.underline-tabs .nav-item {
  margin-right: 25px;
}
.underline-tabs .nav-item:last-child {
  margin-right: 0;
}
.underline-tabs .nav-link {
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}
.underline-tabs .nav-link.active {
  color: #042F7B;
  font-weight: 700;
  border-bottom: 3px solid #B8D432;
  background: none;
}
.underline-tabs .nav-link:focus {
  outline: none;
}
.underline-tabs a {
  cursor: pointer;
  color: #333333;
  padding: 10px 0;
}
.underline-tabs.small {
  font-size: 1rem;
}
.underline-tabs.small a {
  padding: 10px 0;
}

.text-strikethrough {
  text-decoration: line-through;
}

.form-check-label {
  position: relative;
  top: 1px;
}

.form-check-lg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
}
.form-check-lg .form-check-input {
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  position: initial;
  margin-right: 0.4rem;
}
.form-check-lg .form-check-label {
  font-size: 1.1em;
}

.mw-70p {
  min-width: 70px;
}

.btn-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  max-width: 30px;
}

.custom-switch.custom-switch-lg {
  padding-bottom: 0.25rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 0.75rem;
  padding-top: 0.1rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  border-radius: 1rem;
  height: 1.4rem;
  width: 2.65rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  border-radius: 0.65rem;
  height: calc(1.4rem - 4px);
  width: calc(1.4rem - 4px);
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.25rem);
}

.custom-control-input:checked ~ .custom-control-label.light-blue::before {
  color: #fff;
  border-color: #3172AF;
  background-color: #3172AF;
}

.fw-normal {
  font-weight: normal;
}

.nav-pills.light-blue .nav-link {
  color: #8A9099;
  font-weight: 500;
  border-radius: 10px;
  min-width: 36px;
  margin-right: 0.75rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
}
.nav-pills.light-blue .nav-link.active {
  color: #042F7B;
  background-color: #ECF2F8;
}
.nav-pills.light-blue .nav-link:hover {
  background-color: #f7f7f7;
}

.horizontal-scroll {
  max-width: 1090px;
  overflow: auto;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
}
.horizontal-scroll.menu {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 1rem;
  padding-right: 0rem;
}
.horizontal-scroll .nav-link {
  white-space: nowrap;
}

.right-0 {
  right: 0;
}

.video-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 140px;
  border-radius: 7px;
  border: 1px solid #E2E2E2;
  background-image: url("../images/default-thumbnail.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-snap-align: start;
}
.video-card.stress {
  background-image: url("../images/stress-thumbnail.png");
}
.video-card .video-btn {
  position: absolute;
  height: 36px;
  max-width: 36px;
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.75);
  border: none;
  color: #FFFFFF;
}

.btn-scroll-next {
  position: absolute;
  right: -20px;
  top: 136px;
  color: #777A7F;
  background-color: transparent !important;
}
.btn-scroll-next.menu {
  position: sticky !important;
  top: 18px;
  right: 0;
  background-color: #FFFFFF !important;
}
.btn-scroll-next:focus {
  box-shadow: none;
}
.btn-scroll-next:hover {
  color: #3e3e42;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/* login page */
.login-bg .sky {
  background: url(../images/login/sky-bg.jpg);
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60vh;
}
.login-bg .field {
  background: url(../images/login/field-bg.jpg);
  background-size: cover;
  position: fixed;
  width: 100%;
  bottom: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40vh;
}
.login-bg .marlin {
  background: url(../images/login/marlin-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  left: 17vw;
  top: 10vh;
  z-index: 99;
  height: 100%;
  width: 46vh;
}

.login-wrap {
  background: url(../images/login/login-wrap.png) no-repeat center top #1A2C55;
  position: fixed;
  right: 14vw;
  top: 30px;
  width: 35%;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 40px 30px 40px;
  font-size: 1.3em;
}
.login-wrap.create-account {
  position: absolute;
  padding: 0 30px 30px 30px;
}
.login-wrap.create-account .logo img {
  max-height: 195px;
}
.login-wrap.create-account .checkbox-slider--b-flat input + span:before {
  background: #4b5c84;
}
.login-wrap.create-account .checkbox-slider--b-flat input:checked + span:before {
  background: #5cb85c;
}
.login-wrap .logo img {
  display: block;
  margin: 0 auto;
  max-height: 255px;
}
.login-wrap label {
  margin: 0;
  color: #fff;
}
.login-wrap .login-form {
  margin: 20px 0 0 0;
}
.login-wrap .login-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.login-wrap .login-links {
  margin-top: 28px;
  font-size: 0.9em;
}
.login-wrap .login-links a:hover {
  opacity: 0.8;
}
.login-wrap .login-links a,
.login-wrap .login-links a:visited {
  color: #fff;
}
.login-wrap .nav-tabs {
  border-bottom: 0;
}
.login-wrap .nav-tabs .nav-item {
  margin-right: 12px;
}
.login-wrap .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.login-wrap .nav-tabs .nav-link {
  background: #3172AF;
  color: #fff;
  border: 0;
}
.login-wrap .nav-tabs .nav-link.active {
  background: #B8D432;
  font-weight: 600;
  color: #000;
}
.login-wrap .tab-content {
  margin-top: 1px;
  border-top: 5px solid #B8D432;
  padding: 10px 30px 15px 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

body.login .marketing-link {
  display: block;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50px;
  left: 10px;
  font-weight: 600;
  padding: 10px 10px 8px 10px;
}
body.login .marketing-link:hover {
  background: #042F7B;
  color: #fff;
}
body.login .credit-link {
  position: fixed;
  bottom: 1px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 5px;
}
body.login .student-login-btn {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  right: 0;
  text-align: center;
  background: #B8D432;
  padding: 6px;
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
}
body.login .student-login-btn:hover {
  background: #3172AF;
}
body.login .student-login-btn a,
body.login .student-login-btn a:visited {
  color: #fff;
}

#reset-password {
  margin-top: 30px;
}
#reset-password p {
  color: #e6e6e6;
}

/* admin pages */
.filter-search.input-group-lg > .form-control {
  border: 1px solid #042F7B;
}

.filter-search .btn {
  border-color: #042F7B;
}
.filter-search .btn .selected-text {
  font-size: 0.7em;
  font-weight: 500;
}
.filter-search .dropdown-toggle::after {
  font-size: 0.8em;
  margin-left: 0.7em;
}
.filter-search .dropdown-menu {
  font-size: 0.85rem;
}

.avatar-md.teacher {
  background: #B8D432;
  color: #fff;
}
.avatar-md.school-admin {
  background: #E29C31;
  color: #fff;
}
.avatar-md.student {
  background: #3172AF;
  color: #fff;
}
.avatar-md.parent {
  background: #042F7B;
  color: #fff;
}
.avatar-md.admin {
  background: #002728;
  color: #fff;
}
.avatar-md.agency {
  background: #E231D4;
  color: #fff;
}
.avatar-md.case-worker {
  background: #7C31E2;
  color: #fff;
}

.user-name {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: -1px;
}

.user-email,
.student-id {
  font-size: 0.9em;
}

/*td.login {
	padding: 10px 20px 10px 4px!important;

	&:before {
		display: none;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
	    font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f2f6";
	}

	svg {
		opacity: 0.5;
	}

}*/
.avatar-chooser {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  height: 500px;
}
.avatar-chooser .avatar {
  position: relative;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfe1f3+31,549bde+64 */
  background: #cfe1f3;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cfe1f3 31%, #549bde 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfe1f3", endColorstr="#549bde", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 70px;
  width: 70px;
  cursor: pointer;
  border: 3px solid #fff;
  margin: 0 10px 10px 0;
  background-size: cover;
}
.avatar-chooser .avatar:hover {
  border: 3px solid #3172AF;
}
.avatar-chooser .avatar:hover h3 {
  color: #3172AF;
}
.avatar-chooser .avatar.active {
  border: 3px solid #3172AF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.avatar-chooser .add-avatar {
  color: #042F7B;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  border: 1px solid #042F7B;
  height: 70px;
  width: 70px;
}

.extra-point-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.extra-point-wrap .point {
  cursor: pointer;
  border: 3px solid #fff;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 3px;
  width: 30%;
}
.extra-point-wrap .point:last-child {
  margin-right: 0;
}
.extra-point-wrap .point .point-image {
  height: 130px;
  width: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 8px auto;
  border: 2px solid #ededed;
}
.extra-point-wrap .point .point-image.cover {
  background-size: cover;
}
.extra-point-wrap .point .point-image.contain {
  background-size: contain;
}
.extra-point-wrap .point:hover {
  border: 3px solid #3172AF;
}
.extra-point-wrap .point:hover h3 {
  color: #3172AF;
}
.extra-point-wrap .point.active {
  border: 3px solid #3172AF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.badge-chooser {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.badge-chooser .student-badge {
  cursor: pointer;
  border: 3px solid #fff;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 8px;
  width: 25%;
}
.badge-chooser .student-badge:last-child {
  margin-right: 0;
}
.badge-chooser .student-badge img {
  height: 100px;
  width: 100px;
  margin-bottom: 8px;
}
.badge-chooser .student-badge:hover {
  border: 3px solid #3172AF;
}
.badge-chooser .student-badge.active {
  border: 3px solid #3172AF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.student-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.student-list li {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  list-style-type: none;
  flex-direction: row;
}
.student-list .avatar-md {
  margin-right: 8px;
}
.student-list a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
}

.tagify__input::before {
  top: 4px;
}

.edit-school-header img {
  max-height: 103px;
}

.school-color-border {
  height: 1px;
  width: 100%;
}

.logo-preview {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.logo-preview img {
  max-height: 83px;
  display: block;
}

.school-header-preview {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 10px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.school-header-preview img {
  max-height: 69px;
}
.school-header-preview h6 {
  font-size: 0.8rem;
}

.contacts-wrap .text-truncate {
  max-width: 76%;
}

.list-nav {
  margin: 0;
  padding: 0;
}
.list-nav li {
  list-style-type: none;
}
.list-nav a {
  border-bottom: 1px solid #ebebeb;
  color: #333333;
  padding: 13px 15px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.list-nav a.active {
  color: #fff;
  background: #3172AF;
}
.list-nav a.active:after {
  display: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
}
.list-nav a.active svg {
  position: absolute;
  right: 13px;
  top: 16px;
}
.list-nav a.active:hover, .list-nav a.active:focus {
  background: #3172AF;
}
.list-nav a:hover {
  background: #e7f0f8;
}

.card .sub-nav {
  background: #f1f6f7;
}

.sub-nav {
  background: #fff;
}
.sub-nav.large {
  font-size: 1.2em;
}
.sub-nav .nav-link {
  padding: 0.9rem 1.3rem;
  border-left: none;
  border-right: 1px solid #ededed;
  border-top: none;
  color: #333333;
}
.sub-nav .nav-link.active {
  border-left: none;
  font-weight: 600;
  background: none;
  border-bottom: 2px solid #3172AF;
  color: #3172AF;
}
.sub-nav .nav-link:hover {
  color: #3172AF;
}
.sub-nav.dark {
  background: #002728;
}
.sub-nav.dark a,
.sub-nav.dark a:visited {
  color: #fff;
}
.sub-nav.dark .nav-item {
  margin: 0;
}
.sub-nav.dark .nav-link {
  border-right: none;
  border-bottom: 4px solid #002728;
}
.sub-nav.dark .nav-link.active {
  color: #fff;
  border-bottom: 4px solid #3172AF;
  background: #003637;
}

.orderable-wrap .card {
  margin-bottom: 0.8rem;
}

.lesson-content h1 {
  color: #042F7B;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.lesson-content h2 {
  color: #3172af;
  font-size: 1rem;
}

.note-editor.card {
  margin-bottom: 0;
}

.lesson-nav {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  border: 1px solid #ededed;
}
.lesson-nav .nav {
  background: #fff;
  color: #5c5c5c;
  text-align: center;
  flex: 0 0 90px;
  font-size: 0.8em;
  padding: 10px 0;
}
.lesson-nav .nav svg {
  display: block;
  margin: 0 auto 5px auto;
  font-size: 1.6em;
}
.lesson-nav .nav:hover {
  color: #3172AF;
  font-weight: 600;
}
.lesson-nav .lesson-overview {
  flex: 1;
  border-left: 1px solid #d3dbdd;
  border-right: 1px solid #d3dbdd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.8rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.lesson-nav .lesson-overview .lesson-stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.lesson-nav .lesson-overview .stat {
  margin-right: 3rem;
}

.photo-preview img {
  max-height: 230px;
}

/* Sophie here it is!!! classroom page */
.classroom-banner {
  background: url(../images/field-banner-gradient.svg) no-repeat center bottom;
  background-size: cover;
  min-height: 491px;
  margin: 0 -2.6% 0 -2.6%;
  padding-top: 2rem;
  position: relative;
}
.classroom-banner.setup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* updated background image goes here */
}
.classroom-banner.setup .setup-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 85%;
}
.classroom-banner.setup .class-wrap {
  padding: 0;
  margin-right: 5%;
  width: 100%;
}
.classroom-banner.setup .class-wrap .class-photo {
  height: 274px;
  width: 100%;
  box-shadow: none;
}
.classroom-banner.setup .class-wrap h1 {
  font-size: 2.5rem;
  margin: 2rem 0 0 0;
}

.setup-card {
  max-width: 428px;
  min-width: 428px;
  min-height: 380px;
  margin: 0;
}
.setup-card .card-header {
  background-color: #3172AF;
  color: #fff;
  text-align: center;
}
.setup-card .card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: solid 1px #bbb;
  border-radius: 8px;
  margin: 10px 10px 0 10px;
  justify-content: space-between;
}
.setup-card .step-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.setup-card .step-container.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.setup-card .step-container .step-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.setup-card .step-container .row {
  align-items: center;
}
.setup-card .step-container .col {
  text-align: center;
}
.setup-card .step-container .step-number {
  color: #fff;
  background-color: #042F7B;
  height: 25px;
  width: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
}
.setup-card .step-container .step-number.step-complete {
  background-color: #B8D432;
}
.setup-card .step-container .step-text {
  flex: 1;
}
.setup-card .step-container .btn-wrap {
  text-align: center;
}
.setup-card .step-container .step-btn {
  padding: 6px 35px;
}
.setup-card .card-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setup-card .card-footer .dots {
  display: flex;
  justify-content: center;
}
.setup-card .card-footer .dots .dot {
  height: 9px;
  width: 9px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.setup-card .card-footer .dots .dot.active {
  background-color: #3172AF;
}
.setup-card .card-footer .arrow svg {
  height: 20px;
  color: #042F7B;
}
.setup-card .card-footer .arrow button {
  border: none;
  background-color: transparent;
}
.setup-card .card-footer .arrow button {
  background-color: transparent !important;
}
.setup-card .card-footer .arrow button.disabled svg {
  background-color: transparent;
  color: #bbb;
}

.class-wrap {
  padding: 0 0 1.5rem 0;
}
.class-wrap .class-photo {
  -webkit-box-shadow: 1px 11px 5px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 1px 11px 5px 0px rgba(0, 0, 0, 0.54);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 320px;
  margin: 0 auto;
  max-width: 800px;
}
.class-wrap h1 {
  text-align: center;
  font-size: calc(2em + 3vw);
  margin: 3rem 0;
  text-transform: uppercase;
  font-family: "Alfa Slab One", cursive;
  color: #fff;
  -webkit-text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.63);
  text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.63);
  display: block;
}

.class-student-list .student {
  padding: 1rem;
  position: relative;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 23%;
  min-height: 230px;
  justify-content: center;
  border: 3px solid #fff;
}
.class-student-list .student.checked {
  background: #ecf6ff;
  border-color: #2589C5;
}
.class-student-list .student.benched {
  background-color: #EEE;
  border-color: #b3b3b3;
}
.class-student-list .student.benched h5 {
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.3rem 0.7rem;
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 4px;
}
.class-student-list .student.action-view .card-front {
  visibility: hidden;
}
.class-student-list .student.action-view .card-actions {
  display: block;
}
.class-student-list .student h3 a:hover {
  color: #3172AF;
}
.class-student-list .points-view {
  font-weight: 600;
}
.class-student-list .avatar-xl {
  border: none;
  margin: 10px auto;
}
.class-student-list .card-front {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.class-student-list .card-front .student-select {
  position: absolute;
  left: 0;
  top: 0;
}
.class-student-list .card-actions {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}
.class-student-list .card-actions h3 {
  color: #042F7B;
  font-weight: 600;
  margin-bottom: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.class-student-list .card-actions a,
.class-student-list .card-actions a:visited {
  color: #042F7B;
}

.classroom-actions-card {
  margin: 0 -2.6% 0 -2.6%;
  box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
}

.classroom-tabs {
  -webkit-box-shadow: 2px -17px 21px 0px rgba(0, 0, 0, 0.74);
  box-shadow: 2px -17px 21px 0px rgba(0, 0, 0, 0.74);
  padding: 0 3.5%;
  margin: 0 -2.6% 0 -2.6%;
}
.classroom-tabs li {
  position: relative;
}
.classroom-tabs li.unread:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #DC3545;
  position: absolute;
  top: 15px;
  right: 5px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
}

.classroom-card .class-photo {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.view-lesson,
.lessons-nav {
  min-height: 100vh;
}

.lessons-nav {
  position: absolute;
  left: -2.6%;
  background: #fff;
  width: 280px;
  height: 100%;
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.04);
  -o-transition: all 0.6s ease-out 0.2s ease;
  -moz-transition: all 0.6s ease-out 0.2s ease;
  -webkit-transition: all 0.6s ease-out 0.2s ease;
  transition: all 0.6s ease-out 0.2s ease;
  overflow: auto;
}
.lessons-nav ol {
  margin: 0;
  padding: 0;
}
.lessons-nav li {
  list-style-type: none;
  position: relative;
}
.lessons-nav a {
  display: block;
  border-bottom: 1px solid #D8E2EB;
}
.lessons-nav ol ol a {
  color: #606060;
  padding: 15px 10px 15px 30px;
  font-weight: 500;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lessons-nav ol ol a.active {
  background: #D6F1F7;
}
.lessons-nav ol ol a:hover {
  color: #042F7B;
  background: #D6F1F7;
}
.lessons-nav .accordion-link {
  font-weight: 500;
  padding: 15px 12px;
  background: #3AB3CD;
  color: #fff;
}
.lessons-nav .accordion-link.collapsed {
  background: #fff;
  color: #042F7B;
}
.lessons-nav .completed svg {
  color: #49c979;
  position: absolute;
  left: 8px;
  top: 17px;
}

.view-lesson {
  padding-left: 259px;
  padding-top: 2rem;
}
.view-lesson .header-card {
  margin: -32px -4.3% 2.4rem -2.8%;
}

#yard-chart {
  overflow: hidden;
  background: url(../images/grass-bg.png) no-repeat center center #042F7B;
  background-size: cover;
  border: 7px solid #fff;
  padding: 3rem 1rem 0 1rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 300px;
}
#yard-chart .yard-tracker {
  position: relative;
  width: 487px;
  margin-top: 240px;
  font-family: "BebasNeue-Bold", "Poppins", sans-serif;
  font-size: 8.5em;
  color: #fff;
}
#yard-chart .football {
  position: absolute;
  width: 130px;
  top: -215px;
}
#yard-chart .football img {
  width: 130px;
}
#yard-chart .goal {
  position: absolute;
  right: 15px;
  bottom: 0;
}
#yard-chart .goal img {
  height: 210px;
}
#yard-chart ol {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: baseline;
  -webkit-text-shadow: 2px 3px 1px rgb(0, 0, 0);
  text-shadow: 2px 3px 1px rgb(0, 0, 0);
  line-height: 0.7;
}
#yard-chart li {
  list-style-type: none;
  margin-right: 10px;
  text-align: center;
}
#yard-chart .tick {
  display: inline-block;
  overflow: hidden;
  text-indent: -100px;
  background: #fff;
  height: 18px;
  width: 8px;
  -webkit-box-shadow: 2px 3px 1px rgb(0, 0, 0);
  box-shadow: 2px 3px 1px rgb(0, 0, 0);
}
#yard-chart .active {
  color: #E29C31;
}
#yard-chart .active .tick {
  background: #E29C31;
}
#yard-chart .incentive {
  padding: 2rem;
  background: #fff;
}
#yard-chart .student-incentive {
  position: absolute;
  left: 11px;
  top: 13px;
  font-size: 1.25em;
}

.student-incentive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.student-incentive img {
  margin-right: 8px;
  max-height: 45px;
}

.student-activity .activity {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0.6rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.student-activity .action-circle {
  background: #fff;
}
.student-activity .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}
.student-activity .positive {
  background: #EAFFF1;
  border: 1px solid #B8CEBF;
}
.student-activity .positive .points {
  background: #49C979;
}
.student-activity .positive .type,
.student-activity .positive a {
  color: #49C979;
}
.student-activity .red-zone.negative {
  background: #FFC6C6;
  border: 1px solid #C3B9B9;
}
.student-activity .flag.negative {
  background: #fff1dc;
  border: 1px solid #fbc370;
}
.student-activity .flag.negative .points {
  background: #fff1dc;
  color: #fff1dc;
}
.student-activity .flag.negative .type,
.student-activity .flag.negative a {
  color: #E29C31;
}
.student-activity .negative {
  background: #FDF7F7;
  border: 1px solid #C3B9B9;
}
.student-activity .negative .points {
  background: #DC3545;
}
.student-activity .negative .type,
.student-activity .negative a {
  color: #DC3545;
}
.student-activity .points {
  min-width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  margin-right: 8px;
}
.student-activity .description {
  line-height: 1.4;
}
.student-activity .date {
  color: #042F7B;
  font-weight: 600;
  margin-right: 15px;
  min-width: 93px;
}
.student-activity .type {
  font-weight: 600;
}
.student-activity .status {
  width: 100%;
  margin-top: 5px;
}

.student-badge.red h3 {
  color: #e9212d;
}
.student-badge.blue h3 {
  color: #48a0d5;
}
.student-badge.green h3 {
  color: #34a254;
}
.student-badge.orange h3 {
  color: #de792e;
}

.badges-wrap .student-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.badges-wrap .student-badge:last-child {
  margin-bottom: 0;
}
.badges-wrap .badge-image {
  margin-right: 12px;
  position: relative;
}
.badges-wrap .badge-image img {
  width: 60px;
}
.badges-wrap .badge-image .badge-count {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  background: #fff;
  color: #042F7B;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 0.9em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.badges-wrap h3 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
}
.badges-wrap p {
  margin: 0;
}

#first-down-confirmation,
#extra-point-confirmation {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9000000;
}
#first-down-confirmation .crowd,
#extra-point-confirmation .crowd {
  background: url(../images/crowd.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 356px;
}
#first-down-confirmation .dismiss,
#extra-point-confirmation .dismiss {
  background: #042F7B;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.5em;
}
#first-down-confirmation .dismiss:hover,
#extra-point-confirmation .dismiss:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background: #6a6f7b;
  color: #fff;
}
#first-down-confirmation .content,
#extra-point-confirmation .content {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 1rem 2rem;
  width: 40%;
  position: absolute;
  right: 150px;
  top: 110px;
  margin: auto;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.2em;
}
#first-down-confirmation .confirmation-icon,
#extra-point-confirmation .confirmation-icon {
  width: 90px;
}
#first-down-confirmation h2,
#extra-point-confirmation h2 {
  color: #192b55;
  font-size: 1.9rem;
  margin: 15px 0;
}

#extra-point-confirmation {
  background: url(../images/confirmation-bg2.jpg) no-repeat center center;
  background-size: cover;
}

#first-down-confirmation {
  background: url(../images/confirmation-bg.jpg) no-repeat center center;
  background-size: cover;
}

.modal-body .student-activity .content {
  width: 100%;
}

.school-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.school-logo img {
  max-height: 69px;
}

.classroom-standings table {
  background: #fff;
}
.classroom-standings tr:hover td {
  background: #f3fffb !important;
}
.classroom-standings thead {
  background: #3AB3CD;
}
.classroom-standings thead .first-down {
  background: #49C979;
}
.classroom-standings thead .flags {
  background: #E29C31;
}
.classroom-standings thead .sacks {
  background: #DC3545;
}
.classroom-standings thead .red-zones {
  background: #EA0016;
}
.classroom-standings .total {
  background: #EAF6F9;
}
.classroom-standings .first-downs {
  background: #EBF9F0;
}
.classroom-standings .flags {
  background: #FBF4E9;
}
.classroom-standings .sacks {
  background: #FBE9EB;
}
.classroom-standings .red-zones {
  background: #FCE4E6;
}
.classroom-standings .count {
  background: #E8E8E8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  line-height: 27px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight: 600;
}

.stat-box {
  flex-direction: row !important;
  align-items: center;
}
.stat-box .icon {
  font-size: 1.5em;
  margin-right: 15px;
}
.stat-box.total {
  border-top: 3px solid #3AB3CD;
}
.stat-box.total label,
.stat-box.total h2,
.stat-box.total svg {
  color: #3AB3CD;
}
.stat-box.first-downs {
  border-top: 3px solid #49C979;
}
.stat-box.first-downs label,
.stat-box.first-downs h2,
.stat-box.first-downs svg {
  color: #49C979;
}
.stat-box.flags {
  border-top: 3px solid #E29C31;
}
.stat-box.flags label,
.stat-box.flags h2,
.stat-box.flags svg {
  color: #E29C31;
}
.stat-box.sacks {
  border-top: 3px solid #DC3545;
}
.stat-box.sacks label,
.stat-box.sacks h2,
.stat-box.sacks svg {
  color: #DC3545;
}
.stat-box.red-zones {
  border-top: 3px solid #EA0016;
}
.stat-box.red-zones label,
.stat-box.red-zones h2,
.stat-box.red-zones svg {
  color: #EA0016;
}

tr.read {
  background: #F7F8F8;
}

.message-count {
  color: #8E8E8E;
}

.messages-wrap .message {
  background: #F5F5F5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 1.2rem;
  margin-bottom: 1rem;
}
.messages-wrap .message:last-child {
  margin-bottom: 0;
}
.messages-wrap .message .avatar-filled {
  background: #B2B2B2;
}
.messages-wrap .message .avatar-lg {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: none;
}
.messages-wrap .message p:last-child {
  margin-bottom: 0;
}
.messages-wrap .message.mine {
  background: #E6F5F8;
}
.messages-wrap .message.mine .avatar-filled {
  background: #042F7B;
}

.line-button {
  border-top: 1px solid #D8D8D8;
  position: relative;
  text-align: center;
  margin-top: 3em;
}
.line-button .btn {
  margin-top: -20px;
}

/* TEMPLATE BUILDER */
.template-builder-wrap .field-list {
  width: 350px;
  background: #EFEFEF;
  height: calc(100vh - 49px);
  padding: 20px;
  position: fixed;
  left: 0;
  top: 49px;
}
.template-builder-wrap .field-list .field-list-scroll {
  overflow: auto;
  max-height: 83vh;
}
.template-builder-wrap .field-list li {
  margin-bottom: 15px;
}
.template-builder-wrap .field-list .btn {
  padding: 0.5rem 0.4rem;
  font-size: 0.85rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  color: #042F7B;
}
.template-builder-wrap .field-list .btn:hover {
  background: #3AB3CD;
  color: #fff;
}
.template-builder-wrap .template-content {
  width: calc(100vw - 350px);
  margin-left: 350px;
  background: url(../images/notebook-background.svg) repeat-y;
  position: relative;
  padding: 20px 20px 20px 60px;
}
.template-builder-wrap .template-content:after {
  content: "";
  background: #fff;
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.template-builder-wrap .title-bar {
  border-bottom: 1px solid #3AB3CD;
  padding: 15px 0;
}

.admin-lesson-wrap .feeling-scale a,
.template-builder-wrap .feeling-scale a {
  cursor: default;
}
.admin-lesson-wrap .thumbs-up,
.admin-lesson-wrap .thumbs-down,
.template-builder-wrap .thumbs-up,
.template-builder-wrap .thumbs-down {
  cursor: default;
}

.admin-lesson-wrap .feeling-scale,
.template-builder-wrap .feeling-scale,
.workbook-content .feeling-scale {
  max-width: 530px;
  margin: 0 auto;
}
.admin-lesson-wrap .feeling-scale img,
.template-builder-wrap .feeling-scale img,
.workbook-content .feeling-scale img {
  width: 70px;
  height: 70px;
}
.admin-lesson-wrap .thumbs-up img,
.admin-lesson-wrap .thumbs-down img,
.template-builder-wrap .thumbs-up img,
.template-builder-wrap .thumbs-down img,
.workbook-content .thumbs-up img,
.workbook-content .thumbs-down img {
  height: 70px;
}
.admin-lesson-wrap .no-content-message,
.template-builder-wrap .no-content-message,
.workbook-content .no-content-message {
  margin-top: 20px;
}
.admin-lesson-wrap .no-content-message img,
.template-builder-wrap .no-content-message img,
.workbook-content .no-content-message img {
  display: block;
  margin: 0 auto;
  max-height: 280px;
}
.admin-lesson-wrap textarea,
.template-builder-wrap textarea,
.workbook-content textarea {
  resize: none;
}
.admin-lesson-wrap .form-control,
.template-builder-wrap .form-control,
.workbook-content .form-control {
  background: #fff;
  border: 1px solid #bebebe;
}

/* --- */
/* LESSON PAGE */
.admin-lesson-wrap {
  margin: -2rem -2.6%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.admin-lesson-wrap .lesson-nav {
  flex: 0 0 100%;
}
.admin-lesson-wrap .lesson-sidebar {
  flex: 0 0 400px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 99;
}
.admin-lesson-wrap .lesson-sidebar .nav-item {
  width: 45%;
  text-align: center;
  white-space: nowrap;
}
.admin-lesson-wrap .lesson-sidebar .nav-item:last-child a {
  border-right: none;
}
.admin-lesson-wrap .lesson-builder {
  width: calc(100vw - 680px);
}
.admin-lesson-wrap .lesson-builder .tab-content {
  margin: 20px;
}
.admin-lesson-wrap .lesson-builder .builder-content {
  background: url(../images/notebook-background.svg) repeat-y;
  position: relative;
  padding: 20px 35px 20px 90px;
  margin-bottom: 30px;
  margin-right: 2%;
}
.admin-lesson-wrap .lesson-builder .builder-content:after {
  content: "";
  background: #fff;
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.admin-lesson-wrap .input-group {
  border: 1px solid #3AB3CD;
  font-size: 0.9em;
}
.admin-lesson-wrap .input-group .input-group-text {
  background: #fff;
  color: #042F7B;
  font-weight: 600;
  font-size: 1.1rem;
}
.admin-lesson-wrap .input-group .form-control {
  background: #fff;
  border-left-color: #3AB3CD;
  font-size: 1.1rem;
}

.theme-image {
  background: #F2F4F5;
  padding: 20px;
}
.theme-image img {
  display: block;
  margin: auto;
}

.lesson-editable-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  border: 1px solid #E2E2E2;
  margin-bottom: 30px;
}
.lesson-editable-text .edit-icon {
  visibility: hidden;
}
.lesson-editable-text .field-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 5px;
  background: #fff;
  width: 100%;
  font-size: 0.9em;
  color: #a4a4a4;
}
.lesson-editable-text:hover, .lesson-editable-text.edit {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
}
.lesson-editable-text:hover .edit-icon, .lesson-editable-text.edit .edit-icon {
  visibility: visible;
}
.lesson-editable-text.edit .form-control {
  background: #EDFCFF;
  border-color: #3AB3CD;
}
.lesson-editable-text .fill-content-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #3AB3CD;
  border: 1px solid #3AB3CD;
  background: #fff;
  font-weight: 600;
  font-size: 0.95em;
}

.content-placeholder {
  background: url(../images/squiggle-lines.svg) repeat;
  height: 64px;
  width: 100%;
}
.content-placeholder.single-line {
  height: 26px;
}

.page-break-line {
  width: 80%;
  margin: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.student-response-fields {
  counter-reset: response-fields;
  padding-left: 30px;
}
.student-response-fields .lesson-editable-text {
  margin-bottom: 10px;
}
.student-response-fields .student-response .number:before {
  counter-increment: response-fields;
  content: counter(response-fields) ".";
}
.student-response-fields .student-response {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 35px;
}
.student-response-fields .fill-content-button {
  left: -53px;
}
.student-response-fields .number {
  margin-right: 10px;
  font-weight: 600;
  margin-top: 10px;
}
.student-response-fields .content {
  width: 100%;
}
.student-response-fields .form-control {
  background: #fff;
}
.student-response-fields .choose-image-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.student-response-fields .choose-image-cards .card {
  flex: 1 0 22.5%;
  max-width: 22.5%;
  margin-right: 3%;
}
.student-response-fields .choose-image-cards .card:nth-child(4n) {
  margin-right: 0;
}
.student-response-fields .choose-image-cards img {
  max-height: 144px;
  display: block;
  margin: 0 auto;
}

/* --- */
.workbook-pages-banner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #3AB3CD;
  padding: 10px;
}
.workbook-pages-banner .workbook-icon {
  height: 45px;
}

.header-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  position: relative;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.header-icon.unread:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #DC3545;
  position: absolute;
  top: 2px;
  right: -2px;
  border-radius: 50%;
}
.header-icon:hover {
  color: #042F7B;
}

.header-announcements .show .announcements-icon,
.header-announcements .show .audio-icon,
.header-audio-icon .show .announcements-icon,
.header-audio-icon .show .audio-icon {
  background: #042F7B;
  color: #fff !important;
}
.header-announcements .dropdown-menu,
.header-audio-icon .dropdown-menu {
  width: 400px;
  border-radius: 5px;
  box-shadow: 0 3px 34px rgba(0, 0, 0, 0.46);
}
.header-announcements .dropdown-menu h3,
.header-audio-icon .dropdown-menu h3 {
  margin: 15px 10px;
}
.header-announcements .dropdown-menu.audio,
.header-audio-icon .dropdown-menu.audio {
  width: 235px;
}
.header-announcements .dropdown-menu.audio .audio-speed,
.header-audio-icon .dropdown-menu.audio .audio-speed {
  padding: 0.1rem 1rem;
}
.header-announcements .dropdown-menu.audio .audio-speed.active,
.header-audio-icon .dropdown-menu.audio .audio-speed.active {
  background: #042F7B;
  border-color: #042F7B;
  color: #fff;
}
.header-announcements .announcements-list,
.header-audio-icon .announcements-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
  max-height: 380px;
}
.header-announcements .announcements-list li,
.header-audio-icon .announcements-list li {
  white-space: normal;
}
.header-announcements .announcements-list .announcement,
.header-audio-icon .announcements-list .announcement {
  padding: 8px 10px;
  display: block;
  cursor: pointer;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-announcements .announcements-list .announcement:hover, .header-announcements .announcements-list .announcement:focus,
.header-audio-icon .announcements-list .announcement:hover,
.header-audio-icon .announcements-list .announcement:focus {
  background: #ecf0f2;
  color: #333333 !important;
}
.header-announcements .announcements-list .announcement p,
.header-audio-icon .announcements-list .announcement p {
  font-weight: 600;
  margin-bottom: 5px;
}
.header-announcements .announcements-list .announcement.unread,
.header-audio-icon .announcements-list .announcement.unread {
  background: #DCF1F7;
}
.header-announcements .announcements-list .announcement.unread p,
.header-audio-icon .announcements-list .announcement.unread p {
  color: #042F7B;
}
.header-announcements .view-all-announcements,
.header-audio-icon .view-all-announcements {
  text-align: center;
  padding: 10px;
  display: block;
  border-top: 1px solid #F0F0F0;
  color: #3172AF !important;
}

.announcement-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 500px;
}

.item-image {
  border: 1px solid #cccccc;
  padding: 8px;
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-image img {
  max-height: 80px;
  display: block;
  margin: auto;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top svg {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover svg {
  color: #fff;
  top: 5px;
}

.order-form-items .order-item-image {
  max-height: 150px;
  margin: auto;
  display: block;
}
.order-form-items .card-deck .card {
  max-width: 22%;
  min-width: 22%;
  margin-bottom: 20px;
}
.order-form-items .view-image {
  position: relative;
}

.red-zone-step {
  display: none;
}

.bulk-student-survey-table td {
  height: 75px;
}
.bulk-student-survey-table .feeling-btns .btn {
  width: 69px;
}

.message-reply-card {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.31);
  z-index: 1021;
}

.admin .message-reply-card {
  left: 270px;
}

.student .message-reply-card {
  left: 0;
}

.row.messages {
  min-height: 100vh;
  padding-bottom: 300px;
}

.sack-group-sidebar {
  overflow: auto;
  max-height: 51vh;
}

.onboarding-steps .step-number {
  width: 25px;
  height: 25px;
  background: #C4C4C4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
}
.onboarding-steps .step-active .step-number {
  background: #042F7B;
  color: #fff;
}
.onboarding-steps .step-active.card {
  border: 1px solid #042F7B;
}
.onboarding-steps .step-completed .step-number {
  background: #B8D432;
  color: #fff;
}
.onboarding-steps .card {
  border-radius: 7px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}

.onboarding-info-card {
  border-radius: 7px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}

.button-tabs {
  background-color: #002728;
  padding: 14px;
  border-radius: 0.25rem;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 2rem;
}
.button-tabs .nav-item {
  margin-right: 20px;
}
.button-tabs .nav-link {
  background-color: #415354;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
}
.button-tabs .nav-link.active {
  background-color: #B8D432;
  color: #042F7B;
  font-weight: 600;
}

#tab-teacher.tab-pane.active h2 {
  color: #042F7B;
  font-size: 1.25rem;
  font-weight: 600;
}
#tab-teacher.tab-pane.active .row .col {
  padding-bottom: 15px;
}

.scoreboard-container {
  height: 370px;
  background-image: url(../images/scoreboard-field.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  position: relative;
}
.scoreboard-container .scoreboard {
  background-image: url(../images/scoreboard.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 352px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  z-index: 30;
  width: 100%;
}
.scoreboard-container .scoreboard-content {
  color: #fff;
  padding: 1.3rem;
  width: 530px;
  margin: 0 auto;
}
.scoreboard-container .scoreboard-content .points-headline {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
}
.scoreboard-container .scoreboard-content .scorebox {
  font-family: "Scoreboard";
  -webkit-text-stroke: 0.5px #FFB800;
  background: #000;
  border: 5px solid #fff;
  text-align: center;
  color: #FFB800;
  line-height: 1;
  padding: 0.5rem;
  font-size: 2rem;
}
.scoreboard-container .scoreboard-content .scorebox.total-points {
  width: 148px;
  margin: 0 auto;
  font-size: 3rem;
  border: 7px solid #fff;
}
.scoreboard-container .scoreboard-content .points-breakdown-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.scoreboard-container .scoreboard-content .points-breakdown-row .scorebox {
  font-family: "Scoreboard";
  margin-bottom: 0.4rem;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.scoreboard-container .scoreboard-content .points-breakdown-row h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
}
.scoreboard-container .scoreboard-content .points-breakdown-row .point-col {
  margin-right: 20px;
  width: 30%;
}
.scoreboard-container .scoreboard-content .points-breakdown-row .point-col:last-child {
  margin-right: 0;
}

.favorite-dropdown .fav-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f8f9fa;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.favorite-dropdown .btn-secondary:not(:disabled) {
  color: #495057;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}
.favorite-dropdown .star-btn {
  padding: 0.2rem;
}
.favorite-dropdown .dropdown-menu .dropdown-item:active {
  color: #495057;
}

.checkin-card {
  background-color: #FFCB7B;
}
.checkin-card h4 {
  text-transform: none;
  color: #000000;
}
.checkin-card .btn-fixed-w {
  width: 75px;
}

.completedBadge {
  background-color: #CCF333;
  position: absolute;
  top: -12px;
  right: -10px;
  padding: 2px 7px;
  border-radius: 500px;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  border: 1px solid #C1E140;
}

.dayStreak .fireCircle {
  flex: 0 0 35px;
}
.dayStreak .fireCircle img {
  max-width: 100%;
}
.dayStreak span {
  line-height: 1;
}
.dayStreak .streakCount {
  margin-left: 5px;
  white-space: nowrap;
}
.dayStreak .day {
  font-size: 35px;
  font-weight: 700;
}
.dayStreak .label {
  font-weight: 600;
}
.dayStreak .complete {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.fiveDays {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
}

.dayBox {
  flex: 1 1 auto;
  background-color: #E8B35C;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
}
.dayBox span {
  display: block;
  margin: 0 auto;
}
.dayBox .day {
  color: #ffffff;
}
.dayBox .status {
  color: #ffffff;
}
.dayBox.boxChecked {
  background-color: #F7FDE2;
}
.dayBox.boxChecked .day {
  color: #000000;
}
.dayBox.boxChecked .status {
  color: #49C979;
  font-size: 17px;
}
.dayBox.firstDown {
  background-color: #FDF6E2;
  color: #CA8009;
  outline: 2px solid #CA8009;
}
.dayBox.firstDown .day {
  color: #000000;
}
.dayBox.firstDown .status {
  color: #CA8009;
}
.dayBox.firstDown .status .fa-stack {
  width: 17px;
}
.dayBox.firstDown .status .svg-inline--fa.fa-stack-2x {
  height: 17px;
  width: 17px;
  color: #EFC32C;
}
.dayBox.firstDown .status .svg-inline--fa.fa-stack-1x {
  color: #CA8009;
}
.dayBox .chatBubble {
  position: absolute;
  top: -53px;
  right: -44px;
  width: 80px;
}
.dayBox .chatBubble img {
  width: 100%;
}

.news-feed-posts {
  max-width: 1000px;
}

.nice-work-card {
  background-image: linear-gradient(0deg, #FFFFFF 15%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 50%, #FFFFFF 75%), url("../images/jan2025/confetti-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid #FFBA08;
  border-radius: 10px;
}
.nice-work-card h1 {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
}
.nice-work-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.progressBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}
.progressBar li {
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  z-index: 1;
  flex: 1 1 auto;
}
.progressBar li:last-child {
  flex: 0 0 auto;
}
.progressBar li:last-child::after {
  content: none;
  width: 0%;
  display: none;
}
.progressBar li::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #F0EFEF;
  display: block;
}
.progressBar li .day {
  border: 1px solid #D2D2D2;
  border-radius: 500%;
  padding: 2rem;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #7e7e7e;
}
.progressBar li .day .statusIcon {
  color: #DCDCDC;
}
.progressBar li .suffix {
  display: none;
}
.progressBar li.done .day {
  border: 3px solid #D9EFD3;
}
.progressBar li.done .day .dayInner {
  font-size: 15px;
  font-weight: 600;
}
.progressBar li.done:after {
  background-color: #042D7D;
}
.progressBar li.active .day {
  border: 4px solid #042D7D;
  height: 120px;
  width: 120px;
}
.progressBar li.active .day .dayInner {
  font-size: 16px;
  font-weight: 600;
}
.progressBar li.active .statusIcon {
  font-size: 38px;
}
.progressBar li.active .suffix {
  display: inline;
}
.progressBar li.firstDown .day {
  border: 1px solid #9DCA7E;
  background-color: #EFC32C;
  color: #042D7D;
  position: relative;
  border: 4px solid #7D4D00;
  height: 120px;
  width: 120px;
}
.progressBar li.firstDown .day .dayInner {
  font-size: 17px;
  font-weight: 600;
}
.progressBar li.firstDown .statusIcon {
  font-size: 38px;
  color: #CA8009;
}
.progressBar li.firstDown .suffix {
  display: inline;
}
.progressBar li.firstDown .chatBubble {
  position: absolute;
  top: -53px;
  right: -29px;
  width: 100px;
  z-index: 1;
  top: -44px;
  right: -41px;
}
.progressBar li.firstDown .chatBubble img {
  width: 100%;
}
.progressBar .day .dayInner {
  font-size: 13px;
  font-weight: 500;
}
.progressBar .statusIcon {
  font-size: 24px;
  line-height: 1;
}

.progressBar li.done .day,
.progressBar li.active .day {
  background-color: #F7FDE2;
  color: #042D7D;
}

.progressBar li.done .day .statusIcon,
.progressBar li.active .day .statusIcon {
  color: #49C979;
}

/* STYLES FOR PARENT & STUDENT VIEWS */
body.student .page-container {
  margin: 3rem 2.3% 2rem 2.3%;
}

#public-nav {
  -ms-grid-rows: 1;
  grid-area: publicNav;
  background: #2A487B;
  padding: 0.6rem 1rem;
  box-shadow: 0px 5px 6.65px 0.35px rgba(79, 79, 79, 0.4);
  -webkit-box-shadow: 0px 5px 6.65px 0.35px rgba(79, 79, 79, 0.4);
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1;
  max-width: 100vw;
}
#public-nav #mobile-menu-btn, #public-nav .mobile-menu-close {
  display: none;
}
#public-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#public-nav nav > ul > li {
  margin-right: 20px;
  list-style-type: none;
  position: relative;
}
#public-nav nav > ul > li:hover ul {
  display: block;
}
#public-nav nav > ul > li > a {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #3172AF;
  -webkit-box-shadow: 1px 1px 14px 0.35px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 14px 0.35px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#public-nav nav > ul > li > a:hover {
  background: #46CDEA;
}
#public-nav nav > ul > li a, #public-nav nav > ul > li a:visited {
  color: #fff;
}
#public-nav .active > a {
  background: #B8D432;
}
#public-nav .sub-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #042F7B;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
  z-index: 9000000;
  font-size: 0.85em;
}
#public-nav .sub-nav li {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
#public-nav .sub-nav li a {
  padding: 15px;
  display: block;
}
#public-nav .sub-nav li a:hover, #public-nav .sub-nav li a:focus {
  background: #3172AF;
}

.assessment-banner {
  background: #e39d32;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  width: 100%;
  color: #fff;
  padding: 25px;
  margin-bottom: 37px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  height: 118px;
}
.assessment-banner:hover {
  color: #fff;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.assessment-banner .banner-image {
  margin-left: -18px;
  margin-top: 5px;
  margin-right: 15px;
}
.assessment-banner .banner-image img {
  height: 130px;
}
.assessment-banner.home-environment .banner-image img {
  height: 130px;
}
.assessment-banner.check-in .banner-image img {
  height: 107px;
}
.assessment-banner.check-out .banner-image img {
  height: 100px;
  margin-right: 30px;
}
.assessment-banner .banner-content {
  font-size: 1.6em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  width: 100%;
}
.assessment-banner .banner-content h2 {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
  font-size: 1.8rem;
}
.assessment-banner .btn {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  font-size: 1.1rem;
  white-space: nowrap;
}

/* Student Assessment */
.student-assessment {
  line-height: 1.8;
  font-size: 1.2em;
}
.student-assessment .begin-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.student-assessment .begin-step .marlin-img {
  margin-right: -310px;
  position: relative;
  z-index: 5;
  width: 624px;
  height: 513px;
}
.student-assessment .begin-step .begin-content {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 40px 40px 200px;
}
.student-assessment .begin-step .begin-content .btn, .student-assessment .begin-step .begin-content a {
  position: relative;
  z-index: 5;
}
.student-assessment .form-check {
  white-space: nowrap;
}
.student-assessment .form-check-label {
  vertical-align: top;
  white-space: normal;
}
.student-assessment .thumbs-up img, .student-assessment .thumbs-down img {
  height: 100px;
}
.student-assessment .question-action.not-comfortable {
  padding: 5px 10px;
  display: inherit;
  margin: 30px auto 0 auto;
}
.student-assessment .question-action.selected {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(85, 181, 42);
  -webkit-box-shadow: 0px 0px 10px rgb(85, 181, 42);
}
.student-assessment .instruction-text {
  font-size: 0.8em;
}
.student-assessment .with-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  justify-content: center;
}
.student-assessment .question {
  line-height: 1.8;
}
.student-assessment .form-control {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}
.student-assessment .progress {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: transparent;
  width: 630px;
  height: 1.6rem;
  margin: 0 auto;
  border: 2px solid #3AB3CD;
}
.student-assessment .progress .progress-bar-striped {
  background-size: 2rem 2rem;
}
.student-assessment .progress .bg-info {
  background-color: #43BCD6 !important;
}
.student-assessment h3.large-type {
  font-size: 2em;
}
.student-assessment h1.large-type {
  font-size: 3.5em;
}
.student-assessment .done-graphic {
  height: 180px;
}
.student-assessment .review-responses {
  counter-reset: responses;
}
.student-assessment .review-responses ol {
  margin: 0;
  padding: 0;
}
.student-assessment .review-responses li {
  margin-bottom: 20px;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-left: 50px;
  flex-wrap: wrap;
}
.student-assessment .review-responses li:before {
  counter-increment: responses;
  content: counter(responses) ".)";
  color: #042F7B;
  font-weight: 600;
  font-size: 1.3em;
  margin-right: 20px;
  left: 0;
  position: absolute;
  margin-right: 20px;
  top: 0;
}
.student-assessment .review-responses .response {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex: 0 0 100%;
}
.student-assessment .review-responses .response-icon {
  text-align: center;
  line-height: 1;
  margin-right: 15px;
  width: 42px;
  margin-top: 2px;
}
.student-assessment .review-responses .response-icon svg {
  font-size: 1.75em;
}
.student-assessment .review-responses .response-icon small {
  font-size: 0.6em;
}
.student-assessment .review-responses .comments {
  font-size: 0.8em;
  line-height: 1.3;
  margin: 10px 0 0 53px;
  font-style: italic;
}
.student-assessment .review-responses .question {
  margin: 4px 0 0 0;
  line-height: 1.45;
}
.student-assessment .review-responses .response-feeling-scale {
  width: 500px;
}
.student-assessment .review-responses .response-feeling-scale .feeling-scale:before {
  display: none;
}
.student-assessment .review-responses .response-feeling-scale .feeling-scale > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.student-assessment .review-responses .response-feeling-scale .feeling-scale img {
  width: 50px;
  height: 50px;
  opacity: 0.2;
  z-index: 2;
  position: relative;
  display: block;
  margin: 0 auto 5px auto;
}
.student-assessment .review-responses .response-feeling-scale .feeling-scale .description {
  opacity: 0.2;
  font-weight: 600;
  font-size: 0.8em;
}
.student-assessment .review-responses .response-feeling-scale .feeling-scale .selected img {
  opacity: 1;
  border: 2px solid #042F7B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.student-assessment .review-responses .response-feeling-scale .feeling-scale .selected .description {
  opacity: 1;
}

.stress-scale {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 0 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stress-scale.small .scale-radio {
  width: 22px;
  height: 22px;
}
.stress-scale.small ul {
  height: 30px;
}
.stress-scale.small li {
  top: -35px;
}
.stress-scale:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: rgb(73, 201, 121);
  background: -moz-linear-gradient(90deg, rgb(73, 201, 121) 0%, rgb(226, 156, 49) 50%, rgb(220, 53, 69) 100%);
  background: -webkit-linear-gradient(90deg, rgb(73, 201, 121) 0%, rgb(226, 156, 49) 50%, rgb(220, 53, 69) 100%);
  background: linear-gradient(90deg, rgb(73, 201, 121) 0%, rgb(226, 156, 49) 50%, rgb(220, 53, 69) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49c979",endColorstr="#dc3545",GradientType=1);
}
.stress-scale ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 3% 0 0;
  padding: 0 3% 0 0;
  top: 46px;
  width: 90%;
  height: 80px;
  position: relative;
  border-right: 1px solid #DEDEDE;
}
.stress-scale ul:last-child {
  margin: 0;
  border-right: 0;
  padding: 0;
  width: 100%;
}
.stress-scale ul .scale-description {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2;
}
.stress-scale li {
  list-style-type: none;
  z-index: 2;
  top: -28px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.stress-scale li label {
  font-weight: 600;
  font-size: 1.1em;
  color: #333333;
}
.stress-scale .scale-radio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border-style: solid;
  border-width: 2px;
  background: #fff;
  position: relative;
}
.stress-scale .scale-radio.green {
  border-color: #49C979;
}
.stress-scale .scale-radio.orange {
  border-color: #E29C31;
}
.stress-scale .scale-radio.red {
  border-color: #DC3545;
}
.stress-scale .question-action.selected {
  box-shadow: none;
  border-radius: 0;
}
.stress-scale .question-action.selected .scale-radio {
  box-shadow: 0px 0px 10px #55b52a;
  -webkit-box-shadow: 0px 0px 10px #55b52a;
}
.stress-scale .question-action.selected .scale-radio:after {
  content: "";
  background: #3AB3CD;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.resources-wrap h2 {
  color: #042F7B;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.ribbon-headline {
  background: #3AB3CD;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto 2em auto;
}
.ribbon-headline .ribbon-content:before, .ribbon-headline .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #3092a8 transparent transparent transparent;
  bottom: -1em;
}
.ribbon-headline .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon-headline .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

/* social feed */
.news-feed-posts {
  width: 750px;
  margin: 0 auto;
}
.news-feed-posts .post-image .carousel {
  background: #a0aaaa;
  margin-bottom: 26px;
}
.news-feed-posts .post-image .carousel .carousel-indicators {
  bottom: -41px;
}
.news-feed-posts .post-image .carousel .carousel-indicators .active {
  background: #3172AF;
}
.news-feed-posts .post-image .carousel .carousel-indicators li {
  background-color: #d3d3d3;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.news-feed-posts .post-image .carousel .carousel-indicators li:hover {
  opacity: 0.3;
}
.news-feed-posts .post-image .carousel .carousel-inner {
  height: 450px;
}
.news-feed-posts .post-image .carousel .carousel-item {
  height: 450px;
  position: relative;
}
.news-feed-posts .post-image .carousel img, .news-feed-posts .post-image .carousel video {
  max-height: 450px;
  width: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-feed-posts .post-image img {
  width: 100%;
  height: auto;
}
.news-feed-posts video {
  object-fit: cover;
}

.news-feed-class-filter .btn {
  height: 44px;
}

/* Workbook */
body.workbook {
  background: #fff;
}

#workbook-header {
  padding: 10px 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: 8px solid #042F7B;
  height: 66px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.11);
  z-index: 99;
}
#workbook-header .header-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#workbook-header .logomark {
  width: 25px;
  height: 25px;
}

#workbook-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.11);
  height: 58px;
  font-weight: 600;
  color: #5b5b5b;
  z-index: 99;
  text-align: center;
}

.workbook-content.cover {
  background: #1A2C55;
  color: #fff;
  text-align: center;
}
.workbook-content.cover .logo img {
  max-height: 300px;
}
.workbook-content.cover h3 {
  font-size: 1.7rem;
}
.workbook-content.cover .content-col {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0;
  height: calc(100vh - 122px);
}
.workbook-content.cover .cover-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.workbook-content.cover .cover-footer .grow-badge {
  width: 100px;
  height: 100px;
}
.workbook-content.cover .cover-footer .cover-message {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}

.workbook-content.toc .content-col {
  max-width: 80%;
}

.page-title-bar {
  padding: 15px;
  text-align: center;
}

.workbook-content {
  margin-top: 66px;
}
.workbook-content .image-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  height: calc(100vh - 122px);
  position: fixed;
  width: 40%;
}
.workbook-content .image-col.contain {
  background-size: contain;
}
.workbook-content .content-col {
  padding: 25px 25px 95px 25px;
  font-size: 1.2em;
  padding-left: 43%;
}
.workbook-content .content-col h2 {
  font-family: "Alfa Slab One", cursive;
  margin-bottom: 10px;
  font-size: 1.9rem;
}
.workbook-content .student-response-fields {
  padding-left: 0;
}
.workbook-content .student-response {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 10px;
}
.workbook-content .student-response .number {
  color: #808CA2;
  margin-top: 0;
}
.workbook-content .student-response .form-control {
  box-shadow: 0 0 3px #17C6B8;
}
.workbook-content .student-response textarea {
  min-height: 200px;
}
.workbook-content .student-response h3 {
  margin-bottom: 1rem;
}
.workbook-content .feeling-scale img, .workbook-content .thumbs-up img, .workbook-content .thumbs-down img {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.workbook-content .feeling-scale img:hover, .workbook-content .thumbs-up img:hover, .workbook-content .thumbs-down img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.workbook-content .selected {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(85, 181, 42);
  -webkit-box-shadow: 0px 0px 10px rgb(85, 181, 42);
  padding: 5px;
}
.workbook-content .student-choose-image {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workbook-content .student-choose-image:last-child {
  margin-bottom: 0;
}
.workbook-content .student-choose-image .card {
  border: 3px solid #fff;
  position: relative;
  flex: 1 0 48%;
  max-width: 48%;
  margin-right: 3%;
}
.workbook-content .student-choose-image .card:nth-child(even) {
  margin-right: 0;
}
.workbook-content .student-choose-image .card .check {
  visibility: hidden;
  position: absolute;
  background: #3AB3CD;
  color: #fff;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workbook-content .student-choose-image .card.hvr-grow:hover {
  transform: scale(1.04);
}
.workbook-content .student-choose-image .selected {
  border-color: #3AB3CD;
}
.workbook-content .student-choose-image .selected .check {
  visibility: visible;
}

.toc-list {
  list-style-type: none;
  margin: 0 0 20px 0;
  text-align: right;
}
.toc-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/toc-dot.png) repeat-x 0 73%;
  margin-bottom: 3px;
}
.toc-list .title, .toc-list .pagenum {
  background: #fff;
  padding: 0 5px;
}

.logo-header {
  background: #293F75;
  color: #fff;
  padding: 0.5rem;
  position: relative;
  height: 65px;
}
.logo-header .logo {
  height: 50px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.logo-header .back-arrow {
  color: #fff;
  font-size: 2em;
  position: absolute;
  left: 13px;
  top: 14px;
}

.page-top-actions {
  background: #fff;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.student-wrap {
  padding-bottom: 8rem;
}
.student-wrap .card {
  border-radius: 8px;
  padding: 0.8rem 0.6rem;
  margin-bottom: 1rem;
}

.page-bottom-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #fff;
  box-shadow: 0 -2px 34px rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selected-students-btn .count-badge {
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  color: #2589C4;
  font-weight: 600;
  font-size: 0.9em;
  margin-right: 8px;
}

.quick-action-btn {
  background: #fff;
  border-radius: 12px;
  border-left-width: 8px;
  border-left-style: solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #000;
  font-weight: 500;
  font-size: 1.3em;
  margin-block: 1.3rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.quick-action-btn.success {
  border-left-color: #49C979;
}
.quick-action-btn.success .btn-icon {
  color: #49C979;
}
.quick-action-btn.warning {
  border-left-color: #E29C31;
}
.quick-action-btn.warning .btn-icon {
  color: #E29C31;
}
.quick-action-btn.danger {
  border-left-color: #DC3545;
}
.quick-action-btn.danger .btn-icon {
  color: #DC3545;
}

.quick-action-form {
  background: #fff;
  min-height: 100vh;
  padding-top: 1rem;
}
.quick-action-form:after {
  content: "";
  position: relative;
  display: block;
  height: 76px;
}

.quick-action-header {
  background: #E8EBF0;
  padding: 1rem 1.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  margin: 0 -5%;
}

.star-btn {
  color: #9D9DA1;
  padding-right: 0;
}
.star-btn:hover, .star-btn:focus {
  background: #fff;
  color: #E29C31;
  border-color: #fff;
}

.confirmation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 74%;
}

.invalid-feedback {
  font-size: 90%;
}

@media (max-height: 790px) {
  .login-wrap {
    transform: scale(0.85);
    top: -30px;
  }
}
@media (max-width: 767px) {
  .m-100 {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .progressBar {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .progressBar li::after {
    z-index: -1 !important;
    content: "" !important;
    position: absolute !important;
    width: 10px !important;
    height: 100% !important;
    background-color: #F0EFEF !important;
    top: 31px !important;
    left: 46% !important;
    display: block !important;
    justify-content: center !important;
    top: 40px !important;
  }
  .progressBar li.firstDown .chatBubble {
    top: -44px;
    right: -41px;
  }
}
@media (max-width: 1375px) {
  .assessment-banner .banner-content {
    font-size: 1.2em;
  }
  .assessment-banner .banner-content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1366px) {
  #yard-chart .yard-tracker {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -webkit-transform-origin-x: 0;
    transform-origin-x: 0;
  }
  .admin-lesson-wrap .lesson-builder .builder-content {
    padding: 20px 5px 20px 70px;
  }
}
@media (max-width: 1280px) {
  .classroom-banner.setup .class-wrap h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1240px) {
  #public-nav {
    font-size: 1.1em;
  }
  #public-nav nav > ul > li {
    margin-right: 10px;
  }
}
@media (max-width: 1213px) {
  #yard-chart .yard-tracker {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin-x: 0;
    transform-origin-x: 0;
  }
}
@media (max-width: 1235px) {
  .login-wrap {
    width: 45%;
    right: 7vw;
  }
  .login-bg .marlin {
    left: 12vw;
  }
}
@media (max-width: 1234px) and (min-width: 991px) {
  .assessment-banner {
    flex-direction: column;
    height: auto;
  }
  .assessment-banner .banner-content {
    flex-direction: column;
  }
  .assessment-banner .btn {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 1206px) {
  .order-form-items .card-deck .card {
    max-width: 30%;
    min-width: 30%;
  }
}
@media (max-width: 1200px) {
  .feeling-scale img {
    width: 90px;
    height: 90px;
  }
  .admin-lesson-wrap {
    flex-direction: column;
  }
  .admin-lesson-wrap .lesson-sidebar {
    width: 100%;
  }
  .admin-lesson-wrap .lesson-builder {
    width: 100%;
    max-width: 100%;
  }
  .workbook-content.toc .content-col {
    max-width: 100%;
  }
}
@media (max-width: 1150px) {
  .classroom-banner.setup .setup-container {
    flex-direction: column-reverse;
  }
  .setup-card {
    width: 100%;
    min-width: none;
    margin-bottom: 2rem;
  }
  .classroom-banner.setup .class-wrap {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .student-assessment .stress-scale ul .scale-description {
    font-size: 0.8em;
  }
  .sack-group-sidebar {
    max-height: none;
  }
}
@media (max-width: 1165px) {
  .view-lesson .title-actions {
    flex-direction: column;
    margin-bottom: 50px !important;
  }
  .view-lesson .title-actions h2 {
    margin-bottom: 20px !important;
  }
  #yard-chart .yard-tracker {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -webkit-transform-origin-x: 0;
    transform-origin-x: 0;
  }
}
@media (max-width: 1131px) {
  .scoreboard-container .scoreboard-content {
    width: 430px;
  }
}
@media (max-width: 1213px) {
  #yard-chart {
    height: 270px;
  }
  #yard-chart .goal {
    display: none;
  }
  #yard-chart .yard-tracker {
    margin-top: 210px;
  }
}
@media (max-width: 1080px) {
  .login-bg .marlin {
    height: 60%;
    top: 16vh;
  }
}
@media (max-width: 1055px) {
  .centered-card {
    max-width: 90%;
  }
}
@media (max-width: 1045px) {
  .order-form-items .card-deck .card {
    max-width: 45%;
    min-width: 45%;
  }
}
@media (max-width: 1030px) {
  .template-builder-wrap .field-list {
    width: 250px;
  }
  .template-builder-wrap .template-content {
    width: calc(100vw - 250px);
    margin-left: 250px;
  }
}
@media (max-width: 991px) {
  .text-xs-center {
    text-align: center;
  }
  .gutter-60 > [class^=col-],
  .gutter-60 > [class^=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .template-builder-wrap .field-list {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
  }
  .template-builder-wrap .template-content {
    width: 100%;
    margin-left: 0;
  }
  #public-nav ul {
    justify-content: center;
  }
  #first-down-confirmation,
  #extra-point-confirmation {
    background-position: -170px center;
  }
  #first-down-confirmation .content,
  #extra-point-confirmation .content {
    width: 60%;
    right: 30px;
  }
  .student-assessment .begin-step {
    margin-top: 80px;
  }
  .student-assessment .begin-step .marlin-img {
    width: 60%;
    margin-top: -80px;
    margin-right: -260px;
  }
  .student-assessment .begin-step .begin-content {
    padding: 40px 40px 40px 140px;
  }
  .student-assessment .survey-wrap .card {
    padding: 1.5rem;
  }
  .student-assessment .progress {
    width: 100%;
  }
  .instruction-text {
    font-size: 0.7em;
  }
  .resources-wrap .card-deck .card {
    flex: 1 0 100%;
  }
  .card.sticky-top {
    position: relative !important;
  }
  .card.sticky-top.mobile-sticky {
    position: sticky !important;
  }
  .student-response-fields .choose-image-cards .card {
    flex: 1 0 47%;
    max-width: 47%;
  }
  #public-nav nav > ul > li {
    margin-right: 10px;
  }
  .modal#pending-posts .modal-dialog {
    width: 95%;
    max-width: none;
  }
  .onboarding-info-card {
    margin-top: 1rem;
  }
}
@media (max-width: 971px) {
  .class-student-list .student {
    flex: 1 1 100%;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}
@media (max-width: 951px) {
  .login-bg .marlin {
    left: 4vw;
  }
  .login-wrap {
    width: 56%;
    right: 5vw;
  }
}
@media (max-width: 869px) {
  body.admin #admin-header .header-wrap {
    padding-left: 0;
  }
  body.admin .page-wrap {
    grid-template-areas: "adminHeader" "adminMenu" "contentWrap" "adminFooter";
  }
  .header-announcements .dropdown-menu {
    width: 97vw;
  }
  #admin-header .user-header .avatar-lg {
    margin-right: 8px;
  }
  #mobile-menu-btn {
    display: block;
  }
  #admin-menu {
    position: inherit;
    grid-area: adminMenu;
    width: 100vw;
    height: 69px;
    min-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #admin-menu .logo {
    display: none;
  }
  #admin-menu nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #2A487B;
    padding: 70px 0 0 0;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  #admin-menu #mobile-menu-btn {
    margin: 0 20px;
    flex: 1;
  }
  .page-container,
  body.admin .page-container {
    padding-left: 0;
  }
  #admin-footer,
  body.admin #admin-footer {
    padding-left: 0;
  }
  #admin-header {
    height: auto;
    position: relative;
  }
  #admin-header .header-left,
  #admin-header .user-header {
    border-bottom: 1px solid #dfdfdf;
  }
  #admin-header .header-left {
    -ms-grid-column: 1;
  }
  #admin-header .user-header {
    -ms-grid-column: 2;
  }
  .sticky-bottom-bar {
    left: 0;
  }
  .admin .message-reply-card {
    left: 0;
  }
}
@media (max-width: 935px) {
  #public-nav #mobile-menu-btn,
  #public-nav .mobile-menu-close {
    display: block;
  }
  #public-nav nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #2A487B;
    z-index: 9999999999;
    padding: 90px 20px 20px 20px;
  }
  #public-nav nav ul {
    flex-direction: column;
    width: 100%;
  }
  #public-nav nav li {
    width: 100%;
    margin-bottom: 20px;
  }
  #public-nav nav li:hover {
    background: #3172AF;
  }
  #public-nav nav .sub-nav {
    position: relative;
    margin-top: 20px;
  }
  #public-nav nav .sub-nav li:hover {
    background: #042F7B;
  }
  #public-nav nav .sub-nav li a:hover,
  #public-nav nav .sub-nav li a:focus {
    background: #042F7B;
  }
  .mobile-only {
    display: block;
  }
  #admin-header .header-nav .mobile-hide,
  #admin-header .user-actions-drop .user-name {
    display: none;
  }
}
@media (min-width: 936px) {
  #public-nav nav {
    display: block !important;
  }
}
@media (min-width: 870px) {
  #admin-menu nav {
    display: block !important;
  }
  #admin-menu .mobile-menu-close {
    display: none;
  }
}
@media (max-width: 864px) {
  .view-lesson {
    padding-left: 0;
  }
  .lessons-nav {
    position: relative;
    height: auto;
    width: 100%;
    left: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .nav-pills.styled .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .nav-pills.styled .nav-link.active {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .news-feed-posts {
    width: 100%;
  }
}
@media (max-width: 841px) {
  .actions-row .col-sm {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
  .actions-row .btn,
  .actions-row .dropdown,
  .actions-row .select2 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .actions-row .actions {
    flex-direction: column;
    margin-top: 20px;
  }
  .actions-row .col-auto {
    width: 100%;
  }
  .actions-row .inline {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 795px) {
  .assessment-banner {
    height: auto;
    flex-direction: column;
    padding: 25px 5px;
  }
  .assessment-banner .banner-content {
    flex-direction: column;
  }
  .assessment-banner .banner-image {
    margin: 0 0 10px 0;
  }
  .assessment-banner .banner-cloud {
    margin-left: 0;
    margin-right: 0;
    margin-top: -36px;
  }
  .assessment-banner .btn {
    width: 100%;
    margin-top: 20px;
  }
  #yard-chart .student-incentive {
    font-size: 0.9em;
  }
}
@media (max-width: 771px) {
  .order-form-items .card-deck .card {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 745px) {
  #first-down-confirmation,
  #extra-point-confirmation {
    background-position: center center;
  }
  #first-down-confirmation .content,
  #extra-point-confirmation .content {
    width: 94%;
    top: 80px;
    left: 0;
    right: 0;
  }
  .assessment-banner .banner-content {
    font-size: 1em;
  }
}
@media (max-width: 665px) {
  #yard-chart .yard-tracker {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -webkit-transform-origin-x: 0;
    transform-origin-x: 0;
  }
}
@media (max-width: 627px) {
  .sub-nav .nav-item {
    width: 100%;
    text-align: center;
  }
  .title-actions {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .title-actions .btn,
  .title-actions .dropdown {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .container-600 {
    width: 95%;
  }
  .extra-point-wrap .point .point-image {
    width: 80px;
    height: 80px;
  }
  .extra-point-wrap .point {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .student-assessment .begin-step {
    flex-direction: column;
  }
  .student-assessment .begin-step .begin-content {
    padding: 40px;
  }
  .student-assessment .begin-step .begin-content .btn {
    width: 100%;
  }
  .student-assessment .begin-step .marlin-img {
    display: none;
  }
  .feeling-scale img {
    width: 60px;
    height: 60px;
  }
  .feeling-scale .description {
    font-size: 0.8em;
  }
  .student-assessment h1.large-type {
    font-size: 2.3em;
  }
  .edit-resources-wrap {
    max-height: none;
  }
  .mobile-100 {
    width: 100% !important;
  }
}
@media (max-width: 869px) {
  .lesson-nav {
    flex-direction: column;
  }
  .lesson-nav .nav,
  .lesson-nav .lesson-overview {
    flex: 0 0 100%;
  }
  .lesson-nav .lesson-overview {
    flex-direction: column;
  }
  .lesson-nav .lesson-overview .lesson-stats,
  .lesson-nav .lesson-overview .btn-success {
    width: 100%;
  }
  .lesson-nav .lesson-overview .btn-success {
    margin: 15px 0;
  }
  .lesson-nav .lesson-stats {
    text-align: center;
    flex-direction: column;
    border-left: none;
    border-right: none;
  }
  .lesson-nav .lesson-stats .stat {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .lesson-nav .lesson-stats .stat:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 815px) {
  .card-deck .card {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .card-deck .card:last-child {
    margin-bottom: 0;
  }
  .workbook-content .image-col {
    height: 450px;
    width: 100%;
    position: relative;
  }
  .workbook-content .content-col {
    padding-left: 25px;
  }
  .workbook-content.cover .image-col {
    display: none;
  }
}
@media (max-width: 800px) {
  .login-bg .marlin {
    display: none;
  }
  .login-wrap {
    position: relative;
    width: 90%;
    right: 0;
    left: 0;
    top: 0;
    margin: 60px auto 0 auto;
  }
  body.login {
    min-height: 805px;
    position: relative;
  }
  .login-bg .field {
    bottom: -6vh;
  }
  .login-bg .sky {
    height: 80vh;
  }
  body.login .marketing-link {
    bottom: 0;
    left: 5%;
    width: 250px;
    top: auto;
    margin: 25px 0 0 0;
    position: relative;
    text-align: center;
  }
  body.login .credit-link {
    display: none;
  }
}
@media (max-width: 668px) {
  .class-wrap h1 {
    font-size: 2.5em;
    white-space: normal;
  }
}
@media (max-width: 580px) {
  #workbook-header {
    height: 106px;
  }
  #workbook-header .header-wrap {
    flex-direction: column;
    align-items: center;
  }
  #workbook-header .header-btns {
    margin-top: 15px;
  }
  .workbook-content {
    margin-top: 106px;
  }
  #workbook-footer .btn {
    font-size: 0.8rem;
  }
  .admin-lesson-wrap .feeling-scale img,
  .template-builder-wrap .feeling-scale img,
  .workbook-content .feeling-scale img {
    width: 50px;
    height: 50px;
  }
  .nav-pills {
    flex-direction: column;
  }
  .nav-pills .nav-item {
    margin-bottom: 10px;
    text-align: center;
  }
  .nav-pills .nav-item:last-child {
    margin-bottom: 0;
  }
  .nav-pills.round-pills .nav-item {
    margin-right: 0;
  }
  .post-image .carousel .carousel-inner,
  .post-image .carousel .carousel-item {
    height: 280px !important;
  }
  #admin-header .header-left {
    justify-content: center;
  }
  #admin-header .header-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #admin-header .header-wrap .header-left {
    flex: 1 0 100%;
  }
  #admin-header .header-nav {
    flex: 1 0 auto;
  }
  #admin-header .header-nav > ul {
    justify-content: flex-start;
    padding-left: 15px;
  }
  #admin-header .language-selection {
    width: 100%;
  }
  #admin-header .user-actions-drop {
    border-left: 0;
    padding: 10px;
  }
  .scoreboard-content {
    width: 100% !important;
  }
}
@media (max-width: 513px) {
  .student-assessment .stress-scale .scale-radio {
    width: 23px;
    height: 23px;
  }
  .student-assessment .stress-scale .question-action.selected .scale-radio:after {
    width: 10px;
    height: 10px;
  }
  .student-assessment .stress-scale ul {
    margin: 0 1% 0 0;
    padding: 0 1% 0 0;
  }
  .student-assessment .stress-scale ul .scale-description {
    font-size: 0.6em;
  }
}
@media (max-width: 500px) {
  .login-wrap {
    padding: 0 10px 10px 30px;
  }
  .login-wrap .nav-tabs {
    font-size: 0.8em;
  }
  #admin-header .user-actions-drop .user-name {
    max-width: 110px;
  }
  #admin-footer .sponsor-bar {
    flex-direction: column;
  }
  #admin-footer .sponsor-logos {
    margin: 0;
    justify-content: flex-end;
  }
  .student-assessment .stress-scale {
    padding: 0 0 30px 0;
    flex-direction: column;
    padding: 0;
  }
  .student-assessment .stress-scale:before {
    height: 100%;
    width: 24px;
    background: rgb(73, 201, 121);
    background: -moz-linear-gradient(180deg, rgb(73, 201, 121) 0%, rgb(226, 156, 49) 50%, rgb(220, 53, 69) 100%);
    background: -webkit-linear-gradient(180deg, rgb(73, 201, 121) 0%, rgb(226, 156, 49) 50%, rgb(220, 53, 69) 100%);
    background: linear-gradient(180deg, rgb(73, 201, 121) 0%, rgb(226, 156, 49) 50%, rgb(220, 53, 69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49c979", endColorstr="#dc3545", GradientType=1);
  }
  .student-assessment .stress-scale ul {
    padding: 0 0 10px 0;
    margin: 0;
    top: 0;
    align-items: flex-start;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #DEDEDE;
    border-right: none;
    flex-direction: column;
  }
  .student-assessment .stress-scale ul .scale-description {
    text-align: right;
  }
  .student-assessment .stress-scale ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .student-assessment .stress-scale li {
    flex-direction: row;
    margin-bottom: 10px;
    top: 0;
  }
  .student-assessment .stress-scale li label {
    margin: 0;
  }
  .student-assessment .stress-scale .scale-radio {
    margin-right: 10px;
  }
  #admin-header .header-logo img {
    max-height: 49px;
  }
  #admin-header .school-name {
    font-size: 1em;
  }
  .scorebox {
    font-size: 2.5rem !important;
  }
  .points-breakdown-row h3 {
    font-size: 1rem !important;
  }
  .points-breakdown-row .point-col {
    margin-right: 10px !important;
  }
  .points-breakdown-row .scorebox {
    width: 90% !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 472px) {
  .student-activity .content {
    flex-direction: column;
    width: 100%;
  }
  #yard-chart .yard-tracker {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform-origin-x: 0;
    transform-origin-x: 0;
  }
  .feeling-scale img {
    width: 40px;
    height: 40px;
  }
  .student-assessment h3.large-type {
    font-size: 1.5em;
  }
  .student-assessment .review-responses .response-feeling-scale {
    width: 100%;
  }
  .admin-lesson-wrap .feeling-scale img,
  .template-builder-wrap .feeling-scale img,
  .workbook-content .feeling-scale img {
    width: 40px;
    height: 40px;
  }
  .admin-lesson-wrap .feeling-scale .description,
  .template-builder-wrap .feeling-scale .description,
  .workbook-content .feeling-scale .description {
    font-size: 0.6em;
  }
  .assessment-banner .banner-content h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  #yard-chart .yard-tracker {
    font-size: 7em;
  }
}
@media (max-width: 400px) {
  .container-400 {
    width: 100%;
  }
}

/*# sourceMappingURL=admin-style.css.map */
