:root {
  --aka-primary-color: #003464;
  --aka-primary-color-darken: #001931;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #1c98da;
  --aka-secondary-opposite-color: #d7d7d7;
}
#in-main .inm-header .inm-title > .inm-title-subline > .inm-inst-notes {
  font-size: 15px;
}
#in-main .inm-header .inm-title > .inm-title-subline > .inm-inst-notes p,
#in-main .inm-header .inm-title > .inm-title-subline > .inm-inst-notes li {
  font-size: 15px;
}
.pager_active {
  background-color: #ef9300;
  color: #fafdff;
}
#loadingWait .tbx-loader {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 15px;
  text-indent: -9999em;
  border-top: 1.5em solid rgba(239,147,0,0.1);
  border-right: 1.5em solid #ef9300;
  border-bottom: 1.5em solid #ef9300;
  border-left: 1.5em solid #ef9300;
  -webkit-animation: loading-spinner 1s infinite linear;
  animation: loading-spinner 1s infinite linear;
  margin: -6.5em 0 0 -6.5em;
}
#loadingWait .tbx-loader,
#loadingWait .tbx-loader:after {
  border-radius: 10em;
  width: 10em;
  height: 10em;
  -webkit-transform: translateZ(0);
}
#ii-save-another-course-block #ii-sac-search-box #npm-save-course-line #npm-course-link {
  color: #fafdff !important;
}
#header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu #tbx-main-store {
  background-color: #1DAA28;
  margin-top: -5px;
  padding: 0px 20px 5px 20px;
  max-height: 100%;
}
#header-wrap-2014 #h-top-line #h-main-menu-block nav#h-main-menu #tbx-main-store a {
  color: #fafdff;
}
body #wrapper #tbdirect .left #bdetails #bcover,
body #wrapper #tbdirect .right #dbuy #directbuy,
#toogle-description-size-btn,
body #wrapper #tbdirect .right #dbuy #directbuy .main {
  background-color: #DCEBFE !important;
}
.menubarsub2 {
  font-size: 10px;
}
#mobile-main-menu #tbx-main-store {
  background-color: #1DAA28;
}
#mobile-main-menu #tbx-main-store > a > small {
  font-size: 8px;
  font-style: italic;
  margin-left: 5px;
}
@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 #003464;
  }
  33% {
    border-left: 10px solid #003464;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #003464;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #003464;
  }
  33% {
    border-left: 10px solid #003464;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #003464;
    border-right: 10px solid #f7f7f7;
  }
}
#contacts-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif !important;
}
#contacts-wrapper #cw-top {
  height: 5px;
  width: 988px;
  margin: 0 6px;
  position: relative;
  border-top: 1px solid #dfe5d9;
}
#contacts-wrapper #cw-top .cwt-corner-tl,
#contacts-wrapper #cw-top .cwt-corner-tr {
  background: url('/skins/img/default/common/corners-olive.png') 0 -30px no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -1px;
  left: -6px;
}
#contacts-wrapper #cw-top .cwt-corner-tr {
  left: auto;
  right: -6px;
  background-position: -6px -30px;
}
#contacts-wrapper #cw-sidebar {
  float: left;
  width: 270px;
  margin-right: 60px;
  background-color: #f0f2f5;
}
#contacts-wrapper #cw-sidebar ul#cw-links {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
  border: 1px solid #bdc3c7;
  font-size: 16px;
}
#contacts-wrapper #cw-sidebar ul#cw-links > li {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
#contacts-wrapper #cw-sidebar ul#cw-links > li.cw-title {
  color: #000;
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 1px solid #33393d;
  margin-top: 20px;
  font-weight: bold;
}
#contacts-wrapper #cw-sidebar ul#cw-links > li.cw-title:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#contacts-wrapper #cw-sidebar ul#cw-links > li > a {
  color: #33393d;
  margin-left: 15px;
}
#contacts-wrapper #cw-sidebar ul#cw-links > li > a:hover {
  color: #233A77;
}
#contacts-wrapper #cw-body {
  width: 670px;
  float: left;
}
#contacts-wrapper #cw-body #cwb-header {
  padding: 0 0 20px;
  margin-bottom: 20px;
  font: normal 34px Arial;
  color: #333;
  border-bottom: 1px solid #bdc3c7;
  overflow: hidden;
  line-height: 33px;
  position: relative;
}
#contacts-wrapper #cw-body #cwb-header #cwbh-yellow-arrow,
#contacts-wrapper #cw-body #cwb-header #cwbh-folder-icon,
#contacts-wrapper #cw-body #cwb-content .cwb-phone-icon,
#contacts-wrapper #cw-body #cwb-content .cwb-mail-icon {
  background: url('/img/service/contact/icons.png') 0 0 no-repeat;
  width: 9px;
  height: 33px;
  float: left;
  margin-right: 5px;
  display: block;
}
#contacts-wrapper #cw-body #cwb-header #cwbh-folder-icon {
  position: absolute;
  right: 15px;
  top: 0;
  background-position: -9px 0;
  width: 32px;
  margin-right: 0;
}
#contacts-wrapper #cw-body #cwb-content {
  padding: 0;
  width: 100%;
}
#contacts-wrapper #cw-body #cwb-content p {
  margin: 10px 0;
  font: 17px Arial;
  color: #696969;
  line-height: 100%;
}
#contacts-wrapper #cw-body #cwb-content p a {
  color: #233A77 !important;
  text-decoration: underline;
}
#contacts-wrapper #cw-body #cwb-content p.cwb-title {
  font: bold 17px Arial;
  color: #000;
}
#contacts-wrapper #cw-body #cwb-content p.cwb-subtitle {
  font: bold 16px Arial;
  color: #000;
  margin-top: 30px;
}
.cwb-phone {
  font-size: 30px !important;
  font-style: normal !important;
}
#contacts-wrapper #cw-body #cwb-content p.cwb-address {
  background-color: #e1e1e1;
  padding: 20px;
  font-weight: bold;
}
#contacts-wrapper #cw-body #cwb-content p.cwb-subtitle-black {
  color: #000 !important;
}
#contacts-wrapper #cw-body #cwb-content .cwb-dashes {
  height: 1px;
  border-bottom: 1px dashed #d8dfcf;
  margin: 40px 0;
}
#contacts-wrapper #cw-body #cwb-content .cwb-phone-icon {
  width: 16px;
  background-position: -42px -7px;
  margin-right: 10px;
}
#contacts-wrapper #cw-body #cwb-content .cwb-mail-icon {
  width: 22px;
  background-position: -58px -7px;
  margin-right: 10px;
}
#contacts-wrapper #cw-bottom {
  height: 30px;
  width: 988px;
  margin: 0 6px;
  position: relative;
  top: -1px;
  border-bottom: 1px solid #dfe5d9;
  background: url('/skins/img/default/common/corners-olive.png') 0 0 repeat-x;
}
#contacts-wrapper #cw-bottom .cwt-corner-bl,
#contacts-wrapper #cw-bottom .cwt-corner-br {
  background: url('/skins/img/default/common/corners-olive.png') 0 -44px no-repeat;
  width: 6px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: -6px;
}
#contacts-wrapper #cw-bottom .cwt-corner-br {
  left: auto;
  right: -6px;
  background-position: -6px -44px;
}
div#cwb-content div.cwb-wrap {
  overflow: hidden;
}
div.cwb-wrap-inline {
  display: inline;
}
div#cwb-content div.cwb-wrap div.video {
  float: left;
  margin: 0 25px 20px;
  text-align: center;
}
div#cwb-content div.cwb-wrap div.video iframe {
  margin-bottom: 5px;
}
div#cwb-content div.cwb-wrap div.video a {
  font-size: 0.8em;
}
.cwb-helpdesk {
  margin-top: 10px !important;
}
.email_us_container {
  margin: 0 auto;
  width: auto;
  padding: 15px;
}
.email_us_container .login-notice,
.email_us_container .login-message {
  padding: 10px;
  text-align: center;
  font-size: 17px;
}
.email_us_container .login_tbx_container {
  margin: 15px auto 0;
  width: 70%;
}
.email_us_container #tbx_page_title {
  width: 100%;
  color: #353b41;
  font: bold 24px 'Source Sans Pro', sans-serif;
}
.email_us_container #email_content_text {
  font: 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
  margin: 30px 0px;
  text-align: center;
}
.email_us_container #email_content_text a {
  color: #1f72cb;
  text-decoration: none;
}
.email_us_container #email_content_text a:hover {
  text-decoration: underline;
}
.email_us_container #email_arrow_sep {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #eb8f0e;
}
.email_us_container #email_note {
  width: 100%;
  height: 25px;
  overflow: hidden;
  margin: 30px 0 5px 0;
  padding-left: 140px;
}
.email_us_container #email_note #important {
  width: 16px;
  height: 16px;
  background-color: #6E7C89;
  color: #FFFFFF;
  font: bold 12px 'Source Sans Pro', sans-serif;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.email_us_container #email_note #email_note_text {
  font: normal 14px 'Source Sans Pro', sans-serif;
  color: #6E7C89;
}
.email_us_container #email_separator2 {
  height: 1px;
  background-color: #D7D7D7;
}
.email_us_container #email_form_container {
  margin: 30px auto;
  width: 600px;
  overflow: hidden;
}
.email_us_container #email_form_container .email_input_small_container {
  width: 280px;
  float: left;
}
.email_us_container #email_form_container .email_input_small_container .email_label_name {
  font: 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
}
.email_us_container #email_form_container .email_input_small_container .email_label_name span {
  font: bold 24px 'Source Sans Pro', sans-serif;
  color: #ff6113;
  margin-right: 5px;
}
.email_us_container #email_form_container .email_input_small_container input {
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 258px;
  height: 43px;
  padding: 0px 10px;
  font: bold 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
}
.email_us_container #email_form_container #email_separator3 {
  float: left;
  width: 40px;
  height: 75px;
}
.email_us_container #email_form_container .email_input_big_container {
  float: left;
  width: 600px;
  margin: 20px 0 0 0;
}
.email_us_container #email_form_container .email_input_big_container .email_label_name {
  font: 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
}
.email_us_container #email_form_container .email_input_big_container .email_label_name span {
  font: bold 24px 'Source Sans Pro', sans-serif;
  color: #ff6113;
  margin-right: 5px;
}
.email_us_container #email_form_container .email_input_big_container input,
.email_us_container #email_form_container .email_input_big_container select {
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 578px;
  height: 43px;
  padding: 0px 10px;
  font: bold 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
}
.email_us_container #email_form_container .email_input_big_container select {
  width: 598px;
}
.email_us_container #email_form_container .email_input_big_container textarea {
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 578px;
  max-width: 578px;
  min-height: 153px;
  padding: 10px;
  font: 14px 'Source Sans Pro', sans-serif;
  color: #353b41;
}
.email_us_container #email_form_container .email_button_big_container {
  float: left;
  width: 600px;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.email_us_container #email_form_container .email_button_big_container input {
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #eb8f0e;
  font: bold 17px 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  width: 170px;
  height: 45px;
  float: right;
}
.email_us_container #email_form_container .email_button_big_container input:hover {
  cursor: pointer;
}
.email_input_big_container .dd .ddArrow {
  background: #fff url('/img/email_arrow.png') repeat-x left top;
  width: 29px;
  height: 31px;
}
.email_input_big_container .dd {
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 43px;
  font: bold 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
}
.email_input_big_container .dd .ddArrow {
  margin-top: -13px;
}
.email_input_big_container .dd .divider {
  border: 0;
}
.email_input_big_container .dd .ddTitle .ddTitleText {
  padding: 12px 20px 5px 5px;
}
.email_input_big_container .dd .ddTitle .ddTitleText .ddlabel {
  padding-top: 10px;
}
input {
  outline: none;
}
#cwb-content .email_us_container {
  width: auto;
  background-color: #ebebeb;
  padding: 30px 0;
}
#cwb-content .email_us_container .dd {
  background-color: #ffffff;
  font-weight: normal;
}
#cwb-content .email_us_container #email_note {
  margin: 0px 0 5px 0;
  height: auto;
  width: auto;
  padding: 0 40px;
}
#cwb-content .email_us_container #email_form_container input {
  font-weight: normal;
}
.error {
  color: red;
}
.success {
  color: green;
}
.login-notice .login-open,
.login-notice .login-hide {
  text-decoration: underline;
  font-size: 17px;
}
.login-notice .login-open:hover,
.login-notice .login-hide:hover {
  color: #233A77;
}
.login-hide {
  margin-top: 5px;
  text-align: center;
}
.login_container {
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (min-width: 961px) {
  #help-login-form .login-input {
    min-width: 340px;
  }
}
#help-login-form .login-input input {
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  width: 226px;
  height: 30px;
  padding: 0 10px;
  font: bold 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
  margin: 5px;
}
#help-login-form .login-button {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
#help-login-form button {
  border: none;
  border-radius: 3px;
  background-color: #EF9300;
  font: bold 17px 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  width: 68px;
  height: 30px;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 961px) {
  #help-login-form button#check-account {
    display: inline-block;
  }
}
#book-list {
  font-size: 16px;
  padding-left: 10px;
}
#book-list li.booklist-item {
  margin-top: 5px;
  overflow: hidden;
  list-style: none;
}
#book-list li.booklist-item input[type=checkbox] {
  width: 20px;
  padding: 5px;
  height: 20px;
  float: left;
}
#book-list li.booklist-item span {
  margin-top: 2px;
  display: block;
  float: left;
  max-width: 500px;
}
.login-message {
  margin-top: -5px;
  margin-right: 19px;
  font-weight: bold;
}
.login-hide:after {
  content: "\25BC";
  font-size: 75%;
  margin-left: 4px;
  color: #233A77;
}
