: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;
  }
}
#error_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 320px;
  padding: 10px;
}
#error_block p {
  margin-top: 10px;
  margin-bottom: 10px;
}
