:root {
  --aka-primary-color: #004f7a;
  --aka-primary-color-darken: #002e47;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #005a8b;
  --aka-secondary-opposite-color: #ffffff;
}
body #header-wrap-2014 #h-logo-line #hll-search-box .hll-search-checkbox.checked > .tbx-tick {
  background-color: #005a8b;
}
@media screen and (max-width: 640px) {
  #homepage-wrapper #hp-main-block #hpm-tabs-line > .tbx-tab#hpm-find-your-course-tab {
    background: none !important;
    background-color: #005a8b !important;
  }
  #homepage-wrapper #hp-main-block #hpm-tabs-line > .tbx-tab#hpm-find-your-course-tab > div > span {
    color: #004f7a !important;
  }
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab > div > span {
  color: #005a8b !important;
}
#homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab.current > div > span {
  color: #fff !important;
}
#loading-box #loading-box-block,
#loadingWait .tbx-loader {
  border-top-color: rgba(0,90,139,0.1) !important;
  border-right-color: #005a8b !important;
  border-bottom-color: #005a8b !important;
  border-left-color: #005a8b !important;
}
#account-wrapper #account-app #account-sidebar .sidebar-items .sidebar-item .sidebar-sub-items .sidebar-sub-item:not(.sidebar-item-group):hover span,
#account-wrapper #account-app #account-sidebar .sidebar-items .sidebar-item .sidebar-sub-items .sidebar-sub-item:not(.sidebar-item-group):hover strong {
  color: #005a8b !important;
}
#account-wrapper #account-app #account-sidebar .sidebar-items .sidebar-item:hover {
  border-bottom-color: #005a8b !important;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > .h-main-menu-button.current {
  background-color: #005a8b !important;
}
body #h-booksearch-popup {
  border-color: #005a8b !important;
}
body #header-wrap-2014 #h-logo-line #hll-search-box .hll-search-checkbox.checked > .tbx-tick {
  background-color: #004f7a !important;
}
@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 #004f7a;
  }
  33% {
    border-left: 10px solid #004f7a;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #004f7a;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #004f7a;
  }
  33% {
    border-left: 10px solid #004f7a;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #004f7a;
    border-right: 10px solid #f7f7f7;
  }
}
#back-top {
  display: block;
  -webkit-transition: opacity .3s .3s;
  -o-transition: opacity .3s .3s;
  transition: opacity .3s .3s;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
}
#back-top.visible {
  visibility: visible;
  opacity: 1;
}
#back-top a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  font-size: 12px;
  font-family: sans-serif;
  background: rgba(0,79,122,0.95);
  color: #fff;
  border-radius: 10px;
  padding: 6px 14px;
}
#back-top a:hover,
#back-top a:focus {
  background: #004870;
}
#back-top a:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  width: 10px;
  height: 10px;
  margin: 6px auto 0;
}
