:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@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 #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@font-face {
  font-family: 'icons2014';
  src: url('/skins/fonts/icons2016-webfont.eot');
  src: url('/skins/fonts/icons2016-webfont.woff') format('woff'), url('/skins/fonts/icons2016-webfont.ttf') format('truetype'), url('/skins/fonts/icons2016-webfont.svg#instfonticonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons2014';
    src: url('/skins/fonts/icons2016-webfont.svg#instfonticonregular') format('svg');
  }
}
.clear-both {
  clear: both;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
time {
  display: block;
  margin: 0;
  padding: 0;
}
@-webkit-keyframes fontfix {
  from {
    outline: 1px solid rgba(1,0,0,0.01);
  }
  to {
    outline: 1px solid rgba(1,1,0,0.01);
  }
}
#tbx-main-mobile-version {
  display: none;
}
#tbx-main-mobile-version > a {
  color: #d7d7d7;
}
@media screen and (max-width: 640px) {
  #tbx-main-mobile-version {
    display: block;
  }
}
body {
  background: none !important;
}
body input {
  font-family: 'Source Sans Pro', sans-serif;
}
body a,
body .link-style {
  color: #75adea;
  text-decoration: none;
  cursor: pointer;
}
body a:hover,
body .link-style:hover {
  color: #75adea;
  text-decoration: underline;
}
body #textbookx-page-wrapper .dataTables_paginate a.paginate_button:hover {
  color: #75adea !important;
  text-decoration: underline !important;
}
body #header-wrap-2014 {
  font-family: 'Roboto', 'Source Sans Pro', sans-serif;
  margin-bottom: 20px;
}
body #header-wrap-2014 #h-top-line {
  background-color: #414142;
  vertical-align: middle;
  height: 45px;
}
@media screen and (max-width: 1010px) {
  body #header-wrap-2014 #h-top-line {
    width: 1010px;
  }
}
body #header-wrap-2014 #h-top-line.sticky-header-top-line {
  left: 0;
  opacity: 0.99;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 997;
}
body #header-wrap-2014 #h-top-line .h-down-arrow {
  font-size: 50%;
  vertical-align: middle;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block {
  position: relative;
  max-width: 1540px;
  color: #75adea;
  margin: 0 auto;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #tbx-main-mobile-menu {
  display: none;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block {
  float: right;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .integrated_homepage_login_form {
  font-size: 18px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .integrated_homepage_login_form .tbx-button-big-1 {
  border-radius: 3px;
  margin-right: 1.11em;
  width: 5em;
  FONT-VARIANT: JIS90;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  height: 2.44em;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .integrated_homepage_login_form .tbx-button-big-1:focus {
  outline-color: #75adea !important;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .integrated_homepage_login_form .tbx-button-big-1 span {
  font-size: inherit;
  margin: -0.16em 0 0 0.33em;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .integrated_homepage_login_form .asi_login_unavailable {
  margin-top: 7px;
  font-size: 12pt;
  line-height: 100%;
  padding: 0.4em 2.5em 0.4em 1em;
  background-position: 97% 1px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block > div {
  float: left;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .hub-toggle-popup {
  position: relative;
  cursor: pointer;
  margin: 0 2px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .hub-toggle-popup .hub-toggle-popup-static-part {
  z-index: 2;
  font-size: 15px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .hub-toggle-popup .hub-toggle-popup-static-part span.mdi:before {
  vertical-align: baseline;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .active,
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .hub-toggle-popup.header-mode:hover {
  border: 2px solid #BDC3C7;
  color: #000000 !important;
  margin: 0;
  border-top: 0;
  background-color: transparent;
  border-bottom: 0;
  z-index: 4;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .active > span,
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .hub-toggle-popup.header-mode:hover > span {
  color: #000000 !important;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .active .hub-popup {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .active .hub-toggle-popup-static-part .mdi-chevron-down:before {
  transform: rotate(180deg);
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-username-block > span {
  color: #d7d7d7;
  text-decoration: none;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-username-block .hub-username-span {
  height: 40px;
  overflow: hidden;
  text-align: center;
  padding-right: 2px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-account-shortcuts {
  padding: 0 10px;
  min-width: 85px;
  width: 100%;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-account-shortcuts ul li {
  padding: 5px;
  margin: 0;
  font-size: 15px;
  line-height: 19px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-account-shortcuts ul li a {
  color: #000000;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-account-shortcuts ul .hub-li-with-border {
  border-top: 1px solid #BDC3C7;
  margin-top: 10px;
  padding: 10px 5px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-financial-aid-modal {
  width: 250px;
  padding: 20px;
  line-height: 22px;
  font-size: 15px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-in-cart-block span.mdi-cart {
  margin-right: 12px;
  vertical-align: middle;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-in-cart-block span.cart_items_count {
  margin-right: 8px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-in-cart-block .hub-toggle-popup-static-part {
  width: 6.1em;
  margin-right: 0 !important;
  border: 1px solid #909397;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  line-height: 2.44em;
  height: 2.44em;
  font-size: 18px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-in-cart-block .hub-toggle-popup-static-part span.mdi-cart {
  font-size: inherit;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal {
  width: 200px;
  padding: 10px 20px 15px 20px;
  line-height: 22px;
  font-size: 15px;
  color: #33393D;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #sc-header-price-additional {
  display: block;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #sc-header-price-additional .cart_total_amount {
  font-size: 26px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #sc-header-price-additional > span {
  font-weight: bold;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #sc-header-price-additional > strong {
  font-size: 26px;
  font-weight: 600;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #hfa-sc-price-savings {
  display: none;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .modal-cart-materials-and-edit {
  display: inline;
  font-size: 21px;
  font-weight: 600;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-sc-column {
  float: left;
  text-align: left;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-sc-column > span {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 3px;
  color: #495358;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-sc-column > strong {
  font-size: 21px;
  font-weight: 400;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-sc-second-column {
  min-width: 70px;
  float: right;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-body {
  margin-top: 7px;
  padding: 0;
  text-align: center;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-body .hfa-sc-savings-column > span {
  color: #75adea;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-body .hfa-sc-savings-column > strong {
  color: #75adea;
  font-size: 21px !important;
  font-weight: 400 !important;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal .hfa-body #hfa-sc-more-items {
  margin-top: 10px;
  line-height: 17px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #hub-go-to-checkout {
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  font-size: 17px;
  display: block;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #hub-go-to-checkout:focus {
  outline-color: #75adea !important;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #hub-go-to-sc {
  margin-top: 5px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal #sc-modal-no-items {
  display: none;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal.cart-modal-two-rows #sc-header-price-additional {
  display: none;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal.cart-modal-two-rows #hfa-sc-price-savings {
  display: block;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal.cart-modal-two-rows #hfa-sc-price-savings .hfa-sc-column > strong {
  font-size: 26px;
  font-weight: 600;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal.cart-modal-two-rows #hfa-sc-price-savings .hfa-sc-column > span {
  font-weight: bold;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal.cart-modal-no-items #sc-modal-no-items {
  display: block;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal.cart-modal-no-items .hfa-header,
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block #hub-cart-modal.cart-modal-no-items .hfa-body {
  display: none;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .hub-popup {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block span.hub-icon {
  font-family: 'icons2014';
  font-variant: small-caps;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 37px;
  line-height: 37px;
  margin-top: 4px;
  float: left;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 1em;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 4px solid transparent;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div:first-child {
  padding-left: 0 !important;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div#tbx-main-alert {
  position: relative;
  padding-left: 1.93em;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div#tbx-main-alert span {
  color: #D21C23;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div#tbx-main-alert img {
  vertical-align: middle;
  margin-right: 0.8em;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div#tbx-main-alert a :before {
  content: '|';
  position: absolute;
  left: 0.6em;
  color: #28323B;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div > a {
  color: #28323B;
  text-decoration: none;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > .h-main-menu-button.current {
  height: 56px;
  margin-top: 12px;
  background-color: #75adea;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  line-height: 42px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > .h-main-menu-button.current a {
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
body #header-wrap-2014 #h-top-line.header-minimized nav#h-main-menu > .h-main-menu-button.current {
  margin-top: 5px !important;
  line-height: 38px !important;
}
body #header-wrap-2014 #h-logo-line {
  max-width: 1540px;
  margin: 0 auto;
  height: 9.33em;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  align-items: center;
}
body #header-wrap-2014 #h-logo-line #hll-logo img {
  font-size: inherit;
}
body #header-wrap-2014 #h-logo-line.filter-blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
body #header-wrap-2014 #h-logo-line.sticky-header-logo-line {
  margin-top: 40px !important;
}
body #header-wrap-2014 #h-logo-line a#hll-logo {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  background: 0 50% no-repeat;
  float: left;
  margin-right: 5%;
  height: 4.4em;
}
body #header-wrap-2014 #h-logo-line a#hll-logo > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
body #header-wrap-2014 #h-logo-line #h-search-bar-wrapper {
  float: right;
  max-width: 1085px;
  width: 71%;
}
body #header-wrap-2014 #h-logo-line #h-search-bar-wrapper:only-child {
  margin: 0 auto;
}
body #header-wrap-2014 #h-logo-line #hll-search-box {
  float: right;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header {
  height: 45px;
  width: 100%;
  border: 1px solid #bcc3c7;
  position: relative;
  cursor: text;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header > div #search-by-class {
  display: none;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header > div #search-by-instructor {
  display: block;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header.search-by-class > div #search-by-class {
  display: block !important;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header.search-by-class > div #search-by-instructor {
  display: none !important;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header > div {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 40px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header > div > input[type=text] {
  width: 100%;
  height: 45px;
  border: none;
  padding-left: 10px;
  color: #4B5C66;
  font-size: 15px;
  font-style: italic;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header button {
  float: right;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header #h-search-icon {
  font-family: 'icons2014';
  display: block;
  float: right;
  font-size: 23px;
  padding-top: 10px;
  padding-right: 10px;
  color: #556575;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header.searching:after {
  content: " ";
  font-size: 0;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  height: 15px;
  margin-top: -7px;
  width: 10px;
  background-color: #f7f7f7;
  border-left: 10px solid #f7f7f7;
  border-right: 10px solid #75adea;
  -webkit-animation: linear-loading-anim-1 0.6s infinite;
  animation: linear-loading-anim-1 0.6s infinite;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #ih-search-by-header.searching #h-search-icon {
  display: none;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search-by-isbn #h-search-icon {
  cursor: pointer;
}
body #header-wrap-2014 #h-logo-line #hll-search-box .hll-search-checkbox {
  margin-top: 10px;
  color: #4b5c66;
  font-size: 14px;
  width: 180px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box .hll-search-checkbox > .tbx-tick {
  width: 20px;
  height: 20px;
  border: 1px solid #bcc3c7;
  float: left;
}
body #header-wrap-2014 #h-logo-line #hll-search-box .hll-search-checkbox > .tbx-tick > span {
  display: none;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box .hll-search-checkbox.checked > .tbx-tick > span {
  display: block;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer {
  position: relative;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 402px;
  -webkit-box-shadow: 5px 5px 11px -5px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 11px -5px rgba(0,0,0,0.5);
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body {
  border: 1px solid #bcc3c7;
  border-bottom: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 5;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body .search-results-list-viewport {
  overflow: auto;
  position: relative;
  z-index: 5;
  padding: 0;
  max-height: 400px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li {
  background-color: #fff;
  border-top: 2px solid #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  overflow: hidden;
  position: relative;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li a {
  display: block;
  width: 360px;
  text-decoration: none;
  padding: 10px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li a span.search-result-cat {
  font: normal 14px Arial;
  color: #52545c;
  margin-bottom: 4px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li a strong {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  bottom: 0;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li a img {
  height: 50px;
  max-width: 30px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li span {
  display: block;
  font: bold 16px Arial;
  color: #333438;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li:hover,
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li:focus,
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list .item-selected {
  background-color: #e9f7ff;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-body ul.search-results-list > li.search-result-book {
  padding: 15px 0 15px 50px;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-bottom {
  margin: 0;
  padding: 10px 20px;
  background-color: #bcc3c7;
}
body #header-wrap-2014 #h-logo-line #hll-search-box #search_box_outer #search-box2 #sb-bottom #num-of-results {
  font-size: 16px;
  color: #000;
}
body #login-box {
  width: 190px;
  color: #97A3AD;
  font-size: 100%;
  font-size: 16px;
}
body #login-box #login-banner {
  display: none;
}
body #login-box .hfa-eye-icon {
  display: none;
}
body #login-box input:invalid {
  -moz-box-shadow: none;
  box-shadow: none;
}
body #login-box .hfa-you-must-be-logged-in {
  display: none;
}
body #login-box .hfa-you-must-be-logged-in > .header {
  color: #75adea;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  border-radius: 5px;
}
body #login-box .hfa-please-log-in {
  display: none;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  line-height: normal;
}
body #login-box .hfa-please-log-in > .header {
  text-align: center;
  background-color: #75adea;
  color: #ffffff;
  padding: 5px 0;
  margin: 0;
}
body #login-box .hfa-please-log-in > a {
  color: #ffffff;
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 18px;
  text-decoration: none;
}
body #login-box .hfa-please-log-in > a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body #login-box .controls {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
}
body #login-box .controls label {
  float: left;
  font-size: 10pt;
  font-weight: normal;
  padding-top: 3px;
}
body #login-box .controls label > input[type=checkbox] {
  vertical-align: bottom;
}
body #login-box .controls .tbx-button-big-1 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body #login-box button[type=submit] {
  position: absolute;
  top: -999px;
  left: -999px;
}
body #login-box .hfa-header {
  margin: 15px 0 0 0;
}
body #login-box input[type=text],
body #login-box input[type=password] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 22px;
  margin-bottom: 9px;
  border: 1px solid #BDC3C7;
  color: #959595;
  font-style: italic;
  padding: 1px 0 1px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body #login-box .hfa-body {
  padding: 0;
  margin: 15px 5px;
  line-height: 15px;
  text-align: center;
  font-size: 14px;
}
body #login-box .hfa-label {
  display: none;
}
body #login-box .hfa-footer {
  position: absolute;
  padding: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  border-top: 1px solid #BDC3C7;
  background-color: #F3F5F8;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
}
body #login-box .hfa-modal-footer {
  display: none;
}
body #mobile-main-menu {
  display: none;
}
.margin-bug-fix {
  font-size: 0;
  display: block;
  height: 0;
}
.tbx-checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tbx-checkbox:hover {
  color: #75adea;
}
.tbx-checkbox .tbx-tick {
  margin-right: 10px;
}
.tbx-button-big-1 {
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  background-color: #75adea;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
.tbx-button-big-1:hover,
.tbx-button-big-1:focus {
  color: #ffffff;
  background-color: #4993e3;
  text-decoration: none;
}
.tbx-button-big-1.inactive {
  cursor: default !important;
  background-color: #767676;
}
.tbx-button-login {
  background-color: #75adea;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 15px;
  cursor: pointer;
}
.tbx-button-login:hover,
.tbx-button-login:focus {
  color: #ffffff;
  background-color: #4993e3;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .button-animation-enabled .desktop-device .tbx-button-big-1 {
    background-color: transparent;
    border-radius: 0;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    outline: 1px solid transparent;
  }
  .button-animation-enabled .desktop-device .tbx-button-big-1:before {
    content: " ";
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background-color: #75adea;
    border-radius: 8px;
  }
  .button-animation-enabled .desktop-device .tbx-button-big-1:after {
    position: absolute;
    display: block;
    content: " ";
    opacity: 0;
    font-size: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #75adea;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 8px;
    -webkit-transition: -webkit-transform 0.1s ease, left 0.2s ease, width 0.3s ease, opacity 0.1s ease;
    transition: -webkit-transform 0.1s ease, left 0.2s ease, width 0.3s ease, opacity 0.1s ease;
    -o-transition: transform 0.1s ease, left 0.2s ease, width 0.3s ease, opacity 0.1s ease;
    transition: transform 0.1s ease, left 0.2s ease, width 0.3s ease, opacity 0.1s ease;
    transition: transform 0.1s ease, left 0.2s ease, width 0.3s ease, opacity 0.1s ease, -webkit-transform 0.1s ease, left 0.2s ease, width 0.3s ease, opacity 0.1s ease;
  }
  .button-animation-enabled .desktop-device .tbx-button-big-1:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
  }
  .button-animation-enabled .desktop-device .tbx-button-big-1:hover a {
    color: #ffffff;
    text-decoration: none;
  }
  .button-animation-enabled .desktop-device .tbx-button-big-1:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease, left 0.2s ease, width 0.3s ease, opacity 0.2s ease;
    transition: -webkit-transform 0.2s ease, left 0.2s ease, width 0.3s ease, opacity 0.2s ease;
    -o-transition: transform 0.2s ease, left 0.2s ease, width 0.3s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, left 0.2s ease, width 0.3s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, left 0.2s ease, width 0.3s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, left 0.2s ease, width 0.3s ease, opacity 0.2s ease;
  }
}
.tbx-button-big-2 {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  border: 1px solid #BDC3C7;
  font-size: 15px;
  font-weight: 400;
  color: #75adea;
  background-color: #fff;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(189,195,199,0.5);
  box-shadow: 0px 1px 1px 0px rgba(189,195,199,0.5);
}
.tbx-button-big-2:hover {
  border-color: #75adea;
  text-decoration: none;
  color: #75adea;
}
.tbx-button-big-2:hover a {
  color: #75adea;
  text-decoration: none;
}
.tbx-button-small-1 {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 5px;
  display: inline-block;
  background-color: #75adea;
  cursor: pointer;
  margin: 0;
  padding: 0 7px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.tbx-button-small-1:hover {
  color: #ffffff;
  background-color: #4993e3;
  text-decoration: none;
}
.tbx-button-small-1:hover {
  color: #ffffff;
  background-color: #4993e3;
}
.tbx-button-small-1:hover a {
  color: #ffffff;
  text-decoration: none;
}
.tbx-button-medium-1 {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background: #75adea;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#75adea),color-stop(100%,#2179d8));
  background: -webkit-linear-gradient(top,#75adea 0%,#2179d8 100%);
  background: -o-linear-gradient(top,#75adea 0%,#2179d8 100%);
  background: linear-gradient(to bottom,#75adea 0%,#2179d8 100%);
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  background-color: #75adea;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.tbx-button-medium-1:hover {
  color: #ffffff;
  text-decoration: none;
  background: #4993e3;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4993e3),color-stop(100%,#2179d8));
  background: -webkit-linear-gradient(top,#4993e3 0%,#2179d8 100%);
  background: -o-linear-gradient(top,#4993e3 0%,#2179d8 100%);
  background: linear-gradient(to bottom,#4993e3 0%,#2179d8 100%);
}
#footer-wrap-2014 {
  background-color: #efefef;
  margin: 20px 0 0 0;
  overflow: hidden;
}
#footer-wrap-2014 * {
  font-family: 'Roboto', 'Source Sans Pro', sans-serif;
}
#footer-wrap-2014 .f-help-block,
#footer-wrap-2014 .f-accepted-payments {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}
#footer-wrap-2014 .f-accepted-payments {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 1.77em;
  height: 2.33em;
  font-size: 18px;
}
#footer-wrap-2014 .f-accepted-payments .f-copyright {
  font-weight: 300;
  font-size: inherit;
  line-height: 1.16em;
  margin-right: 1.66em;
  float: left;
}
#footer-wrap-2014 .f-accepted-payments .bbb {
  width: 140px;
  border-radius: 5px;
  height: 40px;
  float: left;
}
#footer-wrap-2014 .f-accepted-payments .f-payment-types h4 {
  display: inline-block;
  font-weight: bold;
  font-size: inherit;
  line-height: 1.16em;
  margin-right: 1.66em;
  transform: translateY(-50%);
}
#footer-wrap-2014 .f-accepted-payments .f-payment-types img {
  font-size: inherit;
  margin-right: 0.55em;
  width: 3.44em;
}
#footer-wrap-2014 .f-accepted-payments .f-payment-types img :last-child {
  margin-right: unset;
}
#footer-wrap-2014 .f-help-block {
  text-align: center;
  margin: 39px auto 60px auto;
  color: #000000;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 21px;
}
#footer-wrap-2014 .f-help-block h2 {
  margin: 0 auto 10px auto;
  text-align: center;
  color: #28323B;
  font-size: 24px;
  line-height: 28px;
  background: none;
  text-transform: capitalize;
  font-weight: normal;
}
#footer-wrap-2014 .f-help-block a {
  color: #28323B;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
#footer-wrap-2014 #f-link-blocks {
  font-size: 18px;
}
#footer-wrap-2014 #f-link-blocks .f-link-block {
  background-color: #E5E5E5;
  padding: 2.22em 0;
  margin-bottom: 1.44em;
  text-align: center;
  font-size: inherit;
}
#footer-wrap-2014 #f-link-blocks .f-link-block ul {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
#footer-wrap-2014 #f-link-blocks .f-link-block ul li {
  display: inline-block;
  margin-right: 1.25em;
  font-size: inherit;
}
#footer-wrap-2014 #f-link-blocks .f-link-block ul li:last-child {
  margin-right: 0;
}
#footer-wrap-2014 #f-link-blocks .f-link-block ul li a {
  font-weight: bold;
  font-size: inherit;
  line-height: 1.16em;
  color: #000000;
}
.hub-popup {
  right: -2px;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  cursor: auto;
  border: 2px solid #BDC3C7;
  color: #000000;
  min-width: 100%;
  padding: 0 10px;
  display: none;
}
.hub-popup.no-transition {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
.hub-popup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hub-popup .hfa-header {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding-bottom: 12px;
  line-height: 25px;
}
.hub-popup .hfa-header .hfa-header-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  color: #97A3AD;
}
.hub-popup .hfa-header > span.hfa-amount {
  display: block;
  font-size: 25px;
}
.hub-popup .hfa-header #hub-edit-cart {
  float: right;
  height: 25px;
  line-height: 25px;
}
.hub-popup .hfa-body {
  padding: 5px;
}
.hub-popup .hfa-body span.hfa-body-icon {
  font-family: 'icons2014';
  font-size: 15px;
  padding-right: 8px;
}
.npm-tree-level-inner .ddChild {
  height: auto !important;
  max-height: 250px;
}
.npm-tree-level-inner .ddChild > ul > li {
  min-height: 20px;
  line-height: 20px;
}
#tbx-device-width {
  display: none;
  width: 1540px;
}
.tbx-mobile-only {
  display: none;
}
.hfa-please-log-in-desktop {
  display: none;
}
.main-popup-window {
  position: fixed !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999 !important;
  font-size: 14px !important;
  width: 250px !important;
  min-width: 0 !important;
  top: 25%;
  left: 50%;
  margin-left: -147px;
  padding: 35px 20px 10px;
  -webkit-transition: all 0s ease 0s !important;
  -o-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
}
.main-popup-window .hfa-please-log-in {
  display: block !important;
}
.main-popup-window .hfa-header {
  position: relative !important;
}
@media screen and (min-width: 641px) {
  .main-popup-window {
    display: flex !important;
    width: 535px !important;
    overflow: auto !important;
    max-height: 60vh;
    height: 436px !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    border-radius: 8px;
    border: none !important;
    padding: 0 !important;
    top: 300% !important;
  }
  .main-popup-window .hfa-login-asi {
    padding: 0;
    font-size: 15px !important;
    font-weight: 400 !important;
  }
  .main-popup-window .hfa-modal-footer {
    display: none !important;
  }
  .main-popup-window .hfa-body {
    margin: unset !important;
    margin-bottom: 80px !important;
    padding: unset !important;
  }
  .main-popup-window .hfa-please-log-in-desktop {
    line-height: normal;
    display: block;
  }
  .main-popup-window .hfa-please-log-in-desktop > a {
    color: #a5a5a5;
    top: 18px;
    right: 17px;
    position: absolute;
    font-size: 18px;
    text-decoration: none;
  }
  .main-popup-window .hfa-please-log-in-desktop > a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .main-popup-window .hfa-please-log-in {
    display: none !important;
  }
  .main-popup-window .hfa-label {
    display: block !important;
  }
  .main-popup-window.asi-school {
    height: 331px !important;
  }
  .main-popup-window.asi-school #login-banner {
    height: 331px !important;
    background: linear-gradient(180.04deg,#244783 1.6%,rgba(36,71,131,0.8) 29.7%,rgba(36,71,131,0.15) 99.96%), url('../../institutional/img/login-popup-asi.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .main-popup-window.asi-school .login-banner-text {
    font-size: 18px !important;
    line-height: 22px !important;
    padding-top: 50px !important;
  }
  .main-popup-window.asi-school .tbx-button-big-1 {
    text-transform: uppercase;
    width: 196px !important;
    height: 31px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #FFFDFD;
  }
  .main-popup-window.asi-school .hfa-explore {
    margin-top: 63px !important;
  }
}
@media screen and (min-width: 641px) {
  .main-popup-window .hfa-header {
    border-bottom: unset !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .main-popup-window input[type=text],
  .main-popup-window input[type=password] {
    box-sizing: border-box;
    width: 196px !important;
    border: 0.75px solid #A5A5A5 !important;
    border-radius: 4px !important;
    margin-bottom: 2px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #555657 !important;
  }
  .main-popup-window .hfa-eye-icon {
    display: block !important;
    position: absolute;
    top: 45%;
    right: 9%;
    cursor: pointer;
    color: lightgray;
  }
  .main-popup-window label {
    text-align: left;
    height: 18px;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #555657;
    margin-left: 26px;
  }
  .main-popup-window .tbx-button-big-1 {
    background: #0D4771 !important;
    border-radius: 4px !important;
    width: 196px !important;
  }
  .main-popup-window .hfa-continue-link {
    cursor: pointer;
    font-weight: bold;
    color: #244783;
    text-decoration: underline;
  }
  .main-popup-window #login-banner {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: block !important;
    width: 50%;
    background-image: linear-gradient(to bottom,#244783 1.6%,rgba(36,71,131,0.8) 29.7%,rgba(36,71,131,0.15) 99.96%), url('../../institutional/img/login-popup.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 436px;
  }
  .main-popup-window #login-banner .login-banner-text {
    padding-top: 47px;
    padding-left: 46px;
    padding-right: 46px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFDFD;
  }
  .main-popup-window #login-form {
    width: 50%;
  }
}
.main-popup-window.with-course {
  padding-bottom: 75px;
  padding-top: 10px;
}
.main-popup-window.with-course .hfa-email-label {
  padding-bottom: 3px;
}
.main-popup-window.with-course .hfa-you-must-be-logged-in {
  display: block !important;
}
.main-popup-window.with-course .hfa-you-must-be-logged-in .hfa-ymbl-header {
  display: none;
}
.main-popup-window.with-course .hfa-you-must-be-logged-in .hfa-ymbl-header-text {
  display: none;
}
@media screen and (min-width: 641px) {
  .main-popup-window.with-course .hfa-you-must-be-logged-in {
    margin-top: 34px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .main-popup-window.with-course .hfa-you-must-be-logged-in > .header {
    display: none !important;
  }
  .main-popup-window.with-course .hfa-you-must-be-logged-in .hfa-ymbl-header {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #244783;
  }
  .main-popup-window.with-course .hfa-you-must-be-logged-in .hfa-ymbl-header-text {
    display: block;
    width: 196px;
    padding-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #555657;
  }
}
.main-popup-window.with-course .hfa-footer {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .main-popup-window.with-course .hfa-footer {
    display: none !important;
  }
  .main-popup-window.with-course .hfa-body {
    display: none !important;
  }
  .main-popup-window.with-course .hfa-modal-footer {
    display: block !important;
  }
  .main-popup-window.with-course .hfa-modal-footer .hfa-register {
    margin-top: 13px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;
  }
  .main-popup-window.with-course .hfa-modal-footer .hfa-register a {
    color: #244783 !important;
  }
  .main-popup-window.with-course .hfa-modal-footer .hfa-explore {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #244783;
    text-align: center;
    margin-top: 26px;
  }
  .main-popup-window.with-course .hfa-modal-footer .hfa-continue {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #555657;
    margin-top: 8px;
    margin-left: 33px;
    width: 196px;
  }
  .main-popup-window.with-course .hfa-modal-footer .hfa-continue a {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
  }
}
#dark-overlay-for-login {
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 998;
}
@media screen and (min-width: 641px) {
  #dark-overlay-for-login {
    z-index: 9998;
  }
}
.ie8 #dark-overlay-for-login {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.login_3rd_party {
  background: none;
}
.integrated_homepage_login_form .login_3rd_party {
  height: auto;
  padding: 0;
  font-size: 20px;
}
.integrated_homepage_login_form .login_3rd_party .tbx-button-big-1 span,
#du_homepage_login_form .tbx-button-big-1 span {
  display: inline-block;
  font-family: 'icons2014';
  margin: -3px 0 0 10px;
  vertical-align: middle;
  font-size: 25px;
  font-variant: small-caps;
}
#npm-course-block-inner li._msddli_ {
  min-height: 40px;
}
.ie8 .tbx-button-big-1 {
  background-color: #75adea;
}
#mpmenu li {
  background: none !important;
  border: 1px solid #efefef;
  border-bottom: 0;
}
#wrapper #tbdirect .right #dbuy #directbuy,
#toogle-description-size-btn,
#wrapper #tbdirect .right #dbuy #directbuy .main {
  border: 1px solid #fff;
}
#wrapper #tbmarketplace #mptabs #bigblock #mptable,
#mpmenu li.current {
  background-color: #e7e7e7 !important;
}
#book-descr.book-descr-collapsed {
  border-bottom-color: #efefef !important;
}
#buymenu .book-button,
.buy_table .book-button,
#buymenu .book-button-ebook,
#buymenu .book-button-rent,
#wrapper #tbdirect .left .book-details-block .book-details-block ul li.bdetailline8 a,
.ddmenu ul li {
  background-color: #75adea !important;
  color: #ffffff !important;
}
#buymenu .book-button:hover,
#buymenu .book-button:focus,
.buy_table .book-button:hover,
.buy_table .book-button:focus,
#buymenu .book-button-ebook:hover,
#buymenu .book-button-ebook:focus,
#buymenu .book-button-rent:hover,
#buymenu .book-button-rent:focus,
#wrapper #tbdirect .left .book-details-block .book-details-block ul li.bdetailline8 a:hover,
#wrapper #tbdirect .left .book-details-block .book-details-block ul li.bdetailline8 a:focus,
.ddmenu ul li:hover,
.ddmenu ul li:focus {
  background-color: #4993e3 !important;
}
.mpproduct .popup-link,
#buymenu .popup-link {
  color: #75adea;
}
#toogle-description-size-btn {
  color: #000 !important;
}
.merch-product-labels {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.merch-product-labels .product-label {
  width: 9.64em;
  padding: 0.57em 1.14em 0.42em 2.5em;
  display: flex;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
}
.merch-product-labels .product-label:not(:last-child) {
  margin-right: 1.43em;
}
.merch-product-labels .product-label::before {
  position: absolute;
  left: 0.72em;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0.72em;
  background-color: transparent;
}
.merch-product-labels.desktop-only {
  margin-bottom: 1.14px;
}
.merch-product-labels .most-popular-item {
  color: white;
  text-transform: capitalize;
}
.merch-product-labels .most-popular-item::before {
  display: inline-block;
  content: ' ';
  background-size: 1em 1em;
  background-position: center;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
}
.merch-product-labels .most-popular-item {
  background: #EA1A16;
}
.merch-product-labels .most-popular-item::before {
  background-image: url('../../institutional/img/most_popular_icon.svg');
}
.ct-popup-svg > path {
  fill: #75adea !important;
}
.ct-popup-svg-fill {
  fill: #75adea !important;
}
.ct-popup-svg-stroke {
  stroke: #75adea !important;
}
.ct-popup-line {
  background-color: #75adea !important;
}
.ct-start-text {
  background: #75adea !important;
  border: 1px solid #75adea !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1679px) and (min-width: 641px) {
  body #header-wrap-2014 #h-top-line #h-main-menu {
    padding-left: 4.2% !important;
  }
  body #header-wrap-2014 #h-top-line #h-user-block {
    margin-right: 4.2%;
  }
  body #header-wrap-2014 #h-top-line a {
    font-size: 14px;
  }
  body #header-wrap-2014 #h-logo-line {
    padding: 0 4.2%;
  }
  body #footer-wrap-2014 {
    width: 100% !important;
  }
  body #in-merch-main,
  body #footer-wrap-2014 .f-link-block,
  body #footer-wrap-2014 .f-accepted-payments {
    padding-left: 4.2% !important;
    padding-right: 4.2% !important;
  }
}
@media screen and (max-width: 1366px) and (min-width: 641px) {
  #h-logo-line {
    padding: 0 ;
    font-size: 13px !important;
  }
  #h-logo-line a#hll-logo > img,
  #h-logo-line .quicklinks a {
    font-size: 13px !important;
  }
  #h-logo-line .quicklinks #quicklinks-heading {
    font-size: 14px !important;
  }
  .open-listbox-btn,
  .category-select li {
    font-size: 12px !important;
  }
  #header-wrap-2014 #h-top-line {
    font-size: 13px !important;
  }
  #f-link-blocks,
  .f-accepted-payments {
    font-size: 16px !important;
  }
  #h-user-block .integrated_homepage_login_form,
  #h-user-block .integrated_homepage_login_form .tbx-button-big-1,
  .hub-toggle-popup-static-part {
    font-size: 13px !important;
    line-height: 2.5em;
  }
  #h-user-block .integrated_homepage_login_form .tbx-button-big-1 {
    margin-bottom: 3px !important;
  }
  .view-all-footer {
    font-size: 12px !important;
  }
  #ii-add-another-course,
  #ii-other-books {
    font-size: 14px !important;
  }
  #ii-add-another-course span,
  #ii-other-books span {
    font-size: 16px !important;
  }
  .ii-button-save-displayed-course {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 640px) and (min-width: 481px) {
  #h-logo-line {
    padding: 0 ;
    font-size: 11px !important;
  }
  #h-logo-line a#hll-logo > img,
  #h-logo-line .quicklinks a {
    font-size: 12px !important;
  }
  #h-logo-line .quicklinks #quicklinks-heading {
    font-size: 13px !important;
  }
  #h-logo-line .category-select {
    width: 250px;
  }
  #h-logo-line .category-select .open-listbox-btn,
  #h-logo-line .category-select li {
    font-size: 12px !important;
  }
  #h-logo-line .search-icon {
    right: 270px;
  }
  #h-logo-line .mdi-close {
    right: 300px;
  }
}
.product-disclaimer-container {
  display: inline-block;
  font-size: 10pt;
  text-transform: capitalize;
  line-height: 1.2em;
  white-space: nowrap;
}
.product-disclaimer-container span {
  color: #323232 !important;
  font-weight: normal !important;
  font-size: inherit;
}
.product-disclaimer-container .mdi-information-outline {
  font-size: 11pt;
}
.product-disclaimer-container .mdi-information-outline:before {
  background-color: #C2C2C2;
  padding: 1px;
  border-radius: 50%;
  margin-right: 3px;
  font-size: inherit;
  line-height: 1em;
}
.product-disclaimer-container .product-disclaimer-text {
  margin-top: 35px;
  color: inherit;
  text-transform: none;
  max-width: 300px;
  display: none;
  border: 2px solid #909397;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
  border-radius: 3px;
  background-color: white;
  padding: 1em;
  position: fixed;
  z-index: 999;
  white-space: normal;
  word-break: break-word;
  text-align: left;
}
.product-disclaimer-container .product-disclaimer-text:before {
  content: '';
  position: absolute;
  visibility: visible;
  top: -32px;
  left: 29px;
  border: 13px solid transparent;
  transform: scaleX(0.7);
  border-bottom: 17px solid #909497;
}
.product-disclaimer-container .product-disclaimer-text:after {
  content: '';
  position: absolute;
  visibility: visible;
  top: -10px;
  left: 32px;
  width: 20px;
  height: 20px;
  background: white;
  transform: scaleX(0.5) rotate(45deg);
  clear: both;
}
.product-disclaimer-container:hover {
  cursor: pointer;
}
.product-disclaimer-container:hover .product-disclaimer-text {
  display: block;
}
.prevent-scroll {
  height: 100% !important;
  overflow: hidden !important;
}
#ii-other-books {
  display: none !important;
}
.tbx-button-colors {
  background-color: #75adea;
  color: #ffffff;
}
.tbx-button-colors.active {
  background-color: #ffffff;
  color: #75adea;
}
