:root {
  --aka-primary-color: #003b71;
  --aka-primary-color-darken: #00203e;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #e1e8eb;
  --aka-secondary-opposite-color: #000;
}
.advisory-msg-global {
  background-color: #1169ba;
  padding: 30px;
  font-size: 24px;
}
.advisory-msg-global a::after {
  content: "▸";
  white-space: nowrap;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block {
  color: #003b71;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .hub-toggle-popup .hub-toggle-popup-static-part {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 49px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block #h-user-block .integrated_homepage_login_form div.tbx-button-big-1 {
  width: auto;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div > a {
  font-size: 18px;
  padding: 0 16px;
  letter-spacing: 1px;
}
body #header-wrap-2014 #h-top-line #h-help-block .hub-toggle-popup-static-part span {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.tbx-button-big-1 {
  border-radius: 0;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#tbx-main-content-block #hp-hints-wrapper {
  background-color: #ffffff !important;
}
#tbx-main-content-block #hp-hints-wrapper #hph-body .hph-hints-outer ul#hph-hints > li > h2 {
  color: #213138;
}
#tbx-main-content-block #hp-hints-wrapper #hph-body > h1 {
  color: #213138;
  font-weight: 400;
}
body #homepage-wrapper #hp-main-block {
  font-weight: 400 !important;
}
body #homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab {
  border: 1px solid #C3D1D7;
}
body #homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab.current {
  background-color: #e1e8eb;
}
body #homepage-wrapper #hp-main-block #hpm-tabs-line .tbx-tab.current div {
  background-color: #e1e8eb;
}
body #homepage-wrapper #hp-main-block #npm-tab-content {
  background-color: #e1e8eb;
}
body #homepage-wrapper #hp-main-block #npm-tab-content .npl-find-your-course {
  font-weight: 400;
}
body #homepage-wrapper #hp-main-block #npm-tab-content #npm-login #npl-login-block .npl-input-box > input {
  border: 1px solid #c3d1d7;
}
body #homepage-wrapper #hp-main-block #npm-tab-content #npm-login #npl-login-block .npl-input-box > input::placeholder {
  color: #213138;
}
body #homepage-wrapper #hp-main-block #npm-tab-content .tbx-tab-content #div-npm-nav-panel > h2 {
  color: #003b71;
}
body #homepage-wrapper #hp-marketplace-wrapper #hp-marketplace-caption #hp-search-the-marketplace input[type=text]::placeholder {
  color: #889094 !important;
}
body #homepage-wrapper #hp-marketplace-wrapper #hp-marketplace-caption h2 {
  color: #213138;
}
body #homepage-wrapper #hp-marketplace-wrapper #hp-giftcard-caption h2 {
  color: #213138;
}
body #homepage-wrapper #hp-giftcard-wrapper #hp-marketplace-caption > h2,
body #homepage-wrapper #hp-giftcard-wrapper #hp-giftcard-caption > h2 {
  color: #213138;
}
html body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div > a {
  color: #003b71;
  font-size: 18px;
}
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div.current,
body #header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu > div:hover {
  border: 1px;
  border-color: #ffe770 !important;
}
body #footer-wrap-2014 {
  background-color: #003b71;
}
body #footer-wrap-2014 * {
  color: #fff !important;
}
body #footer-wrap-2014 #f-help-blocks .f-help-block > div > div > a > span {
  font-size: 14px;
  margin-left: 8px;
}
body #staff-login-page .integrated_homepage_login_form .tbx-button-big-1 {
  width: 180px;
}
@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 #003b71;
  }
  33% {
    border-left: 10px solid #003b71;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #003b71;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #003b71;
  }
  33% {
    border-left: 10px solid #003b71;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #003b71;
    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;
}
