:root {
  --aka-primary-color: #cbd9e9;
  --aka-primary-color-darken: #a7bfda;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #445560;
  --aka-secondary-opposite-color: #d7d7d7;
}
.add-all-to-cart-line label {
  display: none !important;
}
.add-all-to-cart-line input[type="checkbox"] {
  display: none !important;
}
.add-all-to-cart-line .tbx-button-big-2 {
  display: none !important;
}
#in-main .inm-books ul.inm-books-list > li .inm-book-block .inm-book-cover-block > .is-required {
  display: block !important;
}
#in-main .inm-books ul.inm-books-list > li .inm-book-block .inm-book-cover-block > .is-required.required {
  background: url('/img/institutional_page/book_required.png') !important;
}
#in-main .inm-books ul.inm-books-list > li .inm-book-block .inm-book-cover-block > .is-required.optional {
  background: url('/img/institutional_page/book_optional.png') !important;
}
div#sla-table:before {
  content: 'Please note: no weekend delivery for students who ship their materials to campus.';
  color: #ff0000;
  display: block;
  text-align: right;
  font-size: 11pt;
}
.touch-device div#sla-table:before {
  text-align: center;
  padding: 0 10px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #cbd9e9;
  }
  33% {
    border-left: 10px solid #cbd9e9;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #cbd9e9;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #cbd9e9;
  }
  33% {
    border-left: 10px solid #cbd9e9;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #cbd9e9;
    border-right: 10px solid #f7f7f7;
  }
}
#cookie-info-ui-wrapper a {
  word-break: break-word;
}
#cookie-info-ui-wrapper .cookie-info-ui-container {
  height: auto;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui {
  border-radius: 0;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info {
  width: 100%;
  margin-bottom: 10px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info .cookie-info-main-messaging {
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons {
  width: 100%;
  padding: 0;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons .cookie-info-button {
  min-width: 200px;
  width: 100%;
}
