: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;
  }
}
.default_stylish_form {
  width: 1000px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #4b5c66;
}
@media screen and (max-width: 640px) {
  .default_stylish_form {
    width: auto;
    min-width: 340px;
  }
}
.default_stylish_form .dsf_grey_box {
  background-color: #F4F5F9;
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #E5E9EC;
  font-style: italic;
  font-size: 14px;
}
.default_stylish_form .dsf_heading {
  width: 100%;
  border-width: 0px 0px 4px;
  border-style: solid;
  border-color: #003b71;
  font-size: 22px;
  font-weight: 400;
}
.default_stylish_form .dsf_description {
  margin-top: 30px;
  font-style: italic;
  font-size: 15px;
}
.default_stylish_form .dsf_bold {
  font-size: 18px;
  font-weight: bold;
}
.default_stylish_form .dsf_errors {
  width: 510px;
  margin: 10px auto 0;
}
.default_stylish_form .dsf_errors h2 {
  background: none;
  font-size: 15px;
  padding: 0;
  margin: 0;
  text-transform: none;
}
.default_stylish_form .dsf_errors ul {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.default_stylish_form .dsf_errors > strong {
  color: #E00000;
}
.default_stylish_form .dsf_block {
  margin-top: 30px;
  padding-bottom: 30px;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: #BDC3C7;
}
.default_stylish_form .dsf_block .dsf_errors {
  color: #E00000;
}
.default_stylish_form .dsf_block .dsb_heading {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  width: 510px;
  margin: 0 auto 0;
}
.default_stylish_form .dsf_block .dsb_description {
  font-style: italic;
  font-size: 15px;
  width: 510px;
  margin: 0 auto 0;
}
.default_stylish_form .dsf_block .dsb_body {
  width: 510px;
  margin: 15px auto 0;
}
.default_stylish_form .dsf_block .dsb_body .dsb_label {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}
.default_stylish_form .dsf_block .dsb_body .dsb_label > span {
  font-size: 13px;
  font-style: italic;
}
.default_stylish_form .dsf_block .dsb_body .dsb_label > strong {
  font-weight: bold;
  display: inline-block;
  width: 140px;
}
.default_stylish_form .dsf_block .dsb_body .dsb_label.required::before {
  display: inline-block;
  color: #ff0000;
  content: "*";
  font-size: 18px;
  margin-right: 5px;
  line-height: 0;
}
.default_stylish_form .dsf_block .dsb_body .dsb_input {
  margin-bottom: 10px;
}
.default_stylish_form .dsf_block .dsb_body .dsb_input input,
.default_stylish_form .dsf_block .dsb_body .dsb_input select,
.default_stylish_form .dsf_block .dsb_body .dsb_input textarea {
  width: 500px;
  height: 35px;
  line-height: 22px;
  border: 1px solid #BDC3C7;
  font-style: italic;
  padding: 1px 0 1px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 15px;
  color: #4b5c66;
}
.default_stylish_form .dsf_block .dsb_body .dsb_input select {
  width: 510px;
  height: 38px;
}
.default_stylish_form .dsf_block .dsb_body .dsb_input textarea {
  height: 70px;
}
.default_stylish_form .dsf_block .dsb_body .dsb_checkbox {
  font-style: italic;
  font-size: 15px;
}
.default_stylish_form .dsf_block .dsb_body .dsb_checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 0px 10px 0px 0;
}
.default_stylish_form .dsf_block .dsb_body .three_in_a_row {
  overflow: hidden;
}
.default_stylish_form .dsf_block .dsb_body .three_in_a_row .one_of_the_three {
  width: 160px;
  float: left;
  margin-right: 14px;
}
.default_stylish_form .dsf_block .dsb_body .three_in_a_row .one_of_the_three .dsb_input input {
  width: 150px;
}
.default_stylish_form .dsf_block .dsb_body .three_in_a_row .one_of_the_three .dsb_input select {
  width: 160px;
}
.default_stylish_form .dsf_block.without_border {
  border-bottom: 0;
  padding-bottom: 0;
}
.default_stylish_form .dsf_block .dsb_hint {
  font-style: italic;
  font-size: 13px;
}
.default_stylish_form .dsf_block.full_size .dsb_heading,
.default_stylish_form .dsf_block.full_size .dsb_description,
.default_stylish_form .dsf_block.full_size .dsb_body,
.default_stylish_form .dsf_block.full_size .dsb_body .dsb_label {
  width: 1000px;
}
.default_stylish_form .without_margin_left {
  margin-left: 0;
}
.default_stylish_form .without_margin_right {
  margin-right: 0 !important;
}
.default_stylish_form .without_margin_top {
  margin-top: 0;
}
.default_stylish_form .without_margin_bottom {
  margin-bottom: 0;
}
.default_stylish_form .dsf-submit-button {
  width: 260px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  background-color: #003a71;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  z-index: 1;
}
.default_stylish_form #back_button {
  font-size: 11px;
  width: 100px;
}
.default_stylish_form.left_side .dsf_block .dsb_heading,
.default_stylish_form.left_side .dsf_block .dsb_description,
.default_stylish_form.left_side .dsf_block .dsb_body {
  width: 1000px;
}
.ie8 .dsf-submit-button {
  background-color: #003a71;
}
#loadingWait {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  background-color: rgba(255,255,255,0.3);
}
#loadingWait .tbx-loader {
  position: absolute;
  top: 45%;
  left: 50%;
}
#verified_address_table,
#long_address_table {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #990000;
  padding-left: 60px;
  background: #F2D2D2 url('/img/warn.gif') no-repeat 10px center;
  display: none;
}
#verified_address_table p,
#long_address_table p {
  font-size: 12px;
  text-align: center;
}
#verified_address_table span,
#long_address_table span {
  font-size: 11px;
  line-height: 10px;
  text-align: center;
}
