@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:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.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--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;
}

.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__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;
}

.grow-from-left-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 0;transform-origin:0 0;transition:-webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8), -webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8)}.grow-from-left-enter.grow-from-left-enter-active{-webkit-transform:scale(1);transform:scale(1)}.grow-from-left-leave{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 0;transform-origin:0 0;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out, -webkit-transform .15s ease-out}.grow-from-left-leave.grow-from-left-leave-active{-webkit-transform:scale(0);transform:scale(0)}.grow-from-right-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;transition:-webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8), -webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8)}.grow-from-right-enter.grow-from-right-enter-active{-webkit-transform:scale(1);transform:scale(1)}.grow-from-right-leave{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out, -webkit-transform .15s ease-out}.grow-from-right-leave.grow-from-right-leave-active{-webkit-transform:scale(0);transform:scale(0)}.grow-from-center-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;transition:-webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8), -webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8)}.grow-from-center-enter.grow-from-center-enter-active{-webkit-transform:scale(1);transform:scale(1)}.grow-from-center-leave{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out, -webkit-transform .15s ease-out}.grow-from-center-leave.grow-from-center-leave-active{-webkit-transform:scale(0);transform:scale(0)}.grow-from-up-left-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 100%;transform-origin:0 100%;transition:-webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8), -webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8)}.grow-from-up-left-enter.grow-from-up-left-enter-active{-webkit-transform:scale(1);transform:scale(1)}.grow-from-up-left-leave{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 100%;transform-origin:0 100%;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out, -webkit-transform .15s ease-out}.grow-from-up-left-leave.grow-from-up-left-leave-active{-webkit-transform:scale(0);transform:scale(0)}.grow-from-up-center-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;transition:-webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8), -webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8)}.grow-from-up-center-enter.grow-from-up-center-enter-active{-webkit-transform:scale(1);transform:scale(1)}.grow-from-up-center-leave{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out, -webkit-transform .15s ease-out}.grow-from-up-center-leave.grow-from-up-center-leave-active{-webkit-transform:scale(0);transform:scale(0)}.grow-from-up-right-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;transition:-webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8);transition:transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8), -webkit-transform .15s cubic-bezier(0.5, 1.8, 0.9, 0.8)}.grow-from-up-right-enter.grow-from-up-right-enter-active{-webkit-transform:scale(1);transform:scale(1)}.grow-from-up-right-leave{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out, -webkit-transform .15s ease-out}.grow-from-up-right-leave.grow-from-up-right-leave-active{-webkit-transform:scale(0);transform:scale(0)}.dd-menu{display:inline-block;position:relative}.dd-menu.dd-menu-center .dd-menu-items{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.dd-menu.dd-menu-left .dd-menu-items{left:0}.dd-menu.dd-menu-left .dd-menu-items [class^='nested-']:not(.nested-reverse)>span{right:100%;padding-right:.5em}.dd-menu.dd-menu-left .dd-menu-items .nested-reverse>span{left:100%;padding-left:.5em}.dd-menu.dd-menu-left.dd-menu-inverse .dd-menu-items [class^='nested-']:not(.nested-reverse)>span{right:100%;padding-right:.3em}.dd-menu.dd-menu-left.dd-menu-inverse .dd-menu-items .nested-reverse>span{left:100%;padding-left:.3em}.dd-menu.dd-menu-right .dd-menu-items{right:0}.dd-menu.dd-menu-right .dd-menu-items [class^='nested-']:not(.nested-reverse)>span{left:100%;padding-left:.5em}.dd-menu.dd-menu-right .dd-menu-items .nested-reverse>span{right:100%;padding-right:.5em}.dd-menu.dd-menu-right.dd-menu-inverse .dd-menu-items [class^='nested-']:not(.nested-reverse)>span{left:100%;padding-left:.3em}.dd-menu.dd-menu-right.dd-menu-inverse .dd-menu-items .nested-reverse>span{right:100%;padding-right:.3em}.dd-menu.dd-menu-sm .dd-menu-items{width:150px}.dd-menu.dd-menu-md .dd-menu-items{width:300px}.dd-menu.dd-menu-lg .dd-menu-items{width:450px}.dd-menu.dd-menu-xl .dd-menu-items{width:600px}.dd-menu .dd-menu-items{position:absolute;z-index:7;margin:0.5em 0 0 0}.dd-menu .dd-menu-items.dd-items-upwards{bottom:100%;margin:0 0 0.5em}.dd-menu .dd-menu-items ul,.dd-menu .dd-menu-items ol{list-style:none;padding:0;margin:0;color:#000;background-color:#fefefe;box-shadow:0 0 4px rgba(0,0,0,0.15),0 2px 4px rgba(0,0,0,0.29)}.dd-menu .dd-menu-items ul.dd-items-right li>*,.dd-menu .dd-menu-items ol.dd-items-right li>*{text-align:right}.dd-menu .dd-menu-items ul.dd-items-left li>*,.dd-menu .dd-menu-items ol.dd-items-left li>*{text-align:left}.dd-menu .dd-menu-items ul.dd-items-center li>*,.dd-menu .dd-menu-items ol.dd-items-center li>*{text-align:center}.dd-menu .dd-menu-items ul li:hover:not([role="separator"]):not(.separator),.dd-menu .dd-menu-items ul li>*:focus,.dd-menu .dd-menu-items ol li:hover:not([role="separator"]):not(.separator),.dd-menu .dd-menu-items ol li>*:focus{color:#000;background-color:#bdc3c7;outline:none}.dd-menu .dd-menu-items ul li>*:not(.dd-item-ignore),.dd-menu .dd-menu-items ol li>*:not(.dd-item-ignore){display:block;width:auto;min-width:100%;padding:1em 1.5em;font-family:Roboto,sans-serif;white-space:pre;color:inherit;text-decoration:none;font-size:inherit}.dd-menu .dd-menu-items ul li>button,.dd-menu .dd-menu-items ol li>button{border:none;background:transparent}.dd-menu.dd-menu-inverse .dd-menu-items ul,.dd-menu.dd-menu-inverse .dd-menu-items ol{color:#fff;background-color:#2c3e50}.dd-menu.dd-menu-inverse .dd-menu-items ul li:hover:not([role="separator"]):not(.separator),.dd-menu.dd-menu-inverse .dd-menu-items ul li>*:focus,.dd-menu.dd-menu-inverse .dd-menu-items ol li:hover:not([role="separator"]):not(.separator),.dd-menu.dd-menu-inverse .dd-menu-items ol li>*:focus{color:#fff;background-color:#34495e}.dd-menu.dd-menu-inverse [role="separator"],.dd-menu.dd-menu-inverse .separator{background-color:#45595e}.dd-menu [role="separator"],.dd-menu .separator{content:'';display:block;height:2px;background-color:rgba(0,0,0,0.15);margin:.5em 0 .5em 0}.dd-menu .dd-items-upwards li.nested-dd-menu>span{bottom:0;top:initial}.dd-menu li.nested-dd-menu{position:relative}.dd-menu li.nested-dd-menu>span{position:absolute;top:0}
.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1);}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent;}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline-width:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible;}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-webkit-box-flex:99999;-ms-flex:99999 1 auto;flex:99999 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05);}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02);}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity;}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);transition:all .1s ease;cursor:pointer;outline-width:0;}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block;}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none;}.ReactTable .-loading > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all;}.ReactTable .-loading.-active > div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */*,*:before,*:after{box-sizing:inherit}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:"Open Sans",Calibri,Tahoma,sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body{color:#252525}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{margin-top:20px}h1+h2{margin-top:40px}h2+h3,h3+h4,h4+h5,h5+h6{margin-top:6px}header{margin-bottom:20px}header h1+.subtitle{margin-top:34px}aside h1{font-size:1.25rem}aside h2{font-size:1.1rem}aside h3{font-size:1rem}aside h4,aside h5,aside h6{font-size:.8rem}table{width:100%;max-width:100%;margin-bottom:35px;border-collapse:collapse}table th,table td{padding:8px;line-height:1.42857143;vertical-align:top;text-align:left}table thead th{vertical-align:bottom;border-top:0px none}a{color:#047a9c;text-decoration:underline}a:hover,a:active,a:focus,a.active{color:#005a70;text-decoration:none}abbr,abbr[title]{text-decoration:none}ins:before{content:"+"}ins:after{content:"+"}mark{background:#ffb81c}small{font-size:0.8571428571rem;line-height:1.1428571429rem}sub,sup{font-size:90%}sub{top:.2rem}sup{top:-0.2rem}pre{max-width:100%;overflow-x:auto}pre,code,kbd{font-family:Monaco,"Lucida Console",monospace}@font-face{font-family:"Open Sans";src:url("/fonts/opensans-light.woff2") format("woff2"),url("/fonts/opensans-light.woff") format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Open Sans";src:url("/fonts/opensans-lightitalic.woff2") format("woff2"),url("/fonts/opensans-lightitalic.woff") format("woff");font-weight:100;font-style:italic}@font-face{font-family:"Open Sans";src:url("/fonts/opensans-regular.woff2") format("woff2"),url("/fonts/opensans-regular.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Open Sans";src:url("/fonts/opensans-italic.woff2") format("woff2"),url("/fonts/opensans-italic.woff") format("woff");font-weight:normal;font-style:italic}@font-face{font-family:"Open Sans";src:url("/fonts/opensans-semibold.woff2") format("woff2"),url("/fonts/opensans-semibold.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Open Sans";src:url("/fonts/opensans-semibolditalic.woff2") format("woff2"),url("/fonts/opensans-semibolditalic.woff") format("woff");font-weight:600;font-style:italic}html,.pe-base-fontsize{font-size:0.875rem}body,.pe-fontstack{font-family:"Open Sans",Calibri,Tahoma,sans-serif}.pe-copy{font-size:1rem;line-height:1.5714285714rem;color:#252525}.pe-copy--secondary,.pe-label--secondary{color:#6a7070}.pe-copy--small{font-size:0.8571428571rem;line-height:1.4285714286rem;color:#252525}.pe-copy--large,.pe-heading-level6,h6,header h5+.subtitle{font-size:1.1428571429rem;line-height:1.7142857143rem;color:#252525}.pe-paragraph,p{font-size:1rem;line-height:1.5714285714rem;margin-bottom:0.8571428571rem;margin-top:0;color:#252525}.pe-paragraph--last{margin-bottom:0;color:#252525}.pe-lead{font-size:1.4285714286rem;line-height:2rem;font-weight:lighter;color:#252525}.pe-page-title{font-size:2.7142857143rem;line-height:3.7142857143rem;font-weight:lighter;color:#252525}.pe-page-title--small,.pe-heading-level1,h1{font-size:2rem;line-height:2.7142857143rem;font-weight:lighter;color:#252525}.pe-title,.pe-heading-level4,h4,header h3+.subtitle,.pe-heading-level3,h3,header h2+.subtitle{font-size:1.4285714286rem;line-height:1.8571428571rem;font-weight:normal;color:#252525}.pe-title--small,.pe-heading-level5,h5,header h4+.subtitle{font-size:1.2857142857rem;line-height:1.5714285714rem;font-weight:normal;color:#252525}.pe-title--large,.pe-heading-level2,h2,header h1+.subtitle{font-size:1.7142857143rem;line-height:2rem;font-weight:normal;color:#252525}.pe-page-title--secondary,.pe-title--secondary{color:#6a7070}.pe-label{font-size:1rem;line-height:1.2857142857rem}.pe-label.pe-label--inverse{color:#fff}.pe-label--secondary.pe-label--inverse{color:#f5f5f5}.pe-label--small{font-size:0.8571428571rem;line-height:1.1428571429rem}.pe-label--large{font-size:1.1428571429rem;line-height:1.4285714286rem}.pe-label--bold,.pe-bold{font-weight:600}.pe-list{margin:12px 0;padding-left:1.8571428571rem}.pe-list li{font-size:1rem;line-height:1.5714285714rem;margin-bottom:0.8571428571rem;margin-bottom:0.4285714286rem}.pe-list li>ol,.pe-list li>ul{margin-top:0.4285714286rem}.pe-list.pe-styled-lists--ordered{list-style-type:decimal}.pe-list.pe-styled-lists--ordered ol{list-style-type:lower-alpha;padding-left:1.8571428571rem}.pe-list.pe-styled-lists--ordered ol ol{list-style-type:lower-roman}.pe-list.pe-styled-lists--unordered{list-style-type:disc}.pe-list.pe-styled-lists--unordered ul{list-style-type:circle;padding-left:1.8571428571rem}.pe-list.pe-styled-lists--unordered ul ul{list-style-type:square}.pe-list.pe-styled-lists-heading--ordered{list-style-type:decimal;margin-top:0}.pe-list.pe-styled-lists-heading--ordered ol{list-style-type:lower-alpha;padding-left:1.8571428571rem}.pe-list.pe-styled-lists-heading--ordered ol ol{list-style-type:lower-roman}.pe-list.pe-styled-lists-heading--unordered{list-style-type:disc;margin-top:0}.pe-list.pe-styled-lists-heading--unordered ul{list-style-type:circle;padding-left:1.8571428571rem}.pe-list.pe-styled-lists-heading--unordered ul ul{list-style-type:square}.pe-list--unstyled{list-style:none;padding-left:0}.pe-list--unstyled ul{padding-left:1.8571428571rem}.pe-heading-level1,h1{margin-bottom:6px}.pe-heading-level2,h2,header h1+.subtitle{margin-bottom:6px}.pe-heading-level3,h3,header h2+.subtitle{font-weight:bold;margin-bottom:6px}.pe-heading-level4,h4,header h3+.subtitle{margin-bottom:6px}.pe-heading-level5,h5,header h4+.subtitle{margin-bottom:6px}.pe-heading-level6,h6,header h5+.subtitle{margin-bottom:6px}*+[class^=pe-heading-level]{margin-top:20px}.pe-code{font-family:Monaco,"Lucida Console",monospace;color:#f5f5f5;font-size:1rem;line-height:1.4285714286rem;background:#005a70;padding:30px 50px}.pe-code-inline,.pe-kbd{font-family:Monaco,"Lucida Console",monospace;background:#e9e9e9;padding:0 4px}#pe-icons-sprite{display:none}svg[class^=pe-icon--]{display:inline-block;vertical-align:top;fill:currentColor}[class^=pe-btn] svg[class$="-18"]{vertical-align:text-top}.pe-btn--btn_large svg[class$="-24"]{margin-top:5px}.pe-btn--btn_xlarge svg[class$="-24"],[class$="--btn_xlarge"] svg[class$="-24"]{margin-top:8px}svg[class$="-18"]{width:18px;height:18px}svg[class$="-24"]{width:24px;height:24px}svg[class$=font-setting-18]{width:24px;height:18px}svg[class$=font-setting-24]{width:32px;height:24px}svg[class$=new-notification-9]{vertical-align:middle;width:10px;height:10px}.pe-btn__cta--btn_xlarge,.pe-btn__cta--btn_large,.pe-btn__cta--btn_small,.pe-btn__cta,.pe-btn__primary--btn_xlarge,.pe-btn__primary--btn_large,.pe-btn__primary--btn_small,.pe-btn__primary,.pe-btn--btn_xlarge,.pe-btn--btn_large,.pe-btn--btn_small,.pe-btn{border-radius:2px;border:none;display:inline-block;vertical-align:middle;cursor:pointer;font-size:14px;height:32px;line-height:32px;padding:0 12px;font-weight:600}.pe-btn__cta--btn_large,.pe-btn__primary--btn_large,.pe-btn--btn_large{height:36px;font-size:14px;line-height:36px;padding:0 12px}.pe-btn__cta--btn_xlarge,.pe-btn__primary--btn_xlarge,.pe-btn--btn_xlarge{height:44px;font-size:18px;line-height:44px;padding:0 20px}.pe-icon--btn{padding:0;background-color:transparent;border:0}.pe-link--btn,.pe-link{text-decoration:underline;background-color:transparent;border:none;cursor:pointer}.pe-link{color:#047a9c;padding:0}.pe-link:hover,.pe-link:focus{color:#005a70;text-decoration:none}.pe-link--btn{color:#047a9c;padding:4px}.pe-link--btn:hover,.pe-link--btn:focus{text-decoration:none}.pe-link--btn:disabled{color:#6a7070;text-decoration:none}.pe-btn{border:1px solid #c7c7c7;color:#252525;background-color:#e9e9e9;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn:hover,.pe-btn:active,.pe-btn:focus{color:#252525;background-color:#d9d9d9}.pe-btn:disabled,.pe-btn.pe-btn--disabled,.pe-btn.pe-btn--disabled:hover{cursor:default;border:0;color:#c7c7c7;background-color:#e9e9e9;box-shadow:none;text-decoration:none}.pe-btn--btn_small{border:1px solid #c7c7c7;color:#252525;background-color:#e9e9e9;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn--btn_small:hover,.pe-btn--btn_small:active,.pe-btn--btn_small:focus{color:#252525;background-color:#d9d9d9}.pe-btn--btn_small:disabled,.pe-btn--btn_small.pe-btn--disabled,.pe-btn--btn_small.pe-btn--disabled:hover{cursor:default;border:0;color:#c7c7c7;background-color:#e9e9e9;box-shadow:none;text-decoration:none}.pe-btn--btn_large{border:1px solid #c7c7c7;color:#252525;background-color:#e9e9e9;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn--btn_large:hover,.pe-btn--btn_large:active,.pe-btn--btn_large:focus{color:#252525;background-color:#d9d9d9}.pe-btn--btn_large:disabled,.pe-btn--btn_large.pe-btn--disabled,.pe-btn--btn_large.pe-btn--disabled:hover{cursor:default;border:0;color:#c7c7c7;background-color:#e9e9e9;box-shadow:none;text-decoration:none}.pe-btn--btn_xlarge{border:1px solid #c7c7c7;color:#252525;background-color:#e9e9e9;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn--btn_xlarge:hover,.pe-btn--btn_xlarge:active,.pe-btn--btn_xlarge:focus{color:#252525;background-color:#d9d9d9}.pe-btn--btn_xlarge:disabled,.pe-btn--btn_xlarge.pe-btn--disabled,.pe-btn--btn_xlarge.pe-btn--disabled:hover{cursor:default;border:0;color:#c7c7c7;background-color:#e9e9e9;box-shadow:none;text-decoration:none}.pe-btn__primary{color:#fff;background-color:#19a6a4;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__primary:hover,.pe-btn__primary:active,.pe-btn__primary:focus{color:#fff;background-color:#179599}.pe-btn__primary:disabled,.pe-btn__primary.pe-btn--disabled,.pe-btn__primary.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-btn__primary--btn_small{color:#fff;background-color:#19a6a4;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__primary--btn_small:hover,.pe-btn__primary--btn_small:active,.pe-btn__primary--btn_small:focus{color:#fff;background-color:#179599}.pe-btn__primary--btn_small:disabled,.pe-btn__primary--btn_small.pe-btn--disabled,.pe-btn__primary--btn_small.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-btn__primary--btn_large{color:#fff;background-color:#19a6a4;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__primary--btn_large:hover,.pe-btn__primary--btn_large:active,.pe-btn__primary--btn_large:focus{color:#fff;background-color:#179599}.pe-btn__primary--btn_large:disabled,.pe-btn__primary--btn_large.pe-btn--disabled,.pe-btn__primary--btn_large.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-btn__primary--btn_xlarge{color:#fff;background-color:#19a6a4;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__primary--btn_xlarge:hover,.pe-btn__primary--btn_xlarge:active,.pe-btn__primary--btn_xlarge:focus{color:#fff;background-color:#179599}.pe-btn__primary--btn_xlarge:disabled,.pe-btn__primary--btn_xlarge.pe-btn--disabled,.pe-btn__primary--btn_xlarge.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-btn__cta{color:#252525;background-color:#ffb81c;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__cta:hover,.pe-btn__cta:active,.pe-btn__cta:focus{color:#252525;background-color:#ff9a19}.pe-btn__cta:disabled,.pe-btn__cta.pe-btn--disabled,.pe-btn__cta.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-btn__cta--btn_small{color:#252525;background-color:#ffb81c;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__cta--btn_small:hover,.pe-btn__cta--btn_small:active,.pe-btn__cta--btn_small:focus{color:#252525;background-color:#ff9a19}.pe-btn__cta--btn_small:disabled,.pe-btn__cta--btn_small.pe-btn--disabled,.pe-btn__cta--btn_small.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-btn__cta--btn_large{color:#252525;background-color:#ffb81c;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__cta--btn_large:hover,.pe-btn__cta--btn_large:active,.pe-btn__cta--btn_large:focus{color:#252525;background-color:#ff9a19}.pe-btn__cta--btn_large:disabled,.pe-btn__cta--btn_large.pe-btn--disabled,.pe-btn__cta--btn_large.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-btn__cta--btn_xlarge{color:#252525;background-color:#ffb81c;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pe-btn__cta--btn_xlarge:hover,.pe-btn__cta--btn_xlarge:active,.pe-btn__cta--btn_xlarge:focus{color:#252525;background-color:#ff9a19}.pe-btn__cta--btn_xlarge:disabled,.pe-btn__cta--btn_xlarge.pe-btn--disabled,.pe-btn__cta--btn_xlarge.pe-btn--disabled:hover{cursor:default;border:0;box-shadow:none;text-decoration:none}.pe-select-container-fancy-readonly,.pe-select-container-fancy-disabled,.pe-select-container-fancy-error-focus,.pe-select-container-fancy-error,.pe-select-container-fancy-focus,.pe-select-container--fancy,.pe-select-container-readonly,.pe-select-container-disabled,.pe-select-container-focus-error,.pe-select-container-error,.pe-select-container-focus,.pe-select-container{position:relative;display:block;min-width:250px;padding:0}.pe-select-container-fancy-readonly svg,.pe-select-container-fancy-disabled svg,.pe-select-container-fancy-error-focus svg,.pe-select-container-fancy-error svg,.pe-select-container-fancy-focus svg,.pe-select-container--fancy svg,.pe-select-container-readonly svg,.pe-select-container-disabled svg,.pe-select-container-focus-error svg,.pe-select-container-error svg,.pe-select-container-focus svg,.pe-select-container svg{position:absolute;bottom:8px;right:14px;pointer-events:none}.pe-select-container-fancy-readonly select,.pe-select-container-fancy-disabled select,.pe-select-container-fancy-error-focus select,.pe-select-container-fancy-error select,.pe-select-container-fancy-focus select,.pe-select-container--fancy select,.pe-select-container-readonly select,.pe-select-container-disabled select,.pe-select-container-focus-error select,.pe-select-container-error select,.pe-select-container-focus select,.pe-select-container select{box-sizing:border-box;width:100%;min-height:34px;margin:0;padding:0 14px;outline:none}.pe-select--basic_error,.pe-selectInput--basic{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid transparent;padding-top:8px}.pe-select-container-fancy-readonly,.pe-select-container-fancy-disabled,.pe-select-container-fancy-error-focus,.pe-select-container-fancy-error,.pe-select-container-fancy-focus,.pe-select-container--fancy,.pe-select-container-readonly,.pe-select-container-disabled,.pe-select-container-focus-error,.pe-select-container-error,.pe-select-container-focus,.pe-select-container,.pe-textInput--basic_error,.pe-textInput--basic,.search-box .react-autosuggest__input_error,.search-box .react-autosuggest__input{padding:0px 14px 0px 14px;height:36px;width:100%;box-sizing:border-box;display:block;border-radius:3px;font-size:14px;line-height:18px;background-color:#fff;color:#252525}.pe-selectInput-fancy-readonly,.pe-selectInput-fancy-disabled,.pe-selectInput-fancy-error,.pe-selectInput--fancy,.pe-textInput--input_readonly,.pe-textInput--input_error,.pe-textInput{padding:8px 0px 10px 0px;font-size:14px;color:#252525;width:100%;border:none;line-height:18px}.pe-textInput{border-bottom:1px;border-bottom-style:solid;border-bottom-color:#6a7070}.pe-textInput::-webkit-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput::-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput:-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput:-ms-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput:focus{outline:none}.pe-input_underline{background-color:#047a9c;display:block;height:4px;-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transition:.2s ease all;transition:.2s ease all;width:100%;margin-top:-3px}input:focus+.pe-input_underline{transform:scale(1)}.pe-textLabelInput__label--label-disabled,.pe-textLabelInput__label--label_error,.pe-textLabelInput__label--label_focus,.pe-textLabelInput__label{font-size:12px;line-height:16px;display:block}.pe-textLabelInput__label{color:#6a7070}.pe-textLabelInput__label--label_focus{color:#047a9c}.pe-textLabelInput__label--label_error{color:#db0020}.pe-textLabelInput__label--label-disabled{color:#c7c7c7}input:focus+.pe-inputError_underline{transform:scale(1)}.pe-inputError_underline{background-color:#db0020;display:block;height:4px;-webkit-transform:scale(0, 1);transform:scale(0, 1);-webkit-transition:.2s ease all;transition:.2s ease all;width:100%;margin-top:-3px}.pe-textInput--input_error{border-bottom:1px;border-bottom-style:solid;border-bottom-color:#db0020}.pe-textInput--input_error::-webkit-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--input_error::-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--input_error:-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--input_error:-ms-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--input_error:focus{outline:none}.pe-input-wrapper{min-height:52px}.pe-textInput--input_readonly{border-bottom:0;background-color:transparent;font-size:14px;color:#252525;-webkit-appearance:none}.pe-textInput--input_readonly::-webkit-input-placeholder{font-size:14px}.pe-textInput--input_readonly::-moz-placeholder{font-size:14px}.pe-textInput--input_readonly:-moz-placeholder{font-size:14px}.pe-textInput--input_readonly:-ms-input-placeholder{font-size:14px}.pe-textInput--input_readonly:focus{outline:none}.pe-textInput-disabled,.pe-textInput:disabled{color:#c7c7c7;font-size:14px;background-color:#fff;border-bottom:4px;border-bottom-style:solid;border-bottom-color:#c7c7c7}.pe-textInput--basic,.search-box .react-autosuggest__input_error,.search-box .react-autosuggest__input{border:1px solid #c7c7c7;margin-top:6px}.pe-textInput--basic::-webkit-input-placeholder,.search-box .react-autosuggest__input_error::-webkit-input-placeholder,.search-box .react-autosuggest__input::-webkit-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic::-moz-placeholder,.search-box .react-autosuggest__input_error::-moz-placeholder,.search-box .react-autosuggest__input::-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic:-moz-placeholder,.search-box .react-autosuggest__input_error:-moz-placeholder,.search-box .react-autosuggest__input:-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic:-ms-input-placeholder,.search-box .react-autosuggest__input_error:-ms-input-placeholder,.search-box .react-autosuggest__input:-ms-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic:focus,.search-box .react-autosuggest__input_error:focus,.search-box .react-autosuggest__input:focus{outline:none;border:1px solid #047a9c;box-shadow:0px 0px 5px 0px #047a9c}.pe-textInput--basic_error{border:1px solid #db0020;margin-top:6px}.pe-textInput--basic_error::-webkit-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic_error::-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic_error:-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic_error:-ms-input-placeholder{font-size:14px;color:#c7c7c7}.pe-textInput--basic_error:focus{outline:none;box-shadow:0px 0px 4px 0px #db0020}.pe-textInput--basic:disabled,.search-box .react-autosuggest__input_error:disabled,.search-box .react-autosuggest__input:disabled{background-color:#e9e9e9;margin-top:6px}.pe-select-container-fancy-readonly,.pe-select-container-fancy-disabled,.pe-select-container-fancy-error-focus,.pe-select-container-fancy-error,.pe-select-container-fancy-focus,.pe-select-container--fancy,.pe-select-container-readonly,.pe-select-container-disabled,.pe-select-container-focus-error,.pe-select-container-error,.pe-select-container-focus,.pe-select-container{position:relative;display:block;min-width:250px;padding:0}.pe-select-container-fancy-readonly svg,.pe-select-container-fancy-disabled svg,.pe-select-container-fancy-error-focus svg,.pe-select-container-fancy-error svg,.pe-select-container-fancy-focus svg,.pe-select-container--fancy svg,.pe-select-container-readonly svg,.pe-select-container-disabled svg,.pe-select-container-focus-error svg,.pe-select-container-error svg,.pe-select-container-focus svg,.pe-select-container svg{position:absolute;bottom:8px;right:14px;pointer-events:none}.pe-select-container-fancy-readonly select,.pe-select-container-fancy-disabled select,.pe-select-container-fancy-error-focus select,.pe-select-container-fancy-error select,.pe-select-container-fancy-focus select,.pe-select-container--fancy select,.pe-select-container-readonly select,.pe-select-container-disabled select,.pe-select-container-focus-error select,.pe-select-container-error select,.pe-select-container-focus select,.pe-select-container select{box-sizing:border-box;width:100%;min-height:34px;margin:0;padding:0 14px;outline:none}.pe-select--basic_error,.pe-selectInput--basic{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid transparent;padding-top:8px}.pe-select-container-fancy-readonly,.pe-select-container-fancy-disabled,.pe-select-container-fancy-error-focus,.pe-select-container-fancy-error,.pe-select-container-fancy-focus,.pe-select-container--fancy,.pe-select-container-readonly,.pe-select-container-disabled,.pe-select-container-focus-error,.pe-select-container-error,.pe-select-container-focus,.pe-select-container,.pe-textInput--basic,.search-box .react-autosuggest__input_error,.search-box .react-autosuggest__input,.pe-textInput--basic_error{padding:0px 14px 0px 14px;height:36px;width:100%;box-sizing:border-box;display:block;border-radius:3px;font-size:14px;line-height:18px;background-color:#fff;color:#252525}.pe-select-container{border:1px solid #c7c7c7;padding:0px;margin-top:6px}.pe-select-container select{padding:.3em;padding-left:14px}.pe-select-container select:focus{outline:none;border:1px solid #047a9c;box-shadow:0px 0px 5px 0px #047a9c}.pe-select-container select:focus::-ms-value{background:transparent;color:#222}.pe-select-container select::-ms-expand{opacity:0}.pe-selectInput--basic:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.pe-select-container-focus{border:1px solid transparent;padding:0px;margin-top:6px}.pe-select-container-focus select{padding:.3em;padding-left:14px}.pe-select-container-focus select:focus{outline:none;border:1px solid #047a9c;box-shadow:0px 0px 5px 0px #047a9c}.pe-select-container-focus select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-focus select:focus::-ms-expand{opacity:0}.pe-select-container-error{border:1px solid #db0020;padding:0px;margin-top:6px}.pe-select-container-error select{padding:.3em;padding-left:14px}.pe-select-container-error select:focus{outline:none;border:1px solid #db0020;box-shadow:0px 0px 4px 0px #db0020}.pe-select-container-error select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-error select::-ms-expand{opacity:0}.pe-select-container-focus-error{border:1px solid transparent;padding:0px;margin-top:6px}.pe-select-container-focus-error select{padding:.3em;padding-left:14px}.pe-select-container-focus-error select:focus{outline:none;border:1px solid #db0020;box-shadow:0px 0px 4px 0px #db0020}.pe-select-container-focus-error select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-focus-error select::-ms-expand{opacity:0}.pe-select--basic_error{-webkit-appearance:none}.pe-select--basic_error::-webkit-input-placeholder{font-size:14px;color:#c7c7c7}.pe-select--basic_error::-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-select--basic_error:-moz-placeholder{font-size:14px;color:#c7c7c7}.pe-select--basic_error:-ms-input-placeholder{font-size:14px;color:#c7c7c7}.pe-select--basic_error:focus{outline:none;box-shadow:0px 0px 4px 0px #db0020}.pe-select--basic_error:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.pe-select-container-disabled{outline:none;padding:0px;color:#c7c7c7;background-color:#e9e9e9;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:6px}.pe-select-container-disabled svg{fill:#c7c7c7}.pe-select-container-disabled select{border:1px solid #c7c7c7}.pe-select-container-disabled select:focus{outline:none;border:1px solid #db0020;box-shadow:0px 0px 4px 0px #db0020}.pe-select-container-disabled select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-disabled select::-ms-expand{opacity:0}.pe-select-container-readonly{padding:0px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:6px}.pe-select-container-readonly svg{right:0}.pe-select-container-readonly select{padding:0px}.pe-select-container-readonly select:focus{outline:none;border:1px solid #db0020;box-shadow:0px 0px 4px 0px #db0020}.pe-select-container-readonly select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-readonly select::-ms-expand{opacity:0}.pe-select-container--fancy{-webkit-appearance:none;-moz-appearance:none;padding:0px;border:none}.pe-select-container--fancy svg{right:0;outline:none}.pe-select-container--fancy select{padding:8px 0px 10px 0px;outline:none;box-shadow:none}.pe-select-container--fancy select:focus{outline:none;box-shadow:none}.pe-select-container--fancy select:focus::-ms-value{background:transparent;color:#222}.pe-select-container--fancy select::-ms-expand{opacity:0}.pe-selectInput--fancy{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;background-color:transparent;padding-top:8px;border-bottom:1px;border-bottom-style:solid;border-bottom-color:#6a7070;border-radius:0px}.pe-selectInput--fancy:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}select:focus+.pe-input_underline{transform:scale(1)}.pe-select-container-fancy-focus{border:none;padding:0px}.pe-select-container-fancy-focus svg{right:0}.pe-select-container-fancy-focus select{padding:8px 0px 10px 0px;border:none}.pe-select-container-fancy-focus select:focus{outline:none}.pe-select-container-fancy-focus select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-fancy-focus select:focus::-ms-expand{opacity:0}.pe-select-container-fancy-error{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;padding:0px}.pe-select-container-fancy-error svg{right:0}.pe-select-container-fancy-error select{padding:8px 0px 10px 0px}.pe-select-container-fancy-error select:focus{outline:none;box-shadow:none}.pe-select-container-fancy-error select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-fancy-error select::-ms-expand{opacity:0}.pe-selectInput-fancy-error{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;padding-top:8px;border-bottom:1px;border-bottom-style:solid;border-bottom-color:#db0020;border-radius:0px}.pe-selectInput-fancy-error:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}select:focus+.pe-inputError_underline{transform:scale(1)}.pe-select-container-fancy-error-focus{border:none;padding:0px}.pe-select-container-fancy-error-focus svg{right:0}.pe-select-container-fancy-error-focus select{padding:8px 0px 10px 0px}.pe-select-container-fancy-error-focus select:focus{outline:none}.pe-select-container-fancy-error-focus select:focus::-ms-value{background:transparent;color:#222}.pe-select-container-fancy-error-focus select:focus::-ms-expand{opacity:0}.pe-select-container-fancy-disabled{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0px}.pe-select-container-fancy-disabled svg{right:0;fill:#c7c7c7}.pe-select-container-fancy-disabled select{padding:8px 0px 10px 0px;color:#c7c7c7;border-bottom:4px;border-bottom-style:solid;border-bottom-color:#c7c7c7}.pe-select-container-fancy-disabled select::-ms-expand{opacity:0}.pe-selectInput-fancy-disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;padding-top:8px;border:none;border-radius:0px}.pe-select-container-fancy-readonly{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0px}.pe-select-container-fancy-readonly svg{right:0}.pe-select-container-fancy-readonly select{padding:8px 0px 10px 0px;appearance:none}.pe-select-container-fancy-readonly select::-ms-expand{opacity:0}.pe-selectInput-fancy-readonly{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;padding-top:8px;border:none;border-radius:0px}.pe-multiLineText--readOnly,.pe-multiLineText--disabled,.pe-multiLineText,.pe-multiLineText--error{border:1px solid #c7c7c7;font-size:14px;color:#252525;margin-top:6px;line-height:18px;padding:9px 14px;resize:none;width:100%;box-sizing:border-box}.pe-multiLineText--readOnly::-webkit-input-placeholder,.pe-multiLineText--disabled::-webkit-input-placeholder,.pe-multiLineText::-webkit-input-placeholder,.pe-multiLineText--error::-webkit-input-placeholder{font-size:14px;color:#c7c7c7;line-height:18px}.pe-multiLineText--readOnly::-moz-placeholder,.pe-multiLineText--disabled::-moz-placeholder,.pe-multiLineText::-moz-placeholder,.pe-multiLineText--error::-moz-placeholder{font-size:14px;color:#c7c7c7;line-height:18px}.pe-multiLineText--readOnly:-moz-placeholder,.pe-multiLineText--disabled:-moz-placeholder,.pe-multiLineText:-moz-placeholder,.pe-multiLineText--error:-moz-placeholder{font-size:14px;color:#c7c7c7;line-height:18px}.pe-multiLineText--readOnly:-ms-input-placeholder,.pe-multiLineText--disabled:-ms-input-placeholder,.pe-multiLineText:-ms-input-placeholder,.pe-multiLineText--error:-ms-input-placeholder{font-size:14px;color:#c7c7c7;line-height:18px}.pe-multiLineText,.pe-multiLineText--error{background-color:#fff}.pe-multiLineText:focus,.pe-multiLineText--error:focus{outline:none;border:1px solid #047a9c;box-shadow:0px 0px 5px 0px #047a9c;resize:both;overflow:auto}.pe-multiLineText--error{background-color:#fff;border:1px solid #db0020}.pe-multiLineText--error:focus{outline:none;resize:both;overflow:auto;box-shadow:0px 0px 4px 0px #db0020;border:1px solid #db0020}.pe-multiLineText--disabled{outline:none;color:#e9e9e9;background-color:#e9e9e9}.pe-multiLineText--readOnly{background-color:#fff;border:none}.pe-multiLineText--readOnly:focus{outline:none}.pe-input--info_message,.pe-input--error_message{display:block;padding-top:3px;font-size:12px;line-height:16px;margin-bottom:0}.pe-input--error_message{color:#db0020}.pe-input--info_message{color:#6a7070}.pe-checkbox{position:relative;min-height:16px;margin-bottom:14px}.pe-checkbox:last-child{margin-bottom:0}input[type=checkbox]{opacity:0;position:absolute}input[type=checkbox]~span{left:0;top:0;position:absolute;z-index:0;height:16px;width:16px;border:1px solid #c7c7c7;border-radius:2px}input[type=checkbox]~span svg{opacity:0;height:16px;width:16px}input[type=checkbox]:checked~span svg{opacity:1}input[type=checkbox]:focus~span{border:1px solid #047a9c;border-radius:2px}input[type=checkbox]:disabled~span{background-color:#e9e9e9}input[type=checkbox]:disabled~span svg{fill:#c7c7c7}input[type=checkbox]~label{display:inline-block;padding-left:28px;line-height:18px;position:relative;z-index:2}.pe-radio{position:relative;min-height:16px;margin-bottom:14px}.pe-radio:last-child{margin-bottom:0}input[type=radio]{opacity:0;position:absolute}input[type=radio]+label{display:inline-block;padding-left:28px;line-height:18px}input[type=radio]~span{display:block;box-sizing:content-box;position:absolute;left:0;top:0;height:5px;width:5px;padding:3px 6px 6px 3px;color:#6a7070;border:1px solid #c7c7c7;border-radius:50%;pointer-events:none}input[type=radio]:focus~span{color:#6a7070;border:1px solid #047a9c;border-radius:50%}input[type=radio]:disabled~span{color:#c7c7c7;background-color:#e9e9e9}input[type=radio]~span svg{opacity:0;height:8px;width:8px}input[type=radio]:checked~span svg{opacity:1}.pe-textInput__showButton-basic--disabled,.pe-textInput__showButton-basic,.pe-textInput__showButton--disabled,.pe-textInput__showButton--error,.pe-textInput__showButton{position:relative;background-color:none;text-decoration:none;float:right;padding:2px;border:0;color:#047a9c;background:#fff}.pe-textInput__showButton-basic--disabled:focus,.pe-textInput__showButton-basic:focus,.pe-textInput__showButton--disabled:focus,.pe-textInput__showButton--error:focus,.pe-textInput__showButton:focus{text-decoration:underline}.pe-textInput__showButton{margin-top:-37px}.pe-textInput__showButton--error{margin-top:-37px}.pe-textInput__showButton--disabled{margin-top:-35px;color:#c7c7c7}.pe-textInput__showButton-basic{margin-right:14px;margin-top:-28px}.pe-textInput__showButton-basic--disabled{margin-right:14px;margin-top:-28px;color:#c7c7c7;background-color:#e9e9e9}.pe-fieldset{border:none}.pe-legend{opacity:0}::-ms-reveal{display:none}.pe-form .pe-form--name-bold,.pe-form .pe-form--name{font-size:20px;line-height:26px;margin-bottom:20px}.pe-form .pe-form--name-bold{font-weight:600}.pe-form .pe-form--error{color:#db0020}.pe-form .pe-form--desc{margin-bottom:30px}.pe-form .pe-form--group{margin-bottom:40px}.pe-xs--visible{display:none !important}@media(min-width: 1px)and (max-width: 479px){.pe-xs--visible{display:block !important}table.pe-xs--visible{display:table !important}tr.pe-xs--visible{display:table-row !important}th.pe-xs--visible,td.pe-xs--visible{display:table-cell !important}}.pe-sm--visible{display:none !important}@media(min-width: 480px)and (max-width: 767px){.pe-sm--visible{display:block !important}table.pe-sm--visible{display:table !important}tr.pe-sm--visible{display:table-row !important}th.pe-sm--visible,td.pe-sm--visible{display:table-cell !important}}.pe-md--visible{display:none !important}@media(min-width: 768px)and (max-width: 1023px){.pe-md--visible{display:block !important}table.pe-md--visible{display:table !important}tr.pe-md--visible{display:table-row !important}th.pe-md--visible,td.pe-md--visible{display:table-cell !important}}.pe-lg--visible{display:none !important}@media(min-width: 1024px)and (max-width: 1279px){.pe-lg--visible{display:block !important}table.pe-lg--visible{display:table !important}tr.pe-lg--visible{display:table-row !important}th.pe-lg--visible,td.pe-lg--visible{display:table-cell !important}}.pe-xl--visible{display:none !important}@media(min-width: 1280px){.pe-xl--visible{display:block !important}table.pe-xl--visible{display:table !important}tr.pe-xl--visible{display:table-row !important}th.pe-xl--visible,td.pe-xl--visible{display:table-cell !important}}@media(min-width: 1px)and (max-width: 479px){.pe-xs--hidden{display:none !important}}@media(min-width: 480px)and (max-width: 767px){.pe-sm--hidden{display:none !important}}@media(min-width: 768px)and (max-width: 1023px){.pe-md--hidden{display:none !important}}@media(min-width: 1024px)and (max-width: 1279px){.pe-lg--hidden{display:none !important}}@media(min-width: 1280px){.pe-xl--hidden{display:none !important}}.pe-sr-only{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important;white-space:nowrap;overflow:hidden}.pe-container{box-sizing:border-box;max-width:1140px;margin-right:auto;margin-left:auto;min-height:1px}.pe-container::after{content:"";display:table;clear:both}@media(min-width: 1px){.pe-container{padding-right:10px;padding-left:10px}}@media(min-width: 480px){.pe-container{padding-right:20px;padding-left:20px}}@media(min-width: 768px){.pe-container{padding-right:20px;padding-left:20px}}@media(min-width: 1024px){.pe-container{padding-right:40px;padding-left:40px}}@media(min-width: 1140px){.pe-container{padding-right:40px;padding-left:40px}}.pe-col-1{width:8.3333333333%}.pe-col-2{width:16.6666666667%}.pe-col-3{width:25%}.pe-col-4{width:33.3333333333%}.pe-col-5{width:41.6666666667%}.pe-col-6{width:50%}.pe-col-7{width:58.3333333333%}.pe-col-8{width:66.6666666667%}.pe-col-9{width:75%}.pe-col-10{width:83.3333333333%}.pe-col-11{width:91.6666666667%}.pe-col-12{width:100%}@media(min-width: 1px){.pe-row{margin-right:-5px;margin-left:-5px}.pe-row::after{content:"";display:table;clear:both}.pe-col-1,.pe-col-2,.pe-col-3,.pe-col-4,.pe-col-5,.pe-col-6,.pe-col-7,.pe-col-8,.pe-col-9,.pe-col-10,.pe-col-11,.pe-col-12{padding-right:5px;padding-left:5px;min-height:1px;float:left}.pe-col-1::after,.pe-col-2::after,.pe-col-3::after,.pe-col-4::after,.pe-col-5::after,.pe-col-6::after,.pe-col-7::after,.pe-col-8::after,.pe-col-9::after,.pe-col-10::after,.pe-col-11::after,.pe-col-12::after{content:"";display:table;clear:both}}@media(min-width: 480px){.pe-row{margin-right:-10px;margin-left:-10px}.pe-row::after{content:"";display:table;clear:both}.pe-col-1,.pe-col-2,.pe-col-3,.pe-col-4,.pe-col-5,.pe-col-6,.pe-col-7,.pe-col-8,.pe-col-9,.pe-col-10,.pe-col-11,.pe-col-12{padding-right:10px;padding-left:10px;min-height:1px;float:left}.pe-col-1::after,.pe-col-2::after,.pe-col-3::after,.pe-col-4::after,.pe-col-5::after,.pe-col-6::after,.pe-col-7::after,.pe-col-8::after,.pe-col-9::after,.pe-col-10::after,.pe-col-11::after,.pe-col-12::after{content:"";display:table;clear:both}}@media(min-width: 768px){.pe-row{margin-right:-20px;margin-left:-20px}.pe-row::after{content:"";display:table;clear:both}.pe-col-1,.pe-col-2,.pe-col-3,.pe-col-4,.pe-col-5,.pe-col-6,.pe-col-7,.pe-col-8,.pe-col-9,.pe-col-10,.pe-col-11,.pe-col-12{padding-right:20px;padding-left:20px;min-height:1px;float:left}.pe-col-1::after,.pe-col-2::after,.pe-col-3::after,.pe-col-4::after,.pe-col-5::after,.pe-col-6::after,.pe-col-7::after,.pe-col-8::after,.pe-col-9::after,.pe-col-10::after,.pe-col-11::after,.pe-col-12::after{content:"";display:table;clear:both}}@media(min-width: 1024px){.pe-row{margin-right:-20px;margin-left:-20px}.pe-row::after{content:"";display:table;clear:both}.pe-col-1,.pe-col-2,.pe-col-3,.pe-col-4,.pe-col-5,.pe-col-6,.pe-col-7,.pe-col-8,.pe-col-9,.pe-col-10,.pe-col-11,.pe-col-12{padding-right:20px;padding-left:20px;min-height:1px;float:left}.pe-col-1::after,.pe-col-2::after,.pe-col-3::after,.pe-col-4::after,.pe-col-5::after,.pe-col-6::after,.pe-col-7::after,.pe-col-8::after,.pe-col-9::after,.pe-col-10::after,.pe-col-11::after,.pe-col-12::after{content:"";display:table;clear:both}}@media(min-width: 1140px){.pe-row{margin-right:-20px;margin-left:-20px}.pe-row::after{content:"";display:table;clear:both}.pe-col-1,.pe-col-2,.pe-col-3,.pe-col-4,.pe-col-5,.pe-col-6,.pe-col-7,.pe-col-8,.pe-col-9,.pe-col-10,.pe-col-11,.pe-col-12{padding-right:20px;padding-left:20px;min-height:1px;float:left}.pe-col-1::after,.pe-col-2::after,.pe-col-3::after,.pe-col-4::after,.pe-col-5::after,.pe-col-6::after,.pe-col-7::after,.pe-col-8::after,.pe-col-9::after,.pe-col-10::after,.pe-col-11::after,.pe-col-12::after{content:"";display:table;clear:both}}.pe-xs--visible{display:none !important}@media(min-width: 1px)and (max-width: 479px){.pe-xs--visible{display:block !important}table.pe-xs--visible{display:table !important}tr.pe-xs--visible{display:table-row !important}th.pe-xs--visible,td.pe-xs--visible{display:table-cell !important}}.pe-sm--visible{display:none !important}@media(min-width: 480px)and (max-width: 767px){.pe-sm--visible{display:block !important}table.pe-sm--visible{display:table !important}tr.pe-sm--visible{display:table-row !important}th.pe-sm--visible,td.pe-sm--visible{display:table-cell !important}}.pe-md--visible{display:none !important}@media(min-width: 768px)and (max-width: 1023px){.pe-md--visible{display:block !important}table.pe-md--visible{display:table !important}tr.pe-md--visible{display:table-row !important}th.pe-md--visible,td.pe-md--visible{display:table-cell !important}}.pe-lg--visible{display:none !important}@media(min-width: 1024px)and (max-width: 1279px){.pe-lg--visible{display:block !important}table.pe-lg--visible{display:table !important}tr.pe-lg--visible{display:table-row !important}th.pe-lg--visible,td.pe-lg--visible{display:table-cell !important}}.pe-xl--visible{display:none !important}@media(min-width: 1280px){.pe-xl--visible{display:block !important}table.pe-xl--visible{display:table !important}tr.pe-xl--visible{display:table-row !important}th.pe-xl--visible,td.pe-xl--visible{display:table-cell !important}}@media(min-width: 1px)and (max-width: 479px){.pe-xs--hidden{display:none !important}}@media(min-width: 480px)and (max-width: 767px){.pe-sm--hidden{display:none !important}}@media(min-width: 768px)and (max-width: 1023px){.pe-md--hidden{display:none !important}}@media(min-width: 1024px)and (max-width: 1279px){.pe-lg--hidden{display:none !important}}@media(min-width: 1280px){.pe-xl--hidden{display:none !important}}.pe-sr-only{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important;white-space:nowrap;overflow:hidden}.pe-template__static-small{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__static-small::after{content:"";display:table;clear:both}@media(min-width: 480px){.pe-template__static-small{width:83.3333333333%}}@media(min-width: 1024px){.pe-template__static-small{width:480px}}.pe-template__static-medium{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__static-medium::after{content:"";display:table;clear:both}@media(min-width: 1px){.pe-template__static-medium{width:100%}}@media(min-width: 480px){.pe-template__static-medium{width:440px}}@media(min-width: 768px){.pe-template__static-medium{width:600px}}.pe-template__static-large{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__static-large::after{content:"";display:table;clear:both}@media(min-width: 480px){.pe-template__static-large{width:83.3333333333%}}@media(min-width: 1024px){.pe-template__static-large{width:800px}}.pe-template__single{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single::after{content:"";display:table;clear:both}@media(min-width: 1px){.pe-template__single{padding-right:10px;padding-left:10px}}.pe-template__single{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single::after{content:"";display:table;clear:both}@media(min-width: 480px){.pe-template__single{padding-right:20px;padding-left:20px}}.pe-template__single{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single::after{content:"";display:table;clear:both}@media(min-width: 768px){.pe-template__single{padding-right:20px;padding-left:20px}}.pe-template__single{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single::after{content:"";display:table;clear:both}@media(min-width: 1024px){.pe-template__single{padding-right:40px;padding-left:40px}}.pe-template__single{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single::after{content:"";display:table;clear:both}@media(min-width: 1140px){.pe-template__single{padding-right:40px;padding-left:40px}}.pe-template__single-10-col{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single-10-col::after{content:"";display:table;clear:both}@media(min-width: 1px){.pe-template__single-10-col{width:83.3333333333%;padding-right:10px;padding-left:10px}}.pe-template__single-10-col{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single-10-col::after{content:"";display:table;clear:both}@media(min-width: 480px){.pe-template__single-10-col{width:83.3333333333%;padding-right:20px;padding-left:20px}}.pe-template__single-10-col{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single-10-col::after{content:"";display:table;clear:both}@media(min-width: 768px){.pe-template__single-10-col{width:83.3333333333%;padding-right:20px;padding-left:20px}}.pe-template__single-10-col{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single-10-col::after{content:"";display:table;clear:both}@media(min-width: 1024px){.pe-template__single-10-col{width:83.3333333333%;padding-right:40px;padding-left:40px}}.pe-template__single-10-col{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__single-10-col::after{content:"";display:table;clear:both}@media(min-width: 1140px){.pe-template__single-10-col{width:83.3333333333%;padding-right:40px;padding-left:40px}}@media(min-width: 1px){div[class*=pe-template__double]>:first-child{padding-bottom:40px}}@media(min-width: 480px){div[class*=pe-template__double]>:first-child{padding-bottom:40px}}@media(min-width: 768px){div[class*=pe-template__double]>:first-child{padding-bottom:40px}}@media(min-width: 1024px){div[class*=pe-template__double]>:first-child{padding-right:0px;padding-bottom:0px}}@media(min-width: 1140px){div[class*=pe-template__double]>:first-child{padding-right:0px;padding-bottom:0px}}.pe-template__double{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__double::after{content:"";display:table;clear:both}.pe-template__double--main_half,.pe-template__double--main{box-sizing:border-box;min-height:1px}.pe-template__double--main_half::after,.pe-template__double--main::after{content:"";display:table;clear:both}@media(min-width: 1px){.pe-template__double--main_half,.pe-template__double--main{padding-right:10px;padding-left:10px;width:100%}}@media(min-width: 480px){.pe-template__double--main_half,.pe-template__double--main{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 768px){.pe-template__double--main_half,.pe-template__double--main{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 1024px){.pe-template__double--main_half,.pe-template__double--main{padding-right:40px;padding-left:40px;float:left;width:66.6666666667%}}@media(min-width: 1140px){.pe-template__double--main_half,.pe-template__double--main{padding-right:40px;padding-left:40px;float:left;width:66.6666666667%}}.pe-template__double--sidebar_half,.pe-template__double--sidebar{box-sizing:border-box;min-height:1px}.pe-template__double--sidebar_half::after,.pe-template__double--sidebar::after{content:"";display:table;clear:both}@media(min-width: 1px){.pe-template__double--main{padding-right:10px;padding-left:10px;width:100%}}@media(min-width: 480px){.pe-template__double--main{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 768px){.pe-template__double--main{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 1024px){.pe-template__double--main{padding-right:40px;padding-left:40px;float:left;width:66.6666666667%}}@media(min-width: 1140px){.pe-template__double--main{padding-right:40px;padding-left:40px;float:left;width:66.6666666667%}}@media(min-width: 1px){.pe-template__double--sidebar{padding-right:10px;padding-left:10px;width:100%}}@media(min-width: 480px){.pe-template__double--sidebar{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 768px){.pe-template__double--sidebar{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 1024px){.pe-template__double--sidebar{padding-right:40px;padding-left:40px;float:left;width:33.3333333333%}}@media(min-width: 1140px){.pe-template__double--sidebar{padding-right:40px;padding-left:40px;float:left;width:33.3333333333%}}@media(min-width: 1px){.pe-template__double--main_half{padding-right:10px;padding-left:10px;width:100%}}@media(min-width: 480px){.pe-template__double--main_half{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 768px){.pe-template__double--main_half{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 1024px){.pe-template__double--main_half{padding-right:40px;padding-left:40px;float:left;width:50%}}@media(min-width: 1140px){.pe-template__double--main_half{padding-right:40px;padding-left:40px;float:left;width:50%}}@media(min-width: 1px){.pe-template__double--sidebar_half{padding-right:10px;padding-left:10px;width:100%}}@media(min-width: 480px){.pe-template__double--sidebar_half{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 768px){.pe-template__double--sidebar_half{padding-right:20px;padding-left:20px;width:100%}}@media(min-width: 1024px){.pe-template__double--sidebar_half{padding-right:40px;padding-left:40px;float:left;width:50%}}@media(min-width: 1140px){.pe-template__double--sidebar_half{padding-right:40px;padding-left:40px;float:left;width:50%}}div[class=pe-template__small-gap]>:first-child{padding-bottom:20px;padding-top:0px}div[class=pe-template__small-gap]>div{padding-bottom:20px;padding-top:20px}div[class=pe-template__small-gap]>:last-child{padding-bottom:0px;padding-top:20px}div[class=pe-template__large-gap]>:first-child{padding-bottom:40px;padding-top:0px}div[class=pe-template__large-gap]>div{padding-bottom:40px;padding-top:40px}div[class=pe-template__large-gap]>:last-child{padding-bottom:0px;padding-top:40px}.pe-template__triple{box-sizing:border-box;min-height:1px;margin-right:auto;margin-left:auto}.pe-template__triple::after{content:"";display:table;clear:both}.pe-template__triple .pe-template__triple--content{width:100%;padding-bottom:40px}.pe-template__triple .pe-template__triple--content:last-child{padding-bottom:0}@media(min-width: 1024px){.pe-template__triple .pe-template__triple--content{width:33.333333%;float:left;padding-bottom:0}.pe-template__triple .pe-template__triple--content:first-child{padding-right:0}.pe-template__triple .pe-template__triple--content:last-child{padding-left:0}}@media(min-width: 1px){.pe-template__triple--content{padding-left:10px;padding-right:10px}.pe-template__triple.pe-template__triple-xs .pe-template__triple--content{width:33.333333%;float:left;padding-bottom:0}.pe-template__triple.pe-template__triple-xs .pe-template__triple--content:first-child{padding-right:0}.pe-template__triple.pe-template__triple-xs .pe-template__triple--content:last-child{padding-left:0}}@media(min-width: 1px){.pe-template__triple.pe-template__triple-xs .pe-template__triple--content:nth-child(3n-1){padding-left:5px;padding-right:5px}}@media(min-width: 480px){.pe-template__triple.pe-template__triple-xs .pe-template__triple--content:nth-child(3n-1){padding-left:10px;padding-right:10px}}@media(min-width: 768px){.pe-template__triple.pe-template__triple-xs .pe-template__triple--content:nth-child(3n-1){padding-left:10px;padding-right:10px}}@media(min-width: 1024px){.pe-template__triple.pe-template__triple-xs .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 1140px){.pe-template__triple.pe-template__triple-xs .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 480px){.pe-template__triple--content{padding-left:20px;padding-right:20px}.pe-template__triple.pe-template__triple-sm .pe-template__triple--content{width:33.333333%;float:left;padding-bottom:0}.pe-template__triple.pe-template__triple-sm .pe-template__triple--content:first-child{padding-right:0}.pe-template__triple.pe-template__triple-sm .pe-template__triple--content:last-child{padding-left:0}}@media(min-width: 480px){.pe-template__triple.pe-template__triple-sm .pe-template__triple--content:nth-child(3n-1){padding-left:10px;padding-right:10px}}@media(min-width: 768px){.pe-template__triple.pe-template__triple-sm .pe-template__triple--content:nth-child(3n-1){padding-left:10px;padding-right:10px}}@media(min-width: 1024px){.pe-template__triple.pe-template__triple-sm .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 1140px){.pe-template__triple.pe-template__triple-sm .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 768px){.pe-template__triple--content{padding-left:20px;padding-right:20px}.pe-template__triple.pe-template__triple-md .pe-template__triple--content{width:33.333333%;float:left;padding-bottom:0}.pe-template__triple.pe-template__triple-md .pe-template__triple--content:first-child{padding-right:0}.pe-template__triple.pe-template__triple-md .pe-template__triple--content:last-child{padding-left:0}}@media(min-width: 768px){.pe-template__triple.pe-template__triple-md .pe-template__triple--content:nth-child(3n-1){padding-left:10px;padding-right:10px}}@media(min-width: 1024px){.pe-template__triple.pe-template__triple-md .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 1140px){.pe-template__triple.pe-template__triple-md .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 1024px){.pe-template__triple--content{padding-left:40px;padding-right:40px}.pe-template__triple.pe-template__triple-lg .pe-template__triple--content{width:33.333333%;float:left;padding-bottom:0}.pe-template__triple.pe-template__triple-lg .pe-template__triple--content:first-child{padding-right:0}.pe-template__triple.pe-template__triple-lg .pe-template__triple--content:last-child{padding-left:0}}@media(min-width: 1024px){.pe-template__triple.pe-template__triple-lg .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 1140px){.pe-template__triple.pe-template__triple-lg .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 1140px){.pe-template__triple--content{padding-left:40px;padding-right:40px}.pe-template__triple.pe-template__triple-xl .pe-template__triple--content{width:33.333333%;float:left;padding-bottom:0}.pe-template__triple.pe-template__triple-xl .pe-template__triple--content:first-child{padding-right:0}.pe-template__triple.pe-template__triple-xl .pe-template__triple--content:last-child{padding-left:0}}@media(min-width: 1140px){.pe-template__triple.pe-template__triple-xl .pe-template__triple--content:nth-child(3n-1){padding-left:20px;padding-right:20px}}@media(min-width: 1px){[class*=pe-strategy__default]{margin-right:-10px;margin-left:-10px}}@media(min-width: 480px){[class*=pe-strategy__default]{margin-right:-20px;margin-left:-20px}}@media(min-width: 768px){[class*=pe-strategy__default]{margin-right:-20px;margin-left:-20px}}@media(min-width: 1024px){[class*=pe-strategy__default]{margin-right:-40px;margin-left:-40px}}@media(min-width: 1140px){[class*=pe-strategy__default]{margin-right:-40px;margin-left:-40px}}[class*=pe-strategy__centered]>*{margin-right:auto;margin-left:auto}@media(min-width: 1px){[class*=pe-strategy__left_right]{width:100%}[class*=pe-strategy__left_right]>:first-child{margin-left:-10px;float:left}[class*=pe-strategy__left_right]>:last-child{margin-right:-10px;float:right}}@media(min-width: 480px){[class*=pe-strategy__left_right]{width:100%}[class*=pe-strategy__left_right]>:first-child{margin-left:-20px;float:left}[class*=pe-strategy__left_right]>:last-child{margin-right:-20px;float:right}}@media(min-width: 768px){[class*=pe-strategy__left_right]{width:100%}[class*=pe-strategy__left_right]>:first-child{margin-left:-20px;float:left}[class*=pe-strategy__left_right]>:last-child{margin-right:-20px;float:right}}@media(min-width: 1024px){[class*=pe-strategy__left_right]{width:100%}[class*=pe-strategy__left_right]>:first-child{margin-left:-40px;float:left}[class*=pe-strategy__left_right]>:last-child{margin-right:-40px;float:right}}@media(min-width: 1140px){[class*=pe-strategy__left_right]{width:100%}[class*=pe-strategy__left_right]>:first-child{margin-left:-40px;float:left}[class*=pe-strategy__left_right]>:last-child{margin-right:-40px;float:right}}@media(min-width: 1px){[class*=pe-strategy__basic-grid]{margin-left:-10px;margin-right:-10px}}@media(min-width: 480px){[class*=pe-strategy__basic-grid]{margin-left:-20px;margin-right:-20px}}@media(min-width: 768px){[class*=pe-strategy__basic-grid]{margin-left:-20px;margin-right:-20px}}@media(min-width: 1024px){[class*=pe-strategy__basic-grid]{margin-left:-40px;margin-right:-40px}}@media(min-width: 1140px){[class*=pe-strategy__basic-grid]{margin-left:-40px;margin-right:-40px}}[class$="--small-2col"]>*{width:50%}[class$="--small-2col"]>*:nth-child(odd){padding-right:5px;float:left}[class$="--small-2col"]>*:nth-child(even){padding-left:5px;padding-right:0px;float:right}[class$="--small-3col"]>*{width:33.3333%}[class$="--small-3col"]>*:nth-child(n){padding-right:5px;float:left}[class$="--small-3col"]>*:nth-child(3n-1){padding-left:5px;padding-right:5px}[class$="--small-3col"]>*:nth-child(3n){padding-left:5px;padding-right:0px;float:right}[class$="--small-4col"]>*{width:25%}[class$="--small-4col"]>*:nth-child(n){padding-left:0px;padding-right:5px;float:left}[class$="--small-4col"]>*:nth-child(4n-2){padding-left:5px;padding-right:5px}[class$="--small-4col"]>*:nth-child(4n-1){padding-left:5px;padding-right:5px}[class$="--small-4col"]>*:nth-child(4n){padding-left:5px;padding-right:0px;float:right}[class$="--large-2col"]>*{width:50%}[class$="--large-2col"]>*:nth-child(odd){padding-right:10px;float:left}[class$="--large-2col"]>*:nth-child(even){padding-left:10px;padding-right:0px;float:right}[class$="--large-3col"]>*{width:33.3333%}[class$="--large-3col"]>*:nth-child(n){padding-right:10px;float:left;padding-left:0px}[class$="--large-3col"]>*:nth-child(3n-1){padding-left:10px;padding-right:10px}[class$="--large-3col"]>*:nth-child(3n){padding-left:10px;padding-right:0px;float:right}[class$="--large-4col"]>*{width:25%}[class$="--large-4col"]>*:nth-child(n){padding-left:0px;padding-right:10px;float:left}[class$="--large-4col"]>*:nth-child(4n-2){padding-left:10px;padding-right:10px}[class$="--large-4col"]>*:nth-child(4n-1){padding-left:10px;padding-right:10px}[class$="--large-4col"]>*:nth-child(4n){padding-left:10px;padding-right:0px;float:right}[class$="--small-gap"]:first-child{margin-top:0px}[class$="--small-gap"]{width:100%;display:inline-block;margin-top:20px;margin-bottom:20px}[class$="--small-gap"]:last-child{margin-bottom:0px}[class$="--large-gap"]:first-child{margin-top:0px}[class$="--large-gap"]{width:100%;display:inline-block;margin-top:40px;margin-bottom:40px}[class$="--large-gap"]:last-child{margin-bottom:0px}.dropdown-divider{border-bottom:1px solid #d9d9d9;border-top:none;border-left:none;border-right:none;margin:0}.li-wrapper #svg-id{opacity:0}svg[id^=svg-id-]{opacity:1}.divider-container{margin:8px 0;padding:0 24px 0 32px}.dropdown-label-text{font-size:14px;line-height:18px;display:inline;margin-right:4px}.icon-btn-right,.icon-btn{background:transparent;border:0;padding:0}.icon-btn-right{float:right}.pe-btn-container-right{float:right}#icon-in-button{margin-left:8px;color:#fff}.dropdown-container{width:220px;position:relative}.li-wrapper{border:1px solid #c7c7c7;width:100%;padding:12px 0;margin-top:2px;margin-bottom:0;border-radius:2px;display:block;position:absolute;background-color:#fff}.li-wrapper .li-button{padding:4px 24px 4px 16px;display:block;width:100%;text-align:left;box-sizing:border-box;background-color:transparent;border:0;color:#252525;font-size:14px;line-height:18px}.li-wrapper .dropdown-item{display:inline-block;vertical-align:middle;padding-left:8px}.li-wrapper li{list-style:none}.li-wrapper .li-props{margin:0}.li-wrapper .li-props:first-child{padding-top:0}.li-wrapper li:hover,.li-wrapper li button:focus{background-color:#e9e9e9}.mobile-header{display:none}@media only screen and (max-device-width: 479px){.dropdown-divider{border-bottom:1px solid #c7c7c7}html,body{height:100%;overflow-y:scroll}.dropdown-container{width:100%;height:100%;position:static}.li-wrapper{border:none;top:0;left:0;right:0;bottom:0;background-color:#fff;position:absolute;margin-top:0;padding:0;height:100%}.li-wrapper li:first-child{padding-top:24px}.divider-container{margin:12px 0;padding:0 24px 0 40px}#mobile-font{font-size:16px;line-height:20px;padding:12px 24px}.mobile-close-button{float:right;margin-left:12px;padding:0;border:0;background:transparent}.mobile-header{display:block;padding:24px;background-color:#f5f5f5;font-size:18px;line-height:22px;text-align:center;border-bottom:1px solid #e9e9e9;margin-bottom:12px}.transition-enter{transform:translate(0, 1%);transform:translate3d(0, 1%, 0)}.transition-enter.transition-enter-active{transform:translate(0, 100%);transform:translate3d(0, 100%, 0);transition-property:transform;transition-duration:300ms;transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1),ease}.transition-leave{transform:translate(0, 100%);transform:translate3d(0, 100%, 0);transition-property:transform;transition-duration:300ms;transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1),ease}.transition-leave.transition-leave-active{transform:translate(0, 1%);transform:translate3d(0, 1%, 0)}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */#main-wrapper{margin-left:calc(100vw - 100%);position:fixed;width:100%;top:70px;overflow:scroll;overflow-x:hidden !important;height:calc(100vh - 70px)}@-moz-document url-prefix(){#main-wrapper{scrollbar-width:thin}}@-moz-document url-prefix(){.ReactModalPortal .ReactModal__Overlay--after-open{scrollbar-width:thin}}#content-area{padding-top:30px;padding-bottom:20px}.clear{clear:both}svg{color:#6a7070}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.pe-loadingIndicator{position:relative}.pe-loadingIndicator .pe-loadingIndicator-overlay{position:absolute;height:100%;width:100%;top:0px;left:0px;display:flex;text-align:center;background:rgba(255,255,255,.8);z-index:1000}.pe-loadingIndicator .pe-loadingIndicator-overlay .pe-loadingIndicator-chip{z-index:1001}.pe-loadingIndicator .pe-loadingIndicator-overlay-app{position:fixed;left:0;top:0;bottom:0;right:0;background:rgba(255,255,255,.8);z-index:10000}.pe-loadingIndicator .pe-loadingIndicator-overlay-app .pe-loadingIndicator-chip{z-index:10001}.pe-loadingIndicator .pe-loadingIndicator-overlay-inactive{display:none}.pe-loadingIndicator .pe-loadingIndicator-chip{background-color:#252525;width:200px;height:70px;border-radius:10px;margin:auto;padding-left:20px;padding-right:20px;display:flex;align-items:center;justify-content:center;opacity:1}.pe-loadingIndicator .pe-loadingIndicator-chip .pe-loadingIndicator-chip-text{color:#fff;margin-left:15px}.pe-loadingSpinner{width:25px;height:25px;position:relative}.pe-loadingSpinner-container1>div,.pe-loadingSpinner-container2>div{width:4px;height:4px;background-color:#19a6a4;border-radius:100%;position:absolute;-webkit-animation:bouncedelay 1.6s infinite ease-in-out;animation:bouncedelay 1.6s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.pe-loadingSpinner .pe-loadingSpinner-container{position:absolute;width:100%;height:100%}.pe-loadingSpinner-container2{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.circle1{top:0;left:0}.circle2{top:0;right:0}.circle3{right:0;bottom:0}.circle4{left:0;bottom:0}.pe-loadingSpinner-container2 .circle1{-webkit-animation-delay:-1.4s;animation-delay:-1.4s}.pe-loadingSpinner-container1 .circle2{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.pe-loadingSpinner-container2 .circle2{-webkit-animation-delay:-1s;animation-delay:-1s}.pe-loadingSpinner-container1 .circle3{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.pe-loadingSpinner-container2 .circle3{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.pe-loadingSpinner-container1 .circle4{-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.pe-loadingSpinner-container2 .circle4{-webkit-animation-delay:-0.2s;animation-delay:-0.2s}@-webkit-keyframes bouncedelay{0%,25%,100%{-webkit-transform:scale(1)}12.5%{-webkit-transform:scale(1.5)}}@keyframes bouncedelay{0%,25%,100%{transform:scale(1);-webkit-transform:scale(1)}12.5%{transform:scale(1.5);-webkit-transform:scale(1.5)}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@font-face{font-family:univers;src:url("/fonts/cover_fonts/UniversLTW01-55Roman.woff")}@font-face{font-family:bodoni;src:url("/fonts/cover_fonts/BodoniW01-Roman.woff")}@font-face{font-family:tradeGothic;src:url("/fonts/cover_fonts/TradeGothicLTW01-Roman.woff")}@font-face{font-family:bembo;src:url("/fonts/cover_fonts/BemboW01.woff")}@font-face{font-family:ItcAvantGarde;src:url("/fonts/cover_fonts/ITCAvantGardeGothicW01-Bk.woff")}@font-face{font-family:laurentianPro;src:url("/fonts/cover_fonts/LaurentianW04-Regular.woff")}@font-face{font-family:bemboItalic;src:url("/fonts/cover_fonts/BemboMTW01-Italic.woff")}@font-face{font-family:bemboSemiBold;src:url("/fonts/cover_fonts/BemboMTW01-Semibold.woff")}@font-face{font-family:bemboSemiboldItalic;src:url("/fonts/cover_fonts/BemboMTW01-SemiboldItalic.woff")}@font-face{font-family:tradeGothicBdcn;src:url("/fonts/cover_fonts/TradeGothicLTW01-BdCnNo.20.woff")}@font-face{font-family:universLight;src:url("/fonts/cover_fonts/UniversLTW01-45Light.woff")}@font-face{font-family:universLightCond;src:url("/fonts/cover_fonts/UniversLTW01-47LightCond.woff")}@font-face{font-family:universCond;src:url("/fonts/cover_fonts/UniversLTW01-57Condensed.woff")}@font-face{font-family:universCondObl;src:url("/fonts/cover_fonts/UniversLTW01-57CondensedObl.woff")}@font-face{font-family:universBoldCond;src:url("/fonts/cover_fonts/UniversLTW01-67BoldCond.woff")}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.add-more-content{width:auto;margin-left:0px}.add-more-content.add-more-content-disabled input{color:#c7c7c7;background-color:#fff;opacity:.5}.add-more-content.add-more-content-disabled .title{opacity:.5}.add-more-content.add-more-content-disabled .upload-icon{opacity:.5}.add-more-content.add-more-content-disabled svg{opacity:.5}.add-more-content.with-border-top{border-top:1px solid #ccc}.add-more-content .title{color:#252525;font-size:16px;font-weight:600 !important;margin-top:28px;margin-bottom:8px}.add-more-content .blank_row{width:469px;height:16px;font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;color:#6a7070;height:15px !important;background-color:#fff}.add-more-content .Upload-your-material{width:201px;height:16px;margin-left:499px;margin-top:-15px;margin-right:20px;font-size:11px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;color:#808787;position:relative;left:27px}.add-more-content .Use-the-search-bar-t{width:719px;height:38px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2a2a2a !important}.add-more-content .Use-the-search-bar-t .text-style-1{color:#0084a8}.add-more-content .split{height:1px;width:100%;background-color:#e9e9e9}.add-more-content .text-field-wrapper{margin-bottom:10px;width:75%;float:left}.add-more-content .button-wrapper{float:right;padding-left:5%;margin-top:6px}.add-more-content .button-wrapper .pe-btn--btn_large{cursor:default;width:198px;height:32px;margin-top:-46px;border:0px #c7c7c7 !important;border-radius:40px !important;background-color:#e9e9e9 !important;line-height:1.29;letter-spacing:normal;text-align:center !important;color:#6a7070 !important;outline:none;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.add-more-content .button-wrapper .pe-btn--btn_large:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.add-more-content .button-wrapper .pe-btn--btn_large_enable{cursor:pointer;width:198px;height:32px;margin-top:-46px;border:solid 1px rgba(151,151,151,.3) !important;border-radius:40px !important;background-color:#fff !important;line-height:1.29;letter-spacing:normal;font-weight:600;text-align:center !important;color:#003761 !important;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@-moz-document url-prefix(){.add-more-content .button-wrapper .pe-btn--btn_large_enable{margin-top:-55px}}.add-more-content .button-wrapper .pe-btn--btn_large_enable:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.add-more-content .button-wrapper .pe-btn--btn_large_enable:hover{color:#047a9c !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05);border:solid 1px rgba(151,151,151,.07);background-color:#fff}.add-more-content .button-wrapper .pe-btn--btn_large_enable:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.add-more-content .button-wrapper .button-disabled-color{pointer-events:none;background-color:#e9e9e9;border:unset;color:#c7c7c7;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.add-more-content .button-wrapper .button-disabled-color:hover{border:unset}.add-more-content .button-wrapper .upload-icon{margin-right:-30px}.add-more-content .button-wrapper svg{color:#6a7070;width:18px;height:18px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.alert_title{text-transform:none;display:inline}.alert_text{text-transform:none;display:inline}.error-svg{padding-bottom:15px;margin-top:0}.pe-icon--warning-18{color:#db0020}.alert-container{width:600px;min-height:86px;margin:70px 0 0 70px}.alert-container .alert_content_container{border-radius:8px;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05);background-color:#fff;padding:25px 34px 25px 5px;border:1px solid rgba(216,216,216,.2)}.alert-container span{pointer-events:all;cursor:pointer;position:absolute;top:80px;right:20px;font-size:25px;color:#bbb}.alert-container span::after{content:"×"}.alert-container>div[class^=css-]>span>div[class^=css-] div:nth-child(2){padding-right:0;text-align:left}.alert-container>div[class^=css-]>span>div[class^=css-] div:last-child{height:20%;background-color:#fff !important;background-position:100%}.alert-container .error_alert{border-left:8px solid !important;border-left-color:#db0020 !important;padding-right:50px;padding-left:20px}.alert-container .no_icon_info{border-left:8px solid !important;border-left-color:#d8efff !important;padding-left:26px !important}.alert-container .no_icon_info :first-child{width:auto}.alert-container .success_alert{border-left:8px solid !important;border-left-color:#038238 !important}.alert-container .success_alert svg{color:#038238}.alert-container .css-exhbb1{margin-top:7px;margin-right:15px;font-size:25px;background:none;color:#bbb;width:auto}.alert-container .css-exhbb1::after{content:"×"}.alert-container .custom-alert{margin-left:65px;margin-top:10px}.alert-container .alert_content_container h2,.alert-container .alert_content_container p{font-size:14px;line-height:1.29;letter-spacing:.2px;color:#2a2a2a;pointer-events:auto}.icon-display-none .css-1vuw43k{display:none !important}.icon-display-none .css-6bx4c3{padding:0px;margin-left:28px;margin-top:28px;margin-right:36px;margin-bottom:28px}.icon-display-none .css-exhbb1{width:18px;height:18px;margin-top:8px;margin-left:8px;margin-right:8px}.icon-display-none .css-qyadkl{margin:62px 0 0 70px !important}.custom-container .success_alert{border-left-color:#19a6a4 !important;font-size:14px;padding:0 !important}.custom-container .css-1vuw43k,.custom-container .css-exhbb1{display:none}.custom-container .css-6bx4c3{margin-right:0;padding:28px !important;text-align:justify !important}.custom-container a{color:#19a6a4;font-weight:600}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */:root{--summary-box-width: 363px;--diff-width-between-main-right-content: calc(100vw - var(--summary-box-width));--footer-left-margin: calc(var(--diff-width-between-main-right-content) / 2)}.wrapped-footer--general .pe-footer{padding-right:20px;display:flex;width:100%}.wrapped-footer--general .pe-footer ul,.wrapped-footer--general .pe-footer li,.wrapped-footer--general .pe-footer p{text-align:right;display:inline-block;margin:0 auto;padding:0;flex:1}.wrapped-footer--general .pe-footer span{display:inline-block;padding:0 2px}.wrapped-footer--general .pe-footer span a{cursor:pointer}.wrapped-footer--general .pe-footer div{flex:1;text-align:left}@media(max-width: 1023px){.wrapped-footer--general .pe-footer{text-align:right}}.wrapped-footer--login{padding-top:70vh}.wrapped-footer--login .pe-footer{margin:20px 0px 0px;display:flex}.wrapped-footer--login .pe-footer ul,.wrapped-footer--login .pe-footer li,.wrapped-footer--login .pe-footer p{text-align:center;display:inline-block;margin:0 auto;padding:0;color:#fff;flex:1}.wrapped-footer--login .pe-footer li a{color:#fff}.wrapped-footer--login .pe-footer span{display:inline-block;padding:0 2px}.wrapped-footer--login .pe-footer span a{cursor:pointer}.wrapped-footer--login .pe-footer div{flex:1;text-align:center}@media(max-width: 1023px){.wrapped-footer--login .pe-footer{text-align:center;display:block}}@media(min-width: 1024px)and (max-width: 2560px){.wrapped-footer--login .pe-footer{width:100vw}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.button button{height:36px;width:144px;border:1px solid #c7c7c7;border-radius:2px;background-color:#e9e9e9 !important;padding-left:8px;padding-right:8px;text-align:left;width:auto;outline:none;margin:2px}.button button:hover{background-color:#c7c7c7 !important}.button .icon{height:15px;width:14.17px;background-color:transparent;top:0px;margin-right:0px;outline:none;margin-right:5px}.button .button-text{height:19px;width:101px;color:#6a7070;font-family:"Open Sans";font-size:14px;font-weight:600;line-height:19px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.o-coach-mark__container{font-size:18px;font-weight:normal;content:" ";display:block;height:0;clear:both;float:left;text-align:left;position:absolute}.o-coach-mark__container :-moz-focusring{outline:none;border:2px solid #51cbee;-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.25);box-shadow:0 0 5px rgba(0,0,0,.25)}.o-coach-mark__hole{box-shadow:0 0 0 9999999px rgba(0,0,0,.25)}.o-coach-mark__close-icon{padding:2px;margin-top:5px;background-color:transparent;cursor:pointer;border:none;outline:none}.o-coach-mark__content-container{padding:0 0 20px 20px;z-index:920;margin:10px;background-color:#d6ebe8;border-radius:4px;box-shadow:0 1px 10px rgba(0,0,0,.25);min-width:300px;float:left;color:#231f20}.o-coach-mark__meatball{border-radius:50%;width:30px;height:30px;background:#107aca;border-color:#9dc0db;color:#fff;padding:3px;float:left;text-align:center;margin-top:20px;margin-right:14px;margin-bottom:15px}.o-coach-mark__title{padding:20px 10px 0 0;font-size:14px}.o-coach-mark__paragraph{clear:both;font-size:14px}.o-coach-mark__button-space{margin-right:15px;margin-top:-4px}.o-coach-mark__next-button{float:right;margin-top:-4px}.o-coach-mark__back-next{cursor:pointer}.o-coach-mark__total-coachmarks{padding-left:45px}.o-coach-mark__content{float:left;width:255px;margin:0px;position:relative}.o-coach-mark__content p{margin:13px 0}.o-coach-mark--bottom::before{left:221px;top:-10px;box-shadow:-1px -1px 1px 0px rgba(0,0,0,.1)}.o-coach-mark--bottom-left::before{left:19px;top:-10px;box-shadow:-1px -1px 1px 0px rgba(0,0,0,.1)}.o-coach-mark--bottom-middle::before{left:50%;top:-10px;box-shadow:-1px -1px 1px 0px rgba(0,0,0,.1)}.o-coach-mark--bottom-disappear{visibility:hidden}.o-coach-mark--top::before{bottom:-30px;left:220px;box-shadow:1px 1px 1px 0px rgba(0,0,0,.1)}.o-coach-mark--top-left::before{bottom:-30px;left:19px;box-shadow:1px 1px 1px 0px rgba(0,0,0,.1)}.o-coach-mark--bottom::before,.o-coach-mark--bottom-left::before,.o-coach-mark--top::before,.o-coach-mark--top-left::before,.o-coach-mark--bottom-middle::before{content:" ";position:absolute;width:20px;height:20px;background-color:#d6ebe8;transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg)}@media(max-width: 480px){.o-coach-mark--bottom::before,.o-coach-mark--bottom-left::before,.o-coach-mark--top::before,.o-coach-mark--top-left::before,.o-coach-mark--bottom-middle::before{visibility:hidden}}.o-coach-mark--right-middle::after{right:-35px;top:50%;box-shadow:1px 1px 1px 0px rgba(0,0,0,.1)}.o-coach-mark--right-middle-left::after{left:-31px;top:50%;transform:rotate(135deg) !important;box-shadow:1px 1px 1px 0px rgba(0,0,0,.1)}.o-coach-mark--right-middle::after,.o-coach-mark--right-middle-left::after{content:" ";position:absolute;width:20px;height:20px;background-color:#d6ebe8;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}@media(max-width: 480px){.o-coach-mark--right-middle::after,.o-coach-mark--right-middle-left::after{visibility:hidden}}.o-coach-mark--link-text{color:#0d65a6;padding:5px;font-size:smaller}.o-coach-mark--hr{border-color:#eee9c1;border-style:ridge}.o-coach-mark--icons{padding:4px}.o-coach-mark__feedback{display:none}.o-coach-mark__feedback textarea{width:95%;height:50px}.o-coach-mark__feedback div a{font-size:12px;padding:0 10px}.o-coach-mark__sr-hidden{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important;overflow:hidden}.o-coach-mark__got-it{float:right;background:none;border:none;padding:0 !important;font:inherit;cursor:pointer;text-decoration:underline;color:#047a9c}#great-start-coach-mark{position:fixed;top:0}#sample-collection-next-coach-mark{position:fixed;top:0}#sample-collection-coach-mark{position:absolute;top:0}#sample-collection-coach-mark .o-coach-mark--right-middle-left::after{top:21px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.overlay-leaf{height:72px;width:94px;position:absolute;display:none;z-index:2;display:table-cell;vertical-align:middle;margin-left:-26px;margin-top:-58px}.tile-clickable,.create-new-tile{border:solid 1px rgba(151,151,151,.2);border-radius:8px;background-color:#fff;display:block;height:305px;width:245px;margin:0px 0px 15px 0px;padding:0px;position:relative;cursor:pointer}.tile-clickable .top-image-wrapper,.create-new-tile .top-image-wrapper{height:128px;width:100%;overflow:hidden;text-align:center;position:relative;border-top-right-radius:8px;border-top-left-radius:8px}.tile-clickable .top-image-wrapper .overlay-text,.create-new-tile .top-image-wrapper .overlay-text{position:absolute;width:100%;height:100%;display:none;z-index:2}.tile-clickable .top-image-wrapper .overlay-text>span,.create-new-tile .top-image-wrapper .overlay-text>span{display:table-cell;vertical-align:middle}.tile-clickable .top-image-wrapper a,.create-new-tile .top-image-wrapper a{width:100%;height:100%;display:inline-block;color:#fff;font-size:18px;text-decoration:none;cursor:pointer}.tile-clickable .top-image-wrapper img,.create-new-tile .top-image-wrapper img{width:100%;height:100%;opacity:1;display:inline-block;z-index:1}.tile-clickable .top-image-wrapper:hover img,.create-new-tile .top-image-wrapper:hover img{transition:.3s all;width:110%;margin-left:-5%}.tile-clickable .top-image-wrapper:hover .overlay-text,.create-new-tile .top-image-wrapper:hover .overlay-text{display:table}.tile-clickable .title-wrapper,.create-new-tile .title-wrapper{padding:8px 0px 0px 10px;width:243px;display:block;height:175px;background-color:#fafafa;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.tile-clickable .title-wrapper .title-main,.create-new-tile .title-wrapper .title-main{width:214px;height:auto;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#252525;overflow:hidden;text-overflow:ellipsis;padding-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tile-clickable .title-wrapper a,.create-new-tile .title-wrapper a{cursor:pointer;text-decoration:none}.tile-clickable .title-wrapper .info-blocks,.create-new-tile .title-wrapper .info-blocks{color:#252525;font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;padding:0px;margin:0px;display:table}.tile-clickable .title-wrapper .info-blocks>span,.create-new-tile .title-wrapper .info-blocks>span{display:table-cell;vertical-align:middle}.tile-clickable .title-wrapper .info-blocks>span.isbn,.create-new-tile .title-wrapper .info-blocks>span.isbn{font-size:12px}.tile-clickable .title-wrapper .info-blocks>span svg,.create-new-tile .title-wrapper .info-blocks>span svg{width:10.5px;height:10.5px;margin-left:5px}.tile-clickable .drop-down-holder,.create-new-tile .drop-down-holder{position:absolute;left:10px;bottom:10px;font-size:12px;font-weight:600;display:inline-block;background-color:#fafafa;cursor:pointer}.tile-clickable .drop-down-holder .dd-menu .dd-menu-items .dd-items-left,.create-new-tile .drop-down-holder .dd-menu .dd-menu-items .dd-items-left{width:116px;height:auto;border-radius:6.2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);background-color:#fff}.tile-clickable .drop-down-holder .dd-menu .dd-menu-items .dd-items-left li,.create-new-tile .drop-down-holder .dd-menu .dd-menu-items .dd-items-left li{width:116px;height:auto;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.43;letter-spacing:normal;color:#252525;border-radius:6.2px}.tile-clickable .drop-down-holder .dd-menu .dd-menu-items .dd-items-left li button,.create-new-tile .drop-down-holder .dd-menu .dd-menu-items .dd-items-left li button{cursor:pointer}.tile-clickable .drop-down-holder .dd-menu .dd-menu-items .dd-items-left li button:disabled,.create-new-tile .drop-down-holder .dd-menu .dd-menu-items .dd-items-left li button:disabled{color:#c7c7c7;cursor:auto;background-color:#fff !important}.tile-clickable .image-content img,.create-new-tile .image-content img{transition:.3s all;width:110% !important;margin-left:-5%}.tile-clickable .image-content .overlay-text,.create-new-tile .image-content .overlay-text{display:table}.tile{border:solid 1px rgba(151,151,151,.2);border-radius:8px;background-color:#fff;display:block;height:305px;width:245px;margin:0px 0px 15px 0px;padding:0px;position:relative;cursor:pointer}.tile .top-image-wrapper{height:128px;width:100%;overflow:hidden;text-align:center;position:relative;border-top-right-radius:8px;border-top-left-radius:8px}.tile .top-image-wrapper .overlay-text{position:absolute;width:100%;height:100%;display:none;z-index:2}.tile .top-image-wrapper .overlay-text>span{display:table-cell;vertical-align:middle}.tile .top-image-wrapper a{display:inline-block;color:#fff;font-size:18px;text-decoration:none;cursor:pointer}.tile .top-image-wrapper a:hover{text-decoration:underline}.tile .top-image-wrapper img{width:100%;height:100%;opacity:1;display:inline-block;z-index:1}.tile .top-image-wrapper .grayout-images{filter:gray;-webkit-filter:grayscale(1);filter:grayscale(1)}.tile .title-wrapper{padding:8px 0px 0px 10px;width:243px;display:block;height:175px;background-color:#fafafa;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.tile .title-wrapper .title-main{width:214px;height:auto;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#252525;overflow:hidden;text-overflow:ellipsis;padding-bottom:5px}.tile .title-wrapper a{cursor:pointer;text-decoration:none}.tile .title-wrapper .info-blocks{color:#252525;font-size:12px;padding:0px;margin:0px;display:table}.tile .title-wrapper .info-blocks>span{display:table-cell;vertical-align:middle}.tile .title-wrapper .info-blocks>span svg{width:10.5px;height:10.5px;margin-left:5px}.tile .drop-down-holder{position:absolute;left:10px;bottom:10px;font-size:12px;font-weight:600;display:inline-block;cursor:pointer}.create-new-tile{display:table !important;background:#003860}.create-new-tile:hover{cursor:default}.create-new-tile .text-icon-wrapper{display:table-cell;text-align:center;vertical-align:middle}.create-new-tile .text-icon-wrapper .Instructor_collections{width:227px;height:117px;margin-bottom:57.5px;margin-top:-44px;margin-left:-2.5px;object-fit:contain}.create-new-tile .text-icon-wrapper h1{color:#fff;font-size:20px;font-weight:600;margin:0}.create-new-tile .text-icon-wrapper .Browse-the-Pearson-l h2{width:209px;height:54px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:normal;margin-left:17px;margin-bottom:-10px;color:#fafafa;position:relative;right:0px}.create-new-tile .text-icon-wrapper .Mask{width:95px;height:35px;margin-left:75px;margin-top:25px;margin-bottom:-20px;position:relative;right:35px;border:solid 1px #d2db0e;background-color:#d2db0e;border-radius:18.3px;color:#000;font-weight:600;font-size:16px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;cursor:pointer}.create-new-tile .text-icon-wrapper .Mask:hover{cursor:pointer}.create-new-tile .tool-tip{position:absolute;display:none;width:460px;z-index:1000;left:70%;top:25px;height:35px;padding:8px;color:#000 !important;background-color:#c7c7c7;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-transition:color .2s ease,background-color .2s ease,border-color .2s ease;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.tile-inactive h1 *,.tile-inactive .icon *{color:#c7c7c7 !important}.tile-inactive .create-new-tile{background-color:#f5f5f5 !important;border:none !important}.tile-inactive .create-new-tile:hover .tool-tip{display:block !important}.collection-type{width:auto;height:26px;font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:-0.07px;color:#757b7b}.Options{width:90px;height:18px;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#252525}.collection-edit-icon{width:16px;height:17px;cursor:pointer}.collection-dropdown-icon{width:14px;height:11px;cursor:pointer;padding:0px 0px 0px 4px}.collection-view-icon{width:18px;height:17px;cursor:pointer}img:hover.collection-edit-icon{-webkit-filter:drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 0px 9px black)}img:hover.collection-view-icon{box-shadow:0px 0px 5px 5px rgba(216,216,216,.65);border-radius:100%;background-color:rgba(216,216,216,.65)}.collection-course-span{width:18%;text-overflow:ellipsis;overflow:hidden;float:right;white-space:nowrap}.collection-type-span{width:50%}.title-main:hover{text-decoration:underline}.linkContainer{display:flex;justify-content:flex-end;width:100%}.links{display:flex;flex-direction:column;position:relative;height:31px;width:100%;cursor:pointer}.name{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.dropdownLinks-container{min-width:136px;height:auto;display:block;flex-direction:column;position:absolute;top:28px;right:6px;box-shadow:0 3px 4px .08px rgba(0,0,0,.2);border-radius:6.7px;z-index:999999}.dropdownLinks-links{position:relative;background:#fff;border:1px solid #b8b8b8;border-radius:6.7px}.dropdownLinks-links:after,.dropdownLinks-links:before{bottom:100%;right:15px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.dropdownLinks-links:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:5px;right:16px;background-clip:padding-box}.dropdownLinks-links:before{border-color:rgba(184,184,184,0);border-bottom-color:#b8b8b8;border-width:6px;background-clip:padding-box}.dropdownLinks-links{display:flex;flex-direction:column}.dropdownLinks-link{color:#000;border-radius:6.7px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.43;letter-spacing:normal;color:#252525;text-decoration:none;padding:0px 0px 0px 17px}.dropdownLinks-link:first-child{border-radius:6.7px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.43;letter-spacing:normal;text-decoration:none}.dropdownLinks-link:last-child{border-radius:6.7px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.43;letter-spacing:normal;text-decoration:none;white-space:nowrap;padding-right:10px}.dropdownLinks-linka{border-radius:6.7px;color:#252525}.dropdownLinks-linka:hover{background-color:#e0e0e0}.collection-collection-type{width:67%;float:left}.tile-edit svg{color:#6a7070}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.course-bundles{position:relative;width:100%}.course-bundles label{width:27px}.course-bundles .basic-input-parent{margin-top:-8px}.course-bundles .freeze-pane-show,.course-bundles freeze-pane-hide{margin-bottom:20px;width:100%;height:inherit;background:#fff;opacity:.5}.course-bundles .freeze-pane-show{z-index:4}.course-bundles .freeze-pane-hide{z-index:-4}.course-bundles .course-bundles-sub-heading{margin-bottom:19px}.course-bundles .bundle-input input{height:40px;width:255px;float:left;margin-bottom:3px;margin-top:17px}.course-bundles .bundle-input .add-remove-bundle{float:left;margin:27px 0px 0px 10px}.course-bundles .bundle-input .add-remove-bundle .pe-icon--item-add-remove-18{color:#6a7070}.course-bundles .bundle-input .add-remove-bundle .pe-icon--item-add-remove-18:hover{cursor:pointer}.course-bundles .bundle-input .bundle-error-message{color:#db0020;display:flex;font-size:12px;width:100%}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.table-wrap{width:100%}.table-wrap .ReactTable{width:100%;border:0 solid rgba(0,0,0,.1)}.table-wrap .ReactTable .rt-table{display:table}.table-wrap .ReactTable .rt-th,.table-wrap .ReactTable .rt-td{overflow:visible}.table-wrap .ReactTable .rt-thead{display:flex}.table-wrap .ReactTable .rt-thead.-header{height:54px;width:100%;background-color:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.15)}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content{line-height:38px;overflow:visible}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content svg[class^=pe-icon--]{vertical-align:middle !important}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .modified-txt-bold{font-weight:600}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu span{cursor:pointer}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items{width:232px}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li :focus{background-color:#e9e9e9}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li:hover{background-color:#e9e9e9}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li:hover:nth-child(2) .bottom-line{display:none}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li button{cursor:pointer}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li button .bottom-line{width:100%;border-bottom:solid 1px #f5f5f5;margin-top:-14px}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li button .pre-tick{float:left;width:13%}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li button .wrapper-txt-icon{display:inline-block;width:87%;float:right}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left li button .wrapper-txt-icon .txt-drop-middle{display:inline-block;float:left}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left .icon-drop-right{float:right;display:inline-table}.table-wrap .ReactTable .rt-thead .rt-resizable-header-content .dd-menu .dd-menu-items .dd-items-left .icon-drop-right svg[class^=pe-icon--]{color:#c7c7c7}.table-wrap .ReactTable .rt-thead .rt-tr{text-align:left !important;border-top:1px solid #d9d9d9 !important;border-right:1px solid transparent !important;border-bottom:1px solid #d9d9d9 !important;border-left:1px solid transparent !important}.table-wrap .ReactTable .rt-thead .rt-tr .rt-resizable-header.rt-th:first-child{min-width:245px !important}.table-wrap .ReactTable .rt-thead:first-child{min-width:245px !important}.table-wrap .ReactTable .rt-thead .rt-th,.table-wrap .ReactTable .rt-thead .-sort-asc .rt-td,.table-wrap .ReactTable .rt-thead .-sort-asc{border-right:0;box-shadow:none !important;outline:none !important}.table-wrap .ReactTable .rt-tbody{line-height:32px;display:inline}.table-wrap .ReactTable .rt-tbody .rt-td{border-right:0 solid rgba(0,0,0,.02)}.table-wrap .ReactTable .rt-tbody .rt-td:first-child{color:#047a9c;cursor:pointer;min-width:245px}.table-wrap .ReactTable .rt-tbody .rt-td:first-child a{text-decoration:none}.table-wrap .ReactTable .rt-tbody .rt-tr-group{height:58px}.table-wrap .ReactTable .rt-tbody .rt-tr-group[data-reactid]{display:none}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .dd-menu span{cursor:pointer}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .dd-menu .dd-menu-items{width:130px}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .dd-menu .dd-menu-items ul li :focus{background-color:#e9e9e9}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .dd-menu .dd-menu-items ul li:hover{background-color:#e9e9e9}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .dd-menu .dd-menu-items ul li button{cursor:pointer;padding:11px 0px 11px 25px}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .dd-menu .dd-menu-items ul li button:disabled{color:#c7c7c7;cursor:auto;background-color:#fff !important}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .total-pri-col{display:block;padding-right:73px;text-align:right}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .status-icon-align{margin-left:16px;vertical-align:bottom}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .status-icon-align svg[class^=pe-icon--]{color:#c7c7c7}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .collection-type-icon-align{margin-left:16px;vertical-align:bottom;padding-right:10px}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .collection-type-icon-align svg[class^=pe-icon--]{color:#6a7070}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td .first-col-wrap:first-child{overflow:hidden !important;text-overflow:ellipsis !important;display:flex}.table-wrap .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td .first-col-wrap div{overflow:hidden !important;text-overflow:ellipsis !important}.table-wrap .ReactTable .rt-tbody .rt-tr-group:hover{background-color:#fafeff;box-shadow:0 -1px 0 0 #b8e0e6,0 1px 0 0 #b8e0e6}.table-wrap .ReactTable .rt-tbody svg[class^=pe-icon--]{margin-top:7px}.table-wrap .ReactTable .rt-tbody .rt-tr .break-isbn{color:#6a7070;font-size:12px;line-height:14px}.table-wrap .ReactTable .rt-tbody .rt-tr .invite-students-table-link{font-size:12px;line-height:0px;font-weight:bold}.table-wrap .ReactTable .rt-tbody .rt-tr .invite-students-table-link:hover span:last-child{text-decoration:underline}.table-wrap .ReactTable .rt-noData{margin-top:150px}.rc-pagination{float:right}.rc-pagination .rc-pagination-next a:after,.rc-pagination .rc-pagination-prev a:after{font-size:24px}.rc-pagination-simple .rc-pagination-prev,.rc-pagination-simple .rc-pagination-next{line-height:24px;font-size:18px;height:28px;width:28px;border:1px solid #c7c7c7;border-radius:20px}.rc-pagination-simple .rc-pagination-prev a,.rc-pagination-simple .rc-pagination-next a{text-decoration:none !important}.rc-pagination-simple .rc-pagination-simple-pager{margin-right:18px}.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash{margin:0}.rc-pagination-simple .rc-pagination-simple-pager input{border:1px solid transparent;text-align:right;width:33px;margin:0}.rc-pagination-simple .rc-pagination-simple-pager input:hover{border-color:transparent}.rt-resizable-header .desc-icon{display:none}.rt-resizable-header.-sort-desc .asc-icon{display:inline-block}.rt-resizable-header.-sort-desc .desc-icon{display:none}.rt-resizable-header.-sort-asc .desc-icon{display:inline-block}.rt-resizable-header.-sort-asc .asc-icon{display:none}#main-wrapper #content-area .home-page .toggle-wrapper-div{float:right}#main-wrapper #content-area .home-page .toggle-wrapper-div label{line-height:36px;margin-right:10px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.view-toggle-wrapper{display:block;width:76px;height:38px;float:right}.view-toggle-wrapper .list-main{padding:0px;margin:0px;list-style-type:none}.view-toggle-wrapper .list-main>li{display:table;box-sizing:border-box;height:38px;width:38px;border:1px solid #c7c7c7;border-radius:2px;text-align:center;float:left;vertical-align:middle;border-collapse:separate}.view-toggle-wrapper .list-main>li>span{display:table-cell}.view-toggle-wrapper .list-main>li:first-child{border-right:transparent}.view-toggle-wrapper .list-main>li a{display:table;text-align:center;width:100%;height:100%;vertical-align:middle}.view-toggle-wrapper .list-main>li a.selected{background-color:#e9e9e9}.view-toggle-wrapper .list-main>li a span{display:table-cell;text-align:center;vertical-align:middle}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.child-disable{color:#c7c7c7;pointer-events:none}.css-tlfecz-indicatorContainer svg,.css-1gtu0rj-indicatorContainer svg{overflow:visible;height:20px;width:20px}.css-6q0nyr-svg{overflow:visible}.basic-single.css-2b097c-container{min-width:140px}.select__indicator-separator.css-1okebmr-indicatorSeparator{align-self:auto}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes optionFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes optionFadeOut{0%{opacity:1}100%{opacity:0}}@keyframes insertContentAnimation{0%{opacity:0;height:0px;padding:0px}100%{opacity:1;height:135px;padding:0px}}@keyframes insertContentAnimationReverse{0%{opacity:1;height:135px;padding:0px}100%{opacity:0;height:0px;padding:0px}}@keyframes insertContentNumberAnimation{0%{margin-bottom:0px}100%{margin-bottom:135px}}@keyframes insertContentNumberAnimationReverse{0%{margin-bottom:135px}100%{margin-bottom:0px}}@keyframes createPartAddMoreContent{0%{opacity:0;height:0px}100%{opacity:1;height:94px}}@keyframes cardAppear{0%{opacity:.5}100%{opacity:1}}@keyframes cardHide{0%{opacity:1;height:100px}100%{opacity:0;height:0px}}@keyframes cardInsertingAnimationTop{0%{margin-top:0px}}@keyframes cardInsertingAnimationBottom{0%{margin-bottom:0px}}@keyframes cardInsertingAnimationPlaceholder{0%{height:70px}}@keyframes placeResourceTextTransition{0%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes TempPlaceHoldercardAppear{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes undoBoxAnimationAppear{0%{opacity:0;top:50px}100%{opacity:1;top:140px}}@keyframes undoBoxAnimationLeave{0%{opacity:1}100%{opacity:0}}@keyframes resourceMoveModalTitleAppear{0%{opacity:0}100%{opacity:1}}.home-modal-content.move-resource .home-modal-body{width:100%;padding-bottom:30px}.home-modal-content.move-resource .home-modal-body .left-column{float:left;width:25%}.home-modal-content.move-resource .home-modal-body .left-column .below-row{width:100%}.home-modal-content.move-resource .home-modal-body .left-column .below-row .down-arrow{float:left;margin-right:10px}.home-modal-content.move-resource .home-modal-body .left-column .below-row .down-arrow button{height:50px;outline:none;cursor:pointer}.home-modal-content.move-resource .home-modal-body .left-column .below-row .input-box{float:left;width:45px;margin-right:10px}.home-modal-content.move-resource .home-modal-body .left-column .below-row .right-arrow{float:left}.home-modal-content.move-resource .home-modal-body .left-column .below-row .right-arrow button{height:50px;outline:none;cursor:pointer}.home-modal-content.move-resource .home-modal-body .right-column{float:left;width:75%;padding-bottom:30px}.home-modal-content.move-resource .home-modal-body .right-column .right-content{height:auto}.home-modal-content.move-resource .home-modal-body .right-column .right-content .title{width:90%;height:auto;animation:resourceMoveModalTitleAppear 2.5s}.home-modal-content.move-resource .home-modal-body .right-column .right-content .title .main-title,.home-modal-content.move-resource .home-modal-body .right-column .right-content .title .sub-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.home-modal-content.move-resource .home-modal-body .right-column .right-content .title .main-title.text-up,.home-modal-content.move-resource .home-modal-body .right-column .right-content .title .sub-title.text-up{margin-top:-12px}.home-modal-content.move-resource .action-btn .cancel-btn{margin-right:20px;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-content.move-resource .action-btn .cancel-btn:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.home-modal-content.move-resource .action-btn .resource-btn{color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-content.move-resource .action-btn .resource-btn:hover{border:none;background-color:#005a70}.home-modal-content.move-resource .action-btn .resource-btn.disabled{background:#c7c7c7;opacity:.5}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.nav-component-wrpper{color:#252525;width:100%;max-width:363px}.nav-component{list-style:none;padding:0px}.nav-component li{border-radius:2px;border-bottom:none;min-height:50px;position:relative}.nav-component li ul{padding:0px}.nav-component li ul li a{padding-left:30px}.nav-component>li:last-child a{border-bottom-color:#e9e9e9}.nav-component>li ul li:last-child a{border-bottom-color:transparent}.nav-component li a{text-decoration:none;color:#252525;font-size:14px;height:50px;display:block;border:1px solid #e9e9e9;border-bottom-color:transparent}.nav-component li a span{display:inline-block;float:left;margin-top:15px}.nav-component li a .nav-icon{width:18px;height:18px;display:block;margin-left:22px;margin-right:5px}.nav-component li a .tick{width:10px;height:10px;margin-right:22px;float:right}.nav-component .selected{background-color:#fafeff;box-shadow:0 -1px 0 0 #b8e0e6,0 2px 0 0 #b8e0e6}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.nav-next{height:44px;max-width:363px;width:100%;top:620}.nav-next a{background-color:#003761;color:#fff;border-radius:38.5px;display:block;height:inherit;width:inherit;padding:11px 18px;margin-top:20px;text-decoration:none}.nav-next a:focus:active{outline:0;box-shadow:0 0 0pt 1pt #368de4;border-style:solid;border-color:#fff}.nav-next a:focus:active .title{padding:0px 52px;margin-top:-1px}.nav-next .icon{color:#fff;width:18px;height:18px;float:right;margin-top:13px}.nav-next .icon svg{color:#fff !important}.nav-next .title{display:block;height:100%;font-size:16px;font-weight:600;color:#fff;text-align:center;padding:2px 64px 11px 55px}.nav-next .title:focus{height:100%}.nav-next .title-top{color:#fff;height:27px;font-size:20px;font-weight:600;line-height:27px;padding:0px;margin:0px}.nav-next .title-bottom{color:#fff;height:19px;font-size:14px;line-height:19px;padding:0px;margin:0px;font-weight:600}.nav-next:hover{cursor:pointer}.nav-next:hover .title{color:#e5e5e5}.nav-next-disable{pointer-events:none}.nav-next-disable a{background-color:#e9e9e9 !important;border:1px solid #c7c7c7 !important;color:#c7c7c7 !important}.nav-next-disable a .title h2{color:#c7c7c7 !important}.nav-next-disable a .title h3{color:#c7c7c7 !important}.nav-next-disable a .icon svg{color:#c7c7c7 !important}.nav-next-disable svg{color:#c7c7c7 !important}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.nav-submit:focus{outline:0;box-shadow:0 0 0pt 1pt #368de4 !important;border-style:solid;border-color:#fff}.nav-submit{width:100%;top:620}.nav-submit .button-wrapper{width:350px}.nav-submit .btn-action{height:44px;max-width:363px;border-radius:38.5px;background:#003761;color:#fff;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;color:#fff;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-submit .pe-btn__primary--btn_large{width:360px;height:44px}.nav-submit:hover{cursor:pointer}.nav-submit:hover .btn-action{color:#e5e5e5;background-color:#003761}.btn-action:focus:active{outline:0;box-shadow:0 0 0pt 1pt #368de4 !important;border-style:solid;border-color:#fff;background-color:#003761}.nav-submit-disable{pointer-events:none}.nav-submit-disable .btn-action{background-color:#e9e9e9;color:#6a7070}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.page-title{display:inline-block;height:36px;position:relative}.page-title .home-link-icon{display:table;height:100%;float:left}.page-title .home-link-icon>span{display:table-cell;vertical-align:middle}.page-title .home-link-icon:hover{cursor:pointer}.page-title .home-link-icon svg{color:#6a7070 !important;width:24px;height:24px}.page-title .home-link-icon svg:hover{color:#6a7070 !important;transition:color .5s}.page-title .header-title{height:36px;color:#252525;font-size:28px;font-weight:300;line-height:36px;display:inline-block;float:left;margin-top:-1px}.page-title .fence-wall{background:#979797;width:1px;display:inline-block;height:39px;margin:0px 15px 0px 15px;float:left;border:solid 1px #979797}.header-search{color:#c7c7c7 !important;margin-left:8px !important}.header-search:hover{color:#6a7070 !important;transition:color .5s;cursor:pointer}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.compact-view .disabled a{cursor:not-allowed !important}.compact-view svg{color:#6a7070}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.book-player-hide{-webkit-transform:scaleY(0) !important;-o-transform:scaleY(0) !important;-ms-transform:scaleY(0) !important;transform:scaleY(0) !important}.book-player-show{-webkit-transform:scaleY(1) !important;-o-transform:scaleY(1) !important;-ms-transform:scaleY(1) !important;transform:scaleY(1) !important}.book-player{position:fixed;z-index:1010;background-color:#fff;height:calc(100% - 150px);top:135px;display:flex;margin-top:30px;-webkit-transform:scaleY(0);-o-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom;-o-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-webkit-transition:-webkit-transform 1s ease-out;-o-transition:-o-transform 1s ease;-ms-transition:-ms-transform 1s ease;transition:transform 1s ease;border:1px solid #e9e9e9;border-top:2px solid #e9e9e9}.book-player .player-toc{width:340px;background-color:#fff;border-right:1px solid #e9e9e9;box-shadow:1px 1px 5px #e9e9e9}.book-player .player-toc .action-wrapper{padding:18px;height:70px;border-bottom:2px solid #e9e9e9;white-space:nowrap}.book-player .player-toc .action-wrapper .action #addToCollectionBtn{margin-right:6px;padding:0 21px;margin-left:-15px;margin-top:-3px;color:#fff;width:207px !important;height:40px !important;border-radius:38.5px !important;background-color:#003761;cursor:pointer;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center}.book-player .player-toc .action-wrapper .action #addToCollectionBtn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.book-player .player-toc .action-wrapper .action .btn-select-all{width:110px;color:#252525;font-family:"Open Sans";margin-left:6px;margin-right:6px;font-weight:normal;outline:none}.book-player .player-toc .action-wrapper .action .btn-search{width:46px;color:#252525;margin-left:6px;font-weight:normal;outline:none;display:none}.book-player .player-toc .toc-list-wrapper{padding:18px;height:calc(100% - 72px);overflow-y:auto;overflow-x:hidden}@-moz-document url-prefix(){.book-player .player-toc .toc-list-wrapper{scrollbar-width:thin}}.book-player .player-toc .toc-list-wrapper .toc-list{margin-bottom:10px}.book-player .player-toc .toc-list-wrapper .toc-list li{margin-bottom:0px;display:flex}.book-player .player-toc .toc-list-wrapper .toc-list li.selectedLi{font-weight:bold}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper{height:20px;padding:8px 0 0;display:inline-block}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]{z-index:999;width:18px;height:18px;border-radius:2px}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:focus~span{border:1px solid #c7c7c7}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:checked~span{border:1px solid #12b2a6}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:checked~span svg{background-color:#12b2a6;fill:#fff}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:disabled~span{border:1px solid #c7c7c7}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:disabled~span svg{background-color:#e9e9e9;fill:#6a7070}.book-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .checkBoxDiv{display:inline-block}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper{padding:4px 0px 20px 0px;width:100%;word-wrap:break-word}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper span{color:#252525;font-family:"Open Sans";font-size:14px;width:100%}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .chapters{margin-left:35px;display:flex;padding:0px;line-height:20px;width:95%;padding-right:5px}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .chapters .tocTitle{cursor:pointer}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .chapters .resourceSeq{min-width:50px}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .inCollectionsLabel{min-width:136px;padding-right:15px}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .inCollectionsLabel .collectionsLabel{color:#565656;font-family:"Helvetica Neue";font-size:14px;line-height:16px;min-width:98px;width:98px;border-radius:3px;background-color:#e6e6e6;padding:3px 10px 3px 13px}.book-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .pricingDiv{display:inline-block;text-align:right;min-width:60px;padding-right:9px;padding-left:0}.book-player .player-toc .toc-list-wrapper .toc-list li .pre-checkbox-wrapper{margin:0;padding:0;font-size:12px}.book-player .player-toc .toc-list-wrapper .toc-list li .pre-content-wrapper{margin:0;padding:0;margin-left:14px;font-size:12px}.book-player .player-toc .toc-list-wrapper .toc-list li .horizontalLine{clear:both;margin:0px;border-top:#e9e9e9}.book-player .player-toc .toc-list-wrapper .toc-list .pre-toc-list{margin-bottom:20px}.book-player .player-content{flex:1;position:relative;width:calc(100% - 340px)}.book-player .player-content .content-meta-wrapper{height:70px;border-bottom:2px solid #e9e9e9}.book-player .player-content .content-meta-wrapper .content-meta{display:flex}.book-player .player-content .content-meta-wrapper .content-meta .meta{width:calc(100% - 150px);padding-top:10px;padding-left:30px;height:100%}.book-player .player-content .content-meta-wrapper .content-meta .meta .heading{color:#252525;font-family:"Open Sans";font-size:18px;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden;line-height:1.2}.book-player .player-content .content-meta-wrapper .content-meta .meta .sub-heading-wrapper{padding-top:10px;color:#252525;font-family:"Open Sans";font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:30px}.book-player .player-content .content-meta-wrapper .content-meta .meta .sub-heading-wrapper svg{color:#6a7070;display:none}.book-player .player-content .content-meta-wrapper .content-meta .meta .sub-heading-wrapper .sub-heading{color:#252525;line-height:1}.book-player .player-content .content-meta-wrapper .content-meta .info{width:75px;right:0;height:100%}.book-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper{margin-top:15px;margin-buttom:15px;height:calc(100% - 30px);width:calc(100% - 2px)}.book-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper div{margin-left:auto;margin-right:auto;width:18px;height:18px;padding-top:11px}.book-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper div svg{color:#6a7070}.book-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper div .info-icon-btn{cursor:pointer}.book-player .player-content .content-meta-wrapper .content-meta .close{width:75px;height:75px;right:0;position:absolute}.book-player .player-content .content-meta-wrapper .content-meta .close .close-button-wrapper{margin-top:10px;height:calc(100% - 30px);border-left:2px solid #e9e9e9;width:calc(100% - 2px)}.book-player .player-content .content-meta-wrapper .content-meta .close .close-button-wrapper svg{margin-top:5px}.book-player .player-content .content-meta-wrapper .content-meta .close .close-button-wrapper div{margin-left:auto;margin-right:auto;width:18px;height:18px;margin-top:10px;padding-top:10px;cursor:pointer}.book-player .player-content .content-meta-wrapper .content-meta .close .close-button-wrapper div svg{color:#6a7070}.book-player .player-content .content-preview-wrapper{height:calc(100% - 140px)}.book-player .player-content .content-preview-wrapper iframe{width:100%;height:100%;-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);-ms-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}.book-player .player-content .content-control-wrapper{height:70px;border-top:2px solid #e9e9e9;bottom:0;position:absolute;width:100%;display:flex;padding:18px;padding-top:13px;padding-bottom:13px}.book-player .player-content .content-control-wrapper .content-control-zoom{margin-left:auto;margin-right:auto}.book-player .player-content .content-control-wrapper .content-control-zoom span{cursor:pointer}.book-player .player-content .content-control-wrapper .control-down{position:absolute;right:18px;cursor:pointer;z-index:1000}.book-player .player-content .content-control-wrapper .control-down div{display:inline-block;padding-top:13px;margin-right:10px}.book-player .player-content .content-control-wrapper .control-up{position:absolute;cursor:pointer;z-index:1000}.book-player .player-content .content-control-wrapper .control-up div{display:inline-block;padding-top:13px;margin-left:10px}.book-player .player-content .content-control-wrapper input{width:50px;display:inline;margin-top:3px;padding:0;text-align:center}.book-player .player-content .content-control-wrapper svg{margin-top:13px;color:#6a7070}.book-player .player-content .content-control-wrapper span{padding-left:6px;padding-right:6px}.book-player .player-content .content-control-wrapper-common{height:70px;bottom:0;position:absolute;width:100%;display:flex;padding:18px;padding-top:13px;padding-bottom:13px}.book-player .player-content .content-control-wrapper-common .content-control-left{width:50%;border-right:2px solid #e9e9e9;text-align:right;padding-right:40px}.book-player .player-content .content-control-wrapper-common .content-control-left .control-down-common,.book-player .player-content .content-control-wrapper-common .content-control-left .control-up-common{cursor:pointer}.book-player .player-content .content-control-wrapper-common .content-control-left .page-control-disabled{cursor:auto}.book-player .player-content .content-control-wrapper-common .content-control-left .page-control-disabled svg{color:#c7c7c7}.book-player .player-content .content-control-wrapper-common .content-control-right{width:50%;text-align:left;padding-left:40px}.book-player .player-content .content-control-wrapper-common .content-control-right .zoom-controls{cursor:pointer}.book-player .player-content .content-control-wrapper-common input{width:50px;display:inline;margin-top:3px;padding:0;text-align:center}.book-player .player-content .content-control-wrapper-common svg{margin-top:13px;color:#6a7070}.book-player .player-content .content-control-wrapper-common span{padding-left:6px;padding-right:6px}.collection-player{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.collection-player .top-section-wrapper{min-height:50px;height:50px;width:100%;padding:0px 55px !important;background:#fff;-webkit-box-shadow:0 3px 3px #e9e9e9;-moz-box-shadow:0 3px 3px #e9e9e9;box-shadow:0 3px 3px #e9e9e9;z-index:6;position:absolute}.collection-player .top-section-wrapper .top-section{position:relative;height:100%}.collection-player .top-section-wrapper .top-section svg{margin-right:15px;margin-left:15px}.collection-player .top-section-wrapper .top-section .top-section-left{position:absolute;left:0;height:100%;padding-top:15px;z-index:2}.collection-player .top-section-wrapper .top-section .top-section-left span{cursor:pointer}.collection-player .top-section-wrapper .top-section .top-section-left svg{color:#6a7070}.collection-player .top-section-wrapper .top-section .top-section-middle{position:absolute;width:100%;text-align:center;height:100%;padding-top:15px;z-index:1;font-size:16px;color:#6a7070}.collection-player .top-section-wrapper .top-section .top-section-right{position:absolute;right:0;height:100%;padding-top:15px;z-index:2}.collection-player .top-section-wrapper .top-section .top-section-right svg{color:#6a7070}.collection-player .top-section-wrapper .top-section .top-section-right .font-settings{position:relative;display:inline-block}.collection-player .top-section-wrapper .top-section .top-section-right .font-settings>span{cursor:pointer;z-index:5}.collection-player .top-section-wrapper .top-section .top-section-right .font-settings .setting-window{width:300px;height:100px;position:absolute;z-index:1;top:150%;left:50%;margin-left:-250px;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.31);padding:0;list-style-type:none;margin-top:10px;padding-top:40px;display:inline-flex}.collection-player .top-section-wrapper .top-section .top-section-right .font-settings .setting-window input[type=range]{-webkit-appearance:none;width:200px;height:2px;background:#d3d3d3;outline:none;opacity:.7;-webkit-transition:.2s;transition:opacity .2s;margin-top:8px;background-image:-webkit-gradient(linear, left top, right top, color-stop(0.5, rgba(61, 61, 61, 0.73)), color-stop(0.5, #d8d8d8))}.collection-player .top-section-wrapper .top-section .top-section-right .font-settings .setting-window input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:35px;height:35px;border-radius:50%;background-color:#fff;cursor:pointer;box-shadow:0 2px 10px 0 rgba(0,0,0,.31);border:solid 1px rgba(0,0,0,.31)}.collection-player .top-section-wrapper .top-section .top-section-right .font-settings .setting-window input[type=range]::-moz-range-thumb{width:35px;height:35px;border-radius:50%;background-color:#fff;cursor:pointer;box-shadow:0 2px 10px 0 rgba(0,0,0,.31);margin-top:8px}.collection-player .top-section-wrapper .top-section .top-section-right .font-settings .setting-window::after{content:"";position:absolute;bottom:100%;left:250px;margin-left:-13px;border-width:13px;border-style:solid;border-color:transparent transparent #f2f2f2 transparent;z-index:1}.collection-player .middle-section-wrapper{min-height:50px;top:50px;height:calc(100% - 105px);width:100%;background:#fff;overflow-y:hidden;z-index:5;position:absolute}.collection-player .bottom-section-fullpage{padding:10px !important}.collection-player .bottom-section-wrapper{min-height:50px;height:55px;width:100%;background:#fff;padding-left:10px;padding-right:10px;position:absolute;border-top:1px solid #c7c7c7;bottom:0;padding:14px;font-family:Open Sans,Calibri,Tahoma,sans-serif;font-size:16px;font-weight:400;color:#6a7070}.collection-player .bottom-section-wrapper .bottom-section{position:relative;width:100%}.collection-player .bottom-section-wrapper .bottom-section span{cursor:pointer}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper{height:100%;cursor:default}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center{width:50%;text-align:center;display:flex;cursor:default;padding-left:45%}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-down{cursor:pointer;padding:7px 4px;margin-left:4px}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-down svg{color:#6a7070}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-up{cursor:pointer;padding:7px 4px}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-up svg{color:#6a7070}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-disabled{cursor:auto}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-disabled svg{color:#c7c7c7}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-text-wrapper{padding:4px;cursor:default}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-text-wrapper .page-control-text{width:56px;height:26px;margin:0px;cursor:default}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-label{padding:8px;cursor:default}.collection-player .bottom-section-wrapper .bottom-section .page-control-wrapper .page-control-center .page-control-label .page-control-label-text{font-size:16px;cursor:default}.collection-player .bottom-section-wrapper .bottom-section .control-previous{position:absolute;left:20px;top:8px;display:inline-flex}.collection-player .bottom-section-wrapper .bottom-section .control-previous div{margin-left:15px;white-space:nowrap;max-width:400px;overflow:hidden;text-overflow:ellipsis}.collection-player .bottom-section-wrapper .bottom-section .control-previous svg{color:#6a7070}.collection-player .bottom-section-wrapper .bottom-section .control-next{position:absolute;right:20px;top:8px;display:inline-flex}.collection-player .bottom-section-wrapper .bottom-section .control-next div{margin-right:15px;white-space:nowrap;max-width:400px;overflow:hidden;text-overflow:ellipsis}.collection-player .bottom-section-wrapper .bottom-section .control-next svg{color:#6a7070}.collection-player .drawer-overlay{width:100%;height:100%;top:0;left:0;background-color:#000;position:fixed;opacity:.5;left:-100%;z-index:1002;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.collection-player .drawer-wrapper{width:400px;height:100%;position:fixed;top:0;z-index:1002;left:-400px;box-shadow:rgba(0,0,0,.16) 0px 3px 10px,rgba(0,0,0,.23) 0px 3px 10px;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.collection-player .drawer-wrapper .drawer-top-wrapper{padding:35px 16px;padding-bottom:5px;background-color:#005a70;min-height:200px}.collection-player .drawer-wrapper .drawer-top-wrapper .back-button{cursor:pointer;color:#fff;display:inline-flex}.collection-player .drawer-wrapper .drawer-top-wrapper .back-button svg{fill:#fff;width:13px}.collection-player .drawer-wrapper .drawer-top-wrapper .back-button div{padding:1px}.collection-player .drawer-wrapper .drawer-top-wrapper .collection-title{color:#fff;margin-top:10px}.collection-player .drawer-wrapper .drawer-top-wrapper .collection-title-clip{width:calc(400px - 20px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.collection-player .drawer-wrapper .drawer-top-wrapper .username{color:#fff}.collection-player .drawer-wrapper .drawer-top-wrapper .tab-control{list-style:none;display:table;margin-left:auto;margin-right:auto;padding:0;margin-top:70px}.collection-player .drawer-wrapper .drawer-top-wrapper .tab-control li{display:inline;margin-left:15px;margin-right:15px;border-bottom:3px solid #005a70;color:#fff;cursor:pointer}.collection-player .drawer-wrapper .drawer-top-wrapper .tab-control .active{border-bottom:3px solid #19a6a4;font-weight:bold}.collection-player .drawer-wrapper .drawer-bottom-wrapper{background:#fff}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom{width:400px;background:#fff}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .collection-player-tab{-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab{width:400px;position:relative;overflow-x:hidden;overflow-y:scroll;overflow-x:hidden;height:100%}@-moz-document url-prefix(){.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab{scrollbar-width:thin}}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content{width:400px}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control{list-style:none;padding:0;margin:0}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li{background-color:#fff;display:block;border-bottom:2px solid #f5f5f5;cursor:pointer}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li:hover{background-color:#f5f5f5}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter{width:100%}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-name-wrapper{width:100%;display:inline-flex}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-name-wrapper .open-close-button{position:relative;overflow:hidden;margin:34px 20px 32px 24px}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-name-wrapper .open-close-button:after{content:"";background:rgba(255,255,255,.3);display:block;position:absolute;border-radius:50%;padding-top:240%;padding-left:240%;margin-top:-120%;margin-left:-120%;opacity:0;transition:all 1s}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-name-wrapper .open-close-button:active:after{padding-top:0;padding-left:0;margin-top:0;margin-left:0;opacity:1}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-name-wrapper .chapter-name{width:calc(100% - 28px);padding:34px 0px 32px 24px}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-name-wrapper .close{display:none}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-resources{padding:0;margin:0}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-resources li{padding:13px 5px 15px 54px;border-bottom:2px solid #f5f5f5;background-color:#f9f9f9;cursor:pointer}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-resources li:hover{background-color:#f5f5f5}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .chapter-resources li span{padding:13px 0 15px 0}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .hide{display:none}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .toc-tab .toc-tab-content .toc-control li .chapter .show{display:block}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .bookmarks-tab{width:400px;position:relative;width:0;overflow:hidden}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .bookmarks-tab .bookmarks-tab-content{width:400px;overflow-x:hidden;padding:19px 25px 0 20px;color:#6a7070;line-height:18px}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .notes-tab{width:400px;position:relative;width:0;overflow:hidden}.collection-player .drawer-wrapper .drawer-bottom-wrapper .drawer-bottom .notes-tab .notes-tab-content{width:400px;overflow-x:hidden;padding:19px 25px 0 20px;color:#6a7070;line-height:18px}.collection-player .drawer-wrapper-animate{left:0}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.TileDropDown{margin-left:14px;margin-top:-38px;position:absolute}.TileDropDown .main{margin-top:12px}.TileDropDown .element-holder{z-index:1000}.TileDropDown ul li:hover{background-color:#e9e9e9}.TileDropDown .DownArrowIcon{position:absolute;margin-left:46px;margin-top:-20px}.TileDropDown .element-holder button{z-index:1000}.ul-long-height{height:168.56px !important}.TileDropDown ul{box-sizing:border-box;height:141.56px;width:221px;border:1px solid #e9e9e9;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.15);padding:0px;padding-top:4px;width:110px}.TileDropDown ul li small{height:120px;width:124px;color:#252525;font-size:14px;line-height:24px}.TileDropDown ul li{padding-top:2px;padding-left:24.5px !important}.TileDropDown ul li a{height:120px;width:124px;color:#252525;font-size:14px;line-height:24px}.TileDropDown img{top:8px;left:66px;width:10px;height:6px;margin-left:-10px}.TileDropDown button{height:17px;width:46px;color:#252525;font-size:12px;font-weight:600;line-height:17px;background-color:transparent;border:transparent;outline:transparent;cursor:pointer;position:absolute;width:56px}.TileDropDown .element-holder:hover div label{display:block !important}.TileDropDown .element-holder:hover button{color:#047a9c !important}.TileDropDown .element-holder:hover svg{color:#047a9c !important}@-moz-document url-prefix(){.TileDropDown img{top:6px !important}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.resource-player-overlay{position:fixed;z-index:1;background-color:rgba(0,0,0,0);height:100%;display:flex;left:0px;right:0px;top:0px}.resource-player{position:fixed;width:1187px;z-index:1;background-color:#fff;height:calc(100% - 170px);display:flex;margin-top:0px;bottom:0px;-webkit-transform:scaleY(0);-o-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom;-o-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-webkit-transition:-webkit-transform 1s ease-out;-o-transition:-o-transform 1s ease;-ms-transition:-ms-transform 1s ease;transition:transform 1s ease;border:1px solid #e9e9e9;border-top:2px solid #e9e9e9}.resource-player .player-toc{width:340px;background-color:#fff;border-right:1px solid #e9e9e9;box-shadow:1px 1px 5px #e9e9e9}.resource-player .player-toc .action-wrapper{padding:18px;height:70px;border-bottom:2px solid #e9e9e9;white-space:nowrap}.resource-player .player-toc .action-wrapper .action .btn-add-to-collection{width:140px;margin-right:6px}.resource-player .player-toc .action-wrapper .action .btn-select-all{width:90px;color:#252525;font-family:"Open Sans";margin-left:6px;margin-right:6px;font-weight:normal}.resource-player .player-toc .action-wrapper .action .btn-search{width:46px;color:#252525;margin-left:6px;font-weight:normal}.resource-player .player-toc .toc-list-wrapper{padding:18px}@-moz-document url-prefix(){.resource-player .player-toc .toc-list-wrapper{scrollbar-width:thin}}.resource-player .player-toc .toc-list-wrapper .toc-list{margin-top:32px;margin-bottom:40px}.resource-player .player-toc .toc-list-wrapper .toc-list li{margin-bottom:0px;display:flex}.resource-player .player-toc .toc-list-wrapper .toc-list li.selectedLi{font-weight:bold}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper{height:20px;padding:8px 0 0;display:inline-block}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]{z-index:999;width:18px;height:18px;border-radius:2px}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:focus~span{border:1px solid #c7c7c7}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:checked~span{border:1px solid #12b2a6}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:checked~span svg{background-color:#12b2a6;fill:#fff}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:disabled~span{border:1px solid #c7c7c7}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .pe-checkbox input[type=checkbox]:disabled~span svg{background-color:#e9e9e9;fill:#6a7070}.resource-player .player-toc .toc-list-wrapper .toc-list li .checkbox-wrapper .checkBoxDiv{display:inline-block}.resource-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper{padding:4px 0px 20px 0px;width:100%;word-wrap:break-word}.resource-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper span{color:#252525;font-family:"Open Sans";font-size:14px;width:100%}.resource-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .chapters{margin-left:35px;display:flex;padding:0px;line-height:20px;width:95%}.resource-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .chapters .resourceSeq{min-width:50px}.resource-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .inCollectionsLabel{min-width:136px;padding-right:15px}.resource-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .inCollectionsLabel .collectionsLabel{color:#565656;font-family:"Helvetica Neue";font-size:14px;line-height:16px;min-width:98px;width:98px;border-radius:3px;background-color:#e6e6e6;padding:3px 10px 3px 13px}.resource-player .player-toc .toc-list-wrapper .toc-list li .content-wrapper .pricingDiv{display:inline-block;text-align:right;min-width:60px;padding-right:9px;padding-left:0}.resource-player .player-toc .toc-list-wrapper .toc-list li .horizontalLine{clear:both;margin:0px;border-top:#e9e9e9}.resource-player .player-content{flex:1;width:100%;position:relative}.resource-player .player-content .content-meta-wrapper{height:70px;border-bottom:2px solid #e9e9e9}.resource-player .player-content .content-meta-wrapper .content-meta{display:flex}.resource-player .player-content .content-meta-wrapper .content-meta .meta{width:calc(100% - 150px);padding-top:10px;padding-left:30px;height:100%}.resource-player .player-content .content-meta-wrapper .content-meta .meta .heading{color:#252525;font-family:"Open Sans";font-size:18px}.resource-player .player-content .content-meta-wrapper .content-meta .meta .heading-wrapper{padding-top:10px;color:#252525;font-family:"Open Sans";font-size:16px}.resource-player .player-content .content-meta-wrapper .content-meta .meta .heading-wrapper svg{color:#6a7070}.resource-player .player-content .content-meta-wrapper .content-meta .meta .heading-wrapper .sub-heading{padding-left:10px;color:#252525}.resource-player .player-content .content-meta-wrapper .content-meta .meta .heading-wrapper .svg-fav-wrapper{padding-top:5px;padding-right:0px;display:none}.resource-player .player-content .content-meta-wrapper .content-meta .info{width:75px;right:0;height:100%}.resource-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper{margin-top:15px;margin-buttom:15px;height:calc(100% - 30px);width:calc(100% - 2px)}.resource-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper div{margin-left:auto;margin-right:auto;width:18px;height:18px;padding-top:11px}.resource-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper div svg{color:#6a7070}.resource-player .player-content .content-meta-wrapper .content-meta .info .info-icon-wrapper div .info-icon-btn{cursor:pointer}.resource-player .player-content .content-meta-wrapper .content-meta .close{width:75px;right:0;height:100%}.resource-player .player-content .content-meta-wrapper .content-meta .close .close-button-wrapper{cursor:pointer;margin-top:15px;margin-buttom:15px;height:calc(100% - 30px);border-left:2px solid #e9e9e9;width:calc(100% - 2px)}.resource-player .player-content .content-meta-wrapper .content-meta .close .close-button-wrapper div{margin-left:auto;margin-right:auto;width:18px;height:18px;margin-top:11px;padding-top:8px;padding-bottom:8px}.resource-player .player-content .content-meta-wrapper .content-meta .close .close-button-wrapper div svg{color:#6a7070}.resource-player .player-content .content-meta-wrapper .content-meta .add-to-collection-wrapper{padding:16px}.resource-player .player-content .content-meta-wrapper .content-meta .pe-btn__primary--btn_large{color:#fff;width:207px !important;height:40px !important;border-radius:38.5px !important;background-color:#003761 !important;cursor:pointer;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;margin-left:20px}.resource-player .player-content .content-meta-wrapper .content-meta .pe-btn__primary--btn_large:hover{color:#e5e5e5}.resource-player .player-content .content-meta-wrapper .content-meta .pe-btn__primary--btn_large:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.resource-player .player-content .content-preview-wrapper{background-color:#f1f1f1;height:calc(100% - 140px)}.resource-player .player-content .content-preview-wrapper iframe{width:100%;height:100%;-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);-ms-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}.resource-player .player-content .content-control-wrapper{height:70px;border-top:2px solid #e9e9e9;bottom:0;position:absolute;width:100%;display:flex;padding:18px;padding-top:13px;padding-bottom:13px}.resource-player .player-content .content-control-wrapper .content-control-left{width:50%;border-right:2px solid #e9e9e9;text-align:right;padding-right:40px}.resource-player .player-content .content-control-wrapper .content-control-left .control-down,.resource-player .player-content .content-control-wrapper .content-control-left .control-up{cursor:pointer}.resource-player .player-content .content-control-wrapper .content-control-left .page-control-disabled{cursor:auto}.resource-player .player-content .content-control-wrapper .content-control-left .page-control-disabled svg{color:#c7c7c7}.resource-player .player-content .content-control-wrapper .content-control-right{width:50%;text-align:left;padding-left:40px}.resource-player .player-content .content-control-wrapper .content-control-right .zoom-controls{cursor:pointer}.resource-player .player-content .content-control-wrapper input{width:50px;display:inline;margin-top:3px;padding:0;text-align:center}.resource-player .player-content .content-control-wrapper svg{margin-top:13px;color:#6a7070}.resource-player .player-content .content-control-wrapper span{padding-left:6px;padding-right:6px}.pe-btn-playerinfo-wrapper{margin-top:12px;margin-left:200px;margin-bottom:-30px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.left-navigation-wrapper{color:#252525;width:100%;max-width:363px;display:block;background-color:#fafafa}.left-navigation-wrapper svg{color:#6a7070}.left-navigation-wrapper svg :hover{filter:drop-shadow(0px 0px 5px black)}.left-navigation-wrapper .list-main{list-style:none;padding:0px}.left-navigation-wrapper .list-main.ul-margin-bottom{margin-bottom:0px}.left-navigation-wrapper .list-main>li:last-child a{border-bottom:none}.left-navigation-wrapper .list-main>li ul li .selected{font-weight:600;background:linear-gradient(90deg, #fafafa 6%, rgba(186, 218, 241, 0.4) 0%);border-top:none;border:none}.left-navigation-wrapper .list-main>li ul li:last-child a{border-bottom-color:transparent}.left-navigation-wrapper .list-main>li ul li:last-child a.selected{border-bottom-color:#b8e1e6}.left-navigation-wrapper .list-main>li ul li:first-child a{border-bottom-color:transparent}.left-navigation-wrapper .list-main li{border-radius:2px;border-bottom:none;min-height:50px;position:relative}.left-navigation-wrapper .list-main li a{text-decoration:none;color:#252525;font-size:14px;height:50px;display:block}.left-navigation-wrapper .list-main li a .title-disabled{color:#6a7070}.left-navigation-wrapper .list-main li a .completed-title{color:#252525}.left-navigation-wrapper .list-main li a .left-icon,.left-navigation-wrapper .list-main li a .left-icon-disabled{width:18px;height:18px;display:block;margin-left:22px;margin-right:20px;padding:0px}.left-navigation-wrapper .list-main li a .left-icon.completed-checkmark,.left-navigation-wrapper .list-main li a .left-icon-disabled.completed-checkmark{margin-left:19px;margin-right:23px}.left-navigation-wrapper .list-main li a .completed-checkmark svg{fill:#003860;width:26px;height:26px}.left-navigation-wrapper .list-main li a .incomplete-checkmark{border-radius:4px;border:solid 2px #c7c7c7;width:20px;height:20px}.left-navigation-wrapper .list-main li a .left-icon-disabled svg{color:#92a0a0}.left-navigation-wrapper .list-main li a .right-icon{width:10px;height:10px;float:right;margin-right:30px;position:relative;float:right;margin-top:15px}.left-navigation-wrapper .list-main li a .right-icon .tooltip-wrapper .tooltip label{margin-top:-14px}.left-navigation-wrapper .list-main li a .right-icon .Oval-edit-icon:hover{filter:drop-shadow(0px 0px 5px black)}.left-navigation-wrapper .list-main li a span{display:inline-block;padding:1px;float:left;margin-top:15px}.left-navigation-wrapper .list-main li a::after{content:"";display:block;position:absolute;top:0;width:94%;left:6%;border:solid 1px #d8d8d8;border-left:none;border-right:none;border-bottom-color:transparent}.left-navigation-wrapper .list-main li ul{padding:0px}.left-navigation-wrapper .list-main li ul li a{padding-left:75px}.left-navigation-wrapper .list-main .selected{color:#252525;background-color:rgba(186,218,241,.4);border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}.left-navigation-wrapper .list-main .selected .incomplete-checkmark{border-radius:4px;border:solid 2px #003860;width:20px;height:20px}.left-navigation-wrapper .list-main .selected a::after{content:"";border:none;content:"";display:block;position:absolute;top:0;width:100%;left:6%;border:solid 1px #d8d8d8;border-left:none;border-right:none;border-bottom-color:transparent}.left-navigation-wrapper .span-disabled{pointer-events:none}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.react-autosuggest__container{position:relative}.react-autosuggest__input_1{width:240px;height:30px;padding:10px 20px;font-family:Helvetica,sans-serif;font-weight:300;font-size:16px;border:1px solid #aaa;border-radius:4px}.react-autosuggest__input{padding:10px 20px}.react-autosuggest__input--focused{outline:none}.react-autosuggest__input--open{border-bottom-left-radius:0;border-bottom-right-radius:0}.react-autosuggest__suggestions-container{display:none}.react-autosuggest__suggestions-container--open{display:block;position:absolute;border:1px solid #aaa;border-top-color:transparent;background-color:#fff;font-family:Helvetica,sans-serif;font-weight:300;font-size:16px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;width:100%;z-index:2}.react-autosuggest__suggestions-list{margin:0;padding:0;list-style-type:none}.react-autosuggest__suggestion{cursor:pointer;padding:10px 20px}.react-autosuggest__suggestion--highlighted{background-color:#ddd}.react-autosuggest__suggestion-match{color:red;font-weight:bold}.shared-with-container{padding-top:10px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.summary-box{max-width:363px;background-color:#fff;padding-left:21px;padding-right:21px;padding-top:15px;width:100%;display:block}.summary-box .collection-title{position:relative;width:99%}.summary-box .collection-title h2{width:94%;display:inline;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;line-height:2.3rem}.summary-box .collection-title .pe-textInput--basic,.summary-box .collection-title .search-box .react-autosuggest__input_error,.search-box .summary-box .collection-title .react-autosuggest__input_error,.summary-box .collection-title .search-box .react-autosuggest__input,.search-box .summary-box .collection-title .react-autosuggest__input{font-size:20px}.summary-box .collection-title a{color:#252525;text-decoration:none;color:#252525;font-size:28px;text-decoration:none;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.summary-box .collection-title-box{display:block;display:-webkit-box;max-width:400px;height:2em;margin:0 auto;line-height:1em}.summary-box .edit-icon{top:2px;right:-15px;position:absolute}.summary-box .disable-icon{opacity:.5}.summary-box .price{padding-top:14px;font-size:28px;font-weight:600;color:#252525}.summary-box .market{font-size:14px;font-weight:800;padding-top:10px;color:#252525}.summary-box .type{font-size:14px;padding-top:10px;color:#6a7070}.summary-box .print-fee{font-size:14px;padding-top:5px;color:#6a7070}.summary-box .PrintFee_linecopy{border-top:1px solid #6a7070;width:125px;padding-top:5px}.summary-box .pages{font-size:14px;padding-top:10px;color:#6a7070}.summary-box .binding{font-size:14px;font-weight:600;padding-top:2px}.summary-box .last-saved{padding-top:3px;font-size:14px;color:#6a7070}.summary-box .button-container{padding-top:15px}.summary-box .btn-preview-container{float:left;margin-left:30px}.summary-box .btn-share-container{padding-left:174px}.summary-box .pe-btn{box-sizing:border-box;border-radius:40px;font-weight:600;width:128px;height:32px;color:#003761;border-radius:40px;border:solid 1px rgba(151,151,151,.3);background-color:#fff;vertical-align:middle;text-align:center;outline:none}.summary-box button:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4 !important;background-color:#fff}.summary-box button:hover{background-color:#fff !important;color:#047a9c !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05)}.summary-box .button-disabled-color{color:#6a7070 !important;background-color:#e9e9e9 !important;border:none}.summary-box .button-disabled-color:hover{color:#6a7070 !important;background-color:#e9e9e9 !important;border:none !important;box-shadow:none !important}.summary-box .button-disabled-color:focus{color:#6a7070 !important;background-color:#e9e9e9 !important;border:none;outline:none !important;box-shadow:none !important}.summary-box .Oval-edit-icon:hover{filter:drop-shadow(0px 0px 5px black)}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.text-field{position:relative;width:100%}.text-field .icon{margin-bottom:150px}.pe-icon--btn svg[class$="-18"]{width:18px;height:18px;margin-top:-18px;margin-right:15px;color:#003761}.label{width:48px;height:18px;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:normal;text-align:center;color:#003761;margin-right:90px;margin-top:5px;cursor:pointer}.label:hover{color:#047a9c !important}.label-disable{pointer-events:none}.Line-Copy-2{width:2px;height:35px;border:solid 1px #c7c7c7;position:relative;top:-4px;float:left;right:8px}.Line-Copy{width:1px;height:30px;border:solid 1px #c7c7c7;float:left;position:relative;left:-44px;top:8px}.text-field input{width:469px;height:36px;border-radius:4px;border:solid 1px #c7c7c7;background-color:#fff;left:0;top:5px;position:relative;padding-right:38px;padding-left:10px;z-index:0;outline:none}.text-field button{position:absolute;float:right;right:0;height:100%;padding:10px;z-index:0;outline:none;top:0}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.top-navigation-wrapper{color:#252525;width:100%;padding:0px;font-size:16px}.top-navigation-wrapper .list-main{list-style:none;padding:0px;margin:0px;display:inline-block;padding-left:30px;padding-bottom:6px;border-bottom:1px #e9e9e9 solid;width:100%}.top-navigation-wrapper .list-main li{display:inline-block;margin-right:61px;float:left}.top-navigation-wrapper .list-main li:first-child{margin-left:21px}.top-navigation-wrapper .list-main li a{height:100%;color:#6a7070;text-decoration:none;padding-bottom:4px}.top-navigation-wrapper .list-main .selected{font-weight:600;border-bottom:4px #003761 solid;border-radius:2px;color:#252525}.list-child-custom li span>span{margin:0 !important}.list-child-custom li a .title-disabled{color:#6a7070}.span-disabled{pointer-events:none}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.inputfield-input{display:block;height:2rem;width:100%;padding:.5rem;margin-bottom:0rem;border-radius:.25rem;border:1px solid #ddd;box-sizing:border-box}.inputfield-label{display:block;color:#000;float:left;margin-bottom:.5rem;font-size:12px;padding-top:15px;line-height:16px}.showLabelError{color:#db0020 !important}.showInputError{border:1px solid #db0020 !important}.validation-wrapper{padding:15px}.inputfield-err-msg-copies{color:#db0020;float:left;display:block;font-size:12px;padding-top:3px;line-height:16px;margin-bottom:0;position:absolute;left:640px}.inputfield-err-msg{color:#db0020;float:left;display:block;font-size:12px;padding-top:3px;line-height:16px;margin-bottom:0;position:absolute;left:592px}.inputfield-zip-err-msg{color:#db0020;float:left;display:block;font-size:12px;padding-top:3px;line-height:16px;margin-bottom:0;margin-left:-14px !important}.inputfield-zip-err-msg-CA{color:#db0020;float:left;display:block;font-size:12px;padding-top:3px;line-height:16px;margin-bottom:0;margin-left:14px !important}.input-test-class{width:520px !important}.label-test-class{color:blue !important}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}.dummy-navigation ul{list-style:none;display:initial;padding:5px}.dummy-navigation ul li{width:100%;max-width:363px;min-height:40px;border:1px solid #e9e9e9;border-radius:2px;display:flex;flex-flow:row;-webkit-animation:flickerAnimation 2s infinite ease-in-out;-moz-animation:flickerAnimation 2s infinite ease-in-out;-o-animation:flickerAnimation 2s infinite ease-in-out;animation:flickerAnimation 2s infinite ease-in-out}.dummy-navigation ul li .left-icon{margin:15px 5px 15px 22px;height:18px;width:18px;background:#c7c7c7}.dummy-navigation ul li .content{margin:15px 15px 15px 5px;height:18px;min-width:150px;background:#c7c7c7}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.progress-bar-text-center{text-align:center}.progress-bar-text-left{text-align:left}.progress-bar-text-right{text-align:right}.progress-bar-container{width:280px;position:relative;top:10px}.progress-bar-container label{padding-top:22px;padding-bottom:9px}.pe-progress-bar{height:12px;background-color:#19a6a4;max-width:280px;position:absolute;margin-top:-4px}.pe-progress-bar-rail{margin-top:10px !important;display:block;height:5px !important;width:280px !important;background-color:#c7c7c7}.pb-animated{background:-webkit-repeating-linear-gradient(-45deg, transparent, transparent 8px, #D6EBE8 8px, #D6EBE8 12px, transparent 12px),#19a6a4;background:-moz-repeating-linear-gradient(-45deg, transparent, transparent 8px, #D6EBE8 8px, #D6EBE8 12px, transparent 12px),#19a6a4;background:-ms-repeating-linear-gradient(-45deg, transparent, transparent 8px, #D6EBE8 8px, #D6EBE8 12px, transparent 12px),#19a6a4;background:repeating-linear-gradient(-45deg, transparent, transparent 8px, #D6EBE8 8px, #D6EBE8 12px, transparent 12px),#19a6a4;-webkit-background-size:50px 100%;-moz-background-size:50px 100%;background-size:50px 100%;-webkit-animation:animateStripes_w 6s linear infinite;-moz-animation:animateStripes_m 6s linear infinite;-ms-animation:animateStripes_ms 6s linear infinite;animation:animateStripes 6s linear infinite}@-webkit-keyframes animateStripes_w{0%{background-position:0px 0px,0 0,0 0}100%{background-position:-100px 0px,0 0,0 0}}@-moz-keyframes animateStripes_m{0%{background-position:0px 0px,0 0,0 0}100%{background-position:-100px 0px,0 0,0 0}}@-ms-keyframes animateStripes_ms{0%{background-position:0px 0px,0 0,0 0}100%{background-position:-100px 0px,0 0,0 0}}@keyframes animateStripes{0%{background-position:0px 0px,0 0,0 0}100%{background-position:-100px 0px,0 0,0 0}}.login-main-wrapper .main-downtime-wrapper{margin-top:0}.main-downtime-wrapper{background-color:#37abc8;height:130px;margin-top:-30px;margin-bottom:10px}.main-downtime-wrapper .inner-message-display{margin-right:20px;background-color:#d5eeed;margin-left:10px;height:130px;width:100%}.main-downtime-wrapper .inner-message-display .alert-close{float:right;padding:10px;cursor:pointer}.main-downtime-wrapper .inner-message-display .text-body{padding:15px}.main-downtime-wrapper .inner-message-display .text-body h5{font-size:16px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */#header-container{width:100%;background:#f5f5f5}.header-linkContainer{max-width:1120px;margin-right:auto;margin-left:auto;height:70px;display:flex;align-items:center;padding-right:20px}.header-linkContainer .pe-icon--help-fill-24{width:18px;height:18px;cursor:pointer;margin-left:-20px}.header-linkContainer .app-header-logo{flex:1}.header-linkContainer section{padding:0 20px}.header-linkContainer section:first-child{padding:0px}.header-bannertext{margin:13px;background:#ff0}.display-flex{display:flex}.header-links{display:flex;flex-direction:column;position:relative;margin-right:25px}.header-name{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.header-dropdownLinks-container{width:341px;height:357px;display:block;flex-direction:column;position:absolute;top:51px;right:57px;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05);border-radius:4.5px;z-index:999999;border:solid 1px rgba(151,151,151,.07);background-color:#fff;margin-right:-20px}.header-dropdownLinks-links{width:354px;height:357px;position:relative;background:#fff;border:1px solid #b8b8b8;border-radius:6.7px}.header-dropdownLinks-links:after,.header-dropdownLinks-links:before{right:15px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.header-dropdownLinks-links:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:5px;right:16px;background-clip:padding-box}.header-dropdownLinks-links:before{border-color:rgba(184,184,184,0);border-width:6px;background-clip:padding-box}.header-dropdownLinks-links{display:flex;flex-direction:column}.header-dropdownLinks-linka{color:#000;height:32%;border-radius:6.7px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.43;letter-spacing:normal;color:#252525;text-decoration:none}.header-userName{width:180px;height:18px;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:normal;color:#252525;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;padding:2px 0px 0px 0px;margin-left:-15px}.header-userNameInitial{width:60px;height:60px;border-radius:31px;background-color:#6a7070;float:left}.header-In{width:23px;height:20px;font-size:23px;font-weight:600;font-stretch:normal;font-style:normal;line-height:2.5;letter-spacing:normal;text-align:center;color:#fff;padding:0px 0px 0px 22px}.header-userAccountDiv{padding:14px 0px 0px 13px}.header-childDiv{float:right;width:77%;height:77%;padding:10px 0px 0px 0px}.header-divUserName{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.31;letter-spacing:normal;color:#252525}.header-divUserEmail{font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.11;letter-spacing:normal;color:#252525}.header-textOverflow{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.header-lineBreak{width:312px;height:1px;background-color:#d9d9d9;margin:0px 0px 0px 24px}.header-childSecondDiv{padding:24px 0px 0px 25px;float:left;width:70%}.header-divMyAccount{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.31;letter-spacing:normal;color:#252525;text-decoration:none}.header-rightArrow{float:right;width:13%;padding:36px 0px 0px 0px}.header-divUserLaunchTips{font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.11;letter-spacing:normal;color:#047a9c}.header-signOutBtn{width:114px;height:36px;border:solid 1px rgba(17,33,227,.07);background-color:#1a1a61;border-radius:18.3px;color:#fff;font-size:16px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;cursor:pointer}.header-signOutBtn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.header-signOutDiv{padding:24px 1px 1px 103px}.personLogo{width:136px}.header-collection-dropdown-icon{cursor:pointer}.personLogo{width:147px;height:71px}.header-sign-in-links{width:12%;padding:28px 0px 0px 0px}.header-sign-in{width:167px;height:18px;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:normal;color:#252525;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left}.header-menu-up{width:24px;height:24px;float:left;margin-left:-3px;-ms-transform:rotate(0deg);transform:rotate(0deg)}.header-menu-down{width:24px;height:24px;float:left;margin-left:-3px;-ms-transform:rotate(180deg);transform:rotate(180deg)}#o-contextual-help-drawer{top:70px}#o-contextual-help-drawer.o-drawer{height:calc(100% - 70px)}#o-contextual-help-drawer .pe-icon--chevron-back-18{margin:0}.navigation-btn{width:141px;height:36px;font-size:14px;color:#000;font-weight:550;background:#e8eefa;border:1px solid #c7c7c7;border-radius:34px;cursor:pointer}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2020 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.tooltip-wrapper{visibility:hidden;position:absolute;z-index:9999}.tooltip-wrapper .tooltip{background-color:#252525;padding:0 9px;height:29px;display:flex;margin:auto;justify-content:center;align-items:center;width:100%;white-space:nowrap;border-radius:4px;margin-top:10px}.tooltip-wrapper .tooltip::before{content:" ";border:8px solid transparent;border-bottom:8px solid #252525;position:absolute;top:-6px;left:calc(50% - 8px)}.tooltip-wrapper .tooltip label{font-size:14px;font-weight:600;line-height:1.29;text-align:center;color:#fff}.tooltip-wrapper .mytooltip{background-color:#252525;padding:0 9px;height:29px;display:flex;margin:auto;justify-content:center;align-items:center;width:110px;white-space:nowrap;border-radius:4px;margin-top:10px;margin-left:70px}.tooltip-wrapper .mytooltip::before{content:" ";border:8px solid transparent;border-bottom:8px solid #252525;position:absolute;top:-6px;left:calc(50% - 8px)}.tooltip-wrapper .mytooltip label{font-size:14px;font-weight:600;line-height:1.29;text-align:center;color:#fff}.tooltip-wrapper .edittooltip{background-color:#252525;padding:0 9px;height:29px;display:flex;margin:auto;justify-content:center;align-items:center;width:100%;white-space:nowrap;border-radius:4px;margin-top:10px}.tooltip-wrapper .edittooltip::before{content:" ";border:8px solid transparent;border-bottom:8px solid #252525;position:absolute;top:-6px;left:calc(50% - 8px)}.tooltip-wrapper .edittooltip label{font-size:14px;font-weight:600;line-height:1.29;text-align:center;color:#fff}.tooltip-wrapper .edittitletooltip{background-color:#252525;padding:0 9px;height:29px;display:flex;margin:auto;justify-content:center;align-items:center;width:100%;white-space:nowrap;border-radius:4px;margin-top:10px;margin-left:-12px}.tooltip-wrapper .edittitletooltip::before{content:" ";border:8px solid transparent;border-bottom:8px solid #252525;position:absolute;top:-6px;left:calc(50% - 8px)}.tooltip-wrapper .edittitletooltip label{font-size:14px;font-weight:600;line-height:1.29;text-align:center;color:#fff}.tooltip-wrapper.active{visibility:visible}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.build-and-organize-page-component{min-height:147vh}.build-and-organize-submit-success-page{min-height:75vh}.build-page{padding:0px !important;margin-left:-70px !important}.build-page .page-header-wrapper{width:100%;display:inline-block;margin-bottom:20px}.build-page .build-left-content,.build-page .build-right-content{padding:0px;display:-webkit-flex;display:flex;flex-direction:column}.build-page .build-left-content>div,.build-page .build-right-content>div{width:98%}.build-page .build-left-content{-webkit-align-items:flex-start;align-items:flex-start;margin-right:-25px}.build-page .build-left-content .left-column{width:35%;float:left;border-radius:8px;border:solid 1px #d8d8d8;padding:15px}.build-page .build-left-content .right-column{width:62%;float:right;margin-left:10px;padding-left:10px;height:580px}.build-page .build-right-content{-webkit-align-items:flex-end;align-items:flex-end}.build-page .build-right-content .non-scroll-area{width:100%;max-width:363px;position:relative;z-index:5;border:1px solid #fff;border-radius:8px}.build-page .build-right-content .col-checklist-text{margin-top:30px;padding-left:20px;padding-top:12.5px;padding-bottom:12.5px;width:100%;max-width:363px;font-size:16px;font-weight:600;border:1px solid #d8d8d8;border-left:none;border-right:none;border-bottom:none;color:#2a2a2a;display:block;margin-bottom:-16px;background-color:#fafafa}.build-page .build-right-content .summary-navigation-box-wrapper{box-sizing:border-box;border:1px solid #d8d8d8;border-radius:8px;height:486px;overflow-x:hidden;margin-right:7px}@-moz-document url-prefix(){.build-page .build-right-content .summary-navigation-box-wrapper{scrollbar-width:thin}}.build-page .build-right-content .summary-box-wrapper{width:100%;max-width:363px;margin-bottom:-15px;background:#fff}.build-page .build-right-content .right-navigation-wrapper{width:100%;max-width:363px;background:#fff;margin-top:17px}.review-and-submit{padding-left:0;padding-right:0;border-top:1px solid #d8d8d8;padding-top:10px}.review-and-submit h2{font-size:20px;line-height:27px}.review-and-submit p{font-size:14px;line-height:20px;margin-bottom:0;margin-top:24px}.review-and-submit .collection-info-pane{margin-top:40px;padding-left:40px}.review-and-submit .collection-info-pane .collection-info-block{padding-bottom:32px;padding-left:0;padding-right:0}.review-and-submit .collection-info-pane .collection-info-block:nth-child(2){padding-bottom:0}.review-and-submit .collection-info-pane .collection-info-block h2{color:#047a9c;font-size:20px;width:100%;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;line-height:normal;margin-bottom:0}.review-and-submit .collection-info-pane .collection-info-block .h2-title{font-size:28px;font-weight:300;max-width:90%;width:auto;float:left;color:#000}.review-and-submit .collection-info-pane .collection-info-block .collection-info-block-edit{width:10%;cursor:pointer;display:inline-block;position:relative}.review-and-submit .collection-info-pane .collection-info-block>span,.review-and-submit .collection-info-pane .collection-info-block .print-options>span{float:left;font-size:16px;line-height:1.5;width:100%;color:#000}.review-and-submit .collection-info-pane .collection-info-block .uploaded-resource-count{display:flex}.review-and-submit span span{width:auto}.review-and-submit a span{text-decoration:underline;width:auto !important}.review-and-submit .alert-container h2{font-size:14px}.review-and-submit .pg-count span{float:none !important}.review-and-submit .review-validation-msg .msg-container{display:flex;margin-top:20px}.review-and-submit .review-validation-msg .msg-container svg{height:17.98px !important;width:18px !important}.review-and-submit .review-validation-msg .msg-container .msg-name{margin-left:12px;display:block;color:#252525;font-size:14px;height:fit-content;width:200px;font-weight:600;line-height:20px}.review-and-submit .review-validation-msg .msg-container .msg-name p{height:20px;margin-top:-3px;width:100%;font-weight:400;text-overflow:ellipsis;overflow:hidden;font-size:12px !important}.review-and-submit .review-validation-msg .msg-container .msg-btn{margin-top:2px;font-size:14px;line-height:1.29;box-sizing:border-box;padding:5px 30px 5px;border-radius:40px;border:solid 1px rgba(151,151,151,.3)}.review-and-submit .review-validation-msg .msg-container .msg-btn a{color:#003761;font-weight:600;text-decoration:none !important}.review-and-submit .review-validation-msg .msg-container .msg-btn:hover{color:#047a9c !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05)}.review-and-submit .warning-info{font-size:14px;color:#2a2a2a}.review-and-submit .warning-info svg{margin-right:20px;color:#ca4644}.review-and-submit .warning-title{font-size:16px;font-weight:600;color:#2a2a2a}.review-and-submit .warning-areas{padding-left:27px}.review-and-submit .mt0{margin-top:0}.review-and-submit .mt15{margin-top:15px}.icon-display-build .css-1vuw43k{margin-top:10px}.icon-display-build .css-6bx4c3{padding:0px;margin-left:28px;margin-top:28px;margin-right:36px;margin-bottom:28px}.icon-display-build .css-exhbb1{width:18px;height:18px;margin-top:8px;margin-left:8px;margin-right:8px}.icon-display-build svg{color:green}.build-and-organize-submit-success .btn-action-collection-home-success-submit{height:36px;width:140px;box-sizing:border-box;border:1px solid #c7c7c7;border-radius:2px;font-weight:600;color:#04719c;background-color:#fff}.build-and-organize-submit-success .btn-action-collection-home-success-submit:hover{border:1px solid #047a9c;background-color:#fff !important;color:#04719c !important}.build-and-organize-submit-success .btn-action-collection-home-success-submit:focus{background-color:#fff !important;color:#04719c !important}.build-and-organize-submit-success .btn-action-open-share-modal-success-submit{margin-left:15px;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.build-and-organize-submit-success .btn-action-open-share-modal-success-submit:hover{border:none;background-color:#005a70}.submit-collection-not-success-modal{padding:20px;margin-left:20px;margin-top:20px;margin-bottom:15px}.submit-collection-not-success-modal .submit-collection-not-successful-modal-footer{padding-top:15px}.submit-collection-not-success-modal .submit-collection-not-successful-modal-footer .btn-cancel{width:90px}.submit-collection-not-success-modal .submit-collection-not-successful-modal-footer .btn-action{margin-left:30px;width:90px}.submit-collection-not-success-modal .submit-collection-not-successful-modal-footer .btn-action-collection-home{margin-left:15px;width:120px}.submit-collection-not-success-modal .submit-collection-not-successful-modal-footer .btn-action-back-to-review{width:120px}.submit-collection-not-success-modal h2{margin-bottom:20px}.submit-collection-not-success-modal a{text-align:center}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes optionFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes optionFadeOut{0%{opacity:1}100%{opacity:0}}@keyframes insertContentAnimation{0%{opacity:0;height:0px;padding:0px}100%{opacity:1;height:135px;padding:0px}}@keyframes insertContentAnimationReverse{0%{opacity:1;height:135px;padding:0px}100%{opacity:0;height:0px;padding:0px}}@keyframes insertContentNumberAnimation{0%{margin-bottom:0px}100%{margin-bottom:135px}}@keyframes insertContentNumberAnimationReverse{0%{margin-bottom:135px}100%{margin-bottom:0px}}@keyframes createPartAddMoreContent{0%{opacity:0;height:0px}100%{opacity:1;height:94px}}@keyframes cardAppear{0%{opacity:.5}100%{opacity:1}}@keyframes cardHide{0%{opacity:1;height:100px}100%{opacity:0;height:0px}}@keyframes cardInsertingAnimationTop{0%{margin-top:0px}}@keyframes cardInsertingAnimationBottom{0%{margin-bottom:0px}}@keyframes cardInsertingAnimationPlaceholder{0%{height:70px}}@keyframes placeResourceTextTransition{0%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes TempPlaceHoldercardAppear{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes undoBoxAnimationAppear{0%{opacity:0;top:50px}100%{opacity:1;top:140px}}@keyframes undoBoxAnimationLeave{0%{opacity:1}100%{opacity:0}}@keyframes resourceMoveModalTitleAppear{0%{opacity:0}100%{opacity:1}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes optionFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes optionFadeOut{0%{opacity:1}100%{opacity:0}}@keyframes insertContentAnimation{0%{opacity:0;height:0px;padding:0px}100%{opacity:1;height:135px;padding:0px}}@keyframes insertContentAnimationReverse{0%{opacity:1;height:135px;padding:0px}100%{opacity:0;height:0px;padding:0px}}@keyframes insertContentNumberAnimation{0%{margin-bottom:0px}100%{margin-bottom:135px}}@keyframes insertContentNumberAnimationReverse{0%{margin-bottom:135px}100%{margin-bottom:0px}}@keyframes createPartAddMoreContent{0%{opacity:0;height:0px}100%{opacity:1;height:94px}}@keyframes cardAppear{0%{opacity:.5}100%{opacity:1}}@keyframes cardHide{0%{opacity:1;height:100px}100%{opacity:0;height:0px}}@keyframes cardInsertingAnimationTop{0%{margin-top:0px}}@keyframes cardInsertingAnimationBottom{0%{margin-bottom:0px}}@keyframes cardInsertingAnimationPlaceholder{0%{height:70px}}@keyframes placeResourceTextTransition{0%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes TempPlaceHoldercardAppear{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes undoBoxAnimationAppear{0%{opacity:0;top:50px}100%{opacity:1;top:140px}}@keyframes undoBoxAnimationLeave{0%{opacity:1}100%{opacity:0}}@keyframes resourceMoveModalTitleAppear{0%{opacity:0}100%{opacity:1}}.part-list{width:100%;background:#fff;counter-reset:resseqNo 0}.part-list.hide-chap-title .part-header{visibility:hidden;display:none !important}.part-list .part-section{width:100%;display:table;margin-bottom:26px;padding:0px}.part-list .part-section.active-part{border:1px solid #04719c}.part-list .part-section .part-header{display:table;color:#252525;margin-bottom:14px;margin-left:10px}.part-list .part-section .part-header .part-toggle-btn{display:table-cell;vertical-align:middle;text-align:center}.part-list .part-section .part-header .part-toggle-btn>button{width:24px;height:24px;text-align:center;display:block;background:none;border:none;padding:0px}.part-list .part-section .part-header .part-toggle-btn>button:hover{cursor:pointer}.part-list .part-section .part-header .part-toggle-btn>button svg{color:#888d8d;width:18px;height:18px;transition:transform .5s ease-in}.part-list .part-section .part-header svg{color:#c7c7c7;width:24px;height:24px}.part-list .part-section .part-header:hover{color:#04719c !important}.part-list .part-section .part-header:hover svg{color:#04719c !important}.part-list .part-section .part-header .part-title,.part-list .part-section .part-header .part-options{display:table-cell;vertical-align:middle}.part-list .part-section .part-header .part-title{color:inherit;font-size:20px;max-width:580px;padding-left:10px;font-weight:600;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.part-list .part-section .part-header .part-title[data-title="Untitled Part"]{font-style:italic}.part-list .part-section .part-header .part-title-edit-wrap{display:inline-block;width:580px}.part-list .part-section .part-header .part-title-edit{display:inline-block !important;width:100%}.part-list .part-section .part-header .part-title-edit:hover{color:#252525 !important}.part-list .part-section .part-header .part-options{padding-left:14px}.part-list .part-section.expand-part .part-toggle-btn svg{transform:rotate(90deg)}.part-list .part-section.expand-part .collapse-area{opacity:0;transition:max-height 1s}.part-list .part-section.collapse-part .collapse-area{overflow:hidden;transition:max-height 1s}.part-list .part-section .collapse-area{display:flex;height:auto}.part-list .part-section .collapse-area .left-side-number-coloumn,.part-list .part-section .collapse-area .drag-and-drop-area{display:table-column;float:left}.part-list .part-section .collapse-area .left-side-number-coloumn{width:46px}.part-list .part-section .collapse-area .left-side-number-coloumn .left-number{width:100%;text-align:center;height:68.7px;display:flex}@-moz-document url-prefix(){.part-list .part-section .collapse-area .left-side-number-coloumn .left-number{height:69.3px}}.part-list .part-section .collapse-area .left-side-number-coloumn .left-number:before{counter-increment:resseqNo 1;content:counter(resseqNo);display:flex;margin:auto;text-align:center;color:rgba(106,112,112,.96);font-size:28px;font-weight:bold}.part-list .part-section .collapse-area .left-side-number-coloumn .left-number span{display:flex;margin:auto;text-align:center;color:rgba(106,112,112,.96);font-size:28px;font-weight:bold}.part-list .part-section .collapse-area .left-side-number-coloumn .left-number.hide-number{animation:cardHide 1s ease-in-out;opacity:0;height:0px}.part-list .part-section .collapse-area .left-side-number-coloumn .left-number.insert-expand{animation:insertContentNumberAnimation 1s;margin-bottom:173px}.part-list .part-section .collapse-area .drag-and-drop-area{width:calc(100% - 46px);position:relative}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder{position:relative;animation:cardInsertingAnimationPlaceholder .5s ease-in-out}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder:before{text-align:center;color:#6a7070;content:"Place Resources Here";position:absolute;z-index:999;width:100%;height:70px;border:1px dashed #c7c7c7;background:#f5f5f5;line-height:70px;display:block;font-size:18px;animation:placeResourceTextTransition 1s;opacity:0;top:0}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item{animation:TempPlaceHoldercardAppear 1s ease-in-out;animation-fill-mode:forwards}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(1){animation-delay:.3s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(2){animation-delay:.6s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(3){animation-delay:.9s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(4){animation-delay:1.2s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(5){animation-delay:1.5s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(6){animation-delay:1.8s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(7){animation-delay:2.1s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(8){animation-delay:2.4s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(9){animation-delay:2.7s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(10){animation-delay:3s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(11){animation-delay:3.3s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(12){animation-delay:3.6s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(13){animation-delay:3.9s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(14){animation-delay:4.2s}.part-list .part-section .collapse-area .drag-and-drop-area .temp-resource-holder .drag-item:nth-child(15){animation-delay:4.5s}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item{margin:0px;padding:0px;position:relative;height:auto;width:100%;display:inline-block}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item.new-insert-area-top,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item.new-insert-area-top{margin:0px;animation:cardInsertingAnimationTop 1s ease-in-out}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item.new-insert-area-bottom,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item.new-insert-area-bottom{margin:0px;animation:cardInsertingAnimationBottom 1s ease-in-out}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item.hide-item,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item.hide-item{animation:cardHide 1s ease-in-out;opacity:0;height:0px}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .drag-preview-label,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .drag-preview-label{top:0px;left:35%;position:absolute;padding:15px;background-color:#000;color:#fff;display:block;border:1px solid #04719c;z-index:0}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item:nth-last-of-type(2) .create-part-option-holder,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item:nth-last-of-type(2) .create-part-option-holder{visibility:hidden;display:none}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item:nth-last-of-type(2) .resource-item .border-block,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item:nth-last-of-type(2) .resource-item .border-block{border-bottom-color:#ccc}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .drag-handle,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .drag-handle{width:16px;height:78px;position:absolute;right:14px;top:10px;cursor:move;text-align:center;overflow:hidden;opacity:.2}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .drag-handle:hover,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .drag-handle:hover{opacity:1}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .drag-handle img,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .drag-handle img{display:inline-block}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item.dragging,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item.dragging{opacity:.5;z-index:999}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item.dragging .border-block,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item.dragging .border-block{border-color:#ccc transparent transparent transparent !important}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper{display:table-row;width:100%;overflow:hidden;padding:0px;height:0px;display:none}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper.hide,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper.hide{animation:insertContentAnimationReverse 1s;height:0px;padding:0px;display:block;visibility:hidden}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper.show,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper.show{animation:insertContentAnimation 1s;height:177px;display:block}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper .add-more-content,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper .add-more-content{position:relative;z-index:1;border-top:1px solid #ccc;margin:0px auto}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper .add-more-content .pe-row,.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper .add-more-content pe-col-12,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper .add-more-content .pe-row,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper .add-more-content pe-col-12{padding:0px;margin:0px}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper .add-more-content .pe-row .pe-col-12,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper .add-more-content .pe-row .pe-col-12{padding:0px;margin:0px}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper .add-more-content .title,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper .add-more-content .title{margin-top:20px}.part-list .part-section .collapse-area .drag-and-drop-area .drag-item .insert-content-wrapper .add-more-content.with-margin-left,.part-list .part-section .collapse-area .drag-and-drop-area .not-drag-item .insert-content-wrapper .add-more-content.with-margin-left{margin-left:0px}.part-list .part-section .collapse-area .drag-and-drop-area .card-selected .resource-item .border-block{border-width:2px;border-color:#04719c !important}.part-list .part-section .collapse-area .drag-and-drop-area .show-drop-zone-tips.upward{margin-top:70px;transition:margin-top .5s ease-in-out}.part-list .part-section .collapse-area .drag-and-drop-area .show-drop-zone-tips.upward:after{text-align:center;color:#6a7070;content:"Place Resources Here";position:absolute;z-index:999;width:100%;height:70px;border:1px dashed #c7c7c7;background:#f5f5f5;line-height:70px;display:block;font-size:18px;top:-70px}.part-list .part-section .collapse-area .drag-and-drop-area .show-drop-zone-tips.downward{margin-bottom:70px;transition:margin-bottom .5s}.part-list .part-section .collapse-area .drag-and-drop-area .show-drop-zone-tips.downward:after{text-align:center;color:#6a7070;content:"Place Resources Here";position:absolute;z-index:999;width:100%;height:70px;border:1px dashed #c7c7c7;background:#f5f5f5;line-height:70px;display:block;font-size:18px;bottom:-70px}.part-list .part-section .collapse-area .drag-and-drop-area .drop-zone-indicator{display:none;position:absolute;width:100%;height:2px;background:#c7c7c7;left:0;z-index:0}.part-list .part-section .collapse-area .drag-and-drop-area .drop-zone-indicator:before,.part-list .part-section .collapse-area .drag-and-drop-area .drop-zone-indicator:after{content:"";height:20px;width:2px;background:inherit;display:block;position:absolute;top:-9px}.part-list .part-section .collapse-area .drag-and-drop-area .drop-zone-indicator:before{left:0}.part-list .part-section .collapse-area .drag-and-drop-area .drop-zone-indicator:after{right:0}.part-list .part-section.part-animation-temp .drag-and-drop-area>.add-more-content{animation:createPartAddMoreContent 1.4s ease-out;height:94px;overflow:hidden}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes optionFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes optionFadeOut{0%{opacity:1}100%{opacity:0}}@keyframes insertContentAnimation{0%{opacity:0;height:0px;padding:0px}100%{opacity:1;height:135px;padding:0px}}@keyframes insertContentAnimationReverse{0%{opacity:1;height:135px;padding:0px}100%{opacity:0;height:0px;padding:0px}}@keyframes insertContentNumberAnimation{0%{margin-bottom:0px}100%{margin-bottom:135px}}@keyframes insertContentNumberAnimationReverse{0%{margin-bottom:135px}100%{margin-bottom:0px}}@keyframes createPartAddMoreContent{0%{opacity:0;height:0px}100%{opacity:1;height:94px}}@keyframes cardAppear{0%{opacity:.5}100%{opacity:1}}@keyframes cardHide{0%{opacity:1;height:100px}100%{opacity:0;height:0px}}@keyframes cardInsertingAnimationTop{0%{margin-top:0px}}@keyframes cardInsertingAnimationBottom{0%{margin-bottom:0px}}@keyframes cardInsertingAnimationPlaceholder{0%{height:70px}}@keyframes placeResourceTextTransition{0%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes TempPlaceHoldercardAppear{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes undoBoxAnimationAppear{0%{opacity:0;top:50px}100%{opacity:1;top:140px}}@keyframes undoBoxAnimationLeave{0%{opacity:1}100%{opacity:0}}@keyframes resourceMoveModalTitleAppear{0%{opacity:0}100%{opacity:1}}.dummy-part-list{width:100%;cursor:default}.part-section-dummy{-webkit-animation:flickerAnimation 2s infinite ease-in-out;-moz-animation:flickerAnimation 2s infinite ease-in-out;-o-animation:flickerAnimation 2s infinite ease-in-out;animation:flickerAnimation 2s infinite ease-in-out;width:100%;display:block;margin-bottom:20px;padding:10px 0px;color:#c7c7c7}.part-section-dummy svg,.part-section-dummy img{display:none}.part-section-dummy .part-header{display:table;background:#c7c7c7;margin-bottom:14px;margin-left:40px}.part-section-dummy .part-header .part-title{background:#c7c7c7;color:transparent;font-size:20px;max-width:450px;font-weight:600}.part-section-dummy .drag-and-drop-area{width:100%;display:block}.part-section-dummy .drag-and-drop-area .drag-item{margin:0px;padding:0px;width:inherit;position:relative}.part-section-dummy .drag-and-drop-area .drag-item .drag-preview-label{display:none}.part-section-dummy .drag-and-drop-area .drag-item:last-child .border-block:last-child{border-bottom-color:#ccc}.part-section-dummy .drag-and-drop-area .drag-item .insert-content-wrapper{display:none}.part-section-dummy .resource-item{width:100%;height:96px;display:table;padding:0px;margin:0px;position:relative}.part-section-dummy .resource-item:before{content:""}.part-section-dummy .resource-item .border-block,.part-section-dummy .resource-item .item-no{display:table-cell;height:100%;vertical-align:middle}.part-section-dummy .resource-item .item-no{padding-right:23px;color:transparent;font-size:28px;font-weight:bold}.part-section-dummy .resource-item .item-no>span{width:32px;background:#c7c7c7}.part-section-dummy .resource-item .border-block{border:1px solid;border-radius:2px;border-color:#ccc transparent transparent transparent;padding:10px 14px 10px 10px;display:table}.part-section-dummy .resource-item .border-block>div{display:table-cell;vertical-align:middle}.part-section-dummy .resource-item .border-block .item-titles{height:100%;width:100%;max-width:450px;min-width:80px}.part-section-dummy .resource-item .border-block .item-titles .item-title-main,.part-section-dummy .resource-item .border-block .item-titles .item-description{padding:2px 0px;overflow:hidden}.part-section-dummy .resource-item .border-block .item-titles .item-title-main{font-size:20px;height:28px;color:transparent;background:#c7c7c7}.part-section-dummy .resource-item .border-block .item-titles .item-description{margin-top:2px;font-size:14px;height:18px;color:transparent;background:#c7c7c7}.part-section-dummy .resource-item .border-block .item-option{font-size:20px;text-align:left;height:100%;padding:0px 20px}.part-section-dummy .resource-item .border-block .item-option .item-option-group{min-width:100px;max-width:160px;height:25px;display:table}.part-section-dummy .resource-item .border-block .item-option .item-option-group .price,.part-section-dummy .resource-item .border-block .item-option .item-option-group .remove-item,.part-section-dummy .resource-item .border-block .item-option .item-option-group .option-menu{color:transparent;background:#c7c7c7;display:table-cell;vertical-align:middle;padding:0px 10px 0px 0px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes optionFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes optionFadeOut{0%{opacity:1}100%{opacity:0}}@keyframes insertContentAnimation{0%{opacity:0;height:0px;padding:0px}100%{opacity:1;height:135px;padding:0px}}@keyframes insertContentAnimationReverse{0%{opacity:1;height:135px;padding:0px}100%{opacity:0;height:0px;padding:0px}}@keyframes insertContentNumberAnimation{0%{margin-bottom:0px}100%{margin-bottom:135px}}@keyframes insertContentNumberAnimationReverse{0%{margin-bottom:135px}100%{margin-bottom:0px}}@keyframes createPartAddMoreContent{0%{opacity:0;height:0px}100%{opacity:1;height:94px}}@keyframes cardAppear{0%{opacity:.5}100%{opacity:1}}@keyframes cardHide{0%{opacity:1;height:100px}100%{opacity:0;height:0px}}@keyframes cardInsertingAnimationTop{0%{margin-top:0px}}@keyframes cardInsertingAnimationBottom{0%{margin-bottom:0px}}@keyframes cardInsertingAnimationPlaceholder{0%{height:70px}}@keyframes placeResourceTextTransition{0%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes TempPlaceHoldercardAppear{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes undoBoxAnimationAppear{0%{opacity:0;top:50px}100%{opacity:1;top:140px}}@keyframes undoBoxAnimationLeave{0%{opacity:1}100%{opacity:0}}@keyframes resourceMoveModalTitleAppear{0%{opacity:0}100%{opacity:1}}.resource-item{height:50px;width:100%;display:table;padding:0px;margin:0px;position:relative;background:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.resource-item .border-block,.resource-item .item-no{display:table-cell;height:100%;vertical-align:middle}.resource-item .more{cursor:pointer}.resource-item .item-no{display:none;padding-right:23px;color:#c7c7c7;font-size:28px;font-weight:bold}.resource-item .item-no>span{width:32px}.resource-item .border-block{display:table;border:1px solid;border-radius:2px;border-color:#ccc transparent transparent transparent;padding:9px;width:100%;vertical-align:middle}.resource-item .border-block>div{display:table-cell;vertical-align:middle}.resource-item .border-block:hover{border-color:#04719c !important}.resource-item .border-block:hover .option-menu{visibility:visible !important;animation:optionFadeIn 1s}.resource-item .border-block .item-titles,.resource-item .border-block .item-option,.resource-item .border-block .item-drag-handler{padding:0px 10px 0px 0px}.resource-item .border-block .item-titles{height:100%;width:100%;max-width:430px;min-width:80px}.resource-item .border-block .item-titles .item-title-main>span,.resource-item .border-block .item-titles .item-description>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;max-width:100%;padding:2px 0px}.resource-item .border-block .item-titles .item-title-main{font-size:18px;height:28px}.resource-item .border-block .item-titles .item-title-main .selected-item-order{background:#19a6a4;width:20px;height:20px;margin-right:5px;border-radius:10px;color:#fff;text-align:center;font-size:14px;font-weight:bold}.resource-item .border-block .item-titles .item-description{color:#6a7070;font-size:14px;height:20px}.resource-item .border-block .item-option{font-size:18px;text-align:left;height:100%;padding:0px 0px 0px 45px;position:relative}.resource-item .border-block .item-option .item-option-group{position:relative;min-width:100px;max-width:160px;height:25px;display:table}.resource-item .border-block .item-option .item-option-group .price,.resource-item .border-block .item-option .item-option-group .remove-item,.resource-item .border-block .item-option .item-option-group .option-menu{display:table-cell;vertical-align:middle;padding:0px 20px 0px 0px;text-align:center;position:relative}.resource-item .border-block .item-option .item-option-group .price{color:#6a7070}.resource-item .border-block .item-option .item-option-group .remove-item,.resource-item .border-block .item-option .item-option-group .option-menu{visibility:visible}.resource-item .border-block .item-option .item-option-group .remove-item svg,.resource-item .border-block .item-option .item-option-group .option-menu svg{color:#6a7070}.resource-item .border-block .item-option .item-option-group .remove-item:hover svg,.resource-item .border-block .item-option .item-option-group .option-menu:hover svg{color:#6a7070;cursor:pointer}.resource-item .border-block .item-option .item-option-group .remove-item{margin-left:11px}.resource-item .border-block .item-option .item-option-group .remove-item-disable{pointer-events:none;opacity:.5}.resource-item .border-block .item-option .item-option-group .option-menu{width:25px;position:relative}.resource-item .border-block .item-option .item-option-group .option-menu svg{width:24px;height:24px}.resource-item .border-block .item-option .item-option-group .option-menu:hover{z-index:9999}.resource-item .border-block .item-option .item-option-group .option-menu-disable{pointer-events:none;opacity:.5}.resource-item .border-block .item-drag-handler{height:50px;position:relative;opacity:.5}.resource-item .border-block .item-drag-handler>span{height:100%;top:0;display:block;position:absolute;overflow:hidden;display:block}.resource-item .border-block .item-drag-handler img{height:50px;display:block;margin:0px auto}.resource-item .border-block .item-drag-handler:hover{cursor:move;opacity:1}.resource-item .border-block .item-drag-handler-disable{pointer-events:none}.resource-item .create-part-option-holder{width:100%;display:block;position:absolute;bottom:0;left:0;height:2px;text-align:right;z-index:2}.resource-item .create-part-option-holder:hover .button-wrapper{display:inline-block}.resource-item .create-part-option-holder .button-wrapper-hidden{display:none}.resource-item .create-part-option-holder .button-wrapper{display:none;opacity:0;width:100%;text-align:center;margin-top:-15px;position:relative;transition:.4s opacity}.resource-item .create-part-option-holder .button-wrapper .line-seperator{display:block;position:absolute;width:99%;height:3px;background:#04719c;top:50%;left:0;z-index:0}.resource-item .create-part-option-holder .button-wrapper button{border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative;z-index:10;margin:0px 0px 0px 10px;display:inline-block;cursor:pointer;padding:8px;float:right;transition:.3s background-color}.resource-item .create-part-option-holder .button-wrapper button:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.resource-item .create-part-option-holder .button-wrapper:hover{display:inline-block;opacity:1}.Oval{width:34px !important;height:34px;border-radius:34px}.Oval:hover{-webkit-filter:drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 0px 9px black)}.Oval-more-options{width:17px !important;height:17px;border-radius:50px}.Oval-more-options:hover{-webkit-filter:drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 0px 9px black)}.del{width:19px;height:19px;margin-top:1px;cursor:pointer}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-o-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes flickerAnimation{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes optionFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes optionFadeOut{0%{opacity:1}100%{opacity:0}}@keyframes insertContentAnimation{0%{opacity:0;height:0px;padding:0px}100%{opacity:1;height:135px;padding:0px}}@keyframes insertContentAnimationReverse{0%{opacity:1;height:135px;padding:0px}100%{opacity:0;height:0px;padding:0px}}@keyframes insertContentNumberAnimation{0%{margin-bottom:0px}100%{margin-bottom:135px}}@keyframes insertContentNumberAnimationReverse{0%{margin-bottom:135px}100%{margin-bottom:0px}}@keyframes createPartAddMoreContent{0%{opacity:0;height:0px}100%{opacity:1;height:94px}}@keyframes cardAppear{0%{opacity:.5}100%{opacity:1}}@keyframes cardHide{0%{opacity:1;height:100px}100%{opacity:0;height:0px}}@keyframes cardInsertingAnimationTop{0%{margin-top:0px}}@keyframes cardInsertingAnimationBottom{0%{margin-bottom:0px}}@keyframes cardInsertingAnimationPlaceholder{0%{height:70px}}@keyframes placeResourceTextTransition{0%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes TempPlaceHoldercardAppear{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes undoBoxAnimationAppear{0%{opacity:0;top:50px}100%{opacity:1;top:140px}}@keyframes undoBoxAnimationLeave{0%{opacity:1}100%{opacity:0}}@keyframes resourceMoveModalTitleAppear{0%{opacity:0}100%{opacity:1}}.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items{width:auto !important}.build-screen-wrapper .part-drop-down .dd-menu svg{cursor:pointer}.build-screen-wrapper .resource-drop-down{position:relative}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items{width:auto !important}.build-screen-wrapper .resource-drop-down ul{box-shadow:none !important;margin:0 !important;padding:0 !important}.build-screen-wrapper .resource-drop-down ul .nested-dd-menu{padding:0px !important}.build-screen-wrapper .resource-drop-down ul .nested-dd-menu .move-bottom svg{margin-top:-1px;margin-right:-10px;position:absolute;float:right;right:0;width:20px !important;height:20px !important}.build-screen-wrapper .resource-drop-down ul .dd-item-ignore{margin-left:13px;margin-top:-19px;max-width:230px}.build-screen-wrapper .resource-drop-down ul .dd-item-ignore ul{border:1px solid #c7c7c7;border-radius:2px;padding:15px 22px !important}.build-screen-wrapper .resource-drop-down ul .dd-item-ignore ul li button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:185px}.build-screen-wrapper .resource-drop-down,.build-screen-wrapper .part-drop-down{width:25px;position:relative}.build-screen-wrapper .resource-drop-down .dd-menu,.build-screen-wrapper .part-drop-down .dd-menu{width:20px;padding:0px;margin:0px}.build-screen-wrapper .resource-drop-down .dd-menu .select-item-count-label,.build-screen-wrapper .part-drop-down .dd-menu .select-item-count-label{text-align:left;font-size:14px;padding:6px 0px;margin:0px 0px 6px 0px;border-bottom:1px solid #c7c7c7;color:#252525}.build-screen-wrapper .resource-drop-down .dd-menu .select-item-count-label:hover,.build-screen-wrapper .part-drop-down .dd-menu .select-item-count-label:hover{color:#252525}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items{padding:0px}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .hide,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .hide{display:none}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left{border:1px solid #c7c7c7;border-radius:3px;padding:15px 22px !important}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left li,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left li{padding:3px 0px}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left li:hover,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left li:hover{background:none;color:#04719c}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left li:hover svg,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left li:hover svg{color:#04719c !important}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left li button,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left li button{font-size:14px;padding:0px;margin:0px;cursor:pointer}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left li button:disabled,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left li button:disabled{color:#c7c7c7;cursor:auto}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left li svg,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left li svg{color:#252525 !important;cursor:pointer}.build-screen-wrapper .resource-drop-down .dd-menu .dd-menu-items .dd-items-left::before,.build-screen-wrapper .part-drop-down .dd-menu .dd-menu-items .dd-items-left::before{content:" ";border:1px solid #ccc;position:absolute;padding:5px;border-width:0 1px 1px 0;transform:rotate(-135deg);top:-5px;background:#fff;left:10px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.forced-inclusion-removal-modal .resource-info-element{width:98%;margin:10px 0px;display:inline-block}.forced-inclusion-removal-modal .resource-info-element p{margin:0px;padding:0px}.forced-inclusion-removal-modal .resource-info-element .resource-title{display:inline-block;float:left;font-weight:bold}.forced-inclusion-removal-modal .resource-info-element .resource-price{display:inline-block;float:right;font-weight:bold}.forced-inclusion-removal-modal .resource-info-element .resource-disc{width:90%;float:left;font-style:italic}.forced-inclusion-removal-modal .dependents-wrapper{width:100%;max-height:120px;overflow:auto;margin:10px 0px}.build-screen-wrapper{position:relative}.build-screen-wrapper .freeze-pane-show,.build-screen-wrapper freeze-pane-hide{width:100%;height:100%;background:#fff;opacity:.3;position:absolute;z-index:4}.build-screen-wrapper .freeze-pane-show{display:block}.build-screen-wrapper .freeze-pane-hide{display:none}.build-screen-wrapper .undo-delete-wrapper{animation:undoBoxAnimationAppear .5s ease-in-out;position:fixed;top:140px;z-index:9999;background:#d4eae5;border:1px solid #c7c7c7;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);width:500px;right:-35px}.build-screen-wrapper .undo-delete-wrapper.hide-undo-delete{animation:undoBoxAnimationLeave 1.5s ease-out;opacity:0}.build-screen-wrapper .undo-delete-wrapper.hide-undo-delete .action{display:none}.build-screen-wrapper .undo-delete-wrapper .close-wrapper{position:absolute;right:0px}.build-screen-wrapper .undo-delete-wrapper .content-area{padding:35px 25px;font-size:14px}.build-screen-wrapper .undo-delete-wrapper .content-area .action{color:#047a9c;font-weight:bold;text-decoration:underline;float:right;cursor:pointer}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.no-width{width:inherit !important;font-size:12px}.course-information{width:100%}.course-information .pe-title,.course-information .pe-heading-level3,.course-information h3,.course-information header h2+.subtitle,header .course-information h2+.subtitle,.course-information .pe-heading-level4,.course-information h4,.course-information header h3+.subtitle,header .course-information h3+.subtitle{margin:30px 0px 0px 0px;font-size:24px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2f2f2f}.course-information h3 span{margin-bottom:19px}.course-information label{margin-top:30px}.course-information textarea{border-radius:2px}.course-information .course-info{display:-webkit-flex;display:flex}.course-information .course-info-title{display:-webkit-flex;display:flex;width:371px}.course-information .course-number-container{-webkit-flex:1;flex:1}.course-information .estimated-enrollment-container{-webkit-flex:1;flex:1}.course-information .estimated-info-title-container{-webkit-flex:1;flex:1}.course-information .estimated-info-course-number{-webkit-flex:1;flex:1;padding:0px 0px 0px 13px}.course-information .date-container{-webkit-flex:1;flex:1;padding:0px 0px 0px 20px;z-index:999999}.course-information .date-container input{width:173px}.course-information .date-container-print{-webkit-flex:1;flex:1;padding:0px 0px 0px 3px}.course-information .date-container-print input{width:370px}.course-information .remaining{-webkit-flex:1;flex:1}.course-information .course-number{width:370px}.course-information .estimated-enrollment{width:370px}.course-information .icon{position:absolute;top:15px;right:13px;transition:right .2s}.course-information .pe-icon--calendar-18{color:#6a7070}.course-information .start-date{width:125px}.course-information .label-course-title{margin-top:21px}.course-information .course-number{text-transform:uppercase}.course-information .course-form.instructor label{margin-bottom:13px}.course-information .error-message{color:#db0020}.course_information_inter_component_space{float:left;padding-bottom:0px;width:100%}.course_information_inter_component_space.school_change_wrapper{margin-top:8px}.course_information_inter_component_space.course_bundle_wrapper{margin-top:33px}.course_information_inter_component_space.contact_info_wrapper1{margin-top:30px}.course_information_inter_component_space textarea{border-radius:2px}.course_information_inter_component_space .course-info{display:-webkit-flex;display:flex}.course_information_inter_component_space .course-info-title{display:-webkit-flex;display:flex;width:371px}.course_information_inter_component_space .course-number-container{-webkit-flex:1;flex:1}.course_information_inter_component_space .estimated-enrollment-container{-webkit-flex:1;flex:1}.course_information_inter_component_space .estimated-info-title-container{-webkit-flex:1;flex:1}.course_information_inter_component_space .estimated-info-course-number{-webkit-flex:1;flex:1;padding:0px 0px 0px 19px}.course_information_inter_component_space .date-container{-webkit-flex:1;flex:1;padding:0px 0px 0px 21px;z-index:10}.course_information_inter_component_space .date-container input{width:173px}.course_information_inter_component_space .date-container-print{-webkit-flex:1;flex:1;padding:0px 0px 0px 19px}.course_information_inter_component_space .date-container-print input{width:370px}.course_information_inter_component_space .remaining{-webkit-flex:1;flex:1}.course_information_inter_component_space .course-number{width:370px}.course_information_inter_component_space .estimated-enrollment{width:370px}.course_information_inter_component_space .icon{position:absolute;top:15px;right:13px;transition:right .2s}.course_information_inter_component_space .pe-icon--calendar-18{color:#6a7070}.course_information_inter_component_space .start-date{width:125px}.course_information_inter_component_space .label-course-title{margin-top:21px}.course_information_inter_component_space .course-number{text-transform:uppercase}.course_information_inter_component_space .course-form.instructor label{margin-bottom:13px}.course_information_inter_component_space .error-message{color:#db0020}.course_information_inter_component_space{float:left;padding-bottom:0px;width:100%}.course_information_inter_component_space.school_change_wrapper{margin-top:8px}.course_information_inter_component_space.course_bundle_wrapper{margin-top:33px}.course_information_inter_component_space.contact_info_wrapper1{margin-top:30px}.course_information_inter_component_space.contact_info_wrapper{margin-top:28px}.course_information_inter_component_space textarea{max-width:100%}.instructor_contact_info_parent{float:left;width:100%}.school-change-component{float:left;width:371px;margin-left:8px}.school-change-component .pe-select-container select{padding-right:41px}.school-drop-down-wrapper{margin-top:6px}.school-drop-down-wrapper .Select-control{border-radius:0px}.school-drop-down-wrapper .Select-control.is-focused{outline:none}.school-drop-down-wrapper .Select-control:hover{box-shadow:none}.school-drop-down-wrapper .Select-menu-outer .Select-option.is-focused{background:#bdc3c7}.school-drop-down-wrapper .is-focused:not(.is-open)>.Select-control{border:1px solid #047a9c;box-shadow:0px 0px 5px 0px #047a9c}.school-form-error .pe-textLabelInput__label{color:#db0020}.school-form-error .pe-textLabelInput__label span{color:#db0020}.school-form-error input{border:1px solid #db0020}.school-form-error input:focus{border:1px solid #db0020}.school-form-bottom-label-error span{color:#db0020}.school-form-bottom-label-error label{padding-top:5px;color:#db0020}.school-form-hide-error-msg{display:none}.school-display-component{float:left;width:50%;margin-left:7px span;margin-left-clear:both;margin-left-float:left;margin-left-margin-bottom:15px;margin-left-word-wrap:break-word;margin-left-max-width:300px;margin-left-width:100%}.school-display-component button{float:left;margin-top:54px;margin-left:-295px;float:left;border:0px solid #c7c7c7;color:#003761 !important;background-color:#f5f5f5 !important;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.school-display-component button span{margin:0}.no-results-error-label{display:block;padding-top:8px;color:#252525}.instructor-contact{float:left;width:50%}.default-instructor-contact{float:left;width:100%}.default-instructor-contact label{clear:both;color:#6a7070;font-size:12px;float:left;height:16px;line-height:16px;margin-bottom:14px;width:270px}.default-instructor-contact span{clear:both;margin-bottom:15px;display:block;word-wrap:break-word}.default-instructor-contact button{clear:both;float:left;margin:10px 0px 0px}.default-instructor-contact button span{margin:0}.default-instructor-contact .change-btn{border:0px solid #c7c7c7;color:#003761;background-color:#f5f5f5;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:54px;margin-left:-295px}.default-instructor-contact .change-btn:focus{border:0px solid #c7c7c7;color:#003761;background-color:#f5f5f5 !important;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:54px;margin-left:-295px}.default-instructor-contact .change-btn:hover{border:0px solid #c7c7c7;color:#003761;background-color:#f5f5f5 !important;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:54px;margin-left:-295px}.default-instructor-contact .show-error-msg{color:#db0020;display:flex;margin-bottom:30px;padding-top:46px;width:100%}.default-instructor-contact .hide-error-msg{display:none}.new-instructor-form{float:left;padding-top:30px}.new-instructor-form .cancel-button{clear:both;float:left}.new-instructor-form .form-field{float:left}.new-instructor-form .form-field input{margin-bottom:30px;width:270px}.new-instructor-form .form-field label{clear:both;color:#6a7070;font-size:12px;float:left;height:16px;line-height:16px;margin-bottom:5px;width:270px}.new-instructor-form .form-field .show-error-msg{color:#db0020;display:flex;margin-bottom:30px;padding-top:5px;width:100%}.new-instructor-form .form-field .hide-error-msg{display:none}.new-instructor-form .form-field .error-input{border:1px solid #db0020;margin-bottom:0px}.new-instructor-form .form-field .show-error-label{color:#db0020}.new-instructor-form .form-field .last-field{margin-bottom:14px}.search-box{clear:both;float:left;position:relative}.search-box label{clear:both;color:#6a7070;font-size:12px;float:left;height:16px;line-height:16px;margin-bottom:5px;width:270px}.search-box span{margin-top:0px !important}.search-box label.show-error-msg{color:#db0020;display:flex;padding-top:5px;margin-bottom:30px}.search-box label.hide-error-msg{display:none}.search-box .react-autosuggest__container{position:relative}.search-box .react-autosuggest__input{width:270px}.search-box .react-autosuggest__input_error{width:270px}.search-box .react-autosuggest__input:focus{border:1px solid #047a9c;box-shadow:0 0 5px 0 #047a9c}.search-box .react-autosuggest__input_error:focus{box-shadow:0px 0px 5px 0px #db0020;border:1px solid #db0020}.search-box .react-autosuggest__container--open .react-autosuggest__input{border-bottom-left-radius:0;border-bottom-right-radius:0}.search-box .react-autosuggest__suggestions-container{display:none}.search-box .react-autosuggest__container--open .react-autosuggest__suggestions-container{background-color:#fff;border:1px solid #aaa;border-bottom-left-radius:1px;border-bottom-right-radius:1px;display:block;font-size:14px;position:absolute;top:55px;width:410px;z-index:2;max-height:200px;overflow-x:hidden;overflow-y:auto}.search-box .react-autosuggest__suggestions-list{list-style-type:none;margin:0;padding:0}.search-box .react-autosuggest__suggestion{cursor:pointer;float:left;margin:0;padding:0px 0px 0px 10px}.search-box .react-autosuggest__suggestion .add-new-item-template{color:#c7c7c7;float:left;overflow-y:hidden;min-height:41px;line-height:41px}.search-box .react-autosuggest__suggestion .add-new-item-template span{float:left;width:368px}.search-box .react-autosuggest__suggestion .add-new-item-template svg{fill:#c7c7c7;float:right;margin-right:12px;margin-top:12px}.search-box .react-autosuggest__suggestion .item-template{color:#252525;float:left}.search-box .react-autosuggest__suggestion .item-template span{float:left;line-height:21px;margin:0;padding:0;width:398px}.search-box .react-autosuggest__suggestion--highlighted{color:#000;background-color:#e9e9e9;width:100%}.search-box .react-autosuggest__suggestion--highlighted .add-new-item-template{color:#000}.search-box .react-autosuggest__suggestion--highlighted .add-new-item-template svg{fill:#000}.search-box .react-autosuggest__suggestion:not(:first-child){border-top:none;padding-top:5px}.search-box-custom .react-autosuggest__suggestions-container{width:300px !important}.search-box-custom .react-autosuggest__suggestions-container .item-template span{width:100% !important}.search-box-invalid label{color:#db0020}.search-box-invalid label span{color:#db0020}.search-box-invalid input{border:1px solid #db0020 !important}.contact{clear:both;float:left}.contact h3 span{margin-bottom:19px}.contact span{clear:both;float:left;margin-bottom:15px}.contact span span{margin:0}.contact .left{float:left;width:50%}.contact .right{float:left;width:50%}.contact-support h3 span{margin-bottom:19px}.contact-support .leave-notes{border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.contact-support .leave-notes:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.contact-support .close-contact-form{margin-top:5px}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset !important}.instructor-contact-info-div1{float:left;width:77%}.instructor-contact-info-div2{float:left;padding:12px 0px 0px 0px}.instructor-contact-info-input{width:276px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0px 0px 7px 0px;height:21px}.school-info-input{width:356px}.course-info-end-date{display:none}.course-info-date{width:17px;height:19px}.instructor-school-info-input{width:158px;font-weight:600}.instructor-school-info-div1{float:left;width:79%;padding:0px 0px 0px 8px}.instructor-school-info-div1 label{margin-bottom:15px}.instructor-school-info-div2{float:left;padding:12px 0px 0px 0px}.estimated-enrollment-container-print{-webkit-flex:1;flex:1}.estimated-enrollment-print{width:370px}.school-display-div{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0px 0px 11px 0px;font-weight:600}.searchBy{padding-bottom:10px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.build-table-of-content .title{padding-bottom:34px;padding-top:34px}.build-table-of-content .build-table-of-content-left-panel{color:#c7c7c7;opacity:1.5;padding-left:0px;padding-right:10px}.build-table-of-content .build-table-of-content-left-panel .description-option{margin-top:38px}.build-table-of-content .build-table-of-content-left-panel .prefix-style{margin-top:18px;width:100%}.build-table-of-content .build-table-of-content-left-panel .prefix-style .drop-down-wrapper{color:#333;margin-top:6px}.build-table-of-content .build-table-of-content-left-panel .prefix-style .drop-down-wrapper .Select-control{border-radius:0px}.build-table-of-content .build-table-of-content-left-panel .prefix-style .drop-down-wrapper .Select-control.is-focused{outline:none}.build-table-of-content .build-table-of-content-left-panel .prefix-style .drop-down-wrapper .Select-control:hover{box-shadow:none}.build-table-of-content .build-table-of-content-left-panel .prefix-style .drop-down-wrapper .Select-menu-outer .Select-option.is-focused{background:#bdc3c7}.build-table-of-content .build-table-of-content-left-panel .prefix-style .drop-down-wrapper .is-focused:not(.is-open)>.Select-control{box-shadow:none;border:1px solid #ccc}.build-table-of-content .build-table-of-content-left-panel .add-parts-div-style{margin-top:25px}.build-table-of-content .build-table-of-content-left-panel .add-parts-div-style .drop-down-wrapper{color:#333;margin-top:6px}.build-table-of-content .build-table-of-content-left-panel .add-parts-div-style .drop-down-wrapper .Select-control{border-radius:0px}.build-table-of-content .build-table-of-content-left-panel .add-parts-div-style .drop-down-wrapper .Select-control.is-focused{outline:none}.build-table-of-content .build-table-of-content-left-panel .add-parts-div-style .drop-down-wrapper .Select-control:hover{box-shadow:none}.build-table-of-content .build-table-of-content-left-panel .add-parts-div-style .drop-down-wrapper .Select-menu-outer .Select-option.is-focused{background:#bdc3c7}.build-table-of-content .build-table-of-content-left-panel .add-parts-div-style .drop-down-wrapper .is-focused:not(.is-open)>.Select-control{box-shadow:none;border:1px solid #ccc}.build-table-of-content .build-table-of-content-left-panel .prefix-style-label{margin-bottom:3px}.build-table-of-content .build-table-of-content-right-panel-portrait{border:1px solid #c7c7c7;height:inherit;overflow-y:auto;overflow-x:hidden;padding-left:10px;padding-right:10px}@-moz-document url-prefix(){.build-table-of-content .build-table-of-content-right-panel-portrait{scrollbar-width:thin}}.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content{padding-top:130px}.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content .pe-title,.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content .pe-heading-level3,.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content h3,.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content header h2+.subtitle,header .build-table-of-content .build-table-of-content-right-panel-portrait .empty-content h2+.subtitle,.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content .pe-heading-level4,.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content h4,.build-table-of-content .build-table-of-content-right-panel-portrait .empty-content header h3+.subtitle,header .build-table-of-content .build-table-of-content-right-panel-portrait .empty-content h3+.subtitle{margin-bottom:20px;padding-left:10px}.build-table-of-content .build-table-of-content-right-panel-portrait .title{padding-bottom:15px;padding-top:135px;padding-left:10px}.build-table-of-content .build-table-of-content-right-panel-portrait .body{padding-left:10px;padding-right:10px}.build-table-of-content .build-table-of-content-right-panel-portrait .table-of-content{margin-top:20px}.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title{margin-top:15px;font-size:16px;color:#6a7070;display:flex}.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title input:focus+.edit-icon{display:none !important}.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title input{width:300px}.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title .pe-textInput--basic,.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title .search-box .react-autosuggest__input,.search-box .build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title .react-autosuggest__input,.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title .search-box .react-autosuggest__input_error,.search-box .build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title .react-autosuggest__input_error{display:none}.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title .edit-icon-container{margin-left:10px}.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-title .edit-icon-container .edit-icon{position:relative}.build-table-of-content .build-table-of-content-right-panel-portrait .chapter-prefix{margin-left:10px;margin-right:10px}.build-table-of-content .build-table-of-content-right-panel-portrait .pe-row{margin-top:8px;color:#6a7070}.build-table-of-content .build-table-of-content-right-panel-portrait .pe-row .pe-col-2{text-align:right;padding-left:0px;padding-right:0px}.build-table-of-content .build-table-of-content-right-panel-portrait .pe-row .pe-col-8{text-align:left;padding-left:0px;padding-right:10px}.build-table-of-content .build-table-of-content-right-panel-portrait .pe-row .pe-col-1{text-align:right;padding-left:0px;padding-right:0px}.build-table-of-content .build-table-of-content-right-panel-portrait .pe-row .resource-description{line-height:22px;padding-left:33px;display:inline-block;margin:0;paddingBottom:10;outline:0;border:0}.build-table-of-content .build-table-of-content-right-panel-portrait .pe-row+.chapter-title{margin-top:53px}.build-table-of-content .build-table-of-content-right-panel-portrait .margin_bottom_0{margin-bottom:0px}.build-table-of-content .build-table-of-content-right-panel-portrait .margin_bottom_18{margin-bottom:18px}.build-table-of-content .build-table-of-content-right-panel-landscape{border:1px solid #c7c7c7;height:381px;overflow-y:auto;overflow-x:hidden;padding-left:10px;padding-right:10px}.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content{padding-top:130px}.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content .pe-title,.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content .pe-heading-level3,.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content h3,.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content header h2+.subtitle,header .build-table-of-content .build-table-of-content-right-panel-landscape .empty-content h2+.subtitle,.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content .pe-heading-level4,.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content h4,.build-table-of-content .build-table-of-content-right-panel-landscape .empty-content header h3+.subtitle,header .build-table-of-content .build-table-of-content-right-panel-landscape .empty-content h3+.subtitle{margin-bottom:20px;padding-left:10px}.build-table-of-content .build-table-of-content-right-panel-landscape .title{padding-bottom:15px;padding-top:135px;padding-left:10px}.build-table-of-content .build-table-of-content-right-panel-landscape .body{padding-left:10px;padding-right:10px}.build-table-of-content .build-table-of-content-right-panel-landscape .table-of-content{margin-top:20px}.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title{margin-top:15px;font-size:16px;color:#6a7070}.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title input:focus+.edit-icon{display:none !important}.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title input{width:300px}.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title .pe-textInput--basic,.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title .search-box .react-autosuggest__input,.search-box .build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title .react-autosuggest__input,.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title .search-box .react-autosuggest__input_error,.search-box .build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title .react-autosuggest__input_error{display:none}.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-title .edit-icon-container{margin-left:10px}.build-table-of-content .build-table-of-content-right-panel-landscape .chapter-prefix{margin-left:10px;margin-right:10px}.build-table-of-content .build-table-of-content-right-panel-landscape .pe-row{margin-top:8px;color:#6a7070}.build-table-of-content .build-table-of-content-right-panel-landscape .pe-row .pe-col-2{text-align:right;padding-left:0px;padding-right:0px}.build-table-of-content .build-table-of-content-right-panel-landscape .pe-row .pe-col-8{text-align:left;padding-left:0px;padding-right:10px}.build-table-of-content .build-table-of-content-right-panel-landscape .pe-row .pe-col-1{text-align:right;padding-left:0px;padding-right:0px}.build-table-of-content .build-table-of-content-right-panel-landscape .pe-row .resource-description{line-height:22px;padding-left:33px;display:inline-block;margin:0;paddingBottom:10;outline:0;border:0}.build-table-of-content .build-table-of-content-right-panel-landscape .pe-row+.chapter-title{margin-top:53px}.build-table-of-content .build-table-of-content-right-panel-landscape .margin_bottom_0{margin-bottom:0px}.build-table-of-content .build-table-of-content-right-panel-landscape .margin_bottom_18{margin-bottom:18px}.build-table-of-content .pe-col-8{padding-left:14px;padding-right:0px}.build-table-of-content select{border:none}.build-table-of-content select:focus{outline:none;box-shadow:none;border:none}.build-table-of-content .opacity_0_5{opacity:.5}.build-table-of-content .opacity_1{opacity:1}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.large-cover-container .text-tool-box{width:90%;height:46px;padding:2px;position:absolute;z-index:2;border:1px solid #e9e9e9;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.25)}.large-cover-container .text-tool-box .tool-container{display:table;height:100%;width:100%}.large-cover-container .text-tool-box .tool-container .Select-control{text-align:left;border-radius:0px;border:none}.large-cover-container .text-tool-box .tool-container .Select-control svg{background:#fff}.large-cover-container .text-tool-box .tool-container .Select-placeholder,.large-cover-container .text-tool-box .tool-container .Select-menu-outer{border-radius:0px}.large-cover-container .text-tool-box .tool-container>div{display:table-cell;vertical-align:middle;text-align:center;height:100%;padding:0px;position:relative}.large-cover-container .text-tool-box .tool-container .vertical-line{background:#c7c7c7;width:1px}.large-cover-container .text-tool-box .tool-container .font-box{width:165px}.large-cover-container .text-tool-box .tool-container .font-box .Select-placeholder,.large-cover-container .text-tool-box .tool-container .font-box .Select-menu-outer{width:180px;text-align:left}.large-cover-container .text-tool-box .tool-container .font-size-box{width:70px}.large-cover-container .text-tool-box .tool-container .font-size-box .Select-placeholder,.large-cover-container .text-tool-box .tool-container .font-size-box .Select-menu-outer{width:100px;text-align:left}.large-cover-container .text-tool-box .tool-container .text-align-box{width:55px}.large-cover-container .text-tool-box .tool-container .text-align-box .Select-placeholder,.large-cover-container .text-tool-box .tool-container .text-align-box .Select-menu-outer{width:60px;text-align:center}.large-cover-container .text-tool-box .tool-container .font-color-box{width:130px;padding:0px;margin:0px}.large-cover-container .text-tool-box .tool-container .font-color-box ul{padding:0px;margin:0px;display:table;width:100%;list-style-type:none;display:flex;position:absolute;height:22px}.large-cover-container .text-tool-box .tool-container .font-color-box ul li{list-style-type:none;padding:0px;width:12px;height:12px;margin:2px 0px 0px 2px;position:relative;z-index:1;display:inline-block}.large-cover-container .text-tool-box .tool-container .font-color-box ul li span{padding:0px;margin:0px;width:12px;height:12px;border:1px solid #e9e9e9;display:inline-block;position:absolute;top:0px}.large-cover-container .text-tool-box .tool-container .font-color-box ul li span.selected{width:16px;height:16px;border-color:#000}.large-cover-container .text-tool-box .tool-container .font-color-box ul li:hover{z-index:2}.large-cover-container .text-tool-box .tool-container .font-color-box ul li:hover span{cursor:pointer;width:16px;height:16px;border-color:#000;top:-3px}.large-cover-container .text-tool-box-min{transform:scale(0.8) !important;width:410px}.large-cover-container .text-align-box .Select .Select-control .Select-multi-value-wrapper .Select-value{padding:5px}@keyframes coverAppearAnimation{0%{opacity:0}100%{opacity:1}}@keyframes textBoxChangeAnimation{0%{opacity:0}}@keyframes coverImageAnimation{0%{opacity:0;transform:rotateY(0deg)}}@keyframes coverImageHideAnimation{0%{opacity:1}100%{opacity:1}}@keyframes coverImageLoaderAnimation{0%{width:0;left:0}50%{width:100%;left:0}100%{left:100%;width:0}}@keyframes coverThumbAnimation{0%{opacity:1}50%{opacity:.1}100%{opacity:1}}@keyframes fullScreenCoverAnimation{0%{opacity:0}100%{opacity:1}}.book-cover .right-column .large-cover-wrapper .screen-mode-btn svg{color:#6a7070;width:18px;height:18px}.book-cover{width:100%}.book-cover .pe-title,.book-cover .pe-heading-level3,.book-cover h3,.book-cover header h2+.subtitle,header .book-cover h2+.subtitle,.book-cover .pe-heading-level4,.book-cover h4,.book-cover header h3+.subtitle,header .book-cover h3+.subtitle{font-size:24px;margin-bottom:26px;margin-top:31px}.book-cover .pe-textLabelInput__label{width:215px;height:16px;font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;color:#6a7070}.book-cover .drop-down-wrapper{margin-top:6px;font-size:14px;position:relative;z-index:10}.book-cover .drop-down-wrapper .Select-control{border-radius:0px}.book-cover .drop-down-wrapper .Select-control.is-focused{outline:none}.book-cover .drop-down-wrapper .Select-control:hover{box-shadow:none}.book-cover .drop-down-wrapper .Select-menu-outer .Select-option.is-focused{background:#bdc3c7}.book-cover .drop-down-wrapper .is-focused:not(.is-open)>.Select-control{box-shadow:none;border:1px solid #ccc}.book-cover .drop-down-wrapper .Select-control{border-radius:5px}.book-cover .cover-page-thumbnail{width:100%;overflow-x:overlay;margin-top:30px;max-width:356px;height:calc(75vh - 25vh);padding-bottom:31px;z-index:5;position:relative}@-moz-document url-prefix(){.book-cover .cover-page-thumbnail{scrollbar-width:thin;overflow-x:hidden}}.book-cover .cover-page-thumbnail .pe-col-4,.book-cover .cover-page-thumbnail .pe-col-6{margin-bottom:6px;position:relative;padding:0px;text-align:left}.book-cover .cover-page-thumbnail .cover-thumb{width:63px;height:82px;display:inline-block;border-radius:4px;box-shadow:0 3px 8px -4px rgba(0,0,0,.05);border:solid 1px rgba(151,151,151,.07);background-color:#f2f2f2}.book-cover .cover-page-thumbnail .cover-thumb:hover{cursor:pointer}.book-cover .cover-page-thumbnail .cover-thumb .select-icon{display:none}.book-cover .cover-page-thumbnail .cover-thumb img{width:63px;height:88px;border-radius:4px;box-shadow:0 3px 8px -4px rgba(0,0,0,.05);border:solid 1px rgba(151,151,151,.07);background-color:#fff}.book-cover .cover-page-thumbnail .cover-thumb.selected-cover{border:4px solid #19a6a4;position:relative}.book-cover .cover-page-thumbnail .cover-thumb.selected-cover .select-icon{position:absolute;display:inline-block;background:#19a6a4;width:18px;height:18px;overflow:hidden;right:0px;bottom:0px}.book-cover .cover-page-thumbnail .cover-thumb.selected-cover .select-icon svg{color:#fff}.book-cover .cover-page-thumbnail .thumb-loading{width:100%;height:2px;position:absolute;z-index:1;top:0;left:0;overflow:hidden;display:block;background:#fff}.book-cover .cover-page-thumbnail .thumb-loading:before{animation:coverImageLoaderAnimation .8s ease-out;animation-iteration-count:infinite;content:"";height:100%;width:100px;left:0;top:0;background:#19a6a4;position:absolute;display:block}.book-cover .cover-page-thumbnail .dummy-thumb-loader .cover-thumb{background:#ccc;animation:coverThumbAnimation ease-out;animation-duration:6s;animation-iteration-count:infinite;opacity:1}.book-cover .cover-page-thumbnail .dummy-thumb-loader>div:nth-child(1) .cover-thumb{animation-delay:0s}.book-cover .cover-page-thumbnail .dummy-thumb-loader>div:nth-child(2) .cover-thumb{animation-delay:1s}.book-cover .cover-page-thumbnail .dummy-thumb-loader>div:nth-child(3) .cover-thumb{animation-delay:1.5s}.book-cover .cover-page-thumbnail .dummy-thumb-loader>div:nth-child(4) .cover-thumb{animation-delay:2s}.book-cover .cover-page-thumbnail .dummy-thumb-loader>div:nth-child(5) .cover-thumb{animation-delay:2.5s}.book-cover .cover-page-thumbnail .dummy-thumb-loader>div:nth-child(6) .cover-thumb{animation-delay:3s}.book-cover .outer-rectangle{box-sizing:border-box;height:100%;width:100%;border:1px solid #c7c7c7;margin-top:7px}.book-cover .right-column .large-cover-wrapper{width:100%;height:auto;position:relative}@-moz-document url-prefix(){.book-cover .right-column .large-cover-wrapper{scrollbar-width:thin}}.book-cover .right-column .large-cover-wrapper.full-screen{position:fixed;top:0px;left:0;display:block;z-index:9999;height:100%;width:100%;padding:110px 0px 100% 0px;overflow:auto}.book-cover .right-column .large-cover-wrapper.full-screen .screen-mode-btn{top:90px;right:25px}.book-cover .right-column .large-cover-wrapper.full-screen:after{content:"";opacity:.8;width:100%;height:100%;top:0;left:0;position:absolute;background:#000;z-index:0}.book-cover .right-column .large-cover-wrapper.full-screen .screen-mode-btn svg{color:#fff}.book-cover .right-column .large-cover-wrapper.full-screen .large-cover-container{animation:fullScreenCoverAnimation 1.2s ease-in-out;transform-origin:top}.book-cover .right-column .large-cover-wrapper .screen-mode-btn{display:block;position:absolute;z-index:1000;top:-45px;right:8px;width:18px;height:18px;display:block;text-align:center;opacity:.5}.book-cover .right-column .large-cover-wrapper .screen-mode-btn:hover{opacity:1}.book-cover .right-column .large-cover-wrapper .screen-mode-btn svg{color:#6a7070;width:18px;height:18px}.book-cover .right-column .large-cover-wrapper .screen-mode-btn>span{display:inline-block;width:100%}.book-cover .right-column .large-cover-wrapper .screen-mode-btn .Oval-edit-icon:hover{visibility:visible !important;cursor:pointer;filter:drop-shadow(0px 0px 5px black)}.book-cover .right-column .large-cover-wrapper .large-cover-container{display:block;margin:0px auto;border:2px solid #c7c7c7;animation:coverAppearAnimation 1s;position:relative;z-index:2;background:#fff;position:relative;transform-origin:top left}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper{padding:0;position:absolute;top:0;bottom:0;margin-top:0;margin-left:0;width:inherit;height:inherit;z-index:1;display:block;clear:both;display:block}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box{position:absolute;max-width:90%;padding:0px;z-index:1;display:inline-block;opacity:1}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .text-resizable{overflow:visible}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box:hover{z-index:2}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .move-handle{content:"";width:30px;height:30px;position:absolute;top:-30px;visibility:hidden;opacity:0;overflow:hidden;user-select:none;display:inline-block;z-index:0}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .move-handle span{z-index:1;position:absolute;width:100%;height:100%;opacity:0}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .move-handle img{position:absolute;z-index:0;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .validate-text:empty{visibility:visible !important;box-shadow:0 0 5px 0 red !important;border-color:red !important}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .validate-text:empty:hover,.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .validate-text:empty:focus{border-color:red !important}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .field-text-box{border:2px solid transparent;background-color:transparent;width:100%;height:100%;resize:none;z-index:1;position:relative;display:block}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .field-text-box:hover,.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .field-text-box:focus{box-shadow:0 0 5px 0 #19a6a4;border-color:#19a6a4 !important;transition:background-color,opacity .4s ease-in-out;background-color:#fff;color:#000 !important}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box .field-text-box:empty{visibility:hidden}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper .drag-box:hover .move-handle{visibility:visible;cursor:move;transition:all .5s;opacity:1}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper:hover .drag-box .field-text-box{transition:border-color .4s ease-in-out;border-color:#c7c7c7}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper:hover .drag-box .field-text-box:empty{visibility:visible}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper.show-text-box .drag-box .field-text-box{border-color:#c7c7c7}.book-cover .right-column .large-cover-wrapper .large-cover-container .text-box-wrapper.show-text-box .drag-box .field-text-box:empty{visibility:visible}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-image-holder{width:100%;height:100%;background-size:100% 100%;background-repeat:no-repeat;z-index:0;overflow:hidden}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-image-holder .cover-image,.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-image-holder img{animation:coverImageAnimation 1.2s ease-out;opacity:1;width:100%;height:auto;top:0;left:0;margin:0px;position:absolute}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-loading{width:100%;height:2px;position:absolute;z-index:1;top:0;left:0;overflow:hidden}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-loading.show-loader{display:block;background:#fff}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-loading.show-loader:before{animation:coverImageLoaderAnimation .8s ease-out;animation-iteration-count:infinite;content:"";height:100%;width:100px;left:0;top:0;background:#19a6a4;position:absolute;display:block}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-freeze{width:100%;height:100%;position:absolute;z-index:3}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-freeze:after{content:"";position:absolute;width:100%;height:100%;background:#fff;opacity:.2;top:0;left:0;z-index:3;display:block}.book-cover .right-column .large-cover-wrapper .large-cover-container .cover-freeze:before{z-index:4;animation:coverImageLoaderAnimation .8s ease-out;animation-iteration-count:infinite;content:"";height:2px;width:100px;left:0;top:0;background:#19a6a4;position:absolute;display:block}.book-cover .right-column .large-cover-wrapper .large-cover-container .title-required-error{position:absolute;color:red;font-size:14px;bottom:-22px;display:inline-block;transform-origin:top left}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f5f5f5;border-radius:95px}::-webkit-scrollbar-thumb{border-radius:95px;background:#c7c7c7}::-webkit-scrollbar-thumb:hover{background:#abb2b9}.distribution_options_pg_wrapper{margin-top:31px}.distribution_options_pg_wrapper .pe-title,.distribution_options_pg_wrapper .pe-heading-level3,.distribution_options_pg_wrapper h3,.distribution_options_pg_wrapper header h2+.subtitle,header .distribution_options_pg_wrapper h2+.subtitle,.distribution_options_pg_wrapper .pe-heading-level4,.distribution_options_pg_wrapper h4,.distribution_options_pg_wrapper header h3+.subtitle,header .distribution_options_pg_wrapper h3+.subtitle{margin:30px 0px 18px 0px;font-size:24px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2f2f2f}.distribution_options_pg_wrapper .pe-radio{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2a2a2a}.distribution_options_pg_wrapper .distribution_options_checkbox_wrapper{margin:15px 0px}.distribution_options_pg_wrapper .distribution_options_discription{margin:10px 30px 35px;width:687px}.distribution_options_pg_wrapper .distribution_options_discription p{color:#6a7070}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.home-page .heading{height:36px;width:182px;color:#252525;font-size:28px;font-weight:300;line-height:36px}.home-page{min-height:calc(100vh - 2vh)}.home-page .page-header-wrapper{margin-bottom:35px}.home-page .toggle-wrapper-div{float:right;display:table;margin-left:40px}.home-page .toggle-wrapper-div label{line-height:36px;margin-right:10px}.home-page .market-drop-down-wrapper{width:180px;font-size:14px}.home-page .market-drop-down-wrapper>div{width:100%;display:table;vertical-align:middle}.home-page .market-drop-down-wrapper>div>span{display:table-cell;vertical-align:middle}.home-page .market-drop-down-wrapper .Select-control{border:none;width:140px;height:20px}.home-page .market-drop-down-wrapper .Select-control:hover{box-shadow:none}.home-page .market-drop-down-wrapper .Select-menu-outer{box-shadow:0 2px 4px 0 rgba(0,0,0,.15);border-radius:2px;border:none;background:#bdc3c7}.home-page .market-drop-down-wrapper .Select-menu-outer .Select-option:hover{color:#000;background-color:#bdc3c7}.home-page .market-drop-down-wrapper .Select-menu-outer .Select-option.is-selected{background:inherit}.home-page .market-drop-down-wrapper .Select-menu-outer .Select-option.is-focused{background:inherit}.home-page .market-drop-down-wrapper .Select--multi .Select-value{background:green}.home-page .market-drop-down-wrapper .is-focused:not(.is-open)>.Select-control{border-color:transparent;box-shadow:none}.home-page .tile-page-header{display:flex;justify-content:space-between;align-items:center;padding-right:20px;padding-left:20px;margin-right:25px}.home-page .tile-page-header .search-bar{display:flex;align-items:center}.home-page .tile-page-header .search-bar span{color:#000;font-weight:bold;font-size:16px}.home-page .tile-page-header .search-bar .search-container{margin:0px 14px;display:flex;align-items:center;position:relative}.home-page .tile-page-header .search-bar .search-container input{width:283px;padding:9px 30px 9px 16px;border-radius:22px;outline:none;border:1px solid #c7c7c7;box-sizing:border-box;font-size:14px;color:#000}.home-page .tile-page-header .search-bar .search-container ::placeholder{color:#000}.home-page .tile-page-header .search-bar .search-container :-ms-input-placeholder{color:#000}.home-page .tile-page-header .search-bar .search-container ::-ms-input-placeholder{color:#000}.home-page .tile-page-header .search-bar .search-container button{position:absolute;right:10px}.home-page .tile-page-header .search-bar .search-container button .pe-icon--search-lg-18,.home-page .tile-page-header .search-bar .search-container button .pe-icon--item-remove-18{color:#000;margin:0px;width:16px;height:16px}.home-page .tile-page-header .search-bar .collections-btn{background:#002e60;border-radius:40px;width:162px}.cust_nav_view_home{float:right !important;position:relative !important;left:62px !important;margin-top:16px !important;top:10px !important}.list-and-table-wrapper{margin-top:35px}.tile-and-table-wrapper .pe-col-12{padding:10px 0}.tile-and-table-wrapper .pe-col-12 .collections-header{display:flex;margin-right:25px}.tile-and-table-wrapper .pe-col-12 .collections-header .tooltip-wrapper{max-width:450px;margin-left:-120px}.tile-and-table-wrapper .pe-col-12 .collections-header .tooltip-wrapper .tooltip{white-space:normal;height:auto;padding:10px}.tile-and-table-wrapper .pe-col-12 .collections-header .tooltip-wrapper .tooltip::before{content:" ";border:none}.tile-and-table-wrapper .pe-col-12 .collections-header .collections-status{color:#000;font-weight:bold;font-size:16px;margin-bottom:18px}.tile-and-table-wrapper .pe-col-12 .collections-header hr{background:rgba(106,112,112,.5);flex:1;align-self:center;margin-left:14px;height:1px;border:0}.tile-and-table-wrapper .pe-col-12 .collections-header .collections_viewbtn{background:none !important;border:none;padding:0 !important;color:#000;font-weight:bold;font-size:14px;align-self:center;cursor:pointer;margin-left:14px}.tile-and-table-wrapper .pe-col-12 .empty-tile{background:#fafafa;border-radius:8px;display:block;height:305px;width:245px}.tile-and-table-wrapper .pe-col-3{padding:0px}.tile-market-view{display:flex;justify-content:flex-end;align-items:center;margin-bottom:70px;padding-top:45px;padding-right:40px}.tile-market-view .tile-market-dropdown span:first-child{font-size:16px}.tile-market-view .tile-market-dropdown span{display:inline-block;font-weight:normal;color:#000}.tile-market-view .tile-market-dropdown .css-2b097c-container{width:227px;margin-left:16px}.tile-market-view .tile-market-dropdown .css-2b097c-container .select__control{min-height:36px;height:36px;font-size:14px;color:#000}.tile-market-view .tile-market-dropdown .css-2b097c-container .select__control .css-1uccc91-singleValue{color:#000}.tile-market-view .tile-market-dropdown .css-2b097c-container .select__control svg{height:6px;width:10px}.tile-market-view .toggle-wrapper-div{margin-left:33px}.tile-market-view .toggle-wrapper-div label{font-size:16px;color:#000;margin-right:16px}.tile-market-view .toggle-wrapper-div .view-toggle-wrapper{margin-left:6px}.tile-market-view .toggle-wrapper-div .view-toggle-wrapper .list-main>li{height:36px;width:36px}.tile-market-view .toggle-wrapper-div .view-toggle-wrapper .list-main>li svg{width:16px;height:16px}.create-new-btn{float:right;margin-top:2px;position:relative;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.create-new-btn:hover{border:none;background-color:#005a70}.create-new-btn:disabled{background-color:#f5f5f5;color:#c7c7c7}.text-field-search{float:right;margin-left:20px;width:350px}.text-field-search svg{color:#6a7070}.text-field-search .pe-icon--item-remove-18{cursor:pointer}.text-field-search .pe-icon--btn{position:absolute;float:right;right:-119px;height:100%;padding:20px 2px 1px 1px;z-index:0;outline:none;top:5px}.no-collection-found-message{background:transparent;margin-top:116px;margin-bottom:316px;margin-left:228px;z-index:-1}.no-collection-found-message .pe-title,.no-collection-found-message .pe-heading-level3,.no-collection-found-message h3,.no-collection-found-message header h2+.subtitle,header .no-collection-found-message h2+.subtitle,.no-collection-found-message .pe-heading-level4,.no-collection-found-message h4,.no-collection-found-message header h3+.subtitle,header .no-collection-found-message h3+.subtitle{font-size:20px}.no-collection-found-message .pe-label{font-size:14px}.modal-close-btn{padding:0px;display:inline-block;border:none;float:right;padding:5px;background:none}.modal-close-btn:hover{cursor:pointer;background:none}.home-modal-body{padding-top:14px}.home-modal-body.delete-collection-align{padding-top:0px}.home-modal-body .modal-nw-market{margin-top:-15px;color:#6a7070;margin-left:350px}.home-modal-body.remove-collection{padding-top:25px}.home-modal-content{padding:20px}.home-modal-content .new-collection-name-input{width:486px}.home-modal-content.delete-collection{padding:40px}.home-modal-content.remove-collection{padding-bottom:30px;padding-top:37px;padding-left:40px;padding-right:40px}.home-modal-content .invite_link_details{display:flex;margin-top:.5vw}.home-modal-content .invite_link_span{margin-right:1vw;color:#1b6d85}.home-modal-content .invite-link-and-button-div{display:flex}.home-modal-content .invite-link-main-div{margin-top:1.5vw}.home-modal-content .invite-link-button{margin-top:.5vw;margin-left:1vw}.home-modal-type-footer{text-align:center;padding-top:33px;margin-top:15px}.home-modal-type-footer .btn-cancel{width:100px !important;height:36px !important;border-radius:40px !important;border:solid 1px #080808 !important;color:#080808 !important;width:52px;height:20px;opacity:.65;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-type-footer .btn-cancel:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.home-modal-type-footer .btn-cancel:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;border-style:double;background-color:#fff}.home-modal-type-footer .btn-action{margin-left:15px;width:119px;height:36px;border-radius:40px;background-color:#003761;color:#fff;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;color:#fff;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-type-footer .btn-action:hover{border:none;color:#e5e5e5;background-color:#003761}.home-modal-type-footer .btn-action:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;border-style:solid;background-color:#003761}.home-modal-type-footer .right-align-buttons{display:block;text-align:right}.home-modal-type-footer .right-align-buttons .copy-success-message{display:inline-block;margin-right:10px;margin-top:.5vw !important}.home-modal-type-footer .right-align-buttons .btn-copy-link{position:relative;display:inline-block}.home-modal-type-footer .btn-action-collection-home{margin-left:15px;width:120px}.home-modal-type-footer .btn-action-back-to-review{width:120px}.home-modal-type-footer .share-btn-disable{background-color:#6a7070;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-type-footer .share-btn-disable:hover{border:none;background-color:#005a70}.home-modal-type-footer .share-btn-disable[disabled]{background-color:#e9e9e9;border:unset;color:#c7c7c7;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-type-footer .share-btn-disable[disabled]:hover{background-color:#e9e9e9;border:unset}.home-modal-type-footer .copy-save-btn-disable{background-color:#003761}.home-modal-type-footer.remove-collection{padding-top:29px}.home-modal-footer{padding-top:33px}.home-modal-footer .btn-cancel{width:90px;border-radius:40px !important;font-size:16px;font-weight:500;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-footer .btn-cancel:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.home-modal-footer .btn-cancel:focus{color:#047a9c;background-color:#fff;border:solid 3px rgba(151,151,151,.4);outline:0;box-shadow:0 0 1pt 1pt #368de4;outline:0;border-style:double}.home-modal-footer .btn-action:focus{outline:0;box-shadow:0 0 0pt 1pt #368de4;border-style:solid}.home-modal-footer .btn-action{margin-left:30px;width:90px;border-radius:40px;font-size:16px;font-weight:500;background-color:#003761 !important;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-footer .btn-action:hover{border:none;background-color:#005a70}.home-modal-footer .btn-action:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.home-modal-footer .right-align-buttons{display:block;text-align:right}.home-modal-footer .right-align-buttons .copy-success-message{display:inline-block;margin-right:10px;margin-top:.5vw !important}.home-modal-footer .right-align-buttons .btn-copy-link{position:relative;display:inline-block}.home-modal-footer .btn-action-collection-home{margin-left:15px;width:120px}.home-modal-footer .btn-action-back-to-review{width:120px}.home-modal-footer .share-btn-disable{background-color:#e9e9e9 !important;color:#6a7070 !important;font-weight:600;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-footer .share-btn-disable:hover{border:none;background-color:#005a70}.home-modal-footer .share-btn-disable[disabled]{background-color:#e9e9e9;border:unset;color:#c7c7c7;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-footer .share-btn-disable[disabled]:hover{background-color:#e9e9e9;border:unset}.home-modal-footer .copy-save-btn-disable{background-color:#179599}.home-modal-footer.remove-collection{padding-top:29px}.home-PrintLabModal-footer{text-align:center;padding-top:33px;margin-top:15px}.home-PrintLabModal-footer .btn-cancel{width:110px !important;height:36px !important;border-radius:40px !important;border:solid 1px #080808 !important;color:#080808 !important;width:52px;height:20px;opacity:.65;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-PrintLabModal-footer .btn-cancel:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.home-PrintLabModal-footer .btn-cancel:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;border-style:double;background-color:#fff}.home-PrintLabModal-footer .btn-action{margin-left:15px;width:119px;height:36px;border-radius:40px;background-color:#003761;color:#fff;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;color:#fff;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-PrintLabModal-footer .btn-action:hover{border:none;color:#e5e5e5;background-color:#003761}.home-PrintLabModal-footer .btn-action:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;border-style:solid;background-color:#003761}.home-vpnmodal-body{text-align:center}.home-vpnModal-footer{text-align:center;padding-top:33px;margin-top:15px}.home-vpnModal-footer .btn-cancel{width:110px !important;height:36px !important;border-radius:40px !important;border:solid 1px #080808 !important;color:#080808 !important;width:52px;height:20px;opacity:.65;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-vpnModal-footer .btn-cancel:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.home-vpnModal-footer .btn-cancel:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;border-style:double;background-color:#fff}.home-vpnModal-footer .btn-action{margin-left:15px;width:119px;height:36px;border-radius:40px;background-color:#003761;color:#fff;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;color:#fff;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-vpnModal-footer .btn-action:hover{border:none;color:#e5e5e5;background-color:#003761}.home-vpnModal-footer .btn-action:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;border-style:solid;background-color:#003761}.collection-type-modal-fieldset{padding:0px}.collection-type-modal-fieldset .Type-will-matter-whe{width:100%;height:18px;margin-bottom:20px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.2px;text-align:center;color:#000}.collection-type-modal-fieldset .nolonger-message-content{width:100%;height:25px;margin-bottom:20px;font-size:14px;line-height:1.29;letter-spacing:.2px;text-align:justify;color:#000}.collection-type-modal-fieldset .Print-LabModal-content{width:100%;height:18px;margin-bottom:15px;font-size:14px;line-height:18px;letter-spacing:.2px;color:#000}.collection-type-modal-fieldset .viewOnlyMode-message-content{width:100%;height:25px;margin-bottom:20px;font-size:14px;line-height:1.29;letter-spacing:.2px;text-align:justify;color:#000}.collection-copy-modal-fieldset{padding:10px}.copy-modal .collection-copy-modal-radioset{padding-top:10px;padding-left:12px}.copy-modal .copy-collection-name-input{width:100%}.copy-modal .home-modal-body delete-collection-align{max-height:460px;margin-top:30px;padding-left:0;padding-right:0;position:relative;display:inline-block;width:100%}.copy-modal .home-modal-body delete-collection-align .btn-cancel{width:100px !important;height:36px !important;border-radius:40px !important;border:1px solid #080808 !important;color:#080808 !important;width:52px;height:20px;opacity:.65;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.copy-modal .home-modal-body delete-collection-align .btn-action{margin-left:15px;width:119px;height:36px;border-radius:40px;background:#003761;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;color:#fff;background-color:#003761;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.copy-modal .collection-copy-modal-msg-content{max-height:460px;margin-top:30px;padding-left:0;padding-right:0;position:relative;display:inline-block;width:100%}.copy-modal .collection-copy-modal-msg-content p{text-align:justify;margin-bottom:20px}.copy-modal .collection-copy-modal-option-title{width:100%;height:18px;margin-bottom:20px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:.2px;text-align:center;color:#000}.copy-modal .collection-copy-modal-option-title>p:nth-child(1){float:left}.copy-modal .collection-copy-modal-option-title>p:nth-child(2){float:right}.copy-modal .collection-copy-modal-msg-content input[type=radio]~span{width:7px;height:7px;border:solid 2px #c7c7c7}.copy-modal .collection-copy-modal-msg-content input[type=radio]~span svg{height:10px;width:10px}.copy-modal .collection-copy-modal-error-content .collection-copy-modal-standard_error{margin-top:10px}.copy-modal .collection-copy-modal-error-content .collection-copy-modal-critical_error{margin-top:10px}.copy-modal .collection-copy-modal-error-content .collection-copy-modal-critical_error p{color:red}@keyframes loader-animation{0%{left:0px;width:0px}50%{right:0px;width:100%}100%{right:0px;width:0px}}.copy-validation-animated-loader{width:100%;height:3px;background:#add8e6;display:block;position:relative}.copy-validation-animated-loader:before{animation:loader-animation 1s ease-in-out;animation-iteration-count:infinite;content:"";height:100%;background:#6495ed;position:absolute}.copy-validation-empty-loader{width:100%;height:3px;display:block;position:relative}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.print-options-container{min-height:500px;padding-top:35px}.print-options-container .print-options{width:100%;margin-bottom:200px}.print-options-container .print-options .bindingOptionsDropDownContainer{float:left;width:50%;padding:0 50px 0 0}.print-options-container .print-options .zero-state-message{padding-top:64px;width:70%}.print-options-container .print-options .bindingOptionsDropDown select{padding-right:40px}@-moz-document url-prefix(){.print-options-container .print-options .bindingOptionsDropDown select{padding-top:8px}}.print-options-container .print-options .bindingOptionsDropDown .pageCountWarning{padding-top:6px}.print-options-container .print-options .paperTypesDropDown{padding-top:20px}.print-options-container .print-options .paperTypesDropDown select{padding-right:40px}@-moz-document url-prefix(){.print-options-container .print-options .paperTypesDropDown select{padding-top:8px}}.print-options-container .print-options .bindingOptionPreview{float:right;width:50%;padding-top:20px}.print-options-container .print-options .bindingOptionPreview .binding-description{color:#6a7070;margin-top:8px;width:242px}.print-options-container .print-options .bindingOptionPreview img{height:120px;padding-right:110px;width:100%}.print-options-container .print-options h3 span{font-weight:normal}.print-options-container .print-options .pe-title,.print-options-container .print-options .pe-heading-level3,.print-options-container .print-options h3,.print-options-container .print-options header h2+.subtitle,header .print-options-container .print-options h2+.subtitle,.print-options-container .print-options .pe-heading-level4,.print-options-container .print-options h4,.print-options-container .print-options header h3+.subtitle,header .print-options-container .print-options h3+.subtitle{font-size:24px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2a2a2a}.print-options-container .cost-per-book{padding-top:56px}.print-options-container .cost-per-book .cost-per-book-container .cost-per-book-price{margin-top:20px}.print-options-container .cost-per-book .cost-per-book-container div>div{margin:5px auto}.print-options-container .cost-per-book .cost-per-book-container h3{font-size:18px;color:#2a2a2a;font-weight:bold}.print-options-container .cost-per-book .cost-per-book-container .Printfee{margin-top:20px}.print-options-container .print-settings{padding-top:56px}.print-options-container .print-settings h3{font-size:18px;color:#2a2a2a;font-weight:bold}.print-options-container .binding-types,.print-options-container .cost-per-book{float:left;padding-top:16px;width:50%}.print-options-container .binding-image,.print-options-container .print-settings{float:right;padding-top:16px;width:50%}.print-options-container .desk-copy-container{margin-top:40px;width:100%;color:#000}.print-options-container .desk-copy-container .validation-wrapper{padding:0px;padding-bottom:25px}.print-options-container .desk-copy-container .checkbox-wrapper{display:flex}.print-options-container .desk-copy-container .checkbox-wrapper .pe-checkbox{flex:8;margin-top:30px}.print-options-container .desk-copy-container .checkbox-wrapper .copy-count-container{flex:1}.print-options-container .desk-copy-container .dropdown-wrapper{display:flex}.print-options-container .desk-copy-container .dropdown-wrapper .city-container{flex:4;margin-right:40px}.print-options-container .desk-copy-container .dropdown-wrapper .state-container{flex:1}.print-options-container .desk-copy-container .dropdown-wrapper .state-container .pe-select-container select{padding-right:40px}@-moz-document url-prefix(){.print-options-container .desk-copy-container .dropdown-wrapper .state-container .pe-select-container select{padding-top:8px;scrollbar-width:thin}}.print-options-container .desk-copy-container .dropdown-wrapper .province-container{flex:3}.print-options-container .desk-copy-container .dropdown-wrapper .province-container .pe-select-container select{padding-right:40px}@-moz-document url-prefix(){.print-options-container .desk-copy-container .dropdown-wrapper .province-container .pe-select-container select{padding-top:8px;scrollbar-width:thin}}.print-options-container .desk-copy-container .dropdown-wrapper .state-container,.print-options-container .desk-copy-container .dropdown-wrapper .province-container{margin-right:40px}.print-options-container .desk-copy-container .dropdown-wrapper .state-container .pe-select-container,.print-options-container .desk-copy-container .dropdown-wrapper .province-container .pe-select-container{min-width:0px}.print-options-container .desk-copy-container .dropdown-wrapper .state-container .pe-select-container-error,.print-options-container .desk-copy-container .dropdown-wrapper .province-container .pe-select-container-error{min-width:unset}.print-options-container .desk-copy-container .dropdown-wrapper .zipcode-container{flex:3;align-self:flex-end}.print-options-container .desk-copy-container .pe-title,.print-options-container .desk-copy-container .pe-heading-level3,.print-options-container .desk-copy-container h3,.print-options-container .desk-copy-container header h2+.subtitle,header .print-options-container .desk-copy-container h2+.subtitle,.print-options-container .desk-copy-container .pe-heading-level4,.print-options-container .desk-copy-container h4,.print-options-container .desk-copy-container header h3+.subtitle,header .print-options-container .desk-copy-container h3+.subtitle{font-size:24px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2a2a2a}.print-options-container .desk-copy-container .desk-copy-note{margin:8px 0 12px 0;font-size:.9rem;color:#333}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.search-page .pleft40px{padding:0 0 0 40px}.search-page .fixed-wrapper{padding:0;margin-top:20px}.search-page .position-fixed{display:inline-block;position:fixed;top:65px;z-index:15;margin-top:5px;padding-top:15px;background:#fff;min-height:10px}.search-page .page-header-wrapper{width:1150px;display:inline-block;height:40px;margin-left:-40px}.search-page .page-header-wrapper .search-market{padding-right:40px;font-size:1rem;float:left}.search-page .page-header-wrapper .search-market div{padding:10px 0}.search-page .page-header-wrapper .search-market *{font-weight:400}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.collection-share-modal .message-label{padding-top:65px}.collection-share-modal .mail-list-label{padding-top:34px}.collection-share-modal .message-box{height:154px}.collection-share-modal .cover-toc-container{min-height:200px}.collection-share-modal .cover-toc-container .download-container{margin-top:20px;display:flex;width:100%}.collection-share-modal .cover-toc-container .download-container span{flex:1;margin:auto;word-wrap:break-word}.collection-share-modal .cover-toc-container .download-container .pdf-download{flex:1;margin-top:auto;margin-bottom:auto}.collection-share-modal .cover-toc-container .download-container .pdf-download a{min-width:195px;text-align:center;float:right}.collection-share-modal .cover-toc-container .download-container .pdf-download .share-btn-disable{width:90px;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border:solid 1px rgba(17,33,227,.07)}.collection-share-modal .cover-toc-container .download-container .pdf-download .share-btn-disable:hover{border:none;background-color:#005a70}.collection-share-modal .cover-toc-container .download-container .pdf-download .share-btn-disable[disabled]{background-color:#e9e9e9 !important;color:#6a7070 !important}.collection-share-modal .cover-toc-container .download-container .pdf-download .pe-btn{border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.collection-share-modal .cover-toc-container .download-container .pdf-download .pe-btn:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.collection-share-modal .cover-toc-container .download-container .pdf-download .download-btn-disabled{color:#c7c7c7;pointer-events:none}.collection-share-modal .cover-toc .btn-action{margin-left:0}.collection-share-modal .email-input-button{display:flex;align-items:flex-end}.collection-share-modal .email-input-button .email-input{width:509px}.collection-share-modal .email-input-button .btn-action{width:90px;background-color:#003761 !important;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.collection-share-modal .email-input-button .btn-action:hover{border:none;background-color:#005a70}.collection-share-modal .share-btn-disable{width:90px;color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border:solid 1px rgba(17,33,227,.07);pointer-events:none}.collection-share-modal .share-btn-disable:hover{border:none;background-color:#005a70}.collection-share-modal .share-btn-disable[disabled]{background-color:#e9e9e9 !important;color:#6a7070 !important}.share-digital-collection-container .hide-in-digital-collection{display:none}.share-digital-collection-container .mail-list-label{padding-top:10px}.share-digital-collection-container .message-label{padding-top:45px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.col-type-modal-content{padding:40px;width:585px !important;height:330px !important;max-width:585px !important;max-height:330px !important;background-color:#fff;overflow-x:hidden;overflow-y:hidden}.col-type-modal-content .next{width:168px;height:120px;object-fit:contain;margin-left:170px;margin-top:-40px}.col-type-modal-content .book-stack{width:168px;height:120px;object-fit:contain;margin-left:170px;margin-top:-40px}.col-type-modal-content .collection-type{margin-top:10px}.col-nolonger-modal-content{padding:40px}.close-type{width:17px;height:18px;font-size:26px;cursor:pointer;opacity:.65;float:right !important;color:gray;margin-top:-8px}.close-type svg{color:gray}.infoIcon{width:14px;height:14px;margin:3px 0 0 4px;float:right;cursor:pointer}.Collection-Type h1{height:55px;white-space:nowrap;margin-left:180px;margin-bottom:50px;margin-top:15px;font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#000}.print-collection-cost h1{height:55px;white-space:nowrap;margin-left:88px;margin-bottom:-24px;margin-top:36px;font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#000}.collection-type-btn-disable{border:unset;pointer-events:none}.collection-type-modal-fieldset input[type=radio]~span{width:7px;height:7px;border:solid 2px #c7c7c7}.collection-type-modal-fieldset input[type=radio]~span svg{height:10px;width:10px}.home-modal-footer .collection-type-btn-disable{border:unset;pointer-events:none;background-color:#e9e9e9;border:unset;color:#c7c7c7;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-footer .collection-type-btn-disable:hover{border:unset}.home-modal-type-footer .collection-type-btn-disable{font-weight:600 !important;color:#6a7070 !important;border:unset;pointer-events:none;background-color:#e9e9e9;border:unset;color:#c7c7c7;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-modal-type-footer .collection-type-btn-disable:hover{border:unset}.home-modal-content.collection-title-edit-modal .action-btn{margin-top:20px}.home-modal-content.collection-title-edit-modal .action-btn .cancel-btn{margin-right:20px;border:0px solid #c7c7c7;color:#003761;background-color:#e7e7e7;border-radius:4px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-radius:40px;border:solid 1px rgba(151,151,151,.3);color:#252525;opacity:.65;font-weight:600;padding:0 30px}.home-modal-content.collection-title-edit-modal .action-btn .cancel-btn:hover{color:#000 !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05)}.home-modal-content.collection-title-edit-modal .action-btn .cancel-btn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.home-modal-content.collection-title-edit-modal .action-btn .done-btn{color:#fff;background-color:#04719c;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-radius:40px;border:solid 1px rgba(151,151,151,.3);font-weight:600;padding:0 30px;background-color:#003761}.home-modal-content.collection-title-edit-modal .action-btn .done-btn:hover{color:#e5e5e5 !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05)}.home-modal-content.collection-title-edit-modal .action-btn .done-btn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.home-modal-content.collection-title-edit-modal .action-btn .done-btn-disabled{border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-radius:40px;border:solid 1px rgba(151,151,151,.3)}.home-modal-content.collection-title-edit-modal .action-btn .done-btn-disabled:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.home-modal-content.collection-title-edit-modal .action-btn [disabled]{border-radius:40px;border:solid 1px rgba(151,151,151,.3);font-weight:600;padding:0 30px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.main-title-page .title{padding-bottom:34px;padding-top:34px}.main-title-page .sub-wrapper-div{width:100%}.main-title-page .sub-wrapper-div .left-section{float:left;width:33.5%}.main-title-page .sub-wrapper-div .right-section{float:right;padding-left:10px;width:62%}.main-title-page .sub-wrapper-div .credit-line-text{letter-spacing:5px;padding:20px 0 0px 0}.main-title-page .sub-wrapper-div .credit-line-type{margin:25px 0 30px 0;color:#4a4a4a;font-family:"Bembo Std";font-size:10px !important;line-height:14px !important;text-align:left !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait{border:1px solid #c7c7c7;height:580px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box{border-radius:2px;margin:30px 18px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .hide-box{margin-top:0}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .hide-not{margin-top:98px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box input[type=text]{text-align:center}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box textarea{border-radius:2px;font-size:38px;height:108px;line-height:43px;overflow:auto;resize:none;text-align:center}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box textarea::placeholder{font-size:38px !important;line-height:50px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box textarea:-moz-placeholder{font-size:38px !important;line-height:50px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .sub-title-text-box{border-radius:2px;font-size:24px;height:54px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .sub-title-text-box::placeholder{font-size:24px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .sub-title-text-box:-moz-placeholder{font-size:24px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .author-text-box{border-radius:2px;display:block;font-size:18px;height:32px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .author-text-box::placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .author-text-box:-moz-placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .other-text-box{border-radius:2px;display:block;font-size:18px;height:40px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .other-text-box::placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .other-text-box:-moz-placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .brand-logo img{display:block;height:60px;margin:0 auto 0 auto}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .nccer-logo .nccer-wrapper{text-align:center;margin-bottom:-18px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .nccer-logo img{height:80px;width:80px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .nccer-logo p{color:#4a4a4a;font-family:"Bembo Std";font-size:10px;line-height:14px;overflow:auto;height:85px}.main-title-page .sub-wrapper-div .title-page-of-book-portrait .title-text-box .collection-text{text-align:center}.main-title-page .sub-wrapper-div .pe-textInput--basic,.main-title-page .sub-wrapper-div .search-box .react-autosuggest__input,.search-box .main-title-page .sub-wrapper-div .react-autosuggest__input,.main-title-page .sub-wrapper-div .search-box .react-autosuggest__input_error,.search-box .main-title-page .sub-wrapper-div .react-autosuggest__input_error{margin-top:20px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape{border:1px solid #c7c7c7;height:381px;overflow-x:hidden;overflow-y:scroll}@-moz-document url-prefix(){.main-title-page .sub-wrapper-div .title-page-of-book-landscape{scrollbar-width:thin}}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box{border-radius:2px;margin:30px 18px 0 18px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box input[type=text]{text-align:center}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box textarea{border-radius:2px;font-size:38px;height:108px;line-height:43px;overflow:auto;resize:none;text-align:center}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box textarea::placeholder{font-size:38px !important;line-height:50px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box textarea:-moz-placeholder{font-size:38px !important;line-height:50px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .sub-title-text-box{border-radius:2px;font-size:24px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .sub-title-text-box::placeholder{font-size:24px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .sub-title-text-box:-moz-placeholder{font-size:24px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .author-text-box{border-radius:2px;display:block;font-size:18px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .author-text-box::placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .author-text-box:-moz-placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .other-text-box{border-radius:2px;display:block;font-size:18px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .other-text-box::placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .other-text-box:-moz-placeholder{font-size:18px !important}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .brand-logo img{display:block;height:60px;margin:0 auto 0 auto}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .nccer-logo .nccer-wrapper{text-align:center;margin-bottom:-18px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .nccer-logo img{height:80px;width:80px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .nccer-logo p{color:#4a4a4a;font-family:"Bembo Std";font-size:10px;line-height:14px;overflow:auto;height:85px}.main-title-page .sub-wrapper-div .title-page-of-book-landscape .title-text-box .collection-text{text-align:center}.main-title-page .sub-wrapper-div .pe-textInput--basic,.main-title-page .sub-wrapper-div .search-box .react-autosuggest__input,.search-box .main-title-page .sub-wrapper-div .react-autosuggest__input,.main-title-page .sub-wrapper-div .search-box .react-autosuggest__input_error,.search-box .main-title-page .sub-wrapper-div .react-autosuggest__input_error{margin-top:20px}.collection-type-icon-align svg[class^=pe-icon--]{color:#6a7070}.collection-type-icon-align svg:hover{-webkit-filter:drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 0px 10px black)}.option-and-icon-container{bottom:13px;position:absolute;width:242px;height:18px}.option-and-icon-container .drop-down-holder{bottom:-13px}.option-and-icon-container .collection-type-wrapper{left:83%;position:relative}.option-and-icon-container .collection-type-edit-wrapper{left:85%;position:relative}.collection-type-icon-align:hover{-webkit-filter:drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 0px 9px black)}.collection-type-edit-icon-align:hover{filter:drop-shadow(0px 0px 5px black)}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.review-and-submit .share-link{border-radius:27px;box-shadow:0 0px 1px 1px rgba(0,0,0,.03);border:solid 1px rgba(151,151,151,.07);background-color:#fff;font-size:14px;font-weight:600;color:#047a9c;margin-top:16px;padding:9px 23px;line-height:1.6}.review-and-submit .share-link a{text-decoration:none}.review-and-submit .share-link a svg{margin-left:8px}.review-and-submit .cover-preview-wrapper{overflow:hidden;margin-top:40px;padding-left:0;padding-right:0;position:relative;display:inline-block;width:345px}.review-and-submit .cover-preview-wrapper .cover-preview-inner{padding:0}.review-and-submit .cover-preview-wrapper .cover-preview-container{overflow:hidden;cursor:pointer;height:448px;border:1px solid #979797;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.review-and-submit .cover-preview-wrapper .cover-preview-container .cover-text{position:relative;z-index:2;padding:20px 0;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;margin:auto;justify-content:center;align-items:center}.review-and-submit .cover-preview-wrapper .cover-preview-container .cover-image-holder{display:block;z-index:0;user-select:none;position:absolute;top:0;left:0}.review-and-submit .cover-preview-wrapper .cover-preview-container .cover-image-holder .cover-preview-image{width:100%;height:448px;object-fit:cover;user-select:none}.review-and-submit .cover-preview-wrapper .cover-preview-container .cover-image-holder-digital{position:relative;height:auto}.review-and-submit .info-container{padding:7px}.review-and-submit .cover-preview-container-digital{height:245px;width:355px;transform:none !important}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.additional-info-no{padding-top:30px}.additional-info-no .add-info-req h2{padding-bottom:20px}.additional-info-no .details-para p{padding-bottom:20px}.additional-info-no .resource-type{border-radius:3px;float:left;width:297px}.additional-info-no .estimated-enrollment{border-radius:3px;display:inline-block;margin-left:34px}.additional-info-no .estimated-enrollment input[type=text]{width:165px}.additional-info-no .wrapper-content-change{padding-top:26px;width:60%}.additional-info-no .wrapper-content-change .bottom-space-area{margin-bottom:30px}.additional-info-no .wrapper-content-change .isbn-page-range-area{clear:both;width:100%}.additional-info-no .wrapper-content-change .isbn-page-range-area .isbn{border-radius:3px;float:left;width:30%}.additional-info-no .wrapper-content-change .isbn-page-range-area .isbn input[type=text]{width:165px}.additional-info-no .wrapper-content-change .isbn-page-range-area .page-number-range-area{float:right;width:47%}.additional-info-no .wrapper-content-change .isbn-page-range-area .page-number-range-area .page-to-area .inputfield-err-msg{margin-left:151px}.additional-info-no .wrapper-content-change .isbn-page-range-area .page-number-range-area input[type=number]{border-radius:3px;float:left;width:106px}.additional-info-no .wrapper-content-change .isbn-page-range-area .page-number-range-area .to{float:left;line-height:43px;padding:0 16px}.additional-info-no .wrapper-content-change .isbn-page-range-area .page-number-range-area .to p{line-height:42px}.additional-info-no .wrapper-content-change .isbn-page-range-area .page-number-range-area .inputfield-err-msg{padding-top:45px}.additional-info-no .wrapper-content-change .author-details-area-journal{clear:both}.additional-info-no .wrapper-content-change .author-details-area input[type=text]{margin-bottom:30px}.additional-info-no .wrapper-content-change .image-component .source-dropdown-area .pe-select-container{margin-bottom:10px}.additional-info-yes{padding-top:30px;padding-left:11px}.additional-info-yes .content-left{float:left;width:20px}.additional-info-yes .content-left .content-right{margin-top:-4px;padding-bottom:29px;width:600px}.book-component .author-details-area-journal .left-area{float:left;width:47%}.book-component .author-details-area-journal .right-area{float:right;width:47%}.book-component .journal-title-area{padding-top:90px}.journal-component .display-details-journal .author-details-area-journal .left-area{float:left;width:49%}.journal-component .display-details-journal .author-details-area-journal .right-area{float:right;width:45%}.journal-component .display-details-journal .page-number-range-area{margin-left:0;width:100%;height:50px}.journal-component .display-details-journal .page-number-range-area .number-inner-wrapper-journal{float:left;width:41%}.journal-component .display-details-journal .page-number-range-area .number-inner-wrapper-journal .left-number{float:left}.journal-component .display-details-journal .page-number-range-area .number-inner-wrapper-journal .left-number input[type=number]{width:100px}.journal-component .display-details-journal .page-number-range-area .number-inner-wrapper-journal .to{float:left;margin-top:10px;padding-left:10px;padding-right:10px}.journal-component .display-details-journal .page-number-range-area .number-inner-wrapper-journal .right-number{float:left}.journal-component .display-details-journal .page-number-range-area .number-inner-wrapper-journal .right-number input[type=number]{float:left;width:100px}.journal-component .display-details-journal .page-number-range-area .number-inner-wrapper-journal .inputfield-err-msg{margin-top:42px}.journal-component .display-details-journal .page-number-range-area .vol-pub-inner-wrapper-journal{float:right;margin-left:0;width:57%}.journal-component .display-details-journal .page-number-range-area .vol-pub-inner-wrapper-journal .volume-area{float:left;width:47%}.journal-component .display-details-journal .page-number-range-area .vol-pub-inner-wrapper-journal .publication-area{float:right;width:47%}.journal-component .display-details-journal .page-number-range-area .vol-pub-inner-wrapper-journal .publication-area input[type=number]{float:left;width:100%}.journal-component .display-details-journal .page-number-range-area .vol-pub-inner-wrapper-journal .publication-area .inputfield-err-msg{margin-top:42px}.newspaper-component .display-details-newspaper .author-details-area-newspaper .left-area{float:left;width:47%}.newspaper-component .display-details-newspaper .author-details-area-newspaper .right-area{float:left;width:47%;margin-left:37px}.newspaper-component .display-details-newspaper .vol-pub-inner-wrapper-newspaper{width:70%;display:block}.newspaper-component .display-details-newspaper .vol-pub-inner-wrapper-newspaper .volume-area{float:left;width:40%}.newspaper-component .display-details-newspaper .vol-pub-inner-wrapper-newspaper .publication-area{display:inline-block;margin-left:35px;width:40%}.website-component .display-details-website .author-details-area-website{margin-bottom:30px}.website-component .display-details-website .author-details-area-website .left-area{float:left;width:47%}.website-component .display-details-website .author-details-area-website .right-area{float:left;width:47%;margin-left:37px}.website-component .display-details-website .date-area{width:30%}.image-component .display-details-image1 .source-dropdown-area{display:block;margin-bottom:20px;width:100%}.image-component .display-details-image1 .source-dropdown-area .left-text{float:left;width:55%}.image-component .display-details-image1 .source-dropdown-area .right-drop-down{display:inline-block;margin-left:30px;width:30%}.image-component .display-details-image1 .author-details-area-image .left-area{float:left;width:47%}.image-component .display-details-image1 .author-details-area-image .right-area{float:left;width:47%;margin-left:37px}.image-component .display-details-image1 .page-number-publication-area{height:80px}.image-component .display-details-image1 .page-number-publication-area .left-area{float:left;width:47%;margin-bottom:30px}.image-component .display-details-image1 .page-number-publication-area .right-area{float:left;width:47%;margin-left:37px}.image-component .display-details-image1 .page-number-range-area{margin-left:0}.image-component .display-details-image1 .page-number-range-area .left-number{float:left}.image-component .display-details-image1 .page-number-range-area .left-number input[type=number]{width:100px}.image-component .display-details-image1 .page-number-range-area .to{float:left;margin-top:10px;padding-left:10px;padding-right:10px}.image-component .display-details-image1 .page-number-range-area .right-number{float:left}.image-component .display-details-image1 .page-number-range-area .right-number input[type=number]{float:left;width:100px}.image-component .display-details-image1 .page-number-range-area .inputfield-err-msg{margin-top:42px}.other-component .display-details-other .author-details-area-other .left-area{float:left;width:47%}.other-component .display-details-other .author-details-area-other .right-area{float:left;width:47%;margin-left:37px}.other-component .display-details-other .publication-area{width:30%}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@-webkit-keyframes fadeInFromNone{0%{opacity:0}1%{opacity:0}100%{opacity:1}}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.upload-page{width:100%;margin-left:35px}.upload-page .delete-file{width:19px;height:19px;margin-right:7px;margin-top:7px;cursor:pointer;float:right;fill:currentColor;position:relative}.upload-page .delete-file svg{color:#6a7070}.upload-page .Input-Active{width:653px;height:36px;border-radius:2px;border:solid 1px #c7c7c7;background-color:#fff}.upload-page .Content-must-be-a-PD{width:716px;height:62px;font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#6a7070;margin-top:7px}.upload-page .Content-must-be-a-PD .text-style-1{color:#0084a8}.upload-page .section-heading{width:148px;height:22px;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2a2a2a;padding-top:0%;margin-top:10px}.upload-page .upload-keyword{width:719px;height:16px;font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;color:#6a7070;margin-left:20px;margin-top:-20px;margin-bottom:3px}.upload-page .basic-terms{color:#252525;font-size:14px;margin-top:-0.66%;line-height:1.5}.upload-page .Line-2-Copy{width:728px;height:1px;border:solid 1px #d8d8d8;margin-top:-5px}.upload-page .delete-icon{width:16px;height:18px;background-color:#6a7070}.upload-page .choose-a-file{margin-top:4.59%}.upload-page .choose-a-file .file-upload .file-name{float:left}.upload-page .choose-a-file .file-upload .pe-textInput--basic,.upload-page .choose-a-file .file-upload .search-box .react-autosuggest__input,.search-box .upload-page .choose-a-file .file-upload .react-autosuggest__input,.upload-page .choose-a-file .file-upload .search-box .react-autosuggest__input_error,.search-box .upload-page .choose-a-file .file-upload .react-autosuggest__input_error{display:inline}.upload-page .choose-a-file .file-upload input{width:616px;border:1px solid #fff !important;border-radius:2px;left:0;top:-3;position:relative;height:28px;padding-right:10%;z-index:2;outline:none;margin-top:5px;margin-left:1px}.upload-page .choose-a-file .file-upload .button-wrapper{position:relative;overflow:hidden;display:inline-block;float:left}.upload-page .choose-a-file .file-upload .button-wrapper .pdf-file{position:absolute;left:0;top:0;opacity:0}.upload-page .choose-a-file .file-upload .browse-btn{height:36px !important;border:1px solid #c7c7c7 !important;border-radius:2px !important;margin-top:-36px !important;color:#003761 !important;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-page .choose-a-file .file-upload .browse-btn:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.upload-page .choose-a-file .file-upload .browse-btn:hover{color:#047a9c !important}.upload-page .choose-a-file .file-upload .pe-btn{margin-left:653px}.upload-page .choose-a-file .progress{display:inline-flex}.upload-page .choose-a-file .progress .pe-btn{margin-left:17px;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-page .choose-a-file .progress .pe-btn:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.upload-page .choose-a-file .progress .upload-progress{height:34px;width:350px;border-radius:2px;border:1px solid #d6ebe8}.upload-page .choose-a-file .progress .upload-progress .progress-bar{width:0;height:34px;background-color:#d6ebe8}.upload-page .choose-a-file .hidden{display:none}.upload-page .pe-paragraph,.upload-page p{margin-top:2px}.upload-page .error{color:red;font-weight:bold}.upload-page .print-upload-help{color:#047a9c;cursor:pointer;text-decoration:underline}.upload-page-success{margin-bottom:30px;padding-top:3%}.upload-page-success .uploadedContent .content .leftSpace{margin-left:10px}.upload-page-success .uploadedContent .content .leftSpace .pe-btn{border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-page-success .uploadedContent .content .leftSpace .pe-btn:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.upload-page-success .uploadedContent svg{color:green;margin-top:3px}.upload-page-success .appearance,.upload-page-success .uploadedContent{margin-top:24px}.upload-page-success .formBody{margin-top:35px;width:85%}.upload-page-success .nameContainer{display:flex;margin-top:25px}.upload-page-success .nameContainer .firstNameContainer{flex:1}.upload-page-success .nameContainer .lastNameContainer{margin-left:30px;flex:1}.upload-page-success .rightsContainer{margin-top:50px}.upload-page-success .doneBtnContainer{clear:both;margin-top:30px;width:100px}.upload-page-success .doneBtnContainer .pe-btn{border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-page-success .doneBtnContainer .pe-btn:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.upload-page-success .doneBtnContainer .pe-btn[disabled]{background-color:#e9e9e9;border:unset;color:#c7c7c7;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-page-success .doneBtnContainer .pe-btn[disabled]:hover{border:unset}.upload-container{min-height:calc(100vh - 25vh) !important;margin-left:-10px !important;width:auto !important;padding-left:0 !important;padding-right:0 !important}.upload-container .upload-title .price{font-size:28px;font-weight:bold}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.leave-page-modal{padding:20px;margin-left:20px;margin-top:20px;margin-bottom:15px}.leave-page-modal .leave-page-modal-footer{padding-top:15px}.leave-page-modal .leave-page-modal-footer .btn-leave{width:85px;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.leave-page-modal .leave-page-modal-footer .btn-leave:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.leave-page-modal .leave-page-modal-footer .btn-stay{margin-left:15px;width:85px}.leave-page-modal .leave-page-modal-footer a{text-align:center}.leave-page-modal h2{margin-bottom:20px}.enrollment-modal{padding:20px;margin-left:20px;margin-top:20px;margin-bottom:15px}.enrollment-modal .enrollment-modal-footer{padding-top:15px}.enrollment-modal .enrollment-modal-footer .btn-continue{width:110px}.enrollment-modal .enrollment-modal-footer .btn-cancel{margin-left:15px;width:150px}.enrollment-modal .enrollment-modal-footer a{text-align:center}.enrollment-modal h2{margin-bottom:20px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.abstract-modal #addToCollectionBtn{padding:0 21px;margin-left:289px;margin-top:-3px;color:#fff;width:207px !important;height:40px !important;border-radius:38.5px !important;background-color:#003761;cursor:pointer;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center}.abstract-modal #addToCollectionBtn:hover{color:#e5e5e5}.abstract-modal #addToCollectionBtn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.abstract-modal #viewCaseBtn{padding:0 21px;margin-left:-5px;margin-top:-3px;margin-bottom:-37px;color:#fff;width:207px !important;height:40px !important;border-radius:38.5px !important;background-color:#003761;cursor:pointer;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center}.abstract-modal #viewCaseBtn:hover{color:#e5e5e5}.abstract-modal #viewCaseBtn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.abstract-modal svg{color:#6a7070 !important}.abstract-modal .disabled{opacity:.65;cursor:not-allowed;color:#c7c7c7 !important;background-color:#e9e9e9 !important;pointer-events:none}.abstract-modal .build-table-of-content-right-panel{height:100%;margin:10px 0px;width:90%;margin-bottom:10px;padding-bottom:20px;padding-left:30px;padding-right:20px}.abstract-modal .build-table-of-content-right-panel .noteWrapper{display:block}.abstract-modal .build-table-of-content-right-panel .amount{text-align:right}.abstract-modal .build-table-of-content-right-panel .body{padding-top:16px}.abstract-modal .build-table-of-content-right-panel .button-locate{margin-right:31px}.abstract-modal .build-table-of-content-right-panel .des{min-height:100px;width:520px}.abstract-modal .build-table-of-content-right-panel .heading-note{margin:0px;padding-bottom:10px;float:left}.abstract-modal .build-table-of-content-right-panel .price{display:inline-block;float:right;font-weight:900}.abstract-modal .build-table-of-content-right-panel .info{margin:0px;padding-bottom:24px;padding-left:40px}.abstract-modal .build-table-of-content-right-panel .names{margin:0px}.abstract-modal .build-table-of-content-right-panel .setting{margin:0px;padding-bottom:2px;padding-top:12px}.abstract-modal .build-table-of-content-right-panel .setting-name{margin:0px;padding-top:24px}.abstract-modal .build-table-of-content-right-panel .subject{padding-bottom:27px;margin:0px}.abstract-modal .build-table-of-content-right-panel .subject-co{margin:0px;padding-top:11px}.abstract-modal .build-table-of-content-right-panel .title{margin:0px;padding-bottom:16px}.abstract-modal .build-table-of-content-right-panel .closeIcon{display:inline-block;float:right}.abstract-modal .build-table-of-content-right-panel .abtract-modal-close-icon{width:30px;height:30px;margin-top:15px;margin-right:15px}.abstract-modal .build-table-of-content-right-panel .res-price{font-weight:bold}.abstract-modal .build-table-of-content-right-panel .author-wrapper{width:50%;display:flex}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.resource-player-modal .Rectangle{color:#fff;width:207px !important;height:40px !important;border-radius:38.5px !important;border:solid 1px #979797 !important;background-color:#003761 !important;cursor:pointer;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#fff;margin-left:-55px;margin-top:-10px;margin-bottom:10px}.resource-player-modal .Rectangle:hover{color:#e5e5e5}.resource-player-modal .Rectangle:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.resource-player-modal .Rectangle-disabled{width:207px !important;height:40px !important;border-radius:38.5px !important;border:solid 1px #e9e9e9 !important;opacity:.65;cursor:not-allowed;color:#c7c7c7;background-color:#e9e9e9 !important;pointer-events:none;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;margin-left:-50px;margin-top:-10px;margin-bottom:10px}.resource-player-modal .player-close-icon{display:inline-block;float:right;margin-right:20px;margin-top:20px;cursor:pointer}.resource-player-modal svg{color:#6a7070 !important}.resource-player-modal .disabled{opacity:.65;cursor:not-allowed;color:#c7c7c7;background-color:#e9e9e9;pointer-events:none}.resource-player-modal .build-table-of-content-right-panel{height:100%;margin:10px 0px;width:90%;margin-bottom:10px;padding-bottom:20px;padding-right:20px}.resource-player-modal .build-table-of-content-right-panel .close-icon{cursor:pointer}.resource-player-modal .build-table-of-content-right-panel .noteWrapper{display:block}.resource-player-modal .build-table-of-content-right-panel .amount{text-align:right}.resource-player-modal .build-table-of-content-right-panel .body{padding-top:16px}.resource-player-modal .build-table-of-content-right-panel .button-locate{margin-right:31px}.resource-player-modal .build-table-of-content-right-panel .Authors-Marilyn-S{width:552px;color:#6a7070;margin-left:-35px}.resource-player-modal .build-table-of-content-right-panel .Publisher-Pearson{width:552px;color:#6a7070;margin-left:-35px}.resource-player-modal .build-table-of-content-right-panel .des{width:552px;margin-left:-35px;color:#6a7070}.resource-player-modal .build-table-of-content-right-panel .heading-note{margin:0px;padding-bottom:10px;float:left;width:450px;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.26px;color:#464646;margin-left:-35px}.resource-player-modal .build-table-of-content-right-panel .price{display:inline-block;float:right;font-weight:900}.resource-player-modal .build-table-of-content-right-panel .info{margin:0px;padding-bottom:24px;padding-left:40px}.resource-player-modal .build-table-of-content-right-panel .names{margin:0px}.resource-player-modal .build-table-of-content-right-panel .setting{margin:0px;padding-bottom:2px;padding-top:12px;color:#6a7070}.resource-player-modal .build-table-of-content-right-panel .author{color:#6a7070}.resource-player-modal .build-table-of-content-right-panel .setting-name{margin:0px;padding-top:24px}.resource-player-modal .build-table-of-content-right-panel .subject{padding-bottom:27px;margin:0px}.resource-player-modal .build-table-of-content-right-panel .subject-co{margin:0px;padding-top:11px}.resource-player-modal .build-table-of-content-right-panel .title{width:103px;height:19px;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#2a2a2a;margin-top:-13px;padding-bottom:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:-35px}.resource-player-modal .build-table-of-content-right-panel .closeIcon{display:inline-block;float:right}.resource-player-modal .build-table-of-content-right-panel .abtract-modal-close-icon{width:30px;height:30px;margin-top:15px;margin-right:15px}.resource-player-modal .build-table-of-content-right-panel .res-price{width:78px;height:24px;font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.26px;text-align:right;color:#464646;margin-left:60px}.resource-player-modal .build-table-of-content-right-panel .author-wrapper{width:50%;display:flex}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.submit-close{width:17px;height:18px;font-size:26px;cursor:pointer;opacity:.65;float:right !important;margin-top:-10px}.submit-close svg{color:gray}.submit-modal-content{padding:40px;width:585px !important;height:330px !important;max-width:585px !important;max-height:330px !important;background-color:#fff;overflow-x:hidden;overflow-y:hidden}.submit-modal-content .next{width:168px;height:120px;object-fit:contain;margin-left:140px;margin-top:-30px}.submit-modal-content .book-stack{width:168px;height:120px;object-fit:contain;margin-left:170px;margin-top:-30px}.submit-modal-content .submit-sure{margin-top:50px;margin-left:190px}.submit-text-content{margin-top:15px;text-align:center;letter-spacing:.2px}.submit-printlab-content{margin-top:8px;letter-spacing:.2px;height:45px;font-size:14px}.submit-modal-footer{text-align:center;padding-top:33px}.submit-modal-footer .btn-cancel{width:100px !important;height:36px !important;border-radius:40px !important;border:solid 1px #080808 !important;color:#080808 !important;width:52px;height:20px;opacity:.65;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;border:1px solid #c7c7c7;color:#04719c;background-color:#fff;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.submit-modal-footer .btn-cancel:hover{border:1px solid #047a9c;background-color:#fff;color:#04719c}.submit-modal-footer .btn-cancel:hover{color:#000 !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05)}.submit-modal-footer .btn-cancel:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;background-color:#fff}.submit-modal-footer .btn-action{margin-left:15px;width:119px;height:36px;border-radius:40px;background:#003761;color:#fff;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;outline:none;color:#fff;border:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.submit-modal-footer .btn-action:hover{color:#e5e5e5 !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05);background-color:#003761}.submit-modal-footer .btn-action:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;background-color:#003761}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.searchBar{position:relative}.searchBar .inputboxDimension{width:648px;height:40px}.searchBar .inputboxDimension:focus{border:2px solid #047a9c;outline:0px}.searchBar .inputboxDimension ::-webkit-input-placeholder{color:#565656;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic}.searchBar .inputboxDimension ::-moz-placeholder{color:#565656;opacity:1;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic}.dropDown{box-shadow:0px 2px 10px #d0d0d0;width:648px;text-align:left;position:absolute;z-index:1000;background-color:#fff;margin-bottom:30px;overflow-y:auto;max-height:calc(100vh - 200px)}@-moz-document url-prefix(){.dropDown{scrollbar-width:thin}}.dropDown .listview{margin:0px;padding:0px;width:100%}.dropDown .listview>li{list-style-type:none;line-height:30px;padding-left:14px;box-sizing:border-box;font-size:15px}.dropDown .listview>li:hover{color:#000;background-color:#e8e8e8;cursor:pointer;width:100%}.dropDown .listview>li:focus{outline:none;color:#000;background-color:#e8e8e8;cursor:pointer;width:100%}.dropDown .listview>li .bookTileDiv{clear:both;height:80px}.dropDown .listview>li .imageSize{width:50px;height:65px;float:left;margin:6px 10px 0 0;border:1px solid #c7c7c7}.dropDown .listview>li .detailsDiv{padding:0px 0px 5px;float:left;width:536px;height:80px}.dropDown .listview>li .detailsDiv .spacing{margin:0px;padding:0px 0px 0px 3px;line-height:25px}.dropDown .highlightedTxt{color:#047a9c}.dropDown .horizonLine{margin:6px 14px;border:1px solid #d0d0d0}.helpIcon{display:inline-table;border:none;background:0 0;cursor:pointer;margin-left:25px;vertical-align:middle}.helpIcon a{color:#0d65a6;text-decoration:none}.helpIcon a:hover,.helpIcon a:active,.helpIcon a:focus{color:#0d65a6;text-decoration:none}.search-wrapper .inputboxDimension{margin-left:121px;float:none !important}.search-wrapper .dropDown{margin-left:21.6%;max-height:calc(100vh - 360px)}.search-result-col-2.with-facets .inputboxDimension{width:79.5%}.search-result-col-2.with-facets #ccbSearchContainer{width:750px}.search-result-col-2.with-facets .dropDown{width:76.8%}.ellipsisRow{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.dropDown .constantTxt b{color:#231f20;font-weight:normal}#advSearchBtn{position:absolute;background-color:#fff;border:none;border-left-style:none;border-top-left-radius:0;border-bottom-left-radius:0;outline:0;right:40px;top:8px;height:25px;width:30px;padding-bottom:2px}.searchBarDimension{display:inline-block}.helpIcon{color:#0d65a6;height:42px;width:25px}.searchIcon{width:18px;height:18px}.fixedWrapper{background-color:#fff;position:fixed;width:1240px;z-index:10;padding-bottom:9px;top:19%;padding-left:24px}.search-fixed .autoComplete-bar{padding-left:0px;width:940px}.search-fixed .searchBar .inputboxDimension{width:845px}.search-fixed .searchBar #advSearchBtn{position:absolute;background-color:#fff;border:none;border-left-style:none;border-top-left-radius:0;border-bottom-left-radius:0;outline:0;right:86px;top:8px;height:25px;width:30px;padding-bottom:2px}.search-fixed .dropDown{width:845px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.results-nav{height:28px;width:850px;border-bottom:1px solid #e9e9e9;margin-top:30px;padding-left:5px;margin-bottom:16px}.results-nav .categoryView{margin:0px}.results-nav .categoryView :first-child{margin-left:1.45% !important}.results-nav .categoryView .listDisplay{cursor:pointer;display:inline-block;font-family:"Open Sans";font-size:14px;line-height:19px;margin-left:40px;padding-top:5px}.results-nav .categoryView .disableLi{color:#6a7070}.results-nav .categoryView .active{height:3px;background-color:#19a6a4;margin-top:4px}.disablePointer{pointer-events:none}.LinesEllipsis-ellipsis{padding-left:.1em}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.facetWrapper{font-family:"Open Sans";margin:6px 0 20px 0;border:1px solid #e9e9e9;border-radius:2px;background-color:#fff;padding:14px 20px 0 20px}.facetWrapper .headerTxt{margin-top:20px}.facetWrapper .headerTxt ul{padding:0;margin-top:0;margin-bottom:0}.facetWrapper .filterTitle{width:57px;color:#252525;font-size:20px;line-height:27px}.facetWrapper .facetList{padding:0;margin-top:0}.facetWrapper .facetList .activeFacet{color:#252525}.facetWrapper .intended{padding-left:20px}.facetWrapper .facetHeader a{cursor:pointer;display:block;text-decoration:none}.facetWrapper .facetHeader li,.facetWrapper .facetList li{list-style-type:none;color:#047a9c;font-size:14px;cursor:pointer;margin-bottom:12px;word-wrap:break-word}.facetWrapper .selectedHeaderFacet{color:#252525;font-weight:600;line-height:19px}.facetWrapper .clearAll{float:right;cursor:pointer}.facetWrapper .clearAll a:hover,.facetWrapper .clearAll a:focus,.facetWrapper .showMoreLess:hover,.facetWrapper .showMoreLess:focus{text-decoration:underline}.facetWrapper .boldTxt{font-weight:bold}.facetWrapper .showMoreLess{margin-bottom:20px}.facetWrapper .showMoreLess a{cursor:pointer}.facetWrapper .facet-container{margin:0 0 40px}.facetContainer{padding-left:0px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.paginationComponent{width:845px}.pagination{float:right;margin:30px 0 20px 0;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.pagination li{list-style-type:none;display:inline-block;margin:0 9px}.pagination li a{cursor:pointer;font-size:14px;color:#6a7070;text-decoration:none;line-height:18px;padding:0 1px 2px}.pagination li a:hover{border-bottom:2px solid #6a7070}.pagination li a:focus{border-bottom:2px solid #6a7070}.pagination li.active a{cursor:default;color:#252525;border-bottom:2px solid #252525;font-weight:600}.pagination li.disabled{opacity:.35}.pagination li.disabled a{cursor:default}.pagination .pagination-icon{vertical-align:middle;border:1px solid #c7c7c7;border-radius:14px;padding:3px}.pagination .pagination-icon a:hover{border-bottom:none}.pagination .pagination-icon.prev-btn{margin:0 10px 0 0}.pagination .pagination-icon.next-btn{margin:0 0 0 10px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.pdpPage{padding-left:20px;margin-bottom:30px;padding-top:140px}.pdpPage .pdpContainer{width:846px}.pdpPage .pdpContainer .toc-list{margin-top:32px;margin-bottom:80px}.pdpPage .pdpContainer .toc-list .btn-style{font-family:"Open Sans";font-size:14px;font-weight:600;line-height:19px;margin-bottom:10px;outline:none;padding:9px 12px;height:36px;min-width:103px}.pdpPage .pdpContainer .toc-list .pdp-toc{margin:0px}.pdpPage .pdpContainer .toc-list .pdp-toc li{border-bottom:1px solid #e9e9e9;margin-bottom:0px;display:flex;font-size:16px}.pdpPage .pdpContainer .toc-list .pdp-toc li.selectedLi{background-color:#fafeff;box-shadow:0 -1px 0 0 #b8e0e6,0 1px 0 0 #b8e0e6;border-bottom:1px solid transparent}.pdpPage .pdpContainer .toc-list .pdp-toc li .total-price-flex{display:flex}.pdpPage .pdpContainer .toc-list .pdp-toc li .all-chapter-text{font-weight:600;padding:8px 0px 8px 25px}.pdpPage .pdpContainer .toc-list .pdp-toc li .totalPriceDiv{font-size:16px;position:relative;left:601px;top:10px;min-width:150px}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper{height:20px;padding:8px 13px 0;display:inline-block;margin-left:-12px}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .pe-checkbox input[type=checkbox]{z-index:999;width:20px;height:20px;border-radius:4px}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .pe-checkbox input[type=checkbox]~span{width:20px;height:20px;border-radius:4px;background-color:#fff;border:solid 2px #c7c7c7}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .pe-checkbox input[type=checkbox]:focus~span{border:solid 2px #c7c7c7}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .pe-checkbox input[type=checkbox]:checked~span{border:2px solid #12b2a6}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .pe-checkbox input[type=checkbox]:checked~span svg{background-color:#12b2a6;fill:#fff}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .pe-checkbox input[type=checkbox]:disabled~span{border:2px solid #c7c7c7}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .pe-checkbox input[type=checkbox]:disabled~span svg{background-color:#e9e9e9;fill:#6a7070}.pdpPage .pdpContainer .toc-list .pdp-toc li .checkbox-wrapper .checkBoxDiv{display:inline-block}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper{padding:8px 0px 8px 0px;display:flex}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper span{color:#047a9c;font-family:"Open Sans";font-size:16px}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .chapters{width:598px;margin-left:25px;display:flex;padding:0px;line-height:20px}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .chapters .resourceSeq{min-width:50px}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .chapters .tocTitle{display:inherit;min-width:548px}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .chapters .tocTitle span:hover{text-decoration:none;border-bottom:1px solid #047a9c}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .chapters .tocTitle .tocTitle-link{display:inherit;cursor:pointer}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .chapters .tocTitle .tocPrefix{min-width:45px;max-width:70px;margin-right:2px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:15px}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .inCollectionsLabel{min-width:136px;padding-right:15px}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .inCollectionsLabel .collectionsLabel{color:#565656;font-family:"Helvetica Neue";font-size:14px;line-height:16px;min-width:98px;width:98px;border-radius:3px;background-color:#e6e6e6;padding:3px 10px 3px 13px}.pdpPage .pdpContainer .toc-list .pdp-toc li .content-wrapper .pricingDiv{display:inline-block;text-align:right;min-width:60px;padding-right:0px;padding-left:0;margin-right:12px;position:relative;left:11px}.pdpPage .pdpContainer .toc-list .pdp-toc li .horizontalLine{clear:both;margin:0px;border-top:#e9e9e9}.trimSizeDisabling span{color:#6a7070 !important}.collection-price{position:fixed;right:10%;z-index:10}.collection-price .priceAddition{margin-top:20px}.collection-price .priceAddition p{color:#252525;font-size:28px;font-weight:bold;line-height:36px;margin-bottom:0}.collection-price .priceAddition .selectedPrice{font-size:14px;text-align:right}.pdpBookDescription{white-space:pre-line}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.pdpContainer .backToResults{z-index:11;position:fixed;background-color:#fff;top:222px;min-height:25px;min-width:845px}.pdpContainer .backToResults a{cursor:pointer;color:#047a9c}.pdpContainer .backToResults a:hover{text-decoration:underline}.pdpContainer .pdpListView{clear:both}.pdpContainer .pdpListView .imageDiv{display:table-cell;vertical-align:top;padding-top:7px}.pdpContainer .pdpListView .imageDiv .ccb-tileImg-container{display:table-cell}.pdpContainer .pdpListView .imageDiv .ccb-tileImg-container .ccb-img-tile{width:70px;height:89px;border:1px solid #c7c7c7}.pdpContainer .pdpListView .detailsDiv{display:table-cell;vertical-align:top;padding-left:25px}.pdpContainer .pdpListView .listview-title{color:#047a9c;font-family:"Open Sans";font-size:20px;word-wrap:break-word;line-height:27px}.pdpContainer .pdpListView .listview-author{padding-top:8px;color:#252525;word-wrap:break-word;font-family:"Open Sans";font-size:14px;line-height:20px}.pdpContainer .pdpListView .listView-isbn{color:#252525;padding-top:2px;font-family:"Open Sans";font-size:14px;line-height:20px}.pdpContainer .pdpListView .listview-description{color:#252525;line-height:20px;font-family:"Open Sans";font-size:14px}.pdpContainer .pdpListView .inlinePrice{float:none}.noTruncation{width:750px;word-break:break-word;text-align:justify}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.ccb-result-tile{max-width:840px;position:relative;padding-top:18px;border-bottom:1px solid #e9e9e9}.ccb-result-tile .ccb-row{display:table-row}.ccb-result-tile .ccb-row .imagetile{display:table-cell}.ccb-result-tile .ccb-row .checkbox{display:table-cell;vertical-align:top}.ccb-result-tile .ccb-row .checkbox .pe-checkbox{top:33px}.ccb-result-tile .ccb-row .checkbox .pe-checkbox input[type=checkbox]{z-index:1;width:18px;height:18px}.ccb-result-tile .ccb-row .checkbox .pe-checkbox input[type=checkbox]:focus~span{border:1px solid #c7c7c7}.ccb-result-tile .ccb-row .checkbox .pe-checkbox input[type=checkbox]:checked~span{border:1px solid #12b2a6}.ccb-result-tile .ccb-row .checkbox .pe-checkbox input[type=checkbox]:checked~span svg{background-color:#12b2a6;fill:#fff}.ccb-result-tile .ccb-row .checkbox .pe-checkbox input[type=checkbox]:disabled~span{border:1px solid #c7c7c7}.ccb-result-tile .ccb-row .checkbox .pe-checkbox input[type=checkbox]:disabled~span svg{background-color:#e9e9e9;fill:#6a7070}.ccb-result-tile .ccb-row .ccb-tileImg-container{display:table-cell;padding:5px 0 10px 10px}.ccb-result-tile .ccb-row .ccb-tileImg-container img{margin-left:18px}.ccb-result-tile .ccb-row .ccb-img-tile{width:72px;height:93px;border:1px solid #c7c7c7}.ccb-result-tile .ccb-row .ccb-text-tile{padding-left:10px;vertical-align:top;display:table-cell;position:relative;width:720px}.ccb-result-tile .ccb-row .ccb-text-tile .listview-description{width:620px;word-break:break-word}.ccb-result-tile .ccb-row .ccb-text-tile .listview-title{padding-bottom:10px;width:100%}.ccb-result-tile .ccb-row .ccb-text-tile .listview-author{padding-bottom:10px;width:620px}.ccb-result-tile .ccb-row .ccb-text-tile .listview-catergoryType{padding-bottom:10px}.ccb-result-tile .ccb-row .ccb-text-tile .listview-catergoryType .listview-collectionLink{display:inline}.ccb-result-tile .ccb-row .ccb-text-tile .listview-catergoryType .listview-collectionLink a{cursor:pointer}.ccb-result-tile .ccb-row .ccb-text-tile .listview-catergoryType .listview-collectionLink a:hover{text-decoration:underline}.ccb-result-tile .ccb-row .ccb-text-tile .listview-catergoryType svg{color:gray}.ccb-result-tile .ccb-row .ccb-text-tile .listview-catergoryType .displayCategory{padding-left:8px;line-height:18px}.Description-with-padding{padding-bottom:10px}.titleLink{text-decoration:none;cursor:pointer;word-break:none}.listResultsDiv{margin:0px 15px 0px 18px}.listResultsDiv .selectedResource{background-color:#fafeff;box-shadow:0 -1px 0 0 #b8e0e6,0 1px 0 0 #b8e0e6;border-bottom:1px solid transparent}.listResultSet{padding:1px 0 1px 0}.inlinePrice{float:left}.listView-price{float:right;padding-bottom:10px}.trimSizeDisabling .titleLink,.trimSizeDisabling .listview-author,.trimSizeDisabling .listview-description,.trimSizeDisabling .listView-price,.trimSizeDisabling .listView-isbn,.trimSizeDisabling .listView-publisher,.trimSizeDisabling .displayCategory,.trimSizeDisabling .listview-collectionLink a{color:#6a7070}.trimSizeDisabling svg{fill:#6a7070}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.gridResultSet .LinesEllipsis{word-wrap:break-word}.gridResultSet{width:100%;margin-bottom:40px}.clearfix{clear:both}.grid-item{width:280px;height:289px;float:left;border-right:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;line-height:20px}.grid-item:nth-child(3n-2){border-left:1px solid #c7c7c7}.grid-item:nth-child(1),.grid-item:nth-child(2),.grid-item:nth-child(3){border-top:1px solid #c7c7c7}.grid-item .result-item,.grid-item .ccb-tileImg-container,.grid-item .gridview-title{padding:4px 10px 0 10px}.grid-item .result-item .checkbox,.grid-item .ccb-tileImg-container .checkbox,.grid-item .gridview-title .checkbox{margin-top:39px}.grid-item .result-item .checkbox .pe-checkbox input[type=checkbox],.grid-item .ccb-tileImg-container .checkbox .pe-checkbox input[type=checkbox],.grid-item .gridview-title .checkbox .pe-checkbox input[type=checkbox]{z-index:1;width:18px;height:18px}.grid-item .result-item .checkbox .pe-checkbox input[type=checkbox]:focus~span,.grid-item .ccb-tileImg-container .checkbox .pe-checkbox input[type=checkbox]:focus~span,.grid-item .gridview-title .checkbox .pe-checkbox input[type=checkbox]:focus~span{border:1px solid #c7c7c7}.grid-item .result-item .checkbox .pe-checkbox input[type=checkbox]:checked~span,.grid-item .ccb-tileImg-container .checkbox .pe-checkbox input[type=checkbox]:checked~span,.grid-item .gridview-title .checkbox .pe-checkbox input[type=checkbox]:checked~span{border:1px solid #12b2a6}.grid-item .result-item .checkbox .pe-checkbox input[type=checkbox]:checked~span svg,.grid-item .ccb-tileImg-container .checkbox .pe-checkbox input[type=checkbox]:checked~span svg,.grid-item .gridview-title .checkbox .pe-checkbox input[type=checkbox]:checked~span svg{background-color:#12b2a6;fill:#fff}.grid-item .result-item .checkbox .pe-checkbox input[type=checkbox]:disabled~span,.grid-item .ccb-tileImg-container .checkbox .pe-checkbox input[type=checkbox]:disabled~span,.grid-item .gridview-title .checkbox .pe-checkbox input[type=checkbox]:disabled~span{border:1px solid #c7c7c7}.grid-item .result-item .checkbox .pe-checkbox input[type=checkbox]:disabled~span svg,.grid-item .ccb-tileImg-container .checkbox .pe-checkbox input[type=checkbox]:disabled~span svg,.grid-item .gridview-title .checkbox .pe-checkbox input[type=checkbox]:disabled~span svg{background-color:#e9e9e9;fill:#6a7070}.grid-item .result-item .checkbox .pe-checkbox span,.grid-item .ccb-tileImg-container .checkbox .pe-checkbox span,.grid-item .gridview-title .checkbox .pe-checkbox span{width:18px;height:18px}.grid-item .result-item .gridview-description,.grid-item .ccb-tileImg-container .gridview-description,.grid-item .gridview-title .gridview-description{margin-top:6px}.grid-item .result-item .gridview-description,.grid-item .result-item .gridview-author,.grid-item .ccb-tileImg-container .gridview-description,.grid-item .ccb-tileImg-container .gridview-author,.grid-item .gridview-title .gridview-description,.grid-item .gridview-title .gridview-author{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.grid-item .result-item .displayCategory,.grid-item .ccb-tileImg-container .displayCategory,.grid-item .gridview-title .displayCategory{padding-left:8px}.grid-item .result-item .ccb-img-tile,.grid-item .ccb-tileImg-container .ccb-img-tile,.grid-item .gridview-title .ccb-img-tile{box-sizing:border-box;border:1px solid #c7c7c7;height:93px;width:72px}.grid-item .result-item .gridview-collectionLink,.grid-item .ccb-tileImg-container .gridview-collectionLink,.grid-item .gridview-title .gridview-collectionLink{display:inline}.grid-item .result-item .gridview-collectionLink a,.grid-item .ccb-tileImg-container .gridview-collectionLink a,.grid-item .gridview-title .gridview-collectionLink a{cursor:pointer}.grid-item .result-item .gridview-collectionLink a:hover,.grid-item .ccb-tileImg-container .gridview-collectionLink a:hover,.grid-item .gridview-title .gridview-collectionLink a:hover{text-decoration:underline}.grid-item .gridview-categoryType svg{color:gray}.grid-item .ccb-tileImg-container{padding-left:6px}.grid-item .gridview-author{margin-top:2px}.grid-item .spacingGridView{padding-bottom:9px}.selectedItem{background-color:#fafeff;box-shadow:0 0 0 0 #b8e0e6,0 0 0 0 #b8e0e6}.gridTrimSizeDisable .titleLink,.gridTrimSizeDisable .gridview-description,.gridTrimSizeDisable .gridview-author,.gridTrimSizeDisable .gridview-priceText,.gridTrimSizeDisable .gridview-publisher,.gridTrimSizeDisable .gridview-isbnText,.gridTrimSizeDisable .displayCategory,.gridTrimSizeDisable .gridview-collectionLink a{color:#6a7070}.gridTrimSizeDisable svg{fill:#6a7070}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */:root{--min-height: calc(100vh - 35vh)}.search-page .view-toggle-wrapper .list-main>li{cursor:pointer}.search-page .search-container{min-height:var(--min-height);margin:30px 0 0 0}.search-page .search-container #addToCollectionBtn{padding:0 21px;margin-left:-35px;margin-top:-3px;color:#fff;width:207px !important;height:40px !important;border-radius:38.5px !important;background-color:#003761;cursor:pointer;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center}.search-page .search-container #addToCollectionBtn:hover{color:#e5e5e5}.search-page .search-container #addToCollectionBtn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.search-page .search-container .disabled{opacity:.65;cursor:not-allowed;color:#c7c7c7;background-color:#e9e9e9 !important}.search-page .search-container .search-bar{padding-left:20px}.search-page .search-container .collectionBtn{margin:7px 0 0 -18px;padding-left:30px}.search-page .search-container .categorybar{padding-left:40px}.search-page .search-container .resultInfo{padding-left:40px;width:108%}.search-page .search-container .resultContainerData{padding:30px 0 0 40px}.search-page .search-container .resultContainerData .resultContainer{width:845px}.search-page .search-container .listResultSet{width:845px;max-height:734px;overflow-y:scroll;margin-bottom:20px}@-moz-document url-prefix(){.search-page .search-container .listResultSet{scrollbar-width:thin}}.search-page .search-container .paginationContainer{padding-left:50px}.search-page .header-fixed{position:fixed;width:1127px;padding-top:25px;background-color:#fff;z-index:6;top:70px;min-height:146px}.search-page .search-fixed{position:fixed;top:164px;background-color:#fff;z-index:7}.search-page .selected .left-icon svg{fill:#6a7070}.search-page .left-icon svg{fill:#c7c7c7}.fixedWrapper .resultInfo{margin:0px}.no-scroll{overflow-y:visible !important}.home-link-icon{width:2%}.header-search{width:400px;word-break:break-all;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wrapperAlignment{padding:0px;margin:0px 0px 0px 100px}.loading-mask.active{position:fixed;z-index:10002;top:0;left:0;height:1200px;width:100%;background:#fff}.loading-mask.active .pe-loadingIndicator-chip{top:44vh !important;position:absolute;left:43vw}.loading-mask.inactive{display:none}.pricingAlignment{float:right;font-size:28px;font-weight:bold}.selectedPrice{height:20px;color:#252525;font-family:"Open Sans";font-size:14px;line-height:20px;float:right}@-moz-document url-prefix(){.selectedPrice{margin-right:-268px}}.errorContainer{width:650px}.errorContainer h5{font-size:20px;line-height:27px;word-break:break-all}.search-suggestion{font-size:14px;font-weight:600;line-height:19px;margin-bottom:18px}.generic-error{margin:47px 0 0 10px}.generic-error h5{margin-bottom:10px}.generic-error p{line-height:25px}.no-result-error{margin:150px 0 0 60px;width:590px}.no-result-error h5{margin-bottom:20px}.no-result-error ul{padding-left:28px}.no-result-error ul li{padding-left:8px;line-height:25px}.no-result-error ul li a{text-decoration:none;cursor:pointer}.min-char-err{margin:150px 0 0 60px}.min-char-err h5{margin-bottom:20px}.min-char-err ul{padding-left:18px}.min-char-err ul a{text-decoration:none;cursor:pointer}#content-area{padding-left:20px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.resultInfo .resultCount{padding:10px 20px 0 0}.resultInfo .sortAlign{float:right}svg{color:#252525}.sort svg{width:20px;height:14px;margin-top:3px}.sort button{text-decoration:none;color:#252525}.pageInfo{margin-top:0px;display:inline}.chevron svg{width:20px;height:14px;margin-top:2px;margin-left:5px}.viewAlign{padding-left:55px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.dropbtn{background-color:#fff;border:none;cursor:pointer;outline:none}.viewDropDown{display:inline-block}.dropdown-content{position:absolute;background-color:#f9f9f9;z-index:1;width:60px;height:60px;line-height:30px;cursor:pointer;border:1px solid #d0d0d0;box-shadow:0px 2px 10px #d0d0d0;top:-59%}.dropdown-content button:hover{background-color:#e9e9e9}.sortdropdown-content{position:absolute;background-color:#fff;z-index:2;top:18px;border:1px solid #c7c7c7;border-radius:2px}.sortdropdown-content li{height:18px;line-height:18px;margin-bottom:4px;color:#252525;font-weight:400;font-size:14px;font-family:"Open Sans",Calibri,Tahoma,sans-serif;cursor:pointer}.sortdropdown-content li:hover{background-color:#e9e9e9}.sort svg{width:18px;height:18px;margin-top:0px;margin-left:2px;fill:#737979}.sort{position:relative}.sort span{display:inline-block;cursor:pointer;padding-left:10px;color:#252525;font-weight:400}.sort span .sortDropdownIcon{padding-left:5px}.sort .sortValueContainer{padding-top:11px;padding-bottom:9px}.sort .sortDesc{padding-left:6px}.sort .dropdownDiv{display:inline-block;width:220px}.sort .dropdownDiv .spacing{min-width:130px;border:none;outline:none;margin:0px;height:auto}.sort .dropdownDiv .spacing .sortOptions{padding:1px 16px 19px 11px}.viewdropdown{margin-top:0px}.viewdropdown>span{padding:9px 10px 0 0;display:inline-block}.iconBtn{outline:none;width:100%;height:30px;float:left}li.selected>svg{visibility:visible}li>svg{visibility:hidden}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.ReactModal__Content.ReactModal__Content--after-open{border:1px solid #252525 !important;border-radius:8px !important;box-shadow:0 5px 22px 4px rgba(0,0,0,.03),0 7px 8px -4px rgba(0,0,0,.05);overflow:hidden !important}.trimSize-restriction-container .restrictionBtn{margin-top:40px}.trimSize-restriction-container .error-title{margin-bottom:40px}.mixing-restriction-container,.trimSize-restriction-container,.forced-inclusion-modal{color:#252525;font-family:"Open Sans";margin:40px;width:515px;min-height:280px}.mixing-restriction-container .spacer,.trimSize-restriction-container .spacer,.forced-inclusion-modal .spacer{margin:16px 0 20px 0;box-sizing:border-box;height:2px;width:520px}.mixing-restriction-container .restrictionModalText,.trimSize-restriction-container .restrictionModalText,.forced-inclusion-modal .restrictionModalText{width:512.9px;font-size:14px;line-height:24px}.mixing-restriction-container .error-title,.trimSize-restriction-container .error-title,.forced-inclusion-modal .error-title{font-size:22px;font-weight:300;line-height:30px}.mixing-restriction-container .toggleLink,.trimSize-restriction-container .toggleLink,.forced-inclusion-modal .toggleLink{display:block;cursor:pointer;color:#047a9c;max-height:15px}.mixing-restriction-container .toggleLink:hover,.trimSize-restriction-container .toggleLink:hover,.forced-inclusion-modal .toggleLink:hover{text-decoration:underline}.mixing-restriction-container .toggleLink svg,.trimSize-restriction-container .toggleLink svg,.forced-inclusion-modal .toggleLink svg{fill:#047a9c}.mixing-restriction-container .forcedResourceDetails .resource-details,.trimSize-restriction-container .forcedResourceDetails .resource-details,.forced-inclusion-modal .forcedResourceDetails .resource-details{display:table}.mixing-restriction-container .forcedResourceDetails .resource-details .resourceName,.trimSize-restriction-container .forcedResourceDetails .resource-details .resourceName,.forced-inclusion-modal .forcedResourceDetails .resource-details .resourceName{display:table-cell}.mixing-restriction-container .forcedResourceDetails .resource-details .resourcePrice,.trimSize-restriction-container .forcedResourceDetails .resource-details .resourcePrice,.forced-inclusion-modal .forcedResourceDetails .resource-details .resourcePrice{display:table-cell;padding-left:22px}.mixing-restriction-container .ommitedContent,.mixing-restriction-container .forcedResourceDetails,.trimSize-restriction-container .ommitedContent,.trimSize-restriction-container .forcedResourceDetails,.forced-inclusion-modal .ommitedContent,.forced-inclusion-modal .forcedResourceDetails{line-height:24px;max-height:135px;overflow-y:scroll}@-moz-document url-prefix(){.mixing-restriction-container .ommitedContent,.mixing-restriction-container .forcedResourceDetails,.trimSize-restriction-container .ommitedContent,.trimSize-restriction-container .forcedResourceDetails,.forced-inclusion-modal .ommitedContent,.forced-inclusion-modal .forcedResourceDetails{scrollbar-width:thin}}.mixing-restriction-container .ommitedContent .innerContent,.mixing-restriction-container .forcedResourceDetails .innerContent,.trimSize-restriction-container .ommitedContent .innerContent,.trimSize-restriction-container .forcedResourceDetails .innerContent,.forced-inclusion-modal .ommitedContent .innerContent,.forced-inclusion-modal .forcedResourceDetails .innerContent{margin:16px 16px 16px 20px}.mixing-restriction-container .ommitedContent .resourceContent,.mixing-restriction-container .forcedResourceDetails .resourceContent,.trimSize-restriction-container .ommitedContent .resourceContent,.trimSize-restriction-container .forcedResourceDetails .resourceContent,.forced-inclusion-modal .ommitedContent .resourceContent,.forced-inclusion-modal .forcedResourceDetails .resourceContent{margin-bottom:20px}.mixing-restriction-container .ommitedContent .resourceName,.mixing-restriction-container .forcedResourceDetails .resourceName,.trimSize-restriction-container .ommitedContent .resourceName,.trimSize-restriction-container .forcedResourceDetails .resourceName,.forced-inclusion-modal .ommitedContent .resourceName,.forced-inclusion-modal .forcedResourceDetails .resourceName{font-size:14px;font-weight:600;width:458px;display:block}.mixing-restriction-container .ommitedContent .bookName,.mixing-restriction-container .forcedResourceDetails .bookName,.trimSize-restriction-container .ommitedContent .bookName,.trimSize-restriction-container .forcedResourceDetails .bookName,.forced-inclusion-modal .ommitedContent .bookName,.forced-inclusion-modal .forcedResourceDetails .bookName{font-weight:400;font-style:italic}.mixing-restriction-container .ommitedContent span,.trimSize-restriction-container .ommitedContent span,.forced-inclusion-modal .ommitedContent span{display:block}.mixing-restriction-container .contentBorder,.trimSize-restriction-container .contentBorder,.forced-inclusion-modal .contentBorder{border:1px solid #e9e9e9;margin-top:18px}.mixing-restriction-container .restrictionBtn,.trimSize-restriction-container .restrictionBtn,.forced-inclusion-modal .restrictionBtn{margin-top:30px;height:36px;width:82px;border-radius:20px;background-color:#003761;color:#fff;font-size:16px;font-weight:600}.mixing-restriction-container .restrictionBtn:hover,.trimSize-restriction-container .restrictionBtn:hover,.forced-inclusion-modal .restrictionBtn:hover{color:#e5e5e5;background-color:#003761 !important}.mixing-restriction-container .restrictionBtn:focus,.trimSize-restriction-container .restrictionBtn:focus,.forced-inclusion-modal .restrictionBtn:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;background-color:#003761 !important}.without-scroll{overflow-y:visible !important}.harvard-ivey-restrictions-modal{color:#252525;font-family:"Open Sans";padding:40px 40px 30px 40px;font-size:14px;width:520px}.harvard-ivey-restrictions-modal .resource-info{padding-bottom:.3em}.harvard-ivey-restrictions-modal h2{font-size:24px;font-weight:300;line-height:36px;margin-bottom:30px}.harvard-ivey-restrictions-modal .resourceDetails{line-height:19px;margin-bottom:19px}.harvard-ivey-restrictions-modal .resourceDetails .title{display:inline-block;width:458px;word-break:break-word}.harvard-ivey-restrictions-modal .resourceDetails .price{display:inline-block}.harvard-ivey-restrictions-modal .resourceDetails .bookName{font-weight:400;font-style:italic;word-break:break-word}.harvard-ivey-restrictions-modal .showScroll{max-height:150px;overflow-y:scroll}@-moz-document url-prefix(){.harvard-ivey-restrictions-modal .showScroll{scrollbar-width:thin}}.harvard-ivey-restrictions-modal .errorMsg p{line-height:20px;margin-bottom:27px}.harvard-ivey-restrictions-modal .buttons div,.forced-inclusion-modal .buttons div{display:inline}.harvard-ivey-restrictions-modal .buttons div button,.forced-inclusion-modal .buttons div button{outline:none;height:36px;padding:0px;font-size:16px;border-radius:20px;line-height:22px}.harvard-ivey-restrictions-modal .cancel-btn,.forced-inclusion-modal .cancel-btn{padding-right:30px}.harvard-ivey-restrictions-modal .cancel-btn .cancel,.forced-inclusion-modal .cancel-btn .cancel{width:90px;border:1px solid #c7c7c7;background-color:#fff;color:#6a7070;font-weight:normal}.harvard-ivey-restrictions-modal .cancel-btn .cancel:focus,.forced-inclusion-modal .cancel-btn .cancel:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4}.harvard-ivey-restrictions-modal .addButton,.forced-inclusion-modal .addButton{width:238px;background-color:#003761;color:#fff;font-weight:600}.harvard-ivey-restrictions-modal .addButton:hover,.forced-inclusion-modal .addButton:hover{color:#e5e5e5;background-color:#003761 !important}.harvard-ivey-restrictions-modal .addButton:focus,.forced-inclusion-modal .addButton:focus{outline:0;box-shadow:0 0 1pt 1pt #368de4;background-color:#003761 !important}.forced-inclusion-modal{color:#252525;font-family:"Open Sans"}.forced-inclusion-modal h2{font-size:22px;font-weight:300;line-height:30px;margin-bottom:40px}.forced-inclusion-modal .resource-info{padding-bottom:20px}.forced-inclusion-modal .resource-info .chapterDetails{padding-bottom:10px;display:flex !important}.forced-inclusion-modal .resource-info .chapterDetails .title{width:458px;word-break:break-word}.forced-inclusion-modal .resource-info .chapterDetails .price{padding-left:22px}.forced-inclusion-modal p{margin-bottom:22px}.forced-inclusion-modal .contentBorder{margin-bottom:40px}.forced-inclusion-modal .contentBorder .resource-details{display:flex !important}.forced-inclusion-modal .contentBorder .resource-details .resourcePrice{padding-left:155px}.forced-inclusion-modal .no-border{border:none}.forced-inclusion-modal .no-border-content{margin:0px}.forced-inclusion-modal .addButton{width:196px}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */.pe-alert{position:relative;margin-top:20px;list-style:none;background-color:#fff;padding:12px 12px 28px 28px}.pe-alert:first-child{margin-top:-35px}.alertList{position:fixed;padding-left:32px;width:580px;left:40px;top:30px;z-index:1001}.alertList button{cursor:pointer;border:none}.alertList button::focus{border:none}.alertList button svg{color:#252525}.alertList .alert-content-container svg{color:#db0020}.alert-content-{margin-left:12px;padding:4px 12px 0 0}.alert-content-info{margin:0;padding:4px 12px 0 0}@media(max-width: 767px){.alertList{width:440px;padding:0 25px}.pe-alert{padding:8px 8px 24px 28px}.pe-alert:first-child{margin-top:36px}.alert-content-,.alert-content-info{padding-right:8px}}@media(max-width: 490px){.alertList{width:auto}}li[id^=alert-Success],li[id^=alert-Information],li[id^=alert-Error]{border-bottom:1px solid #c7c7c7;border-top:1px solid #c7c7c7;border-right:1px solid #c7c7c7;box-shadow:0 1px 1px 0 rgba(0,0,0,.16)}li[id^=alert-Error]{border-left:3px solid #db0020;width:500px;margin-bottom:-153px;z-index:9999;margin-left:-150px}li[id^=alert-Success],li[id^=alert-Information]{border-left:3px solid #19a5a3}svg{height:0;width:0}.error-svg{color:#db0020;display:inline;margin-top:9px}.success-svg{color:#19a5a3;display:inline;margin-top:5px}.alert-content-container{display:flex}.alert-title{margin-right:4px;display:inline}.alert-text{margin-bottom:0;display:inline}.close-title{float:right;cursor:pointer}.transition-enter{transform:translate(0, -350px);transform:translate3d(0, -350px, 0)}.transition-enter.transition-enter-active{transform:translate(0, 0);transform:translate3d(0, 0, 0);transition-property:transform;transition-duration:300ms;transition-timing-function:cubic-bezier(0.175, 0.665, 0.32, 1),ease-in-out}.transition-leave{transform:translate(0, 0, 0);transform:translate3d(0, 0, 0);transition-property:transform;transition-duration:200ms;transition-timing-function:cubic-bezier(0.175, 0.665, 0.32, 1),ease-in}.transition-leave.transition-leave-active{transform:translate(-600px, 0);transform:translate3d(-600px, 0, 0)}/*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 *//*!
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 * Copyright © 2017 Pearson Education, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Pearson Education, Inc. The intellectual and technical concepts contained
 * herein are proprietary to Pearson Education, Inc. and may be covered by U.S.
 * and Foreign Patents, patent applications, and are protected by trade secret
 * or copyright law. Dissemination of this information, reproduction of this
 * material, and copying or distribution of this software is strictly forbidden
 * unless prior written permission is obtained from Pearson Education, Inc.
 */@media(min-width: 1024px)and (max-width: 1800px){.login-left-column{width:10vw !important;margin:100px -118px !important}.left-inner-wrapper{width:25vw !important}.login-right-column{float:right !important;width:75% !important;margin:0 -220px}.login-box{max-width:455px}.below-row{width:375px !important}}@media(max-width: 1023px){.login-left-column{display:none !important}.login-right-column{width:100% !important;margin:0 auto}.login-box{margin:0 auto !important;max-width:455px}.below-row{width:375px !important}}.login-main-wrapper{background-color:#01395c;background-image:url("/assets/images/blue-gradient.jpg");background-size:cover;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow-y:scroll;overflow-x:hidden}@-moz-document url-prefix(){.login-main-wrapper{scrollbar-width:thin}}.login-main-wrapper .login-inner-wrapper{width:80%;padding:50px;margin:0 auto}.login-main-wrapper .login-inner-wrapper .login-left-column{float:left;width:44vw;margin:100px 0}.login-main-wrapper .login-inner-wrapper .login-left-column .left-inner-wrapper{width:56%}.login-main-wrapper .login-inner-wrapper .login-left-column .left-inner-wrapper .top-row{margin-bottom:24px}.login-main-wrapper .login-inner-wrapper .login-left-column .left-inner-wrapper .below-row{margin-left:34px;width:375px}.login-main-wrapper .login-inner-wrapper .login-left-column .brand-logo img{width:260px}.login-main-wrapper .login-inner-wrapper .login-right-column{float:left;width:39%}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box{background-color:#fff;min-height:450px;margin:50px 50px 25px 50px;border-radius:3px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .help-icon{float:right;margin:20px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .help-icon svg{color:#047a9c}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .login-box-inner-wrapper{padding:50px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .login-box-inner-wrapper form h1{margin-bottom:30px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .login-box-inner-wrapper form .first-name{padding-top:30px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .login-box-inner-wrapper form .last-name button{cursor:pointer;outline:none}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .login-box-inner-wrapper form .forget-password{padding-bottom:35px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .login-box-inner-wrapper form .submit-btn{width:100%}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .login-box-inner-wrapper .top-error-message{display:none}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .student-login-wrapper{background-color:#f5f5f5;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.05);border-radius:2px;padding:30px 50px;height:162px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .student-login-wrapper .h2-font{font-size:1.28571rem;line-height:1.57143rem;font-weight:400;color:#252525;margin:0 0 30px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .student-login-wrapper .student-button{color:#fff;background-color:#047a9c;border-radius:2px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;height:44px;font-size:18px;line-height:44px;padding:0 20px}.login-main-wrapper .login-inner-wrapper .login-right-column .login-box .student-login-wrapper .submit-btn{width:100%;margin-bottom:40px;background-color:#047a9c}.login-main-wrapper h4{color:#fff}
