<html><head><meta name="color-scheme" content="light dark"><style></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.CloseComponent__closebuttoncontainer__FreHt{margin:0 0 30px;padding:0;width:100%;text-align:right;display:table}.CloseComponent__closebutton__AVbdU{cursor:pointer;height:34px;width:34px;margin-top:30px;position:relative;float:right}@media screen and (max-width: 767px){.CloseComponent__closebutton__AVbdU{margin-top:10px}}@media screen and (max-width: 600px){.CloseComponent__quiz__CHDFY{display:none}}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.HeaderComponent__frameContainer__mck0n{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}.HeaderComponent__testtitle__F7dlZ{text-align:center;min-height:48px;padding-top:0px;padding-bottom:8px;font-size:30px;font-weight:bold;color:#2f3542;padding-left:10px;line-height:40px;margin-right:20px;padding-top:10px}@media screen and (max-width: 767px){.HeaderComponent__testtitle__F7dlZ{margin-top:0;line-height:41px;word-wrap:break-word;font-weight:normal;display:table-cell;padding-top:6px;min-height:59px;text-align:center;position:relative;width:66.66667%}}@media screen and (max-width: 680px){.HeaderComponent__testtitle__F7dlZ{display:inherit;width:auto}}.HeaderComponent__testdetailcont__MEope{height:auto;position:relative;background:#fff;clear:both}@media screen and (max-width: 767px){header{position:relative;width:100%;margin-left:auto;margin-right:auto;margin-top:0;max-width:62.5em}}.headerContainer{width:100%}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.Assignment__frameContainer__EnPAA{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}#assignConfirmModal{margin-left:25% !important;overflow-y:visible}@media screen and (max-width: 900px){#assignConfirmModal{top:50px;height:auto;min-height:0px;left:-17%}}#assignConfirmModal:focus{outline:none}.reveal-modal .button{margin-right:15px}#turn-in-button{font-weight:bold;font-size:13px}#quick_assignment_notification,.quick-assignment-notification{width:100%}.quizStyle{width:66.67%;margin:0 auto}.quizStyle .modality_quick_assign_notification #dismiss_assignment-notification{right:-9px}@media screen and (max-width: 1025px){.quizStyle .modality_quick_assign_notification #dismiss_assignment-notification{right:5px}}@media screen and (max-width: 767px){.quizStyle{width:100%}}.quizDetailStyle{padding-left:15px;padding-right:15px}#Confirmbtn{font-weight:bold}#Cancelbtn{font-weight:bold}#turn-in-confirm{font-weight:bold}@media screen and (max-width: 680px){.Assignment__svgStyleIcon__GM6Tx svg{width:auto !important;height:auto !important}}@media screen and (max-width: 600px){.Assignment__svgStyleIcon__GM6Tx svg{width:auto !important;height:auto !important}}
.AchievementDisplayComponent__statssection__rwYDy{background:#fff;padding:20px 0;margin:10px 0;box-shadow:0px 2px 7px rgba(0,0,0,.1)}.AchievementDisplayComponent__heading__dkzrV{font-size:1.5em;font-weight:bold;margin-bottom:5px;color:#2f3542;line-height:21px}@media screen and (max-width: 600px){.AchievementDisplayComponent__heading__dkzrV{font-size:1.2em;font-weight:bold;margin-bottom:5px;color:#2f3542;line-height:21px;position:absolute;top:-42px;left:149px}}@media screen and (max-width: 320px){.AchievementDisplayComponent__heading__dkzrV{font-size:1.2em;font-weight:bold;margin-bottom:5px;color:#2f3542;line-height:21px}}@media screen and (max-width: 767px){.AchievementDisplayComponent__heading__dkzrV{font-size:1em;font-weight:bold;margin-bottom:5px;color:#2f3542;line-height:21px}}@media screen and (max-width: 470px){.AchievementDisplayComponent__heading__dkzrV{left:93px}}.AchievementDisplayComponent__rightcontent__OIDZu{padding-left:15px;padding-right:10px}@media screen and (max-width: 750px){.AchievementDisplayComponent__lowerSection__vY1Rz{position:relative;height:200px}}@media screen and (max-width: 750px){.AchievementDisplayComponent__testStats__MufLw{margin-top:28px}}.AchievementDisplayComponent__levelstarimg__CppbF{background:url("../images/accomplishments_badge.svg") no-repeat 0 0;width:100px;height:100px;background-size:100px;float:right}@media screen and (max-width: 750px){.AchievementDisplayComponent__levelstarimg__CppbF{height:50px;width:50px;background-size:50px}}.AchievementDisplayComponent__handleGrid__NpkY6{position:relative;width:100%;height:520%}.AchievementDisplayComponent__handleWidth__cljCb{width:25%}.AchievementDisplayComponent__handleAchievmentScore__HWLTE{top:52px;left:-90px;line-height:22px}
inline-interactive{display:block}.hide{display:none}.text-center{text-align:center}.interactive-frame{height:inherit;padding-bottom:0px;padding-top:0px}.interactive-header{background-color:var(--button-base-color);height:50px;position:relative}.interactive-header.expand{border-radius:0}.plix-thumbnail-box{margin:auto;display:block}.plix-thumbnail-container .plix-description *{margin-top:0px !important;margin-bottom:0px !important}img.plix-thumbnail{display:block;cursor:pointer;width:100%}.interactive-try-it-button{background-color:var(--button-base-color);min-width:80px;border:none;font-size:16px;font-weight:bold}.plix-thumbnail-container{margin:auto;text-shadow:none;line-height:150%;font-size:1rem;background-color:#fff;color:#000}.plix-thumbnail-container.row{max-width:400px;background-color:#f2f2f2;margin:auto;display:flex;border-radius:5px}.plix-thumbnail-container.row.expand{max-width:inherit;background-color:inherit;display:block;border-radius:0px}.interactive-header-icon{float:left}.interactive-header-icon img{width:36px;height:36px;margin:7px;display:block}.plix-title.row{padding:10px;margin:0px;text-align:center;font-weight:bold}.plix-title.row.expand{text-align:left;background-color:#f2f2f2}.plix-thumbnail-container .plix-description{display:none}.plix-description.row{margin:0;padding:5px;background-color:#f2f2f2;font-size:14px;word-break:break-word;overflow:hidden}.interactive-header-text{text-align:left;display:inline-block;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% - 50px)}.interactive-header-text span{color:#fff;font-size:14px;font-weight:bold}.interactive-header-text span.desktop{font-size:14px}.plix-box{margin:auto;position:relative;background-color:#fff}.plix-thumbnail-container button{padding:0;height:40px;min-width:105px;margin:5px;float:right;border-radius:5px;font-size:14px;color:#fff;box-shadow:none}.plix-heading{color:#fff;font-size:14px}.plix-title{color:#fff;font-size:16px;font-weight:bold}.plix-thumbnail-container .plix-box.desktop.geogebra{display:initial}.plix-thumbnail-container button span:nth-child(2){margin:0 5px}.plix-thumbnail-container.mobile.expand{position:absolute;top:0;left:0;z-index:10000;padding-bottom:5px}.plix-overlay.mobile.expand{position:absolute;width:100%;height:100%;background-color:#f2f2f2}a.close-plix.mobile.expand{width:50px;position:relative;height:50px;text-align:center;float:right;cursor:pointer;color:#fff;display:inline-block;visibility:visible}a.close-plix.mobile.expand img{width:18px;height:18px;margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.plix-thumbnail-container .plix-meta{position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.plix-thumbnail-container button img{margin:-3px 5px 0 5px;height:14px;width:10px;padding:2px;box-sizing:border-box}.plix-thumbnail-container .button-container{position:absolute;top:50%;left:50%;text-align:center;padding:15px;border-radius:5px;background:rgba(0, 0, 0, 0.7);transform:translate(-50%, -50%)}.plix-thumbnail-container .button-container button{float:none;padding:0 15px}.plix-thumbnail-container .button-container.expand{display:none}.plix-meta button img.try-back{transform:rotate(180deg)}.plix-thumbnail-container .column.small-6.expand{width:100%}.plix-thumbnail.expand{display:none !important}.plix-description.expand{display:block;visibility:visible}.plix-description&gt;span{display:inline-block;margin-right:14px}.plix-thumbnail-container button.expand{display:none}.plix-description.mobile{overflow-y:scroll}.plix-description span.x-ck12-mathEditor[data-mathmethod=alignat]{width:auto}.offline-text{width:100%;padding:10px;text-align:center;position:absolute;background:rgba(0, 0, 0, 0.8);color:#fff}.offline-text.desktop{top:33%;transform:translateY(-50%);width:80%;left:10%;border-radius:5px}.width50{width:50%}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.maximize-minimize{position:absolute;float:right;width:14px;height:14px;line-height:14px;margin:5px;font-size:14px;cursor:pointer;bottom:0;right:0}.maximize-minimize.desktop.expand{display:block;visibility:visible}#icon-container{height:30px;text-align:center}#icon-container hr{margin:auto;width:90%}#icon-container ul{margin:0 !important;padding:0;list-style-type:none}#icon-container #reset{padding:5px;font-size:18px;cursor:pointer;display:inline-block;margin:0}.plix-description::-webkit-scrollbar{-webkit-appearance:none;width:5px}.plix-description::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0, 0, 0, 0.3);-webkit-box-shadow:0 0 1px rgba(255, 255, 255, 0.5)}.plix-box .wrap{position:relative;width:100%;height:100%}.plix-box .wrap&gt;div[id^=ggb_applet]{margin:auto}#reset-alert{border:2px solid #ccc;border-radius:5px;position:absolute;top:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.45)}.reset-alert-text{margin-bottom:20px}#resetAlertText{top:-300px;position:relative;background:#fff;color:rgb(86, 84, 77);border:2px solid #ccc;border-radius:5px;padding:1.875em;transition:top .5s ease;width:76%;margin:auto}#reset-alert .close{background:#56544d;border-radius:30px;color:#cec9be;cursor:pointer;font-family:times new roman;font-size:30px;line-height:30px;font-weight:normal;padding:0;position:absolute;right:-14px;top:-14px;width:30px;height:30px;text-align:center;-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}#reset-alert .button.turquoise{margin:0 5px;background:var(--button-base-color);color:#fff;border:none;display:inline}#reset-alert .button,#reset-alert .button:hover{border-bottom:0 !important;border-top:0 !important;box-shadow:none !important}#reset-alert .button,#reset-alert .button.standard{display:inline-block;cursor:pointer;border:medium none;border-radius:3px 3px 3px 3px;font-size:1em;padding:.52em 1em .5em !important;text-shadow:none;box-shadow:none;transition:background-color 100ms ease-out 0s}.plix-thumbnail-container .wrap .toolbarPanel{z-index:0}.ck12-content-container .plix-thumbnail-container ol li{list-style-position:inside;margin-left:1em}@media only screen and (orientation: portrait)and (max-width: 47em){.interactive-header-text span{font-size:12px}}.geogebra-frame{border:5px;margin:auto;max-width:486px;-moz-box-shadow:0px 3px 8px rgb(100, 100, 100);-webkit-box-shadow:0px 3px 8px rgb(100, 100, 100);box-shadow:0px 3px 8px rgb(100, 100, 100);padding-bottom:0px;padding-top:0px;height:350px !important}.geogebra-frame .interactive-header{background-color:var(--button-base-color);height:50px}.geogebra-frame .interactive-header-icon{padding:0 10px;float:left}.geogebra-frame .interactive-header-icon img{width:36px;height:36px}.geogebra-frame .interactive-header-text{color:white;font-size:14px;font-weight:bold;float:left}.geogebra-frame .plix-container{margin:0px auto !important;max-width:486px}.geogebra-frame .plix-container .x-ck12-customembed{position:relative;width:486px;height:300px;margin-left:8px;padding:10px}.geogebra-frame .plix-container .plix-small-screen{margin-left:15px;margin-bottom:15px;margin-right:15px;width:85vw;max-width:500px}.geogebra-frame .interactive-header{border-radius:0}.indicator-circle{margin:auto;width:20px;height:20px;border-radius:50%;background:var(--button-base-color);position:absolute;left:-30px;cursor:pointer}.indicator-ring{border:1px solid var(--button-base-color);width:18px;height:18px;margin-left:1px;border-radius:50%;-webkit-animation:scaleOut 1s infinite;-moz-animation:scaleOut 1s infinite;-o-animation:scaleOut 1s infinite;animation:scaleOut 1s infinite}@-webkit-keyframes scaleOut{0%{transform:scale(1);opacity:.8}80%{transform:scale(1.8);opacity:.2}100%{transform:scale(2);opacity:.4}}@-moz-keyframes scaleOut{0%{transform:scale(1);opacity:.8}80%{transform:scale(1.8);opacity:.2}100%{transform:scale(2);opacity:.4}}@-o-keyframes scaleOut{0%{transform:scale(1);opacity:.8}80%{transform:scale(1.8);opacity:.2}100%{transform:scale(2);opacity:.4}}@keyframes scaleOut{0%{transform:scale(1);opacity:.8}80%{transform:scale(1.8);opacity:.2}100%{transform:scale(2);opacity:.4}}.question-modal-close:hover{cursor:pointer}.question-modal .nav-dot:hover{cursor:pointer}.question-modal .nav-dot.active{background:var(--button-base-color) !important}.question-modal .nav-arrow:hover{cursor:pointer}@media(max-width: 767px){.indicator-circle{display:none}}#ck12Content table{background:white;margin-bottom:1.25em;border:solid 1px #ddd}#ck12Content table thead,#ck12Content table tfoot{background:whitesmoke;font-weight:bold}#ck12Content table thead tr th,#ck12Content table thead tr td,#ck12Content table tfoot tr th,#ck12Content table tfoot tr td{padding:.5em .625em .625em;font-size:.875em;color:#222;text-align:left}#ck12Content table tr th,#ck12Content table tr td{padding:.5625em .625em;font-size:.875em;color:#222}#ck12Content table tr.even,#ck12Content table tr.alt,#ck12Content table tr:nth-of-type(even){background:#f9f9f9}#ck12Content table thead tr th,#ck12Content table tfoot tr th,#ck12Content table tbody tr td,#ck12Content table tr td,#ck12Content table tfoot tr td{display:table-cell;line-height:1.125em}#ck12Content .x-ck12-underline{text-decoration:underline}#ck12Content .x-ck12-strikethrough{text-decoration:line-through}#ck12Content .x-ck12-underline.x-ck12-strikethrough{text-decoration:underline line-through}#ck12Content .x-ck12-element-box{margin:20px 0;border:1px solid #000;background:#eee;overflow:auto}#ck12Content .x-ck12-element-box-header{background:#ccc;border-bottom:1px solid #000;padding:5px;font-weight:bold}#ck12Content .x-ck12-element-box-body{padding:10px}#ck12Content .x-ck12-textcolor-aqua{color:aqua}#ck12Content .x-ck12-textcolor-black{color:#000}#ck12Content .x-ck12-textcolor-blue{color:blue}#ck12Content .x-ck12-textcolor-fuchsia{color:#f0f}#ck12Content .x-ck12-textcolor-gray,#ck12Content .x-ck12-textcolor-grey{color:gray}#ck12Content .x-ck12-textcolor-green{color:green}#ck12Content .x-ck12-textcolor-lime{color:lime}#ck12Content .x-ck12-textcolor-maroon{color:maroon}#ck12Content .x-ck12-textcolor-navy{color:navy}#ck12Content .x-ck12-textcolor-olive{color:olive}#ck12Content .x-ck12-textcolor-purple{color:purple}#ck12Content .x-ck12-textcolor-red{color:red}#ck12Content .x-ck12-textcolor-silver{color:silver}#ck12Content .x-ck12-textcolor-teal{color:teal}#ck12Content .x-ck12-textcolor-white{color:#fff}#ck12Content .x-ck12-textcolor-yellow{color:#ff0}#ck12Content .x-ck12-textcolor-orange{color:orange}#ck12Content .x-ck12-textcolor-darkorange{color:#ff8c00}#ck12Content .x-ck12-textbgcolor-aqua{background:aqua}#ck12Content .x-ck12-textbgcolor-black{background:#000}#ck12Content .x-ck12-textbgcolor-blue{background:blue}#ck12Content .x-ck12-textbgcolor-fuchsia{background:#f0f}#ck12Content .x-ck12-textbgcolor-gray,#ck12Content .x-ck12-textbgcolor-grey{background:gray}#ck12Content .x-ck12-textbgcolor-green{background:green}#ck12Content .x-ck12-textbgcolor-lime{background:lime}#ck12Content .x-ck12-textbgcolor-maroon{background-color:maroon}#ck12Content .x-ck12-textbgcolor-navy{background-color:navy}#ck12Content .x-ck12-textbgcolor-olive{background:olive}#ck12Content .x-ck12-textbgcolor-purple{background:purple}#ck12Content .x-ck12-textbgcolor-red{background:red}#ck12Content .x-ck12-textbgcolor-silver{background:silver}#ck12Content .x-ck12-textbgcolor-teal{background:teal}#ck12Content .x-ck12-textbgcolor-white{background:#fff}#ck12Content .x-ck12-textbgcolor-yellow{background:#ff0}#ck12Content .x-ck12-textbgcolor-orange{background:orange}#ck12Content .x-ck12-textbgcolor-darkorange{background:#ff8c00}#ck12Content .x-ck12-validationerror{background:#f2b7b4}#ck12Content ol ol{list-style-type:lower-alpha}#ck12Content ol ol ol{list-style-type:lower-roman}#ck12Content .x-ck12-decimal{list-style-type:decimal}#ck12Content .x-ck12-lower-alpha{list-style-type:lower-alpha}#ck12Content .x-ck12-upper-alpha{list-style-type:upper-alpha}#ck12Content .x-ck12-lower-roman{list-style-type:lower-roman}#ck12Content .x-ck12-upper-roman{list-style-type:upper-roman}#ck12Content .x-ck12-float{margin-right:20px;overflow:auto}#ck12Content .x-ck12-nofloat{clear:both;overflow:auto}#ck12Content .x-ck12-table-slender{width:auto !important}#ck12Content .x-ck12-align-center{text-align:center;margin:0 auto}#ck12Content .x-ck12-editor-clearbottom{clear:both;height:0px;padding:0px;margin:0px}#ck12Content .watermark{background-color:#56544d;color:#fff;font-size:14px;left:146px;line-height:1.1;padding:17px;position:absolute;text-shadow:none;z-index:99}#ck12Content .watermark:before{background:none repeat scroll 0 0 rgba(0, 0, 0, 0);border-color:rgba(0, 0, 0, 0) #56544d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);border-style:solid;border-width:10px 10px 10px 0;content:"";left:-10px;position:absolute;top:10px}#ck12Content .image-attribution-tooltip{background-color:#56544d;bottom:0;padding:10px;position:fixed;text-shadow:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#ck12Content .close-tooltip{color:#f63;position:absolute;right:14px;top:10px}#ck12Content .image-attribution-tooltip div{color:#fff}#ck12Content .image-attr{display:inline-block;padding-left:4px}#ck12Content .image-attr-block{padding-left:4px}#ck12Content .image-with-caption .watermark{left:213px}#ck12Content .watermark *{color:#fff !important;font-family:proximanova}#ck12Content .watermark .img_source{padding:2px 0}#ck12Content .x-ck12-img-thumbnail.x-ck12-float{width:192px}#ck12Content .x-ck12-img-postcard.x-ck12-float{width:500px}#ck12Content .x-ck12-img-thumbnail p+p,#ck12Content .x-ck12-img-postcard p+p,#ck12Content .x-ck12-img-fullpage p+p{font-size:12px;font-weight:500;color:#666;margin-bottom:10px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;word-wrap:break-word}#ck12Content img.x-ck12-math,#ck12Content img.x-ck12-block-math{border:0;border:none;background:transparent;cursor:default}#ck12Content img.x-ck12-block-math{display:block;margin:0 auto}#ck12Content span.x-ck12-mathEditor{background-color:inherit !important}#ck12Content span.x-ck12-mathEditor[data-mathmethod=inline]{width:auto !important}#ck12Content span.x-ck12-mathEditor[data-mathmethod=inline]::before{content:""}#ck12Content span.x-ck12-mathEditor[data-mathmethod=alignat]{margin-top:3px;width:100%}#ck12Content #dataStemContainer span.x-ck12-mathEditor[data-mathmethod=inline]{top:0px}#ck12Content .x-ck12-indent{padding-left:40px}#ck12Content .x-ck12-mediawrapper{width:640px;max-width:100%}#ck12Content .x-ck12-media{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}#ck12Content .x-ck12-media iframe,#ck12Content .x-ck12-media object,#ck12Content .x-ck12-media embed{position:absolute;top:0;left:0;width:100%;height:100%}#ck12Content table{overflow:auto;display:table;border-width:0;border-collapse:collapse;margin:10px 0;width:100%;border-color:#ccc}#ck12Content table caption{font-weight:bold}#ck12Content table tr,#ck12Content table td,#ck12Content table th{padding:3px}#ck12Content table th{background:#eee;text-align:left}#ck12Content table ul,#ck12Content table ul li{padding:0}#ck12Content pre{white-space:pre-wrap;font-family:monospace;font-size:13px;line-height:15px}#ck12Content blockquote{padding:0 20% 0 10%;font-style:italic;color:#666;border-left:0 none}#ck12Content blockquote p{padding-top:20px}#ck12Content .mceContentBody blockquote p{padding:0;margin:0}#ck12Content blockquote:before,#ck12Content blockquote:after{display:block;font-size:300%;color:#ccc}#ck12Content blockquote:before{content:open-quote;margin-left:-10%;height:0}#ck12Content blockquote:after{content:close-quote;margin-left:100%;margin-top:-54px;height:33px}#ck12Content .mceContentBody blockquote:after{margin-top:-19px}#ck12Content .x-ck12-pagebreak{border-top:1px dotted #aaa;color:#fff;background-color:#fff;height:1px}#ck12Content .figure-index{color:#1aaba3;font-size:14px}#ck12Content .figure-index-with-caption{margin-left:5px}#ck12Content #modality_content p{margin-bottom:9px}#ck12Content #modality_content .x-ck12-hide-for-web{display:none}#ck12Content ul li{list-style:disc;margin:1em 0 1em 20px}#ck12Content blockquote,#ck12Content blockquote p{color:inherit;background-color:inherit}#ck12Content .x-ck12-img-thumbnail p+p,#ck12Content .x-ck12-img-postcard p+p,#ck12Content .x-ck12-img-fullpage p+p{color:inherit !important;text-align:center}#ck12Content .x-ck12-nofloat img{display:block;margin:auto}#ck12Content .x-ck12-img-inline img{display:table-row;margin-bottom:5px}#ck12Content .x-ck12-element-box{color:#000}#ck12Content ul[id^=x-ck12-],#ck12Content ol[id^=x-ck12-]{margin:1em 0 1.4em 20px;padding:0;line-height:140%}#ck12Content ul[id^=x-ck12-]&gt;li,#ck12Content ol[id^=x-ck12-]&gt;li{list-style-position:initial;margin-bottom:10px}#ck12Content dl&gt;dd&gt;dl&gt;dd&gt;dl&gt;dd{margin-left:170px;display:block}#ck12Content iframe{display:block;margin:0 auto}#ck12Content iframe.hide{display:none}#ck12Content .x-ck12-lower-alpha{list-style-type:lower-alpha}#ck12Content .x-ck12-block-math,#ck12Content p&gt;img.x-ck12-math{display:block;margin:0 auto}#ck12Content .x-ck12-no-scroll{overflow:hidden}#ck12Content .x-ck12-mathEditor[mathmethod=block],#ck12Content .x-ck12-mathEditor[data-mathmethod=block]{text-align:center;width:100% !important;overflow-x:auto;overflow-y:hidden;display:inline-block;padding-bottom:4px}#ck12Content #image_attributions a{color:var(--button-base-color);cursor:pointer;word-break:break-all}#ck12Content img{max-width:100%}#ck12Content [itemprop=video]:not(.interactive-frame):not(.geogebra-frame) iframe,#ck12Content [itemprop=video] object,#ck12Content [itemprop=video] embed,#ck12Content [itemprop=video] video{max-width:100%;max-height:100%}#ck12Content .MathJax_SVG{outline:none}#ck12Content .MathJax_SVG svg{max-width:100%}#ck12Content div.plix-fs{max-width:370px;margin:auto;display:block}#ck12Content div.plix-fs div.iframe-wrapper{position:relative;padding-top:100%;overflow:hidden}#ck12Content div.plix-fs div.iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}#ck12Content .GeoGebraFrame table{margin:0;padding:0;overflow:hidden}#ck12Content .GeoGebraFrame table thead tr th,#ck12Content .GeoGebraFrame table thead tr td,#ck12Content .GeoGebraFrame table tfoot tr th,#ck12Content .GeoGebraFrame table tfoot tr td{padding:0}#ck12Content .GeoGebraFrame table tr th,#ck12Content .GeoGebraFrame table tr td{padding:0}#ck12Content{list-style-position:inside;word-wrap:break-word}.bgColor-black #ck12Content .x-ck12-textcolor-black{color:#fff}quiz-lite{display:block;height:auto}.ck12-annotation-toolbar-container:hover{opacity:1 !important}.bgColor-brown #ck12Content .ck12-annotation-toolbar-container,.bgColor-black #ck12Content .ck12-annotation-toolbar-container{opacity:.35}.bgColor-black #ck12Content .icon-notes{color:#fff}.ck12-annotation-toolbar-container{background-color:var(--button-base-color);box-shadow:unset;border-radius:5px}.ck12-annotation-toolbar-container .toolbar-btn-container:first-child{border-bottom:1px solid #fff}.ck12-annotation-toolbar-container .toolbar-btn-container.selected:first-child{background-color:var(--button-hover-color);border-radius:5px 5px 0px 0px}.ck12-annotation-toolbar-container .toolbar-btn-container.selected:nth-child(2){background-color:var(--button-hover-color);border-radius:0px 0px 5px 5px}.ReactModal__Body--open{overflow:hidden}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.TestDetailViewComponent__frameContainer__XwoHI{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}.practiceScoreCont{background-color:#2f3542 !important;height:auto;min-height:249px;width:33.3%}@media screen and (max-width: 680px){.practiceScoreCont{width:90%;margin-left:5%;margin-right:5%;margin-top:17px;height:70px;display:table;min-height:inherit}}@media only screen and (max-width: 680px){.practiceScoreCont .practiceNotAttempted{display:table-row}}.prcgoalmsg{text-align:center;margin-top:30px;margin-bottom:18px;color:#fff;font-weight:bold;letter-spacing:.035em;padding:0 5px}@media screen and (max-width: 680px){.prcgoalmsg{display:table-cell;vertical-align:middle;margin:0;padding:10px;padding-left:70px;padding-top:15px}}@media screen and (max-width: 480px){.prcgoalmsgfirst{font-size:10px}}.piecontainer{width:160px;height:160px;position:relative;margin:auto;margin-bottom:16px}@media screen and (max-width: 600px){.piecontainer{left:27px !important}}@media screen and (max-width: 380px){.piecontainer{left:5% !important}}.piecontainer .content{margin-top:-2em;padding:0;text-align:center;top:50%;height:auto}.piecontainer .content span{color:#fff;display:inline-block;width:100%}.piecontainer div{width:100%;height:100%;top:0;left:0;position:absolute}.piecontainer .large-text{font-size:48px;line-height:1;margin-top:5px}@media screen and (max-width: 680px){.piecontainer .large-text{font-size:24px;font-weight:bold;margin-top:12px}}.piecontainer .small-text{font-size:24px;margin-top:0px}@media screen and (max-width: 680px){.piecontainer .small-text{font-size:12px;font-weight:bold;margin-top:0px;top:-5px;position:relative}}@media screen and (max-width: 680px){.piecontainer{position:absolute;margin:0 !important;vertical-align:middle;width:70px !important;height:70px !important;padding:0 5px;left:60px}}@media screen and (max-width: 680px){.piecontainer svg{height:100%;width:100%}}.prcgoalmsgsecond{display:none}.iconcheck{background-color:#b8d34f}.adaptivelabel{color:#56544d;font-weight:bold;height:20px;line-height:1;margin-top:9px;font-size:12px;letter-spacing:.025em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.adaptive-test-detail{position:relative;margin-top:32px;text-align:center}.buttoncontainer{line-height:8;text-align:center}.clock-icon{color:#565a65 !important}.clock-icon .icon-clock:before{content:""}.clock-icon i{font-size:160px}@media screen and (max-width: 680px){.clock-icon i{font-size:70px}}.msg-section{padding-bottom:1rem;text-align:center}@media screen and (max-width: 680px){.msg-section{width:100% !important}}.msg-section li{list-style-type:none}.run-logo img{width:47px;height:58px;margin-top:30px}.grid-x.zero-state{background:#fff;box-shadow:0px 2px 7px rgba(0,0,0,.1);padding-top:10px;padding-bottom:10px;margin-bottom:17px;border-radius:5px}.prcTitle{font-size:27px;color:#56544d;font-weight:bold;margin-bottom:18px}.prcMsg{font-size:18px;color:#56544d;line-height:24px;margin-bottom:24px;font-weight:normal}@media screen and (max-width: 680px){.prcMsg{padding-left:.9375em;padding-right:.9375em}}@media screen and (min-width: 1023px){.downloadFooter{display:none}}
.skill-meter-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.skill-meter-section {
  position: relative;
}

.skill-boost-needle {
  position: absolute;
  bottom: 26px;
  left: 45%;
  transform: rotateZ(35deg);
}

.before-boost-needle {
  position: absolute;
  bottom: 25%;
  right: 42%;
  transform: rotateZ(-95deg);
}

.beginner-exploring {
  position: absolute;
  bottom: 20%;
  right: 45%;
  transform: rotateZ(-115deg);
}

.exploring-developing {
  position: absolute;
  bottom: 29%;
  right: 33%;
  transform: rotateZ(-65deg);
}

.developing-proficient {
  position: absolute;
  bottom: 49px;
  right: 16%;
  transform: rotateZ(-19deg);
}

.DownloadWorksheetComponent__wrapper__s0LXN{padding:0px 30px;width:346px}.DownloadWorksheetComponent__topHead__EL9XH{margin:14px 0px;font-weight:bold;font-size:18px}.DownloadWorksheetComponent__optionsWrapper__kuEJj{margin:6px 0px}.DownloadWorksheetComponent__radioWrapper__YONmA{font-size:16px;font-weight:600;line-height:1;cursor:pointer}.DownloadWorksheetComponent__radio__DjuEI{margin-right:6px}.DownloadWorksheetComponent__actionWrapper__LfzMT{margin-top:12px}.DownloadWorksheetComponent__closeLink__ylkj0{margin-bottom:1rem;display:inline-block;vertical-align:middle;margin-top:2px;color:#999;cursor:pointer}.DownloadWorksheetComponent__downloadButton__38Xml{width:auto !important}@media only screen and (max-width: 600px){.DownloadWorksheetComponent__closeButton___Suyq{position:absolute;padding:10px;cursor:pointer}}
.ButtonComponent__asmt_widget_button__sg3FK{width:80%;margin-bottom:10px;font-weight:bold !important}.ButtonComponent__buttonmargin__i2_Ip{margin-right:26px;border:2px solid #008545;border-radius:.25rem !important;font-size:1rem !important;font-weight:bold !important}@media screen and (max-width: 680px){.ButtonComponent__buttonmargin__i2_Ip{width:auto;border-radius:.25rem !important}}.ButtonComponent__pigmentGreen__P1XKr{background:#008545 !important}.ButtonComponent__pigmentGreen__P1XKr:hover{background:#005c30 !important}.ButtonComponent__tangerine__UjlqA{background:#2f3542 !important}.ButtonComponent__tangerine__UjlqA:hover{background:#565a65 !important}.ButtonComponent__textButton__ZLch8{vertical-align:top;padding:10px;border:1px solid #fff;cursor:pointer;height:40px}.ButtonComponent__containedButton__nN6Qv{margin:10px 25px 10px 0}@media screen and (max-width: 480px){.ButtonComponent__containedButton__nN6Qv{margin:10px 0px 10px 0}}.ButtonComponent__restartColor__Oco5g{color:#d1000e !important}.ButtonComponent__buttonIcon__LdSOM{padding:5px 5px 5px 0px;vertical-align:middle}.startPracticing{width:208px;font-weight:bold}@media screen and (max-width: 480px){.startPracticing{margin-top:21px}}.button.turquoise{border-top:0 !important;border-bottom:0 !important}@media screen and (max-width: 600px){.attemptBtn{width:95%;margin-right:0px !important}}@media screen and (max-width: 990px)and (min-width: 680px){.attemptBtn{margin-right:0px !important}.attemptBtn:first-child{margin-top:26px}}@media screen and (max-width: 767px){.attemptBtn:first-child{margin-top:0px !important}}.less-imp-button{background:rgba(0,0,0,0) !important;border:none !important;color:#008545 !important;font-weight:600 !important;cursor:default;width:auto !important;box-shadow:none !important}.less-imp-button b{font-weight:600 !important;color:#008545;cursor:pointer}.less-imp-button:hover{background:rgba(0,0,0,0) !important}.less-imp-button b:hover{color:#005c30 !important}.disabled.redBgm{background-color:#f63 !important}.es .startPracticing{width:240px}.pt .startPracticing{width:240px}.ka .startPracticing{width:240px}.restart-button{background:rgba(0,0,0,0) !important;border:none !important;font-weight:bold;cursor:default;width:auto;box-shadow:none}.restart-button b,.restart-button i{cursor:pointer}.restart-icon{background:rgba(0,0,0,0) url("../../images/restart_practice.png") 0% 0% no-repeat padding-box;width:16px;height:18px;display:inline-block;margin-right:8px !important;margin-top:-2px;vertical-align:middle}.restart-icon-widget{background:rgba(0,0,0,0) url("../../images/restart_practice_widget.png") 0% 0% no-repeat padding-box;width:16px;height:18px;display:inline-block;margin-right:8px !important;margin-top:-2px;vertical-align:middle}
.DropDownButtonComponent__asmt_widget_button__7gBvc{width:80%;margin-bottom:10px;font-weight:bold !important}.DropDownButtonComponent__buttonmargin__P9BOq{margin-right:26px;border:2px solid #008545;border-radius:.25rem !important;font-size:1rem !important;font-weight:bold !important}@media screen and (max-width: 680px){.DropDownButtonComponent__buttonmargin__P9BOq{width:auto;border-radius:.25rem !important}}.DropDownButtonComponent__pigmentGreen__x7Zbp{background:#008545 !important}.DropDownButtonComponent__pigmentGreen__x7Zbp:hover{background:#005c30 !important}.DropDownButtonComponent__tangerine__AOGnM{background:#2f3542 !important}.DropDownButtonComponent__tangerine__AOGnM:hover{background:#565a65 !important}.DropDownButtonComponent__textButton__nVdHm{vertical-align:top;padding:10px;border:1px solid #fff;cursor:pointer;height:40px}.DropDownButtonComponent__containedButton__RZcPN{margin:10px 25px 10px 0}@media screen and (max-width: 480px){.DropDownButtonComponent__containedButton__RZcPN{margin:10px 0px 10px 0}}.DropDownButtonComponent__restartColor__VaGTJ{color:#d1000e !important}.DropDownButtonComponent__buttonIcon__R60fc{padding:5px 5px 5px 0px;vertical-align:middle}.startPracticing{width:208px;font-weight:bold}@media screen and (max-width: 480px){.startPracticing{margin-top:21px}}.button.turquoise{border-top:0 !important;border-bottom:0 !important}@media screen and (max-width: 600px){.attemptBtn{width:95%;margin-right:0px !important}}@media screen and (max-width: 990px)and (min-width: 680px){.attemptBtn{margin-right:0px !important}.attemptBtn:first-child{margin-top:26px}}@media screen and (max-width: 767px){.attemptBtn:first-child{margin-top:0px !important}}.less-imp-button{background:rgba(0,0,0,0) !important;border:none !important;color:#008545 !important;font-weight:600 !important;cursor:default;width:auto !important;box-shadow:none !important}.less-imp-button b{font-weight:600 !important;color:#008545;cursor:pointer}.less-imp-button:hover{background:rgba(0,0,0,0) !important}.less-imp-button b:hover{color:#005c30 !important}.disabled.redBgm{background-color:#f63 !important}.es .startPracticing{width:240px}.pt .startPracticing{width:240px}.ka .startPracticing{width:240px}.restart-button{background:rgba(0,0,0,0) !important;border:none !important;font-weight:bold;cursor:default;width:auto;box-shadow:none}.restart-button b,.restart-button i{cursor:pointer}.restart-icon{background:rgba(0,0,0,0) url("../../images/restart_practice.png") 0% 0% no-repeat padding-box;width:16px;height:18px;display:inline-block;margin-right:8px !important;margin-top:-2px;vertical-align:middle}.restart-icon-widget{background:rgba(0,0,0,0) url("../../images/restart_practice_widget.png") 0% 0% no-repeat padding-box;width:16px;height:18px;display:inline-block;margin-right:8px !important;margin-top:-2px;vertical-align:middle}.DropDownButtonComponent__dropcustom__OvG4_{height:100%;position:absolute;top:0;border-left:solid 1px;padding-right:10px;padding:10px 0px;background:#2baaa4;width:4rem;text-align:center;border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important;cursor:pointer;color:#fefefe !important}.DropDownButtonComponent__dropcustom__OvG4_:hover{background:#4dccc4}.DropDownButtonComponent__dropcustom__OvG4_:active{background:#019690}.DropDownButtonComponent__dropdownButtonList__PuClm{position:absolute;top:10px;left:30px;background-color:#fff;z-index:1;box-shadow:rgba(0,0,0,.25) 0px 10px 24px;min-width:223px;text-align:left;padding-top:10px;padding-bottom:10px;margin:0px;transition:all .1s linear;transform:translate(0, 0)}.DropDownButtonComponent__dropdownItem__BLnDv{padding:10px 20px;font-weight:600px;cursor:pointer;font-size:16px}.DropDownButtonComponent__dropdownItem__BLnDv:hover{background-color:#f2f2f2}.DropDownButtonComponent__dropDownItemIcon__ajdYt{margin-right:10px;display:inline-block;color:#4a4a4a}.dropdownbutton{position:relative;display:inline-block;margin:0px;padding-right:4rem;width:auto;color:#fff}.dropdownbutton&gt;.button.actionButton{margin-bottom:0px;position:relative;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:none}.dropdownbutton&gt;.button.actionButton:hover{box-shadow:none}.dropdownbutton&gt;.button.actionButton:active{box-shadow:none;top:0px}.dropdownbutton.downloadButtonMargin{margin:21px 0px}.dropdownbutton .startPracticing{width:calc(271px - 4rem)}@media screen and (max-width: 480px){.dropdownbutton .startPracticing{width:calc(271px - 4rem);margin-top:0px}}
.ScoreChartComponent__circletext__bYnCK{width:100%;position:absolute;text-align:center;display:inline-block;left:0%}.ScoreChartComponent__psign__svE7G{font-size:48px;vertical-align:middle}@media screen and (max-width: 680px){.ScoreChartComponent__psign__svE7G{font-size:18px}}.ScoreChartComponent__psignPercent__iSf18{font-size:24px}@media screen and (max-width: 680px){.ScoreChartComponent__psignPercent__iSf18{font-size:14px}}.ScoreChartComponent__progresstext__kTEx6{font-size:48px;top:29%;color:#fff;font-weight:normal}@media screen and (max-width: 767px){.ScoreChartComponent__progresstext__kTEx6{margin-top:-0.2em;padding:0;text-align:center;top:37%;height:auto;left:0;color:#fff;font-size:3em}}@media screen and (max-width: 680px){.ScoreChartComponent__progresstext__kTEx6{font-size:21px;color:#fff;top:37%}}@media screen and (max-width: 680px){.ScoreChartComponent__pie-container___hUKD .ScoreChartComponent__progresstext__kTEx6{font-size:21px;color:#fff}}.ScoreChartComponent__recomendedtitle__USWys{margin-top:43.5px;font-size:21px;position:relative;text-align:center}.ScoreChartComponent__for-adaptive-circle__ZZB1P{position:relative;display:inline-block}@media screen and (max-width: 680px){.ScoreChartComponent__for-adaptive-circle__ZZB1P{position:relative;height:80px;width:80px !important}}@media screen and (max-width: 680px){.ScoreChartComponent__for-adaptive-circle__ZZB1P svg:not(:root){overflow:hidden;width:110px;height:110px}}@media screen and (max-width: 600px){.ScoreChartComponent__for-adaptive-circle__ZZB1P svg:not(:root){overflow:hidden;width:70px;height:70px}}.ScoreChartComponent__horizontalline__tYJd3{width:100%;height:1px;background-color:#e0ddd5;position:absolute;display:inline-block;left:0;top:100%}.ScoreChartComponent__adaptive-circle-text__CjzSu{background:none repeat scroll 0 0 #efede7;border-radius:40px;color:#2f3542;font-size:18px !important;height:80px;left:50%;line-height:80px !important;margin-left:-40px;margin-top:15px;top:0;width:80px;position:absolute;text-align:center}@media screen and (max-width: 680px){.ScoreChartComponent__adaptive-circle-text__CjzSu{font-size:16px;margin-left:-25px;height:80px !important;width:80px !important}}@media screen and (max-width: 600px){.ScoreChartComponent__adaptive-circle-text__CjzSu{height:50px !important;width:50px !important;font-size:16px;line-height:50px !important;margin-top:10px}}.ScoreChartComponent__centerd__jGuxI{float:none;margin:10px auto}.ScoreChartComponent__large-font__mIpm7{font-size:32px !important;color:#56544d}@media screen and (max-width: 680px){.ScoreChartComponent__large-font__mIpm7{color:#54544d;text-align:center}}@media screen and (max-width: 600px){.ScoreChartComponent__large-font__mIpm7{color:#54544d;font-size:18px !important;text-align:center}}.ScoreChartComponent__settitle__poifq{width:auto;text-align:center;margin:0 auto;position:relative;display:inline-block;margin-bottom:10px;padding:0 30px;color:#2f3542;font-size:20px}.ScoreChartComponent__score-adaptive-chart__U33YD{text-align:center;cursor:pointer;top:0}.ScoreChartComponent__small-text__TBZun{color:#2f3542;font-size:12px;font-weight:bold;white-space:nowrap}@media screen and (max-width: 767px){.ScoreChartComponent__small-text__TBZun{font-size:9px}}.ScoreChartComponent__score-adaptive-chart__U33YD{top:0;-webkit-transition:top 600ms;-moz-transition:top 600ms;-ms-transition:top 600ms;transition:top 600ms;margin-top:10px;position:relative;min-height:120px}.ScoreChartComponent__score-adaptive-chart__U33YD.ScoreChartComponent__inactive__Wqh0D{cursor:default;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none}.ScoreChartComponent__score-adaptive-chart__U33YD:hover{top:20px}.ScoreChartComponent__score-adaptive-chart__U33YD.ScoreChartComponent__inactive__Wqh0D:hover{top:0}.ScoreChartComponent__quizReviewContainer__izn6U{width:66.67%}.ScoreChartComponent__reviewContainer__Z0FA5{margin:0 auto 54px auto;width:75%;padding-top:40px}@media screen and (max-width: 767px){.ScoreChartComponent__reviewContainer__Z0FA5{width:auto}}@media screen and (max-width: 680px){.ScoreChartComponent__reviewContainer__Z0FA5{width:100%;padding:5px}}.ScoreChartComponent__hideForLiteMode__zL2uV{display:none}.ScoreChartComponent__questionContainer__r88bG{float:none;display:inline-flex;height:auto;line-height:33px;width:100%;margin-bottom:25px;background:#fff;border-radius:10px;padding:10px 0px 10px 20px;position:relative}.ScoreChartComponent__mobileBackArrow__JPkYj{display:none;position:absolute;padding-left:.9375em;padding-right:.9375em;top:-95px;right:0px}.ScoreChartComponent__mobileBackArrow__JPkYj .ScoreChartComponent__mobileBackArrowIcon__Igx9R{color:#616667;cursor:pointer;height:48px !important;line-height:48px !important;margin-top:-27px !important;position:absolute;top:50% !important}@media screen and (max-width: 600px){.ScoreChartComponent__mobileBackArrow__JPkYj{display:block}}.ScoreChartComponent__setTopOffset__RCA7q.ScoreChartComponent__mobileBackArrow__JPkYj{top:-53px;right:2px;padding:0px}.ScoreChartComponent__smallCarousel__j06c3{display:none;margin:20px auto 0;justify-content:center;gap:20px}@media screen and (max-width: 600px){.ScoreChartComponent__smallCarousel__j06c3{display:flex}}.ScoreChartComponent__smallCarousel__j06c3 .ScoreChartComponent__iconBlock__A6QVK{display:inline-block}.ScoreChartComponent__smallCarousel__j06c3 .ScoreChartComponent__iconBlock__A6QVK i{color:#fff;font-size:14px}.ScoreChartComponent__relativeBlock__w36G7{position:relative}.ScoreChartComponent__paddingOffset__vxqhO{padding-bottom:16px}@media screen and (max-width: 600px){.ScoreChartComponent__noQuestion__nZEPL{position:absolute;top:57%;width:100%}}.ScoreChartComponent__marginOffset__r3nMp{margin-top:0px !important;margin-bottom:0px !important}.ScoreChartComponent__marginBottomOffset__9XZfo{margin-bottom:0px}@media screen and (max-width: 480px){.ScoreChartComponent__mobileXoverFlow___QMy_{overflow-x:auto}}.ScoreChartComponent__reviewPractice__Z11vY{display:block;position:relative}.ScoreChartComponent__hideAnswer__SckPA{display:none}.ScoreChartComponent__goToParagraphArrow__mgHcs{font-size:14px;margin-top:-10px;cursor:pointer !important;display:inline-block}.ScoreChartComponent__goToParagraphArrow__mgHcs i{margin-left:15px;font-style:normal}.ScoreChartComponent__marginZero__lKFZk{margin-top:0}.ScoreChartComponent__imgAttributionParent__i1jGu{margin:0 auto 0 auto;width:500px;position:relative;height:30px}@media screen and (max-width: 600px){.ScoreChartComponent__imgAttributionParent__i1jGu{margin:0 10px 0 auto;width:unset;position:unset}}#reviewAnswerTypeContainer{background-color:#fff}@media screen and (max-width: 680px){#reviewAnswerTypeContainer{margin-left:0px;width:auto}}p{margin-bottom:0px}.reviewanswer label{font-size:18px;color:#2f3542;padding-right:10px;padding-top:2px}@media screen and (max-width: 600px){.reviewanswer label{line-height:2}}.reviewanswer{margin:10px 30px 60px 30px;z-index:2;position:relative}@media screen and (max-width: 680px){.reviewanswer{margin-left:5px;margin-right:5px;margin-top:10px}}.reviewanswer label{margin-bottom:20px;overflow-x:auto;overflow-y:hidden}.reviewanswer .questionLabel{color:#2f3542;font-size:12px;margin-bottom:0px;font-weight:bold;padding-left:0px;display:block;float:left}.reviewanswer .reviewFlashCardWrapper{display:inline-block;position:absolute;left:-50px;top:45px}@media screen and (max-width: 767px){.reviewanswer .reviewFlashCardWrapper{position:static;float:right;margin-right:10px}}.reviewanswer .tryNumberParent{font-size:12px;font-weight:bold;float:right;display:block;line-height:2;background:#000;width:25%;text-align:center;border-radius:5px;color:#fff}.labelClass{margin-right:20px;font-size:24px !important;color:#8e8774;margin-bottom:0px !important;overflow:hidden !important}.questionText{margin-top:6px;width:100%}@media screen and (max-width: 680px){.questionText{margin-top:0px}}.reviewTitle{color:#2f3542;text-transform:uppercase;font-weight:bold;font-size:16px;margin-right:23px}.answer-filter{font-weight:bold;color:#00a353;float:right;width:10%;cursor:pointer}.answer-filter i{color:#00a353 !important;margin-left:0px}@media screen and (max-width: 600px){.answer-filter{border-left:1px solid #cec9be;border-bottom:1px solid #cec9be;display:inline-block;height:42px;line-height:42px;padding:0 10px;text-align:center;vertical-align:top;width:20%}}.answer-filter.active{color:gray}.answer-filter.active i{color:gray !important}@media screen and (max-width: 600px){.answer-filter.active{border-bottom:0px}}@media screen and (max-width: 600px){.smallShow{display:block}}@media screen and (max-width: 600px){.smallHide{display:none}}.disabled{background:#e5e5e2 !important}#quizReviewAnswer{margin-top:30px}.reviewBtn{display:none}@media screen and (max-width: 600px){.reviewBtn{display:block;text-align:center}}.reviewBtn .buttonMobile{margin-right:0}.liteModeScore .reviewBtn{display:block}.scorecircle{width:66.5%;margin-left:4%}.key-question-icon{width:50%;float:left;margin-top:-3px;position:relative}.key-question{color:#00a353;font-size:18px;cursor:pointer}.questionLabelParent{display:inline-block;width:100%;margin-top:8px;position:relative}.top-popup{position:absolute;font-size:12px;line-height:15px;width:100px;padding:10px;box-sizing:content-box;background:#00a353;left:26px;top:-15px;height:30px;border-radius:0}.top-popup .tooltipText{color:#fff;font-weight:bold}.top-popup::after{content:"";display:block;position:absolute;left:-15px;bottom:calc(50% - 8px);top:auto;width:0;height:0;border-width:8px;border-style:solid;border-color:rgba(0,0,0,0) #00a353 rgba(0,0,0,0) rgba(0,0,0,0);transform:rotate(0) !important}@media screen and (max-width: 600px){.imgParentContainerForWidget{width:380px;position:fixed !important}}@media screen and (max-width: 600px){.imgHeaderContainerForWidget{height:60px}}@media screen and (max-width: 600px){.imgHeaderTextForWidget{padding:2% !important;margin:3% !important}}@media screen and (max-width: 600px){.imgHeaderCloseIconForWidget{padding-left:9px;padding-top:9px;margin-top:3%;margin-right:3%}}@media screen and (max-width: 600px){.imgBodyContainerForWidget{height:90% !important;text-align:unset !important;padding:4% !important}}@media screen and (max-width: 600px){.imgContainerForWidget{width:100% !important;height:auto !important;text-align:unset !important}}@media screen and (max-width: 600px){.imgAttributesContainerForWidget{width:100%;height:auto;font-size:15px;margin:5% 0 !important;min-height:max-content}}@media screen and (max-width: 600px){.resourceAttributionForWidget{margin-bottom:unset;height:unset}}.reviewAnswerWrapper .title{margin-bottom:10px;float:left}@media only screen and (min-width: 740px){.reviewAnswerWrapper .title{width:40%}}.tabStyle{font-weight:bold !important;padding:5px 10px !important}.bgForAllTab{background-color:#2f3542 !important;color:#fff !important}.bgForCorrectTab{background-color:8545 !important;color:#fff !important}.bgForInCorrectTab{background-color:#e71d26 !important;color:#fff !important;border:#e71d26 !important}.bgDefault{color:#2f3542}.mobileViewTab{overflow:hidden;margin-bottom:0 !important;float:right;margin-top:-15px !important}@media only screen and (min-width: 740px)and (max-width: 767px){.mobileViewTab{margin-right:30px}}.reviewAnswerWrapper{align-items:center}@media only screen and (min-width: 740px){.reviewAnswerWrapper{margin-left:30px;width:100%}}.protected-image{pointer-events:none;touch-action:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.botIcon{position:absolute;right:-25px;transform:rotate(45deg);z-index:-1}.botIcon:hover~.botIconhidden{display:block}.botIconhidden{position:absolute;background-color:#fff;padding:5px;display:none;width:35%;border-radius:5px;line-height:1.5;right:-140px;top:-10px;font-size:12px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.flexiAnsweredMessage{font-weight:bold;padding-top:15px}.flexiAnsweredIcon{transform:none;display:flex}.flexiAnsweredMessage2{color:green;text-decoration:underline}@media screen and (max-width: 540px){.botIcon:hover~.botIconhidden{margin-right:130px}}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.TestAttemptViewComponent__frameContainer__mWGrh{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}.TestAttemptViewComponent__testdetailcont__eAaGB{height:auto;position:relative;background:#fff;clear:both;margin-bottom:14px;box-shadow:0px 2px 7px rgba(0,0,0,.1)}.TestAttemptViewComponent__testdetailcontForWidget__DFLpX{height:auto;position:relative;background:#fff;clear:both;margin-bottom:0px !important}.TestAttemptViewComponent__adaptivetestdetail__C7RTw{position:relative;width:100%;left:0;height:100%;margin:auto}.TestAttemptViewComponent__skillLevel__dC9is{font-size:12px !important}@media screen and (max-width: 360px){.TestAttemptViewComponent__skillLevel__dC9is{width:86px !important}}@media screen and (max-width: 767px){.TestAttemptViewComponent__skillLevel__dC9is{margin-top:22px !important}}.TestAttemptViewComponent__practiceScoreCont__QkPjL{background-color:#2f3542 !important;height:100%;min-height:272px;width:33.3%}@media screen and (max-width: 480px){.TestAttemptViewComponent__practiceScoreCont__QkPjL{position:relative;padding-bottom:0px}}@media screen and (max-width: 680px){.TestAttemptViewComponent__practiceScoreCont__QkPjL{width:90%;margin-left:5%;margin-right:5%;margin-top:17px;height:70px;display:table;min-height:inherit}}@media screen and (max-width: 480px){.TestAttemptViewComponent__practiceScoreCont__QkPjL{width:100%;margin-top:0;margin-left:0;margin-right:0}}@media screen and (max-width: 480px){.TestAttemptViewComponent__prcmemory__vOJi5{position:absolute;top:10px;width:68%}}.TestAttemptViewComponent__prcgoalmsg__ZPVLM{text-align:center;margin-top:30px;margin-bottom:18px;color:#fff;font-weight:bold;letter-spacing:.035em;padding:0 5px}@media screen and (max-width: 680px){.TestAttemptViewComponent__prcgoalmsg__ZPVLM{display:table-cell;vertical-align:middle;margin:0;padding:10px;padding-left:70px;padding-top:15px;font-size:14px}}.TestAttemptViewComponent__containerheight__VDfzG{min-height:110px;position:relative}.TestAttemptViewComponent__piecontainer__oEXky{width:160px;height:160px;position:relative;margin:auto;margin-bottom:16px}@media screen and (max-width: 680px){.TestAttemptViewComponent__piecontainer__oEXky{position:absolute;margin:0 !important;vertical-align:middle;width:70px !important;height:70px;padding:0 5px;left:35px;top:17px}}@media screen and (max-width: 480px){.TestAttemptViewComponent__piecontainer__oEXky{left:2px;top:1px;height:100%}}@media screen and (max-width: 680px){.TestAttemptViewComponent__piecontainer__oEXky svg{height:100% !important;width:100% !important}}@media screen and (max-width: 680px){.TestAttemptViewComponent__msgsection__RR9nl{width:100% !important}}@media screen and (max-width: 680px){.TestAttemptViewComponent__medium100__ULloe{width:90% !important}}@media screen and (max-width: 320px){.TestAttemptViewComponent__medium100__ULloe{width:100% !important}}.TestAttemptViewComponent__prcgoalmsgsecond__KKn1P{display:none}.TestAttemptViewComponent__statscontainer__POw4e{margin-top:7px;margin-bottom:15px}.TestAttemptViewComponent__rowStyle__HgQtG{text-align:center}@media screen and (max-width: 767px){.TestAttemptViewComponent__rowStyle__HgQtG{margin-top:30px}}@media screen and (max-width: 767px){.TestAttemptViewComponent__rowStyle__HgQtG .TestAttemptViewComponent__innerBtnCont__gglPd{display:inline-flex;flex-direction:column-reverse}}@media screen and (max-width: 680px){.TestAttemptViewComponent__rowStyle__HgQtG .TestAttemptViewComponent__innerBtnCont__gglPd{flex-direction:row-reverse}}@media screen and (max-width: 600px){.TestAttemptViewComponent__rowStyle__HgQtG .TestAttemptViewComponent__innerBtnCont__gglPd{flex-direction:column;width:95%;align-items:center}}@media screen and (max-width: 767px){.TestAttemptViewComponent__rowStyle__HgQtG .TestAttemptViewComponent__innerBtnContOverRide__gWAfM{flex-direction:column !important}}@media screen and (max-width: 680px){.TestAttemptViewComponent__rowStyle__HgQtG .TestAttemptViewComponent__innerBtnContOverRide__gWAfM{flex-direction:row !important}}@media screen and (max-width: 600px){.TestAttemptViewComponent__rowStyle__HgQtG .TestAttemptViewComponent__innerBtnContOverRide__gWAfM{flex-direction:column !important}}.TestAttemptViewComponent__testdetailcontainer__ozwad{margin:15px auto auto;width:100%;margin-top:0;text-align:center}@media screen and (max-width: 680px){.TestAttemptViewComponent__testdetailcontainer__ozwad{padding:0 5px}}.TestAttemptViewComponent__testdetailcontainer__ozwad li{border:0 none;width:25%;padding:0 10px;position:relative;height:136px;float:left;list-style-type:none}.TestAttemptViewComponent__testdetailcontainer__ozwad li svg{width:auto;height:auto}@media screen and (max-width: 680px){.TestAttemptViewComponent__testdetailcontainer__ozwad li{padding:0 3px}}.TestAttemptViewComponent__testattemptdetailline__EHLFI{line-height:56px;margin-top:13px;margin-bottom:13px;height:36px}@media screen and (max-width: 767px){.TestAttemptViewComponent__testattemptdetailline__EHLFI{margin-top:9px;margin-bottom:-6px;line-height:56px;font-size:21px}}.TestAttemptViewComponent__testattemptdetailline__EHLFI .TestAttemptViewComponent__fontLargeBold__bNbZ0{font-size:30px;font-weight:normal;display:inline-block !important;position:relative;vertical-align:middle}@media screen and (max-width: 767px){.TestAttemptViewComponent__testattemptdetailline__EHLFI .TestAttemptViewComponent__fontLargeBold__bNbZ0{font-size:18px}}.TestAttemptViewComponent__testattemptdetailline__EHLFI .TestAttemptViewComponent__smallText__I_4WM{font-size:17px;font-weight:normal;margin-left:3px}.TestAttemptViewComponent__testattemptdetailline__EHLFI .TestAttemptViewComponent__adaptiveX__FnaWU{vertical-align:sub;display:inline !important}@media screen and (max-width: 767px){.TestAttemptViewComponent__testattemptdetailline__EHLFI .TestAttemptViewComponent__adaptiveX__FnaWU{font-size:11px;vertical-align:bottom !important}}.TestAttemptViewComponent__testattemptdetailline__EHLFI:first-child i{border-radius:50%;font-size:21px;height:45px;margin-bottom:23px;padding:12px 0;width:45px;color:#fff}.TestAttemptViewComponent__testattemptdetailline__EHLFI:first-child{height:40px;line-height:1;display:inline-block;width:100%;vertical-align:middle}.TestAttemptViewComponent__testattemptdetailline__EHLFI:first-child i{display:inline-block;margin-top:10px}.TestAttemptViewComponent__testattemptdetailline__EHLFI:first-child i{border-radius:50%;font-size:21px;height:45px;margin-bottom:23px;padding:12px 0;width:45px;color:#fff}@media screen and (max-width: 767px){.TestAttemptViewComponent__testattemptdetailline__EHLFI:first-child i{font-size:18px;height:35px;margin-bottom:23px;padding:8px 0;width:35px}}.TestAttemptViewComponent__iconcheck__G8JKC{background-color:#b8d34f}.TestAttemptViewComponent__adaptivelabel__AmjGn{color:#2f3542;font-weight:bold;height:20px;line-height:1;margin-top:19px;font-size:12px;letter-spacing:.025em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width: 767px){.TestAttemptViewComponent__adaptivelabel__AmjGn{font-size:10px;letter-spacing:.025em;margin-top:24px;line-height:1}}@media screen and (max-width: 330px){.TestAttemptViewComponent__adaptivelabel__AmjGn{line-height:1;margin-top:24px;width:67px}}.TestAttemptViewComponent__adaptive-test-detail__dsNcb{position:relative;margin-top:32px;text-align:center}@media screen and (max-width: 680px){.TestAttemptViewComponent__verticalline__fztiw{display:table-cell;vertical-align:middle;width:2px;height:66px;background-color:gray;position:absolute;top:19px}}@media screen and (max-width: 480px){.TestAttemptViewComponent__verticalline__fztiw{height:49px;top:10px}}.TestAttemptViewComponent__buttoncontainer__dmtcY{text-align:center}@media screen and (max-width: 600px){.TestAttemptViewComponent__buttoncontainer__dmtcY{line-height:3.5;width:100%}}@media screen and (max-width: 990px)and (min-width: 680px){.TestAttemptViewComponent__buttoncontainer__dmtcY{line-height:1;display:inline-grid;width:271px;margin:auto}}.prcTitle{font-size:27px;color:#56544d;font-weight:bold;margin-bottom:18px}.prcMsg{font-size:18px;color:#56544d;line-height:24px;margin-bottom:24px;font-weight:normal}@media screen and (max-width: 680px){.prcMsg{padding-left:.9375em;padding-right:.9375em}}.restart-modal-button{color:#fff;border-radius:.25rem !important;height:40px;width:136px;display:inline-block;padding:10px !important;text-align:center;cursor:pointer;font-size:18px !important;outline:none;font-weight:bold !important;margin-bottom:0 !important}.restartButton{background:#008545 0% 0% no-repeat padding-box !important;margin-right:17px}.cancelButton{background:#2f3542 0% 0% no-repeat padding-box !important}.practice-reset-modal{background:no-repeat scroll 0 0 #fff;box-shadow:0px 10px 24px rgba(0,0,0,.2392156863);border-radius:5px;height:auto;left:40%;margin-left:-138px;padding:5px 5px 15px;position:absolute;text-align:center;top:0;width:415px;z-index:1000}@media screen and (max-width: 480px){.practice-reset-modal{left:0;margin:0;width:100%}}.practice-reset-modal-widget{background:no-repeat scroll 0 0 #fff;box-shadow:0px 10px 24px rgba(0,0,0,.2392156863);border-radius:5px;height:auto;left:40%;margin-left:-138px;padding:5px 5px 15px;position:fixed;text-align:center;top:251px;width:415px;z-index:1000}.message-body-text-modal{padding:15px 43px 9px}.btn-cont-modal{display:flex;justify-content:space-evenly;align-items:center;padding:20px}.modal-header{text-align:right}.close-icon-container{display:inline-block;position:relative;background-color:#f2f2f2;border-radius:50%;text-align:center;padding:10px;cursor:pointer;line-height:0}.toolDisplay{display:flex}@media screen and (min-width: 1023px){.downloadFooter{display:none}}
.LastPracticedDateComponent__dateDisplay__ogqUu{text-align:center;margin-bottom:16px;font-size:12px;font-weight:bold;color:#2f3542}@media screen and (max-width: 767px)and (min-width: 680px){.LastPracticedDateComponent__dateDisplay__ogqUu{margin-bottom:10px;margin-top:0px}}@media screen and (max-width: 600px){.LastPracticedDateComponent__dateDisplay__ogqUu{margin-bottom:10px;margin-top:0px}}.LastPracticedDateComponent__dateDisplay__ogqUu.LastPracticedDateComponent__quizClass__Jd30O{margin-bottom:10px;margin-top:0px;text-align:left}.LastPracticedDateComponent__underline__gtu4a{border-top:1px solid #b5b1a8}
.MemoryMessageComponent__reviewnotification__kSnIR{margin-bottom:18px}.MemoryMessageComponent__reviewnotification__kSnIR.MemoryMessageComponent__strong__dwySZ{color:#00995f}.MemoryMessageComponent__reviewnotification__kSnIR.MemoryMessageComponent__due__jN2Qk{color:#e6b612}.MemoryMessageComponent__reviewnotification__kSnIR.MemoryMessageComponent__overdue__oGfgs{color:#d44641}.MemoryMessageComponent__reviewnotification__kSnIR .MemoryMessageComponent__memory-meter-img__EHaid{background-size:auto 100%;background-repeat:no-repeat;background-position:50% 50%;width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:5px}.MemoryMessageComponent__reviewnotification__kSnIR.MemoryMessageComponent__strong__dwySZ .MemoryMessageComponent__memory-meter-level__klZXT:before{content:"Strong"}.MemoryMessageComponent__reviewnotification__kSnIR.MemoryMessageComponent__due__jN2Qk .MemoryMessageComponent__memory-meter-level__klZXT:before{content:"Due for review"}.MemoryMessageComponent__reviewnotification__kSnIR.MemoryMessageComponent__overdue__oGfgs .MemoryMessageComponent__memory-meter-level__klZXT:before{content:"Overdue"}.MemoryMessageComponent__memory-boost-button-container__IEtiY{display:inline-block}.MemoryMessageComponent__memory-meter-help__jgmWf{vertical-align:middle;margin-left:5px;color:#b5b1a8;cursor:pointer}@media screen and (max-width: 680px){.MemoryMessageComponent__spacedcontainer__ElqR5{text-align:center;display:flex;justify-content:center}}@media screen and (max-width: 480px){.MemoryMessageComponent__spacedcontainer__ElqR5{margin-top:12px;margin-bottom:10px}}.spacedpracticereview{margin-bottom:18px}@media screen and (max-width: 680px){.spacedpracticereview{display:table-cell;vertical-align:middle;min-width:100px;padding-top:22px}}@media screen and (max-width: 480px){.spacedpracticereview{padding-top:13px;margin-bottom:0px;padding-bottom:0px}}[data-memoryState=strong]{color:#fff;font-size:14px;font-weight:bold}[data-memoryState=due]{color:#fff;font-size:14px;font-weight:bold}[data-memoryState=overdue]{color:#fff;font-size:14px;font-weight:bold}.spacedpracticereview .memory-meter-img{background-size:auto 100%;background-repeat:no-repeat;background-position:50% 50%;width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:5px}[data-memoryState=strong] .memory-meter-img{background-image:url("../../images/memory_meter_green.svg")}[data-memoryState=strong] .memory-meter-level[data-title]::before{content:attr(data-title)}[data-memoryState=due] .memory-meter-img{background-image:url("../../images/memory_meter_yellow.svg")}[data-memoryState=due] .memory-meter-level[data-title]::before{content:attr(data-title)}[data-memoryState=overdue] .memory-meter-img{background-image:url("../../images/memory_meter_red.svg")}[data-memoryState=overdue] .memory-meter-level[data-title]::before{content:attr(data-title)}.memory-boost-button-container{display:inline-block}.memory-meter-help{vertical-align:middle;margin-left:5px;color:#b5b1a8;cursor:pointer}@media screen and (max-width: 480px){.memory-meter-help{display:none}}.block-inline{display:inline-block}.boost-help{position:relative;top:-1px}.boost-help .memory-meter{background-color:#b5b1a8;color:#fff;width:155px;padding:4px;text-align:left}.boost-help .message{display:inline-block;position:absolute;font-size:12px;line-height:15px;width:160px;padding:4px;vertical-align:middle;box-sizing:content-box !important;z-index:10}.boost-help .boost-message{background-color:#39c}.boost-help .top-popup{top:-60px;left:-92px;right:-50px;height:45px}@media screen and (max-width: 680px){.boost-help .top-popup{height:45px;top:35px;left:-92px}}@media screen and (max-width: 480px){.boost-help .top-popup{top:17px;left:-161px}}.boost-help .top-popup:after{left:98px}@media screen and (max-width: 680px){.boost-help .top-popup:after{left:98px;transform:rotate(180deg) !important;top:-16%}}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.QuizDetailComponent__frameContainer__oRZcc{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}.QuizDetailComponent__row__O4nEd{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;text-align:center}@media screen and (max-width: 600px){.QuizDetailComponent__row__O4nEd{margin-bottom:0px}}.QuizDetailComponent__row__O4nEd .QuizDetailComponent__columns__DclCV{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}.QuizDetailComponent__row__O4nEd .QuizDetailComponent__small12__kHD76{position:relative;width:100%}.QuizDetailComponent__row__O4nEd .QuizDetailComponent__buttonContainer__FPTNC{margin-top:60px}.QuizDetailComponent__row__O4nEd .QuizDetailComponent__button__c6L3t{width:80%;margin:16px 10%}.QuizDetailComponent__detailStory__Yq3tX{margin-top:0px}.QuizDetailComponent__row__O4nEd:before{content:" ";display:table}.QuizDetailComponent__row__O4nEd:after{content:" ";display:table}.QuizDetailComponent__columns__DclCV{float:left;min-height:1px;padding:0 15px;position:relative}.QuizDetailComponent__smallBlockGrid3__suawV{background-color:#2f3542;margin:0px;display:block;padding:0;font-size:1em;line-height:1.6;list-style-position:outside;font-family:inherit;height:170px}.QuizDetailComponent__smallBlockGrid3__suawV li.QuizDetailComponent__block__fpfN0{height:100%;position:relative;line-height:1em;width:33.33333%;padding:0 10px 10px;clear:none !important;display:block;float:left}.QuizDetailComponent__smallBlockGrid3__suawV li.QuizDetailComponent__block__fpfN0 div{padding-top:40px;position:relative;text-align:center}.QuizDetailComponent__smallBlockGrid3__suawV li.QuizDetailComponent__block__fpfN0 div span{color:#fff;display:inline-block;width:100%}.QuizDetailComponent__smallBlockGrid3__suawV li.QuizDetailComponent__block__fpfN0 div .QuizDetailComponent__value__ZsJi5{font-size:3.5em;line-height:1}.QuizDetailComponent__smallBlockGrid3__suawV li.QuizDetailComponent__block__fpfN0 div .QuizDetailComponent__unit__AzSCG{font-size:.8em;color:#fff;font-weight:bold}.QuizDetailComponent__smallBlockGrid3__suawV .QuizDetailComponent__blockBackgroundGray__dJlvK{background-color:#565a65;color:#56544d}.QuizDetailComponent__rightArrow__hKPTq{position:absolute !important;top:85px;right:-20px;padding:0 !important;display:block;z-index:2}div.QuizDetailComponent__rightArrow__hKPTq{width:0;height:0;border-top:19px solid rgba(0,0,0,0);border-bottom:19px solid rgba(0,0,0,0);border-left:12px solid #2f3542;margin-top:-19px !important}.QuizDetailComponent__detailStoryHead__MvC_F{text-align:left;font-weight:normal;color:#8e8774;margin-bottom:30px;margin-top:10px;margin-left:20px}.QuizDetailComponent__subtitle__roCzc{font-size:1.25rem;font-weight:700;line-height:1.25;color:#2f3542}.QuizDetailComponent__popupParent__u5iPt{position:fixed;width:100%;top:0;left:0;height:100%;overflow:hidden;z-index:98;background:rgba(0,0,0,.45)}.QuizDetailComponent__popupParent__u5iPt .QuizDetailComponent__popupContainer__aPhpq{position:relative;width:30%;float:none;margin:0 auto;top:100px;background-color:#fff;border:solid 1px #666;-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4);padding:1.875em;visibility:visible;z-index:99}@media screen and (max-width: 767px){.QuizDetailComponent__popupParent__u5iPt .QuizDetailComponent__popupContainer__aPhpq{width:80%;padding:1.25em;top:50px}}@media screen and (max-width: 600px){.QuizDetailComponent__popupParent__u5iPt .QuizDetailComponent__popupContainer__aPhpq{width:80%;padding:1.25em;top:50px}}.QuizDetailComponent__popupParent__u5iPt .QuizDetailComponent__popupContainer__aPhpq .QuizDetailComponent__popupDetail__pBSah{width:100%;margin:0 auto;max-width:62.5em}.QuizDetailComponent__popupParent__u5iPt .QuizDetailComponent__popupContainer__aPhpq .QuizDetailComponent__popupDetail__pBSah div{padding:20px 0px;line-height:16px;font-size:16px}.QuizDetailComponent__popupParent__u5iPt .QuizDetailComponent__popupContainer__aPhpq .QuizDetailComponent__popupControl__ftnAF{width:100%;margin:0 auto;max-width:62.5em;text-align:center}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.QuizAttemptView__frameContainer__G1ppF{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}.QuizAttemptView__titleTrim__MVnqH{width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}@media screen and (max-width: 600px){.QuizAttemptView__hideBtnCont__eAOwd{display:none}}.QuizAttemptView__attemptDetailParent__FM1fO{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;padding-top:0px;background-color:#fff}.QuizAttemptView__attemptDetail___1rKR{min-height:1px;padding:0 15px;float:none !important;margin:0 auto;position:relative;padding-left:0;padding-right:0;width:66.66667%}@media screen and (max-width: 767px){.QuizAttemptView__attemptDetail___1rKR{width:100%}}@media screen and (max-width: 600px){.QuizAttemptView__attemptDetail___1rKR{width:100%}}.QuizAttemptView__autoWidth__yLlkp{width:auto}.QuizAttemptView__mobileBackArrow__0H5Wg{position:absolute;width:16.66667%;padding-left:.9375em;padding-right:.9375em;top:-10.3%;left:-1.1%}.QuizAttemptView__mobileBackArrow__0H5Wg .QuizAttemptView__mobileBackArrowIcon__N0XQg{color:#f63;cursor:pointer;font-size:2em;height:48px !important;line-height:48px !important;margin-top:-24px !important;position:absolute;top:50% !important}.QuizAttemptView__pieContainerRow__jLGPY{background:#b5b1a8;height:240px;margin-top:10px;position:relative}.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__mobileInfocontainer__fBFUG{display:none;background:#565a65}@media screen and (max-width: 600px){.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__mobileInfocontainer__fBFUG{display:flex}}.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__mobileInfocontainer__fBFUG .QuizAttemptView__trialNum__SYOvn{text-align:left;width:70%;font-size:13px;border-bottom:1px solid #cec9be;display:inline-block;height:42px;line-height:42px;padding:0 10px;vertical-align:top;font-weight:bold;color:#fff;border-right:1px solid #cec9be}.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__mobileInfocontainer__fBFUG .QuizAttemptView__mobInfoIcon__I4sSr{font-size:1.2em;width:50px;color:#fff;cursor:pointer;padding:0 10px;text-align:center;vertical-align:top;display:inline-block;height:41px;position:relative;z-index:1;border-bottom:1px solid #cec9be}.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__mobileInfocontainer__fBFUG .QuizAttemptView__showReport__wk7Nz{color:#00a353;border-left:1px solid #cec9be}.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__pieContainer__Ckker{position:relative;color:#fff;width:35%;float:left;height:100%;padding:0}@media screen and (max-width: 600px){.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__pieContainer__Ckker{position:relative;color:#fff;padding:20px 0 1px;width:100%;height:90%}}.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__pieContainer__Ckker .QuizAttemptView__trialNum__SYOvn{display:block;font-size:14px;font-weight:bold;padding:20px;color:#fff}@media screen and (max-width: 600px){.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__pieContainer__Ckker .QuizAttemptView__trialNum__SYOvn{display:none}}.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__pieContainer__Ckker .QuizAttemptView__pieCircleContainer__SU8su{position:relative;margin:auto;margin-bottom:16px;width:156px;height:156px}@media screen and (max-width: 600px){.QuizAttemptView__pieContainerRow__jLGPY .QuizAttemptView__pieContainer__Ckker .QuizAttemptView__pieCircleContainer__SU8su{margin-bottom:10px}}@media screen and (max-width: 600px){.QuizAttemptView__zeroMargin__fxsLZ.QuizAttemptView__pieContainerRow__jLGPY{margin-top:0px}}.QuizAttemptView__buttonParent__M0cUD{position:relative;text-align:center;margin:0 auto}@media screen and (max-width: 600px){.QuizAttemptView__button__YIOOZ{display:none}}@media screen and (max-width: 600px){.QuizAttemptView__button__YIOOZ.QuizAttemptView__nonZeroStateBtn__jX7AN{display:inline-block}}.QuizAttemptView__inlineClass__zYIPg .QuizAttemptView__button__YIOOZ{display:inline-block;margin-right:20px}@media screen and (max-width: 600px){.QuizAttemptView__inlineClass__zYIPg .QuizAttemptView__button__YIOOZ{display:none}}.QuizAttemptView__buttonNext__YiytD{margin-top:20px;position:relative;margin-left:auto;width:auto}@media screen and (max-width: 600px){.QuizAttemptView__buttonNext__YiytD{display:none}}@media screen and (max-width: 767px){.QuizAttemptView__quizScoreMobile__g8oft{height:160px !important;width:160px !important}}@media screen and (max-width: 767px){.QuizAttemptView__quizTextMobile__OkTxC{padding:0;text-align:center;top:1.5em;height:auto;width:100%;color:#fff;font-size:40px}}.QuizAttemptView__quizTextMobile__OkTxC span{font-size:40px !important}.QuizAttemptView__buttonMobile__NRIXn{display:none}@media screen and (max-width: 600px){.QuizAttemptView__buttonMobile__NRIXn{width:max-content;font-size:16px !important;display:block;margin:0 auto;margin-top:19px}}@media screen and (max-width: 600px){.QuizAttemptView__buttonMobile__NRIXn .QuizAttemptView__icon-running__hvTgg{display:none}}.QuizAttemptView__buttonMobileNext__e94TG{display:none}@media screen and (max-width: 600px){.QuizAttemptView__buttonMobileNext__e94TG{width:180px;font-size:16px !important;display:block;margin:0 auto;margin-top:19px;padding-left:4px !important;padding-right:4px !important}}@media screen and (max-width: 600px){.QuizAttemptView__buttonMobileNext__e94TG .QuizAttemptView__icon-running__hvTgg{display:none}}.QuizAttemptView__testDetailContainer__M2c7u{position:relative;padding-left:0;padding-right:0;margin:40px auto 30px;width:100%;min-height:1px;text-align:center;font-size:1em;line-height:1.6;display:inline-block}.QuizAttemptView__testDetailContainer__M2c7u li{float:left;list-style-type:none;width:25%;border-bottom:0;border-left:1px solid #ecebe7}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u li{border:0px !important}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeClass__I8ZvD{width:19.5%}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeClass__I8ZvD{width:25%}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4{width:22%}@media screen and (min-width: 601px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4 .QuizAttemptView__testAttemptDetailLine__lQWIN{width:120% !important}}@media screen and (max-width: 480px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4{width:49%}}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4{height:42px;line-height:42px;padding:0 20px;display:flex;flex-flow:column;width:31%}}@media screen and (max-width: 480px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4{flex-flow:column;display:flex;width:24%;padding:0%}}@media screen and (max-width: 320px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4{padding:0}}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4 div:first-child{width:100%;float:left;text-align:left;margin-left:5px}}@media screen and (max-width: 320px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4 div:first-child{width:65%;margin-left:5px}}@media screen and (max-width: 480px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__challengeMode__Y3eu4 div:first-child{display:flex;width:100%}}.QuizAttemptView__testDetailContainer__M2c7u li:first-child{border-left:0}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__borderRight___7K79{border-right:1px solid #ecebe7}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN{height:36px;line-height:36px}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__checkIcon__xE7dn{display:inline-block;margin-top:10px;color:#b8d34f;border-color:#b8d351;background-color:#fff;margin-right:5px}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__trophyIcon__oHLjN{display:inline-block;margin-top:10px;color:#fece40;border-color:#fece40;background-color:#fff;margin-right:5px}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__skipIcon__ZZVg5{display:inline-block;margin-top:10px;background-color:#fff;margin-right:5px}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__watchIcon__aWvdc{display:inline-block;margin-top:10px;color:#3cc;border-color:#3cc;background-color:#fff;margin-right:5px}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__clockIcon__SFf4a{background:none;display:inline-block;margin-top:10px;color:#3cc;border-color:#3cc;background-color:#fff;margin-right:5px}@media screen and (max-width: 480px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__clockIcon__SFf4a{margin-top:0px}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__colorGreySmall__hifH2{display:inline-block;word-wrap:break-word;max-width:90px;vertical-align:middle;padding-left:0;color:#2f3542;font-size:14px;font-weight:bold;text-align:left}@media screen and (max-width: 480px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__colorGreySmall__hifH2{font-size:10px}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__fontLargeBold__WyugV{font-size:30px;font-weight:normal}@media screen and (max-width: 767px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__fontLargeBold__WyugV{font-size:21px;font-weight:normal}}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__fontLargeBold__WyugV{font-size:1.2em;font-weight:bold}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__fontSmall__kUrqN{font-size:15px;font-weight:normal;margin-left:3px}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__fontSmall__kUrqN{font-size:1em}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__pause__l0m2V{display:block;font-weight:bold;color:#56544d;font-size:12px}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__desktopChMode__WZW3f{display:inline-block}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__desktopChMode__WZW3f{display:none}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__mobileChMode__d4Ukn{display:none}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__mobileChMode__d4Ukn{display:inline-block}}@media screen and (max-width: 600px){.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN .QuizAttemptView__chOntext__slicG{font-size:16px;font-weight:normal}}.QuizAttemptView__testDetailContainer__M2c7u .QuizAttemptView__testAttemptDetailLine__lQWIN:first-child{height:40px;line-height:1;display:inline-block;width:100%;vertical-align:middle}.QuizAttemptView__teacherDetailCont__kggXh{width:30%;float:left;background-color:#56544d;list-style:none;padding:0;margin:0;list-style-position:outside;font-family:inherit;font-size:1em;line-height:1.6;display:block}@media screen and (max-width: 600px){.QuizAttemptView__teacherDetailCont__kggXh{width:100%}}.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD{position:relative;width:100%;height:80px;float:none;color:#b5b1a8;padding:0}@media screen and (max-width: 600px){.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD{height:60px}}.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD div{width:100%;height:100%}.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD div .QuizAttemptView__teacherDetailValue__iyvXZ{font-size:3em;height:100%;text-align:center;width:40%;vertical-align:middle;color:#fff;display:inline-block;position:relative}.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD div .QuizAttemptView__teacherDetailUnit__BKLbm{padding:10px;width:60%;vertical-align:middle;font-size:13px;position:relative;font-style:normal;font-weight:bold;color:#b5b1a8;line-height:1em;display:inline-block;text-align:left}@media screen and (max-width: 600px){.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD div .QuizAttemptView__teacherDetailUnit__BKLbm{font-size:.75em}}.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD:first-child{border-bottom:1px solid #8e8774}.QuizAttemptView__teacherDetailCont__kggXh .QuizAttemptView__teacherDetailContChild__haVYD:last-child{background-color:#8e8774;color:#56544d}@media screen and (max-width: 600px){.attemptButton .icon-running{display:none}}.quizBottomParent{width:66.67%;margin:0 auto;min-height:100px;padding-bottom:10px}@media screen and (max-width: 600px){.quizBottomParent{width:100%;padding-bottom:10px}}@media screen and (max-width: 767px){.quizBottomParent{width:100%}}.quizBottomParent .exhaustedText{text-align:center}.background-dark{background:#565a65}.mobile-visibility{display:block}@media screen and (max-width: 600px){.mobile-visibility{display:none}}.navigation-button{position:absolute;top:110px;margin-top:-1em;font-size:2em;color:#8e8774;width:50px}.navigation-button.previous{left:10px}.navigation-button.next{right:10px}@media screen and (max-width: 600px){header.quiz .closebutton{display:none}}header.quiz{min-height:50px}@media screen and (max-width: 600px){header.quiz{background:#fff;border-bottom:1px solid #cec9be;position:relative;margin-bottom:0px}}@media screen and (max-width: 600px){header.quiz div:last-child{position:absolute;width:66.66667%;min-height:48px;text-align:center;color:#fff;height:auto;padding:0;line-height:16px;margin-left:40px;margin-bottom:0px}}@media screen and (max-width: 767px){header.quiz h1{color:#8e8774;padding-bottom:0px;width:100%}}@media screen and (max-width: 600px){header.quiz h1{margin-top:0 !important;font-size:16px !important;line-height:21px !important;word-wrap:break-word;font-weight:normal !important;display:table-cell !important;padding-top:19px !important;color:#56544d !important;height:auto !important;min-height:48px !important;text-align:center !important;padding-bottom:8px !important;width:auto !important}}@media screen and (max-width: 600px){.zeroStateClass .graphAttemptContainer{height:160px;display:block}}@media only screen and (min-width: 767px){.es .QuizAttemptView__checkIcon__xE7dn{margin-right:0px}}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.Graphtooltip__frameContainer__fXxX8{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}.Graphtooltip__trailTooltip__fkZ75{background-color:#ffcf2a;position:absolute;width:100px;line-height:16px;z-index:10;position:relative;top:38px;left:-34px}@media screen and (max-width: 680px){.Graphtooltip__trailTooltip__fkZ75{line-height:14px}}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__pointer__aFxBQ{border-bottom:10px solid #e6b612;border-right:10px solid rgba(0,0,0,0);border-left:10px solid rgba(0,0,0,0);display:block;height:0;left:50%;margin-left:-10px;position:absolute;top:-10px;width:0}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__trailHeader__ioQPP{font-size:.8em;font-weight:bold;text-align:center;background-color:#e6b612;padding:5px 0}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__whiteHeader__QEh_O{color:#2f3542}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__trailHeaderExcluded__GTTiP{font-size:.8em;font-weight:bold;text-align:center;background-color:#ff5d46;padding:5px 0}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__trailContent__EkxVk{text-align:center;font-size:.8em}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__trailContent__EkxVk .Graphtooltip__trailvalue__qdU4E{color:#2f3542;font-size:1.75em;font-weight:bold;line-height:28px;margin:10px 0}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__trailContent__EkxVk .Graphtooltip__viewDetail__UIJ5q{padding:10px 0}.Graphtooltip__trailTooltip__fkZ75 .Graphtooltip__trailContent__EkxVk .Graphtooltip__viewDetail__UIJ5q a{color:#005c30}
.graph .try-container:hover .details-label,.graph .try-container.active .details-label{display:block}.graph .try-container:hover .try-inner-circle{background-color:#008545}.details-label{display:none}.graph .try-container.white .try-inner-circle,.graph .try-container.white.active .try-inner-circle{border-color:#fff !important;background-color:#fff}.graph .try-container.red:hover .try-inner-circle,.graph .try-container.red.active .try-inner-circle{border-color:#fff !important;background-color:#ff5d46}.red .try-inner-circle{border-color:#ff5d46 !important}
.graph-padding{position:relative;padding:0 0 30px 30px;height:100%;width:100%}.left-label-value{position:absolute;left:-30px;width:30px;text-align:center;height:20px;line-height:20px;margin-top:-10px;font-size:.8em;font-style:italic;color:#8e8774}.graph{width:100%;height:100%;text-align:center;position:relative;color:#8e8774;z-index:10}.graph .try-inner-circle{background-color:rgba(0,0,0,0);border:3px solid #fff;border-radius:10px;height:15px;width:15px;position:absolute;top:15px;left:15px;margin-top:-7.5px;margin-left:-7.5px}.graph .try-outer-circle{background-color:rgba(0,0,0,0);border:10px solid #cec9be;border-radius:20px;height:30px;width:30px;position:absolute;top:0px;left:0px;display:none}.graph .try-container{width:30px;height:30px;position:absolute;text-align:center;margin-left:-15px;margin-top:-15px;cursor:pointer;z-index:10}.graph .try-container:hover{z-index:100}.graph .divider{position:absolute;left:0px;display:block;border-bottom:1px solid #2f3542;top:25%;width:100%}.graph .divider:first-child{top:75%}.graph .try-container:hover .try-inner-circle,.graph .try-container.active .try-inner-circle{background-color:#00aba4}.graph .try-container:hover .try-outer-circle,.graph .try-container.active .try-outer-circle{display:block}.bottom-label{position:absolute;color:#2f3542;font-size:.8em;font-style:italic;right:0;top:100%;height:30px;line-height:30px}.with-best-score{padding-right:55px}.with-best-score .best-score-indicator{position:absolute;height:20px;margin-top:-10px;left:0;width:100%;z-index:-1}.best-score-indicator .best-score-line{border-bottom:1px dashed #ffcf2a;vertical-align:middle;position:absolute;width:100%;height:1px;top:10px;left:0}.best-score-indicator .best-score-pointer{background:#ffcf2a;color:#2f3542;position:absolute;right:-50px;width:40px;height:20px;line-height:20px;top:0;font-style:italic;font-size:14px;text-align:center}.pt .best-score-indicator .best-score-pointer{width:45px}.ka .best-score-indicator .best-score-pointer{width:58px}.best-score-indicator .best-score-pointer:after{border-bottom:10px solid rgba(0,0,0,0);border-right:10px solid #ffcf2a;border-top:10px solid rgba(0,0,0,0);position:absolute;display:block;left:-10px;top:0;content:""}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.GraphAttempts__frameContainer___QVEV{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}.graphAttemptContainer{background-color:#b5b1a8;height:240px;padding:40px 10px 0;display:block;width:65%;float:left;height:100%}@media screen and (max-width: 600px){.graphAttemptContainer{width:100%;display:none;padding-right:55px}}@media screen and (max-width: 600px){.best-score-indicator{position:absolute;height:20px;margin-top:-10px;left:0;width:100%;z-index:1}}.graphAttemptContainer.with-best-score{padding-right:55px}.attempt-desktop-view .graph-container{padding:40px 10px 0}.attempt-desktop-view #graphContainer{width:65%;float:left;height:100%}@media screen and (max-width: 600px){.visibleClass{display:block}}
.EmptyQuizComponent__emptyContainer__hJr32{background-color:#eaeae4;padding:10px;text-align:center;width:100%;color:#f73535;letter-spacing:1px}.EmptyQuizComponent__emptyContainer__hJr32 div{color:#f73535}
.QuizAttemptExceedMessageComponent__messageDisplay__E1CLH{color:#56544d;text-align:center}@media(min-width: 600px)and (max-width: 1023px){.QuizAttemptExceedMessageComponent__messageDisplay__E1CLH{visibility:hidden;clear:both;display:none}}
.ExcludeAttemptComponent__relativeParent__JYaOG{position:relative}.ExcludeAttemptComponent__relativeParent__JYaOG .ExcludeAttemptComponent__excludeText__Llqhw{color:#00a299;font-weight:bold;margin-left:51px}@media screen and (max-width: 680px){.ExcludeAttemptComponent__relativeParent__JYaOG .ExcludeAttemptComponent__excludeText__Llqhw{margin-left:5px}}.ExcludeAttemptComponent__relativeParent__JYaOG .ExcludeAttemptComponent__excludeText__Llqhw span{cursor:pointer}.ExcludeAttemptComponent__relativeParent__JYaOG .ExcludeAttemptComponent__excludeText__Llqhw .ExcludeAttemptComponent__marginLeftOffset__PD9OF{margin-left:20px}.ExcludeAttemptComponent__italicText___qEmd{font-style:italic;margin-left:51px}@media screen and (max-width: 680px){.ExcludeAttemptComponent__italicText___qEmd{margin-left:5px}}.ExcludeAttemptComponent__btnContainer__B2AGm{color:#00a299;text-align:right;margin-right:10px}.ExcludeAttemptComponent__btnContainer__B2AGm .ExcludeAttemptComponent__marginRightOffset__YHEPM{margin-right:20px}.ExcludeAttemptComponent__btnContainer__B2AGm span{cursor:pointer}.pt .ExcludeAttemptComponent__btnContainer__B2AGm{margin-top:9px !important}.pt .ExcludeAttemptComponent__btnContainer__B2AGm .ExcludeAttemptComponent__marginRightOffset__YHEPM{margin-right:10px !important}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.RecommendationContainer__recommendationContainer__JDhBk{background:#fff;overflow:hidden;position:relative;text-align:center;box-shadow:0px 2px 7px rgba(0,0,0,.1);border-radius:5px}@media only screen and (max-width: 600px){.RecommendationContainer__recommendationContainer__JDhBk{margin:0px 14px;border:1px solid #f9f9f5;border-style:none solid}}.RecommendationContainer__recommendedTitle__daDOw{margin-top:43.5px;font-size:21px;position:relative;text-align:center}@media only screen and (max-width: 680px){.RecommendationContainer__recommendedTitle__daDOw{margin-top:31px;margin-bottom:3px;font-size:21px}}.RecommendationContainer__horizontalLine__cLOPX{width:100%;height:2px;background-color:#2f3542;position:absolute;display:inline-block;left:0;top:50%}.RecommendationContainer__setTitle__INyx5{width:auto;text-align:center;background-color:#fff;margin:0 auto;position:relative;display:inline-block;padding:0 30px;color:#2f3542;font-size:20px}@media(max-width: 600px){.RecommendationContainer__setTitle__INyx5{font-size:18px;padding:0px 10px}}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url("./ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";font-weight:normal;font-style:normal;src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:rgba(0,0,0,0);border:none;outline:none;background:rgba(0,0,0,0)}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:rgba(0,0,0,0);outline:none;background:rgba(0,0,0,0)}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:rgba(0,0,0,0);border:0;outline:none;background:rgba(0,0,0,0)}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:"slick";font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.CarouselComponent__recommendCarousel__ZXMwA{transition:initial;transition-duration:.6s;position:relative;margin-top:36px}.CarouselComponent__modalityLeft__ZyQj9{text-align:left}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.RecommendationTileComponent__modalityTileWrapper__dOcmr{padding-bottom:4px;text-align:center}.RecommendationTileComponent__modalityTileWrapper__dOcmr.RecommendationTileComponent__leftAlignedWithMargin__rvfjh{margin:0px 20px;text-align:left}.RecommendationTileComponent__modalityTileWrapper__dOcmr.RecommendationTileComponent__rightAlignedWithMargin___P3mg{margin:0px 20px;text-align:right}.RecommendationTileComponent__modalityTileWrapper__dOcmr.RecommendationTileComponent__leftAligned__Zymdz{text-align:left}.RecommendationTileComponent__modalityTileWrapper__dOcmr.RecommendationTileComponent__rightAligned__TFVpq{text-align:right}.RecommendationTileComponent__modalityTile__Xm980{border:1px solid #e4e0d7;border-radius:2px;width:230px;text-align:left;display:inline-block;height:auto;overflow:visible;box-shadow:0px 6px 0px #e5e5e2;vertical-align:middle}@media(max-width: 600px){.RecommendationTileComponent__modalityTile__Xm980{width:230px}}@media(max-width: 496px){.RecommendationTileComponent__modalityTile__Xm980{width:118px}}.RecommendationTileComponent__modalityContent__RBXYo{background:none repeat scroll 0 0 #fff;border-bottom:0px solid #e4e0d7;border-radius:0px;padding-bottom:0px;cursor:pointer}.RecommendationTileComponent__modalityTitle__mcYwf{color:#008545;font-weight:bold;font-size:17px;padding:0px 12px 0px 12px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:48px;line-height:95%;display:-moz-box;-moz-line-clamp:3;display:-o-box;-o-line-clamp:3;-o-box-orient:vertical;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-ms-box;-ms-line-clamp:3;-ms-box-orient:vertical;margin-bottom:8px}@media only screen and (max-width: 767px){.RecommendationTileComponent__modalityTitle__mcYwf{margin-top:8px;border-bottom:1px solid #f3f3f1}}@media(max-width: 480px){.RecommendationTileComponent__modalityTitle__mcYwf{font-size:13px;height:36px}}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.ModalityScoreComponent__modalityDescription__RjWUz{font-size:14px;max-height:220px;overflow:hidden;padding:5px 10px 0px;line-height:normal;text-align:center;margin-bottom:8px;border-top:1px solid #2f3542;color:#2f3542}@media(max-width: 480px){.ModalityScoreComponent__modalityDescription__RjWUz{font-size:13px}}.ModalityScoreComponent__percentScore__UhDTo{font-size:20px;font-weight:bold;width:100%;display:inline-block}@media(max-width: 480px){.ModalityScoreComponent__percentScore__UhDTo{font-size:14px}}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.ModalityHeaderComponent__modalityHeader__wgW7t{background:none repeat scroll 0 0 #fff;border-radius:5px 5px 0 0;color:#b5b1a8;padding:15px 0 12px 0;height:auto}.ModalityHeaderComponent__modalityLabel__Fy_FF{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-moz-box;-moz-line-clamp:1;display:-ms-box;-ms-line-clamp:1;-ms-box-orient:vertical;display:-o-box;-o-line-clamp:1;-o-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;height:20px;margin-left:7px;line-height:140%;color:#2f3542}.ModalityHeaderComponent__modalityIconLabel__saDpF{padding-left:3px}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.ModalityCoverComponent__modalityCover__S_7eV{margin-bottom:8px;height:93px;box-shadow:0px 8px 0px gray;max-height:240px;overflow:hidden;line-height:120px;text-align:center;background:#f6f3e4;position:relative}@media(max-width: 480px){.ModalityCoverComponent__modalityCover__S_7eV{height:70px}}.ModalityCoverComponent__thumbnailLink__bwSWS{display:inline-block;max-width:100%}.ModalityCoverComponent__modalityCoverOverlay__nWFCE{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.7;background:#eee}.ModalityCoverComponent__modalityCoverOverlay__nWFCE i{font-size:48px;vertical-align:middle;position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);top:-moz-calc(50% - 24px);left:-moz-calc(50% - 24px);top:-o-calc(50% - 24px);left:-o-calc(50% - 24px);top:-ms-calc(50% - 24px);left:-ms-calc(50% - 24px)}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.RecommendationNavigationComponent__modalityNav__tkZ2Z{float:left;position:relative;width:100%}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.ImageNavigationComponent__imgNavigation__ty8eW{position:absolute;width:100%;display:inline-block;margin:20px auto 0;left:0}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}.LinksContainerComponent__linkColumns__pxXM2{float:right;position:relative}.LinksContainerComponent__modalityTypesWrapper__uPg3a{margin:20px 0}.LinksContainerComponent__modalityTypesWrapper__uPg3a li{border-bottom:1px dashed #d3cfc5;padding:8px 0 8px 2px;color:#00aba4;list-style:none}.LinksContainerComponent__modalityTypesWrapper__uPg3a li:last-child{border-bottom:0 none}.LinksContainerComponent__modalityTypesWrapper__uPg3a li a{cursor:pointer;display:inline-block;min-width:80px;margin-right:12px}.LinksContainerComponent__linkSeeAll__NERuP{white-space:nowrap}
.AddonContainer__radioGroup__invNz{margin-bottom:10px}.AddonContainer__menuButtonIcon__LI5mj{padding-left:12px}.AddonContainer__actionsMenuList__BEiOW{width:220px;border-radius:3px;box-shadow:0px 24px 24px 0px rgba(0,0,0,.25);background:#fff}.AddonContainer__actionsMenuItem__qTLwu{padding:.5rem .8rem;cursor:pointer !important}.AddonContainer__actionMenuItemIcon__Qcmfb{padding:0px 12px 0px 0px}.AddonContainer__embedModalArrowLeft__xEDfk{font-size:.87rem;margin-left:12px}.AddonContainer__embedModalArrowRight__x0boR{font-size:.87rem;margin:2px 8px 3px 0px}.AddonContainer__embedModalContentTitle__UT1wx{font-size:18px;font-weight:600;line-height:40px}.AddonContainer__embedModalTextArea__OkF05{background-color:#f2f9f6;border-radius:10px;width:95%}.AddonContainer__quizContainer__Y1sbX{right:0;top:-104px;position:absolute;padding-top:10px}@media screen and (max-width: 600px){.AddonContainer__quizContainer__Y1sbX{position:unset;height:62px;padding-right:0px;top:-40px}}.AddonContainer__quizParent__SSGNf{position:relative}.AddonContainer__containerStyle__VVvSP{justify-content:flex-end;margin-bottom:.5rem}@media screen and (max-width: 680px){.AddonContainer__containerStyle__VVvSP{margin-left:0px}}@media screen and (max-width: 680px){.AddonContainer__containerStyle__VVvSP{justify-content:center;margin-left:-50px}}.AddonContainer__linkChild__Z34i9{list-style:none;margin-left:1.375em}.AddonContainer__restartModalContent__XeSr0{min-height:auto !important;font-weight:600}@media screen and (max-width: 1023px){.customize{display:none}}@media screen and (max-width: 1023px){.download{display:none}}.disabled-grey{pointer-events:none;color:#918f8f !important}@media screen and (max-width: 1023px){.embed{display:none}}@media screen and (max-width: 680px){.ActionsContainer{margin-left:50px}}
.StandardCorelation__standardListContainer__PJ65o{margin-bottom:30px;padding:21px 25px 19px 25px;line-height:27px}.StandardCorelation__recommendTitle__aOxis{font-size:21px;position:relative;margin-top:0px;text-align:center}.StandardCorelation__horizontalLine__HlmwC{width:100%;height:1px;background-color:#2f3542;position:absolute;display:inline-block;left:0;top:50%}.StandardCorelation__setTitle__uZDFe{width:auto;text-align:center;background-color:#fff;margin:0 auto;position:relative;display:inline-block;padding:0 30px}.StandardCorelation__label__AVMUt{padding:0 0 5px 30px}
.StandardCorelationModal__standardRowHeader__YrXWx{padding:10px;border-top:1px solid #008545;border-bottom:1px solid #008545;background-color:#008545;color:#fff}.StandardCorelationModal__standardRowHeader__YrXWx div{color:#fff;font-weight:bold}.StandardCorelationModal__standardDetailsText__OlMfz{padding:10px}.StandardCorelationModal__standardDescriptionList__T8Dgm{overflow-y:auto;height:400px}.StandardCorelationModal__standardDescriptionWrapper__VCdHW{font-size:14px;line-height:1;margin:0px 10px 15px 0px}.StandardCorelationModal__standardDescriptionWrapper__VCdHW .StandardCorelationModal__standardHeadingText__UEgxX{font-weight:bold}.StandardCorelationModal__standardsDetailsContainer__kw_Lo{overflow-y:visible}.StandardCorelationModal__standardDescriptionHeader__KTfKA{font-size:18px;padding:10px;border-bottom:1px solid #ccc;font-weight:bold}.standardModal{margin-left:auto !important}
.wrongAnswer{background-color:#e71d26;color:#fff;padding:14px 20px;border:2px solid #e71d26;margin:3px 3px 10px 0px;height:auto;min-height:50px;max-width:424px;position:relative;line-height:1;display:inline-block;width:100%;border-radius:5px;box-shadow:0px 2px 2px 0px #cdcdcd;font-weight:600}.wrongAnswer .dummyCl{word-wrap:break-word;width:90%;display:block}@media screen and (max-width: 480px){.wrongAnswer{width:100%}}.correctAnswerFill{background-color:#efede7 !important;color:#56544d;padding:14px 20px;border:2px dashed #8e8774;margin:3px 3px 10px 0px;position:relative;max-width:424px;line-height:1;display:inline-block;width:100%;height:auto;min-height:50px;border-radius:5px;box-shadow:0px 2px 2px 0px #cdcdcd}.correctAnswerFill .dummyCl{word-wrap:break-word;width:90%;display:block}@media screen and (max-width: 480px){.correctAnswerFill{width:100%}}.correctAnswer{background-color:#008545;color:#fff;padding:14px 20px;border:2px solid #008545;border-radius:5px;margin:3px 3px 10px 0px;height:auto;min-height:50px;max-width:424px;position:relative;line-height:1;display:inline-block;width:100%;box-shadow:0px 2px 2px 0px #cdcdcd;font-weight:600}.correctAnswer .dummyCl{word-wrap:break-word;width:90%;display:block}.correctAnswer .dummyCl p span{white-space:inherit !important}@media screen and (max-width: 480px){.correctAnswer{width:100%}}.correctAnswer .autoWidth{width:auto}.correctAnswer .autoWidth span{width:auto}.discussionQType .correctAnswer{background-color:#e2e2e2;color:#2f3542;padding:14px 20px;border:2px solid #2e3442;border-radius:5px;margin:3px 3px 10px 0px;height:auto;min-height:50px;max-width:424px;position:relative;line-height:1;display:inline-block;width:100%;box-shadow:0px 2px 2px 0px #cdcdcd}.discussionQType .correctAnswer .dummyCl{word-wrap:break-word;width:90%;display:block}.discussionQType .correctAnswer .dummyCl p span{white-space:inherit !important}@media screen and (max-width: 480px){.discussionQType .correctAnswer{width:100%}}.discussionQType .correctAnswer .autoWidth{width:auto}.discussionQType .correctAnswer .autoWidth span{width:auto}.iconDiv{position:absolute;top:50%;right:5%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.iconDiv .icon-close{color:#fff}.iconDiv .icon-checkmark{color:#fff}.hideItem{display:none}.answerBoxModelWrapper table td,.answerBoxModelWrapper table tr{color:#56544d}
.GenerateAllAnswerBoxModel__multipleLabel__Y1wZT{font-size:16px;color:#56544d}.GenerateAllAnswerBoxModel__fullWidth__k2VbJ{width:100%}div#infoContainer{background-color:#e71d26;color:#fff;border-radius:21px;text-align:center;width:270px;height:42px;font-size:16px;margin-top:25px;margin-right:auto;margin-left:auto;position:relative;display:table}.infoContainer .icon-notification{margin-right:10px;display:table-cell;font-size:20px;vertical-align:middle;height:100%;padding-left:11px}.infoContainer .fdbk-msg{display:table-cell;height:100%;vertical-align:middle;text-align:left;padding-left:8px;padding-right:8px}
.questionText.fillUpQuestionText{font-size:18px;overflow-x:auto;max-width:95%}.questionText.fillUpQuestionText .ulContainer{list-style-type:none;margin-left:0px;display:inline-block;align-items:baseline;vertical-align:top;width:max-content}.questionText.fillUpQuestionText .ulContainer p{display:inline-block}.questionText.fillUpQuestionText .ulContainer .listClass{min-height:48px;color:#56544d;padding:10px;margin-bottom:10px}.questionText.fillUpQuestionText .ulContainer .correct{border:2px dashed #8e8774 !important;background-color:#efede7 !important;padding:9px 15px;border-radius:5px;box-shadow:0px 2px 2px 0px #cdcdcd;margin-left:10px}.questionText.fillUpQuestionText .ulContainer .nonfillCorrect{background-color:#008545;border:2px solid #008545;padding:9px 15px;border-radius:5px;box-shadow:0px 2px 2px 0px #cdcdcd;margin-left:10px;color:#fff}.questionText.fillUpQuestionText .ulContainer .correctGreen{color:#008545}.questionText.fillUpQuestionText .ulContainer .wrong{border:2px solid #e71d26;background-color:#e71d26;padding:9px 15px;border-radius:5px;box-shadow:0px 2px 2px 0px #cdcdcd;margin-left:10px;color:#fff}.questionText.fillUpQuestionText .ulContainer .answerBlock{display:inline}.questionText.fillUpQuestionText .ulContainer .listClass{display:flex}.questionText.fillUpQuestionText .ulContainer .answerBlock{display:inline-flex}.questionText.fillUpQuestionText .ulContainer .wrong .answerBlock,.questionText.fillUpQuestionText .ulContainer .nonfillCorrect .answerBlock{color:#fff}.questionText.fillUpQuestionText .ulContainer .answerTemp{display:inline-block !important}.questionText.fillUpQuestionText .ulContainer .checkmark{background-color:#8e8774;border-radius:12px;width:24px;height:24px;color:#efede7 !important;padding-top:4px;font-size:17px !important;vertical-align:middle;padding-left:3px}.questionText.fillUpQuestionText .ulContainer .iconClass{padding:10px;display:inline-flex;margin-top:-7px}.questionText.fillUpQuestionText .ulContainer .iconClass .icon-close{color:#fc5c65;font-size:20px;vertical-align:middle}.questionText.fillUpQuestionText .ulContainer .fibLabel{display:inline-flex}
.DragAndDropType__dragAndDropBlock__Sz9Zu{width:100%}.DragAndDropType__dragAndDropAnswerBlock__UMzUX{display:block}.DragAndDropType__dragAndDropIconBlock__NnXpY{display:inline-block}.drag-item.greyMe{background-color:#dfddd7;color:#fff;border:0px;padding:5px;max-width:245px;display:inline-block}.grayMe{background-color:#f3f6fd;color:#2e3442;margin:2px 2px;padding:5px 16px;border-radius:5px;display:inline-block}span.dragged-element{background-color:#efede7;color:#efede7;border:none}.drag-item{margin:2px 2px;padding:0 5px;border-radius:2px;max-width:250px;display:inline-block}table{width:auto}.correctAnswerFillBlock{background-color:#efede7 !important;color:#56544d;padding:14px 20px;border:2px dashed #8e8774;height:auto;min-height:50px;max-width:424px;margin:3px 3px 10px 10px;box-shadow:0px 2px 2px 0px #cdcdcd;border-radius:5px;line-height:1;display:inline-block;width:100%}@media screen and (min-width: 767px){.correctAnswerFillBlock{width:86%}}@media screen and (max-width: 767px){.correctAnswerFillBlock{margin-top:5px;width:86%;margin-bottom:10px}}@media screen and (max-width: 480px){.correctAnswerFillBlock{width:86%}}.wrongAnswerBlock{max-width:424px;min-height:50px;width:100%;display:inline-block;margin:3px 3px 10px 10px}@media screen and (min-width: 767px){.wrongAnswerBlock{width:90%}}@media screen and (max-width: 480px){.wrongAnswerBlock{width:90%}}@media screen and (max-width: 320px){.reviewanswer label table{width:300px;overflow:auto;display:block}}.correctAnswerBlock{background-color:#008545;color:#fff;padding:14px 20px;border:2px solid #008545;border-radius:5px;margin:3px 3px 10px 10px;height:auto;min-height:50px;max-width:424px;line-height:1;width:100%;box-shadow:0px 2px 2px 0px #cdcdcd;display:inline-block;font-weight:600}@media screen and (min-width: 767px){.correctAnswerBlock{width:90%}}@media screen and (max-width: 480px){.correctAnswerBlock{width:90%}}.categoryHeading{font-weight:bold;padding:5px 0px}.dragIcon{display:inline;vertical-align:middle;float:right}.correctIcon{color:#008545}.icon-close{color:#fc5c65}@media screen and (max-width: 767px){.smallBlock{width:90%;max-width:none}}.hideItem{display:none}.correctAnswerBlock&gt;span{overflow-x:auto;width:91%;vertical-align:middle}.wrongAnswerBlock&gt;span{overflow-x:auto;overflow-y:hidden}.correctAnswerFillBlock&gt;span{overflow-x:auto;width:91%;vertical-align:middle}@media screen and (max-width: 480px){.correctAnswerFillBlock&gt;span{width:88%}}
.ResumedAtComponent__parent__jhmNl{margin-top:0;margin-bottom:0;float:left}@media only screen and (min-width: 612px)and (max-width: 739px){.ResumedAtComponent__parent__jhmNl{position:absolute}}.ResumedAtComponent__content__w5e0J{font-size:12px;font-weight:bold;color:#2f3542;margin-top:7px}.ResumedAtComponent__underline___oHqg{border-top:1px solid #2f3542;margin-top:2%}@media only screen and (max-width: 600px){.ResumedAtComponent__underline___oHqg{border-top:0}}
@media screen and (max-width: 767px){.flashcard-open{overflow:hidden}}.ReviewFlashCard__iconWrapper__QEEdr{width:36px;height:27px;transform:scale(1);transform-origin:left top;transition:all .1s linear .3s;cursor:pointer}@media screen and (max-width: 767px){.ReviewFlashCard__iconWrapper__QEEdr{width:34px;height:24px}}.ReviewFlashCard__iconWrapper__QEEdr svg{width:inherit;height:inherit}.ReviewFlashCard__mobileTitle__BkJFb{display:none}@media screen and (max-width: 767px){.ReviewFlashCard__mobileTitle__BkJFb{display:flex;margin:30px 0px}}.ReviewFlashCard__mobileTitle__BkJFb svg{margin-right:10px;width:31px;height:23px}.ReviewFlashCard__wrapper__khhMB{position:relative}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__flashcard__XM3IF{transform:scale(1)}@media screen and (max-width: 767px){.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__flashcard__XM3IF{opacity:1}}@media screen and (max-width: 480px){.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__flashcard__XM3IF.ReviewFlashCard__inIframe__PVYfs{transform:scaleY(1)}}@media screen and (max-width: 767px){.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__flashcard__XM3IF.ReviewFlashCard__inIframe__PVYfs{transform:scale(1)}}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__flashcard__XM3IF iframe{display:inline}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__iconWrapper__QEEdr{transform:scale(0);transition:all .1s linear}@media screen and (max-width: 767px){.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__iconWrapper__QEEdr{transform:scale(1)}}@media screen and (max-width: 767px){.ReviewFlashCard__forDesktop__bE1X6{display:none}}@media screen and (min-width: 767px){.ReviewFlashCard__forMobile__qjibA{display:none}}@media screen and (max-width: 480px){.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__inIframe__PVYfs{position:static}}@media screen and (max-width: 767px){.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__inIframe__PVYfs .ReviewFlashCard__forDesktop__bE1X6{display:inline-block}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__inIframe__PVYfs .ReviewFlashCard__forMobile__qjibA{display:none}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__inIframe__PVYfs .ReviewFlashCard__mobileTitle__BkJFb{display:none}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__inIframe__PVYfs .ReviewFlashCard__flashcardHeader__JDdQM{color:#00a353;font-weight:600}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__inIframe__PVYfs .ReviewFlashCard__iconWrapper__QEEdr{transform-origin:right top}.ReviewFlashCard__wrapper__khhMB.ReviewFlashCard__inIframe__PVYfs.ReviewFlashCard__showContent__TNTcK .ReviewFlashCard__iconWrapper__QEEdr{transform:scale(0)}}.ReviewFlashCard__flashcard__XM3IF{width:330px;max-height:358px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 0px 10px rgba(0,0,0,.1490196078);border-radius:3px;position:absolute;top:0px;left:0px;transform:scale(0);transform-origin:left top;transition:all .3s ease .1s;z-index:10;display:flex;flex-direction:column}@media screen and (max-width: 767px){.ReviewFlashCard__flashcard__XM3IF{position:fixed;height:100%;width:100%;max-height:100vh;top:0px;left:0px;transition:opacity .3s ease;transform-origin:center center;opacity:0}}@media screen and (max-width: 767px){.ReviewFlashCard__flashcard__XM3IF.ReviewFlashCard__inIframe__PVYfs{position:absolute;width:330px;max-height:358px;height:auto;top:0px;left:auto;right:0px;transition:transform .3s ease;transform-origin:right top;transform:scale(0);opacity:1}}@media screen and (max-width: 480px){.ReviewFlashCard__flashcard__XM3IF.ReviewFlashCard__inIframe__PVYfs{width:100%;left:0px;transform-origin:center top;transform:scaleY(0);opacity:1}}.ReviewFlashCard__flashcard__XM3IF iframe{display:none}.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__flashcardHeader__JDdQM{padding:7px;color:#00a353;text-align:center;position:relative;font-weight:600;border-bottom:1px solid #ecebec;background:#fff}@media screen and (max-width: 767px){.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__flashcardHeader__JDdQM{color:#2f3542;padding:10px;font-weight:400}}.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__flashcardHeader__JDdQM .ReviewFlashCard__closeIcon__iwW02{width:30px;height:30px;background-color:#ebebeb;border-radius:50%;position:absolute;right:5px;cursor:pointer}.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__flashcardHeader__JDdQM .ReviewFlashCard__closeIcon__iwW02:after,.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__flashcardHeader__JDdQM .ReviewFlashCard__closeIcon__iwW02:before{position:absolute;left:14px;top:8px;height:14px;width:0px;border:1px solid #727273;border-radius:2px;content:""}.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__flashcardHeader__JDdQM .ReviewFlashCard__closeIcon__iwW02:after{transform:rotate(-45deg)}.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__flashcardHeader__JDdQM .ReviewFlashCard__closeIcon__iwW02:before{transform:rotate(45deg)}.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__contentWrapper__LTx8X{flex:1;overflow:auto;padding:20px}@media screen and (max-width: 767px){.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__contentWrapper__LTx8X{background-color:#f9f9f6}}.ReviewFlashCard__flashcard__XM3IF .ReviewFlashCard__content__JMaCx{font-size:15px;line-height:18px;color:#2f3542;word-break:break-word}
.ReviewAnswerMessageComponent__msgComp__e3is8{color:#008545 !important;font-style:italic;position:relative;width:auto;text-align:center;word-wrap:break-word;word-break:break-word;width:100%}.ReviewAnswerMessageComponent__reviewMsgCont__jKSeD{margin-top:15px;display:inline-block}@media screen and (max-width: 680px){.handleSmallScreenMsg{position:absolute;top:50px}}
.ErrorComponent__emptyContainer__YHoBc{margin-top:30px;text-align:center}
.ResetScoreMessageComponent__messageContainer__rEgxj{text-align:center;color:#8e8774;margin:36px 0}
.FeatureNote__msgCompWrapper__Ygjmk{color:#00a353;font-style:italic;font-size:14px;position:relative;width:auto;text-align:center;word-wrap:break-word;word-break:break-word;width:100%;padding-bottom:10px}.FeatureNote__msgComp__dTJbG{vertical-align:text-bottom}
.TopComponent__scrollParent__kIH6e{position:relative}.TopComponent__scrollParent__kIH6e .TopComponent__scrollTop__kTZyt{position:relative;padding:5px;display:flex;flex-direction:column;right:10px;bottom:5px}.TopComponent__scrollParent__kIH6e .TopComponent__scrollTop__kTZyt .TopComponent__iconWrapper__Nl0kM{padding:7px 5px 0px 5px;text-align:center;color:#fff}.TopComponent__scrollParent__kIH6e .TopComponent__scrollTop__kTZyt .TopComponent__goTop__lnV45{text-align:center}@media screen and (max-width: 680px){.TopComponent__hideForQuiz__opvA6{display:none}}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.globals__frameContainer__ZWgxx{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}
@media only screen and (min-width: 480px){.MediaQuery-mobile{display:none}}@media only screen and (max-width: 480px){.MediaQuery-desktop{display:none}}.loader-container{margin-top:25%}@media screen and (min-width: 600px){.App__frameContainer__wONdy{margin-top:-10px}}html{background:#fff}body{height:100%;background:#fff;overflow-x:hidden}@media only screen and (max-width: 680px){body{background:#fff !important}}body{-webkit-font-smoothing:initial}@media only screen and (min-width: 767px){body{margin-top:-20px}}body.is-reveal-open{overflow:auto}html.is-reveal-open,html.is-reveal-open body{position:relative}.reveal-overlay{overflow-y:auto}body.hideBody{overflow:hidden}#standards-description-modal{margin-left:27%;z-index:1006;overflow-y:visible;position:absolute;min-height:auto;height:auto}.dashboard-modal-wrapper{position:static;outline:none}.element{background-color:blue;color:#fff}.container{padding-left:30px;padding-right:30px}@media screen and (max-width: 600px){.container{padding-left:0px;padding-right:0px;background:#fff}}@media screen and (min-width: 680px)and (max-width: 767px){.container{padding-left:0px;padding-right:0px}}.uppercase{text-transform:uppercase}.color-green{background-color:#b8d34f}.color-skill{background-color:#6dc8ed}.hidden{visibility:hidden}.restart-modal{margin-left:-138px}body.slide-left{margin-left:-249px;min-height:100%;background-color:#fff}:focus-visible,a:focus-visible{outline:medium solid orange;z-index:1}:root{--button-base-color: #008545;--button-secondary-color: #2f3542;--button-fg-color: #ffffff;--button-hover-color: #007e40;--button-border-radius: 0.5rem;--link-base-color: #008545;--link-hover-color: #008545;--link-outline-color: #2f3542;--heading-base-color: #2f3542}#assignConfirmModal{margin-left:25% !important;overflow-y:visible}@media screen and (max-width: 900px){#assignConfirmModal{top:50px;height:auto;min-height:0px;left:-17%}}.reveal-modal .button{margin-right:15px}#turn-in-button{font-weight:bold}.quick_assignment_notification{width:100%}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
    src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format('embedded-opentype'), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.hidden{opacity:0}.show{opacity:1}.passive-highlight-line{stroke:#666;stroke-width:3}@keyframes grow-line-animation{from{stroke:#999;stroke-width:2}to{stroke:#39f;stroke-width:5}}@keyframes shrink-line-animation{from{stroke:#39f;stroke-width:5}to{stroke:#999;stroke-width:2}}@keyframes shrink-diagram-outline-emphasized-highlight-line-animation{from{stroke:#39f;stroke-width:5}to{stroke:#666;stroke-width:3}}@keyframes shrink-diagram-outline-dashed-emphasized-highlight-line-animation{from{stroke:#39f;stroke-width:5}to{stroke:#000;stroke-width:2}}.grow-highlight-line{animation:grow-line-animation .5s ease-in-out 1 forwards}.shrink-highlight-line{animation:shrink-line-animation .2s ease-out 1 forwards}.shrink-diagram-outline-emphasized-highlight-line{animation:shrink-diagram-outline-emphasized-highlight-line-animation .2s ease-out 1 forwards}.shrink-diagram-outline-dashed-emphasized-highlight-line{animation:shrink-diagram-outline-dashed-emphasized-highlight-line-animation .2s ease-out 1 forwards}.passive-polygon{stroke:#999;stroke-width:1.5;fill:#999}.highlight-polygon{stroke:#39f;stroke-width:1.5;fill:#39f}.highlight-polygon-fill{fill:#39f}.arc-path{fill:none;stroke:#666;stroke-miterlimit:10;stroke-width:3;fill-opacity:.4}.arc-path-arm{fill:none;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;fill-opacity:.4}.arc-path-acute{fill:#8d70d5;fill-opacity:.4;stroke:#8d70d5}.arc-path-perp{fill:#39f;fill-opacity:.4;stroke:#39f;stroke-linecap:round;stroke-linejoin:round}.arc-path-obtuse{fill:#24b35f;fill-opacity:.4;stroke:#24b35f}.arc-highlight{fill:#39f;fill-opacity:.4;stroke:#39f}.arc-highlight-stroke{stroke:#39f;stroke-width:5}@keyframes grow-arc-animation{to{fill:#39f;stroke:#39f}}@keyframes shrink-arc-animation{to{fill:none}}.arc-highlight-fade-in{animation:grow-arc-animation .5s ease-in-out 1 forwards}.arc-highlight-fade-out{animation:shrink-arc-animation .2s ease-out 1 forwards}.text{fill:#999;color:#999;font-size:18px;font-family:"ProximaNova-Regular"}.text-variables{fill:#999;color:#999;font-size:18px;font-family:"LMRoman10-BoldItalic",Latin Modern Roman}.text-number{fill:#666;color:#666;font-size:18px;font-family:"LMRoman10-Bold",Latin Modern Roman}.text-highlight{fill:#39f;color:#39f}.text-small{font-size:16px}.text-acute{fill:#8d70d5;color:#8d70d5}.text-obtuse{fill:#24b35f;color:#24b35f}.text-right{fill:#39f;color:#39f}.text-angle{fill:#39f;color:#39f}@keyframes fade-text-in{from{opacity:0}to{opacity:1}}.add-text{animation:fade-text-in .5s ease-in-out 1 forwards}.remove-text{animation:fade-text-in .2s ease-out 1 backwards}.circle{fill:#000}.draggable-circle{opacity:1;fill:#f63;stroke:#930;stroke-width:2}.draggable-circle-desktop{opacity:1;fill:#f63;stroke:#930;stroke-width:2}.draggable-circle-mobile{opacity:1;fill:#f63;stroke:#930;stroke-width:3}.hit-circle{fill:#0f0c0b;stroke:none;opacity:0}.tooltip-container{fill:#f63}.tooltip-text{fill:#fff;font-family:"ProximaNova-Bold";font-size:18px}.arrow-line{fill:none;stroke:#231f20;stroke-width:2;stroke-miterlimit:10}.arrow-polygon{fill:#231f20}.button-background-passive{fill:#e6e6e6}.button-symbol-passive{fill:#666}.button-background-active{fill:#ff8533}.button-symbol-active{fill:#fff}.graph_axis_line_with_arrow{fill:none;stroke:#999;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_axis_marking_line{fill:none;stroke:#999;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.highlighted-graph_axis_marking_line{stroke:#39f;stroke-width:5}.graph-upper-label{fill:#999}.graph-lower-label{fill:#666}.graph_plot_line{fill:none;stroke:#666;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_grid{fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}@keyframes highlight-upper-label-animation{from{fill:#999}to{fill:#39f}}@keyframes undo-highlight-upper-label-animation{from{fill:#39f}to{fill:#999}}.highlight-upper-label{animation:highlight-upper-label-animation .5s ease-in-out 1.3s 1 forwards}.undo-highlight-upper-label{animation:undo-highlight-upper-label-animation .2s ease-out 1 forwards}@keyframes highlight-lower-label-animation{from{fill:#666;opacity:0}to{fill:#39f;opacity:1}}@keyframes undo-highlight-lower-label-animation{from{fill:#39f;opacity:1}to{fill:#666;opacity:0}}.highlight-lower-label{animation:highlight-lower-label-animation .5s ease-in-out 1 forwards}.undo-highlight-lower-label{animation:undo-highlight-lower-label-animation .2s ease-out 1 forwards}@keyframes fadeInGraphLine{to{stroke:#000;stroke-linecap:round;stroke-width:1.7;opacity:1}}@keyframes fadeInAxisLine{to{stroke:#39f;stroke-linecap:round;stroke-width:5}}.graphLine{animation:fadeInGraphLine .5s ease-in-out forwards 1}.axisLine{opacity:1;animation:fadeInAxisLine .5s ease-in-out forwards 1}@keyframes highlight-object-animation{from{fill-opacity:1;fill:#f2f2f2;stroke:#999;stroke-width:2}to{fill-opacity:.4;fill:#39f;stroke:#39f;stroke-width:5}}@keyframes undo-highlight-object-animation{from{fill-opacity:.4;stroke-width:5}to{fill-opacity:1;stroke-width:2}}.highlight-object{animation:highlight-object-animation .5s ease-in-out 1 forwards}.undo-highlight-object{animation:undo-highlight-object-animation .2s ease-out 1 forwards}@keyframes highlight-angle-animation{from{stroke:#999;stroke-width:2}to{stroke:#39f;stroke-width:5}}@keyframes undo-highlight-angle-animation{from{stroke:#39f;stroke-width:5}to{stroke:#999;stroke-width:2}}.highlight-angle{animation:highlight-angle-animation .5s ease-in-out 1 forwards}.undo-highlight-angle{animation:undo-highlight-angle-animation .2s ease-out 1 forwards}@keyframes shrink-fade-highlight-line-animation{from{opacity:1}to{opacity:.4}}.fade-background-shrink-highlight-line{animation:fade-background-animation .5s ease-in-out 1 forwards,shrink-line-animation .5s ease-in-out 1 forwards}:root{--accessible-gray: #767676;--accessible-dark-gray: #707070}@keyframes hide-animation{from{opacity:1}to{opacity:0}}@keyframes unhide-animation{from{opacity:0}to{opacity:1}}.hide{animation:hide-animation .5s ease-in-out 1 forwards}.unhide{animation:unhide-animation .5s ease-in-out 1 forwards}.interactive-hide{animation:hide-animation .2s ease-out 1 forwards}.interactive-unhide{animation:unhide-animation .5s ease-in-out 1 forwards}@keyframes fade-content-animation{from{opacity:1}to{opacity:.4}}@keyframes undo-fade-content-animation{from{opacity:.4}to{opacity:1}}.fade-background{animation:fade-content-animation .5s ease-in-out 1 forwards}.undo-fade-background{animation:undo-fade-content-animation .2s ease-out 1 forwards}.interactive-fade-content{animation:fade-content-animation .5s ease-in-out 1 forwards}.undo-interactive-fade-content{animation:undo-fade-content-animation .2s ease-out 1 forwards}.action_button_down_icon{fill:#fff}.line{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.line_light{fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.polygon{fill:var(--accessible-gray)}.angle_marker{fill:none;stroke:var(--accessible-dark-gray);stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10}.angle_marker_blue{fill:none;stroke:#39f;stroke-width:2;stroke-miterlimit:10}.angle_marker_blue_fill{opacity:.2;fill:#39f}.angle_marker_emphasized{fill:none;stroke:var(--accessible-dark-gray);stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10}.angle_marker_deemphasized{fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_dashed_line{fill:none;stroke:var(--accessible-dark-gray);stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;stroke-dasharray:6}.axis_line_with_single_arrow{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.axis_line_with_arrows{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.axis_marker{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_plot_line_2{fill:none;stroke:#ed706b;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10}.graph_plot_line_emphasised{fill:none;stroke:var(--accessible-dark-gray);stroke-width:3;stroke-linecap:round;stroke-miterlimit:10}.graph_axis{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_grid{fill:none;stroke:#e6e6e6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_grid_line{fill:none;stroke:#e6e6e6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_axis_with_arrow{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_axis_marker{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_grid_primary{fill:none;stroke:#39f;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.graph_grid_secondary{fill:none;stroke:#b755b7;stroke-miterlimit:10}.diagram_outline{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_3D_obj{fill:#ccc;fill-opacity:.7;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_dashed{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:6}.dashed_perpendicular{fill:none;stroke:var(--accessible-gray);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:6}.diagram_outline_emphasized{fill:none;stroke:var(--accessible-dark-gray);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_emphasized_line{fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.diagram_outline_dashed_emphasized{fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:6}.diagram_part_label_arrow{fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_line_with_arrow{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_arrowline_dashed{fill:none;stroke:#bbb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:6}.diagram_angle_marker{fill:none;stroke:var(--accessible-dark-gray);stroke-width:3;stroke-miterlimit:10}.diagram_length_parallel_marker{fill:none;stroke:#ccc;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_length_marker_line{fill:none;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.action_button_icon{fill:var(--accessible-dark-gray)}.diagram_filled_with_outline_primary{fill:#39f;fill-opacity:.2;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_angle_marker_primary{fill:none;stroke:#39f;stroke-width:3;stroke-miterlimit:10}.diagram_angle_marker_secondary{fill:none;stroke:#da51e5;stroke-width:3;stroke-miterlimit:10}.diagram_angle_marker_tertiary{fill:none;stroke:#adbd00;stroke-width:3;stroke-miterlimit:10}.diagram_filled_with_outline_white{fill:#fff;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_highlighted_primary{fill:#39f;fill-opacity:.3;stroke:#39f;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_highlighted_secondary{fill:#da51e5;fill-opacity:.3;stroke:#da51e5;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_highlighted_tertiary{fill:#adbd00;fill-opacity:.3;stroke:#adbd00;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_vector_arrow{fill:none;stroke:#ec008c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_and_grey_fill{fill:#e6e6e6;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_dashed_darker{fill:none;stroke:var(--accessible-dark-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:6}.diagram_outline_highlighted_primary{fill:none;stroke:#39f;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_highlighted_secondary{fill:none;stroke:#da51e5;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_highlighted_tertiary{fill:none;stroke:#adbd00;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_highlighted_incorrect{fill:none;stroke:#e32929;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_highlighted_correct{fill:none;stroke:#5ebf43;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_angle_marker_highlighted_primary{fill:none;stroke:#39f;stroke-width:5;stroke-miterlimit:10}.diagram_angle_marker_highlighted_secondary{fill:none;stroke:#da51e5;stroke-width:5;stroke-miterlimit:10}.diagram_angle_marker_highlighted_tertiary{fill:none;stroke:#adbd00;stroke-width:5;stroke-miterlimit:10}.diagram_angle_marker_highlighted_quaternary{fill:none;stroke:#0dc9bb;stroke-width:5;stroke-miterlimit:10}.diagram_temporary_shape_fill_gray{fill-opacity:.3;fill:var(--accessible-gray)}.diagram_temporary_shape_fill_primary{fill:#39f;opacity:.3}.diagram_temporary_shape_fill_secondary{fill:#da51e5;fill-opacity:.3}.diagram_temporary_shape_fill_tertiary{fill:#adbd00;fill-opacity:.3}.diagram_temporary_shape_fill_quaternary{fill:#0dc9bb;fill-opacity:.3}.diagram_temporary_shape_fill_correct{opacity:.3;fill:#5ebf43}.diagram_outline_with_fill_obj_1{fill:#ccc;fill-opacity:.3;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_with_fill_obj_2{fill:#19abac;fill-opacity:.3;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_with_fill_obj_3{fill:#714ea0;fill-opacity:.3;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_with_fill_obj_4{fill:#9e6500;fill-opacity:.4;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_with_fill_obj_5{fill:#f66;fill-opacity:.4;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_outline_with_fill_obj_6{fill:#fff;stroke:var(--accessible-gray);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.diagram_fill_obj_1{fill:#ccc;fill-opacity:.3}.diagram_fill_obj_2{fill:#19abac;fill-opacity:.3}.diagram_fill_obj_3{fill:#7b36cc;fill-opacity:.3}.diagram_fill_obj_4{fill:#9e6500;fill-opacity:.4}.diagram_fill_obj_5{fill:#f66;fill-opacity:.4}.diagram_bg{fill:#efefef}.typography_horizontal_line{fill:none;stroke:#cbcbcb;stroke-miterlimit:10}.point-side-placeholder-text{font-family:"LMRoman10-BoldItalic";font-size:21px;fill:var(--accessible-gray);color:var(--accessible-gray);line-height:32px}.angle-measure-text{font-family:"LMRoman10-Bold";font-size:21px;fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);line-height:32px}.diagram-part-text{font-family:"Proxima Nova";font-size:21px;fill:var(--accessible-gray);color:var(--accessible-gray);line-height:32px}.point_highlighted_correct{fill:#5ebf43}.graph_curve_line{fill:none;stroke:#5ebe43;stroke-width:2;stroke-miterlimit:10}.point_highlighted_primary{fill:#39f}.math-symbols-text{font-family:"LatinModernMath-Regular";font-size:21px;fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);line-height:32px}.caption-text-title{font-weight:bold}.label-subheading{font-family:"ProximaNova";font-style:normal;font-weight:700;font-size:18px}.label-subheading-2{fill:#d30505;color:#d30505;font-family:"CK12LatinModern";font-size:21px;font-weight:bold;font-style:italic}.label-primary-alphabets{font-family:"CK12LatinModern";fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);font-weight:bold;font-style:italic;font-size:18px}.label-primary-numerals{font-family:"CK12LatinModern";fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);font-weight:bold;font-size:18px}.label-primary-symbols{font-family:"CK12LatinModern";fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);font-weight:none;font-size:18px}.label-secondary-numerals{font-family:"CK12LatinModern";fill:var(--accessible-gray);color:var(--accessible-gray);font-weight:bold;font-size:18px}.label-secondary-symbols{font-family:"CK12LatinModern";fill:var(--accessible-gray);color:var(--accessible-gray);font-weight:none;font-size:18px}.label-secondary-alphabets{font-family:"CK12LatinModern";fill:var(--accessible-gray);color:var(--accessible-gray);font-weight:bold;font-style:italic;font-size:18px}.label-diagram-part{font-family:"ProximaNova";fill:var(--accessible-gray);color:var(--accessible-gray);font-size:18px}.label-diagram-part-small{font-family:"ProximaNova";fill:var(--accessible-gray);color:var(--accessible-gray);font-size:14px}.label-diagram-part-number{font-family:"ProximaNova";font-weight:bold;fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);font-size:18px}.label-diagram-part-number-inverted{font-family:"ProximaNova";font-weight:bold;fill:#fff;color:#fff;font-size:18px}.label-diagram-footer-numerals{font-family:"CK12LatinModern";fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);font-weight:bold;font-size:21px}.label-diagram-footer-symbols{font-family:"CK12LatinModern";fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);font-weight:none;font-size:21px}.label-diagram-footer-alphabets{font-family:"CK12LatinModern";fill:var(--accessible-dark-gray);color:var(--accessible-dark-gray);font-weight:bold;font-style:italic;font-size:21px}.label-graph-axis-numerals{font-family:"CK12LatinModern";fill:var(--accessible-gray);color:var(--accessible-gray);font-weight:bold;font-size:14px}.label-graph-axis-symbols{font-family:"CK12LatinModern";fill:var(--accessible-gray);color:var(--accessible-gray);font-weight:none;font-size:14px}.label-graph-axis-alphabets{font-family:"CK12LatinModern";fill:var(--accessible-gray);color:var(--accessible-gray);font-weight:bold;font-style:italic;font-size:14px}.black-line{stroke:#000}.highlight-line{stroke:#39f;stroke-width:5;opacity:1}.highlight-line-secondary{stroke:#da51e5;stroke-width:5;opacity:1}.highlight-line-tertiary{stroke:#adbd00;stroke-width:5;opacity:1}.highlight-line-quaternary{stroke:#0dc9bb;stroke-width:5;opacity:1}.black-stroke{stroke:#000}.black-fill{fill:#000}@keyframes emphasized-line-animation{to{stroke:#000}}.emphasized-line{animation:emphasized-line-animation .5s ease-in-out 1 forwards}.default-angle{fill:#39f;fill-opacity:.4;stroke:#39f;stroke-width:5}.obtuse-angle{fill:#da51e5;fill-opacity:.4;stroke:#da51e5;stroke-width:5}.alt-angle{fill:#adbd00;fill-opacity:.4;stroke:#adbd00;stroke-width:5}.alt-angle-2{fill:#0dc9bb;fill-opacity:.4;stroke:#0dc9bb;stroke-width:5}.highlight-stroke{stroke:#39f}.highlight-fill{fill:#39f}.secondary-highlight-stroke{stroke:#da51e5}.secondary-highlight-fill{fill:#da51e5}.text-emphasized{fill:#000;color:#000}.text-highlight{fill:#39f;color:#39f}.text-highlight-secondary{fill:#da51e5;color:#da51e5}.no-fill{fill:none}.no-stroke{stroke:none}@keyframes ASV1-grow-highlight-line-animation{from{stroke:var(--accessible-gray);stroke-width:2}to{stroke:#39f;stroke-width:5}}@keyframes ASV1-shrink-highlight-line-animation{from{stroke:#39f;stroke-width:5}to{stroke:var(--accessible-gray);stroke-width:2}}@keyframes ASV1-grow-highlight-line-secondary-animation{from{stroke:var(--accessible-gray);stroke-width:2}to{stroke:#da51e5;stroke-width:5}}@keyframes ASV1-shrink-highlight-line-secondary-animation{from{stroke:#da51e5;stroke-width:5}to{stroke:var(--accessible-gray);stroke-width:2}}@keyframes ASV1-grow-highlight-line-tertiary-animation{from{stroke:var(--accessible-gray);stroke-width:2}to{stroke:#adbd00;stroke-width:5}}@keyframes ASV1-shrink-highlight-line-tertiary-animation{from{stroke:#adbd00;stroke-width:5}to{stroke:var(--accessible-gray);stroke-width:2}}.ASV1-growHighlightLineAB{animation:ASV1-grow-highlight-line-animation .3s ease-in-out 1 forwards}.ASV1-shrinkHighlightLineAB{animation:ASV1-shrink-highlight-line-animation .3s ease-out 1 forwards}.ASV1-growHighlightLineABSecondary{animation:ASV1-grow-highlight-line-secondary-animation .3s ease-in-out 1 forwards}.ASV1-shrinkHighlightLineABSecondary{animation:ASV1-shrink-highlight-line-secondary-animation .3s ease-out 1 forwards}.ASV1-growHighlightLineABTertiary{animation:ASV1-grow-highlight-line-tertiary-animation .3s ease-in-out 1 forwards}.ASV1-shrinkHighlightLineABTertiary{animation:ASV1-shrink-highlight-line-tertiary-animation .3s ease-out 1 forwards}.ASV1-growHighlightLinePerpendicular{animation:ASV1-grow-highlight-line-animation .5s ease-in-out 1 forwards}.ASV1-shrinkHighlightLinePerpendicular{animation:ASV1-ASV1-shrink-highlight-line-animation .3s ease-out 1 forwards}.ASV1-growHighlightLinePerpendicularSecondary{animation:ASV1-grow-highlight-line-secondary-animation .5s ease-in-out 1 forwards}.ASV1-shrinkHighlightLinePerpendicularSecondary{animation:ASV1-shrink-highlight-line-secondary-animation .3s ease-out 1 forwards}.ASV1-growHighlightLineShape{animation:ASV1-grow-highlight-line-animation 1s ease-in-out 1 forwards}.ASV1-shrinkHighlightLineShape{animation:ASV1-shrink-highlight-line-animation .3s ease-out 1 forwards}@keyframes ASV1-highlight-line-animation-angle-abc{from{stroke:var(--accessible-gray)}to{stroke:#39f}}@keyframes ASV1-dehighlight-line-animation-angle-abc{from{stroke:#39f}to{stroke:var(--accessible-gray)}}.ASV1-highlightLineAngleABC{animation:ASV1-highlight-line-animation-angle-abc .5s ease-in-out 1 forwards}.ASV1-dehighlightLineAngleABC{animation:ASV1-dehighlight-line-animation-angle-abc .3s ease-out 1 forwards}@keyframes ASV1-angle-marker-hide-animation{from{opacity:1}to{opacity:0}}@keyframes ASV1-angle-marker-unhide-animation{from{opacity:0}to{opacity:1}}.ASV1-angleMarkerHide{animation:ASV1-angle-marker-hide-animation .5s ease-out 1 forwards}.ASV1-angleMarkerUnhide{animation:ASV1-angle-marker-unhide-animation .3s ease-in-out 1 forwards}.ASV1-shapeHide{animation:ASV1-angle-marker-hide-animation 1s ease-out 1 forwards}.ASV1-shapeUnhide{animation:ASV1-angle-marker-unhide-animation .3s ease-in-out 1 forwards}@keyframes ASV1-emphasized-line-animation{to{stroke:#000}}.ASV1-hatchMarkEmphasized{animation:ASV1-emphasized-line-animation .5s ease-in-out 1 forwards}.ASV1-featherMarkEmphasized{animation:ASV1-emphasized-line-animation .5s ease-in-out 1 forwards}@keyframes ASV1-fade-content-animation{from{opacity:1}to{opacity:.4}}@keyframes ASV1-undo-fade-content-animation{from{opacity:.4}to{opacity:1}}.ASV1-interactiveFade{animation:ASV1-fade-content-animation .3s ease-in-out 1 forwards}.ASV1-interactiveUnfade{animation:ASV1-undo-fade-content-animation .3s ease-out 1 forwards}.animation-progress-line{stroke:#39f;stroke-width:3;opacity:1;stroke-linecap:square;stroke-linejoin:square}.lottie-side-line{stroke:#ccc;stroke-width:4;opacity:1;stroke-linecap:square;stroke-linejoin:square}.lottie-svg-override{transform:none !important;height:auto !important;padding:0px !important}.lottie-html-override{transform:none !important;position:relative !important}.SP-rect{fill-opacity:0}.SP-rect:hover{cursor:pointer}.mathJax-smartPhrase-inactive{font-weight:bold;color:#39f !important;fill:#39f !important;text-decoration:none}.mathJax-smartPhrase-active{font-weight:bold;color:#fff !important;fill:#fff !important;text-decoration:none}.draggable-circle-desktop{opacity:1;fill:#f63;stroke:#930;stroke-width:2}.draggable-circle-mobile{opacity:1;fill:#f63;stroke:#930;stroke-width:3}.hit-circle{fill:#0f0c0b;stroke:none;opacity:0}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.unselectable-element{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}text{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.skip-to-next-button text{fill:none;font-family:none;font-size:none;font-weight:bold}.skip-to-next-button text.disabled{opacity:.8}.skip-to-next-button .background{stroke-width:0}.skip-to-next-button .background.normal{fill:#e6e6e6;stroke:#fff}.skip-to-next-button .background.normal.disabled{opacity:.4}.skip-to-next-button .background.normal-down{fill:#39f;stroke:#fff}.skip-to-next-button .background.normal-down.disabled{opacity:.4}.skip-to-next-button .background.active{fill:#e6e6e6;stroke:#fff}.skip-to-next-button .background.active.disabled{opacity:.4}.skip-to-next-button .background.active-down{fill:#39f;stroke:#fff}.skip-to-next-button .background.active-down.disabled{opacity:.4}.skip-to-next-button .foreground{stroke-width:0}.skip-to-next-button .foreground.normal{fill:var(--accessible-dark-gray);stroke:#e6e6e6}.skip-to-next-button .foreground.normal.disabled{opacity:.8}.skip-to-next-button .foreground.normal-down{fill:#fff;stroke:#39f}.skip-to-next-button .foreground.normal-down.disabled{opacity:.8}.skip-to-next-button .foreground.active{fill:var(--accessible-dark-gray);stroke:#fff;border-width:0}.skip-to-next-button .foreground.active.disabled{opacity:.8}.skip-to-next-button .foreground.active-down{fill:#fff;stroke:#fff}.skip-to-next-button .foreground.active-down.disabled{opacity:.8}.reset-button text{fill:none;font-family:none;font-size:none;font-weight:bold}.reset-button text.disabled{opacity:.8}.reset-button .background{stroke-width:0}.reset-button .background.normal{fill:#e6e6e6;stroke:#fff}.reset-button .background.normal.disabled{opacity:.4}.reset-button .background.normal-down{fill:#f63;stroke:#fff}.reset-button .background.normal-down.disabled{opacity:.4}.reset-button .background.active{fill:#e6e6e6;stroke:#fff}.reset-button .background.active.disabled{opacity:.4}.reset-button .background.active-down{fill:#f63;stroke:#fff}.reset-button .background.active-down.disabled{opacity:.4}.reset-button .foreground{stroke-width:0}.reset-button .foreground.normal{fill:var(--accessible-dark-gray);stroke:#e6e6e6}.reset-button .foreground.normal.disabled{opacity:.8}.reset-button .foreground.normal-down{fill:#fff;stroke:#f63}.reset-button .foreground.normal-down.disabled{opacity:.8}.reset-button .foreground.active{fill:var(--accessible-dark-gray);stroke:#fff;border-width:0}.reset-button .foreground.active.disabled{opacity:.8}.reset-button .foreground.active-down{fill:#fff;stroke:#fff}.reset-button .foreground.active-down.disabled{opacity:.8}.interactivity-button text{fill:none;font-family:none;font-size:none;font-weight:bold}.interactivity-button text.disabled{opacity:.8}.interactivity-button .background{stroke-width:0}.interactivity-button .background.normal{fill:#39f;stroke:#fff}.interactivity-button .background.normal.disabled{opacity:.4}.interactivity-button .background.normal-down{fill:#39f;stroke:#fff}.interactivity-button .background.normal-down.disabled{opacity:.4}.interactivity-button .background.active{fill:#f63;stroke:#fff}.interactivity-button .background.active.disabled{opacity:.4}.interactivity-button .background.active-down{fill:#f63;stroke:#fff}.interactivity-button .background.active-down.disabled{opacity:.4}.interactivity-button .foreground{stroke-width:0}.interactivity-button .foreground.normal{fill:#fff;stroke:#e6e6e6}.interactivity-button .foreground.normal.disabled{opacity:.8}.interactivity-button .foreground.normal-down{fill:#fff;stroke:#e6e6e6}.interactivity-button .foreground.normal-down.disabled{opacity:.8}.interactivity-button .foreground.active{fill:#fff;stroke:#39f;border-width:0}.interactivity-button .foreground.active.disabled{opacity:.8}.interactivity-button .foreground.active-down{fill:#fff;stroke:#39f}.interactivity-button .foreground.active-down.disabled{opacity:.8}.checkbox-button text{fill:var(--accessible-dark-gray);font-family:"ProximaNova";font-size:18px;font-weight:bold}.checkbox-button text.disabled{opacity:.4}.checkbox-button .background{stroke-width:2}.checkbox-button .background.normal{fill:#fff;stroke:#19abac}.checkbox-button .background.normal.disabled{opacity:.4}.checkbox-button .background.normal-down{fill:#fff;stroke:#0c776f}.checkbox-button .background.normal-down.disabled{opacity:.4}.checkbox-button .background.active{fill:#fff;stroke:#19abac}.checkbox-button .background.active.disabled{opacity:.4}.checkbox-button .background.active-down{fill:#fff;stroke:#0c776f}.checkbox-button .background.active-down.disabled{opacity:.4}.checkbox-button .foreground{stroke-width:0}.checkbox-button .foreground.normal{fill:#fff;stroke:#fff}.checkbox-button .foreground.normal.disabled{opacity:.4}.checkbox-button .foreground.normal-down{fill:#fff;stroke:#fff}.checkbox-button .foreground.normal-down.disabled{opacity:.4}.checkbox-button .foreground.active{fill:#19abac;stroke:#fff;border-width:0}.checkbox-button .foreground.active.disabled{opacity:.4}.checkbox-button .foreground.active-down{fill:#0c776f;stroke:#fff}.checkbox-button .foreground.active-down.disabled{opacity:.4}.radio-button text{fill:var(--accessible-dark-gray);font-family:"ProximaNova";font-size:18px;font-weight:bold}.radio-button text.disabled{opacity:.4}.radio-button .background{stroke-width:2}.radio-button .background.normal{fill:#fff;stroke:#19abac}.radio-button .background.normal.disabled{opacity:.4}.radio-button .background.normal-down{fill:#fff;stroke:#0c776f}.radio-button .background.normal-down.disabled{opacity:.4}.radio-button .background.active{fill:#fff;stroke:#19abac}.radio-button .background.active.disabled{opacity:.4}.radio-button .background.active-down{fill:#fff;stroke:#0c776f}.radio-button .background.active-down.disabled{opacity:.4}.radio-button .foreground{stroke-width:0}.radio-button .foreground.normal{fill:#fff;stroke:#fff}.radio-button .foreground.normal.disabled{opacity:.4}.radio-button .foreground.normal-down{fill:#fff;stroke:#fff}.radio-button .foreground.normal-down.disabled{opacity:.4}.radio-button .foreground.active{fill:#19abac;stroke:#fff;border-width:0}.radio-button .foreground.active.disabled{opacity:.4}.radio-button .foreground.active-down{fill:#0c776f;stroke:#fff}.radio-button .foreground.active-down.disabled{opacity:.4}.plus-button text,.minus-button text{fill:none;font-family:none;font-size:none;font-weight:bold}.plus-button text.disabled,.minus-button text.disabled{opacity:.8}.plus-button .background,.minus-button .background{stroke-width:0}.plus-button .background.normal,.minus-button .background.normal{fill:#e6e6e6;stroke:#fff}.plus-button .background.normal.disabled,.minus-button .background.normal.disabled{opacity:.4}.plus-button .background.normal-down,.minus-button .background.normal-down{fill:#ff8533;stroke:#fff}.plus-button .background.normal-down.disabled,.minus-button .background.normal-down.disabled{opacity:.4}.plus-button .background.active,.minus-button .background.active{fill:#e6e6e6;stroke:#fff}.plus-button .background.active.disabled,.minus-button .background.active.disabled{opacity:.4}.plus-button .background.active-down,.minus-button .background.active-down{fill:#ff8533;stroke:#fff}.plus-button .background.active-down.disabled,.minus-button .background.active-down.disabled{opacity:.4}.plus-button .foreground,.minus-button .foreground{stroke-width:0}.plus-button .foreground.normal,.minus-button .foreground.normal{fill:var(--accessible-dark-gray);stroke:#e6e6e6}.plus-button .foreground.normal.disabled,.minus-button .foreground.normal.disabled{opacity:.8}.plus-button .foreground.normal-down,.minus-button .foreground.normal-down{fill:#fff;stroke:var(--accessible-dark-gray)}.plus-button .foreground.normal-down.disabled,.minus-button .foreground.normal-down.disabled{opacity:.8}.plus-button .foreground.active,.minus-button .foreground.active{fill:var(--accessible-dark-gray);stroke:#fff;border-width:0}.plus-button .foreground.active.disabled,.minus-button .foreground.active.disabled{opacity:.8}.plus-button .foreground.active-down,.minus-button .foreground.active-down{fill:#fff;stroke:#fff}.plus-button .foreground.active-down.disabled,.minus-button .foreground.active-down.disabled{opacity:.8}.label-button text,.plus-with-label-button text,.minus-with-label-button text{fill:#fff;font-family:"ProximaNova";font-size:18px;font-weight:bold}.label-button text.disabled,.plus-with-label-button text.disabled,.minus-with-label-button text.disabled{opacity:.8}.label-button .background,.plus-with-label-button .background,.minus-with-label-button .background{stroke-width:0}.label-button .background.normal,.plus-with-label-button .background.normal,.minus-with-label-button .background.normal{fill:#19abac;stroke:#19abac}.label-button .background.normal.disabled,.plus-with-label-button .background.normal.disabled,.minus-with-label-button .background.normal.disabled{opacity:.4}.label-button .background.normal-down,.plus-with-label-button .background.normal-down,.minus-with-label-button .background.normal-down{fill:#0c776f;stroke:#0c776f}.label-button .background.normal-down.disabled,.plus-with-label-button .background.normal-down.disabled,.minus-with-label-button .background.normal-down.disabled{opacity:.4}.label-button .background.active,.plus-with-label-button .background.active,.minus-with-label-button .background.active{fill:#19abac;stroke:#19abac}.label-button .background.active.disabled,.plus-with-label-button .background.active.disabled,.minus-with-label-button .background.active.disabled{opacity:.4}.label-button .background.active-down,.plus-with-label-button .background.active-down,.minus-with-label-button .background.active-down{fill:#0c776f;stroke:#0c776f}.label-button .background.active-down.disabled,.plus-with-label-button .background.active-down.disabled,.minus-with-label-button .background.active-down.disabled{opacity:.4}.label-button .foreground,.plus-with-label-button .foreground,.minus-with-label-button .foreground{stroke-width:0}.label-button .foreground.normal,.plus-with-label-button .foreground.normal,.minus-with-label-button .foreground.normal{fill:#fff;stroke:#fff}.label-button .foreground.normal.disabled,.plus-with-label-button .foreground.normal.disabled,.minus-with-label-button .foreground.normal.disabled{opacity:.8}.label-button .foreground.normal-down,.plus-with-label-button .foreground.normal-down,.minus-with-label-button .foreground.normal-down{fill:#fff;stroke:#fff}.label-button .foreground.normal-down.disabled,.plus-with-label-button .foreground.normal-down.disabled,.minus-with-label-button .foreground.normal-down.disabled{opacity:.8}.label-button .foreground.active,.plus-with-label-button .foreground.active,.minus-with-label-button .foreground.active{fill:#fff;stroke:#fff;border-width:0}.label-button .foreground.active.disabled,.plus-with-label-button .foreground.active.disabled,.minus-with-label-button .foreground.active.disabled{opacity:.8}.label-button .foreground.active-down,.plus-with-label-button .foreground.active-down,.minus-with-label-button .foreground.active-down{fill:#fff;stroke:#fff}.label-button .foreground.active-down.disabled,.plus-with-label-button .foreground.active-down.disabled,.minus-with-label-button .foreground.active-down.disabled{opacity:.8}.play-button text,.rewind-button text{fill:none;font-family:none;font-size:none;font-weight:bold}.play-button text.disabled,.rewind-button text.disabled{opacity:.8}.play-button .background,.rewind-button .background{stroke-width:2}.play-button .background.normal,.rewind-button .background.normal{fill:#e6e6e6;stroke:#fff}.play-button .background.normal.disabled,.rewind-button .background.normal.disabled{opacity:.4}.play-button .background.normal-down,.rewind-button .background.normal-down{fill:#39f;stroke:#fff}.play-button .background.normal-down.disabled,.rewind-button .background.normal-down.disabled{opacity:.4}.play-button .background.active,.rewind-button .background.active{fill:#e6e6e6;stroke:#fff}.play-button .background.active.disabled,.rewind-button .background.active.disabled{opacity:.4}.play-button .background.active-down,.rewind-button .background.active-down{fill:#39f;stroke:#fff}.play-button .background.active-down.disabled,.rewind-button .background.active-down.disabled{opacity:.4}.play-button .foreground,.rewind-button .foreground{stroke-width:0}.play-button .foreground.normal,.rewind-button .foreground.normal{fill:var(--accessible-dark-gray);stroke:#e6e6e6}.play-button .foreground.normal.disabled,.rewind-button .foreground.normal.disabled{opacity:.8}.play-button .foreground.normal-down,.rewind-button .foreground.normal-down{fill:#fff;stroke:var(--accessible-dark-gray)}.play-button .foreground.normal-down.disabled,.rewind-button .foreground.normal-down.disabled{opacity:.8}.play-button .foreground.active,.rewind-button .foreground.active{fill:var(--accessible-dark-gray);stroke:#fff;border-width:0}.play-button .foreground.active.disabled,.rewind-button .foreground.active.disabled{opacity:.8}.play-button .foreground.active-down,.rewind-button .foreground.active-down{fill:#fff;stroke:#fff}.play-button .foreground.active-down.disabled,.rewind-button .foreground.active-down.disabled{opacity:.8}.pause-button text{fill:none;font-family:none;font-size:none;font-weight:bold}.pause-button text.disabled{opacity:.8}.pause-button .background{stroke-width:2}.pause-button .background.normal{fill:#39f;stroke:#fff}.pause-button .background.normal.disabled{opacity:.4}.pause-button .background.normal-down{fill:#175aa0;stroke:#fff}.pause-button .background.normal-down.disabled{opacity:.4}.pause-button .background.active{fill:#39f;stroke:#fff}.pause-button .background.active.disabled{opacity:.4}.pause-button .background.active-down{fill:#175aa0;stroke:#fff}.pause-button .background.active-down.disabled{opacity:.4}.pause-button .foreground{stroke-width:0}.pause-button .foreground.normal{fill:#fff;stroke:#e6e6e6}.pause-button .foreground.normal.disabled{opacity:.8}.pause-button .foreground.normal-down{fill:#fff;stroke:var(--accessible-dark-gray)}.pause-button .foreground.normal-down.disabled{opacity:.8}.pause-button .foreground.active{fill:#fff;stroke:#fff;border-width:0}.pause-button .foreground.active.disabled{opacity:.8}.pause-button .foreground.active-down{fill:#fff;stroke:#fff}.pause-button .foreground.active-down.disabled{opacity:.8}
</pre></body></html>