: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;
  }
}
#cookie-info-ui-wrapper {
  display: block;
}
#cookie-info-ui-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
}
#cookie-info-ui-wrapper .cookie-info-ui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 2147483647;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui {
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.5);
  border: 1px solid #7d7d7d;
  border-bottom: none;
  background-color: white;
  color: black;
  overflow: hidden;
  opacity: 1;
  max-width: 700px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info {
  width: 100%;
  padding-top: 7px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info .cookie-info-main-messaging {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-initial-info .cookie-info-main-messaging a {
  text-decoration: underline;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 20px;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons .cookie-info-button {
  width: 150px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  margin: 0;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  background-color: #EF9300;
  color: #fafdff;
  border-radius: 8px;
  border: 0;
}
#cookie-info-ui-wrapper .cookie-info-ui-container .cookie-info-ui .cookie-info-ui-content .cookie-info-buttons .cookie-info-button:hover {
  color: #fafdff;
  background-color: #bc7400;
  text-decoration: none;
}
