/* TODO: For the redesign project, we need to embed old components with their css namespaced.
    This will be done by importing the css output in this less file. This is the safest option since
    importing the less files will not also namespace mixin with multiple selectors correctly.
*/
/** Roboto
  * Thin: 100
  * Light: 300
  * Normal: 400
  * Medium: 500
  * Bold: 700
  * Ultra-Bold: 900
  *
  */
/** Roboto Condensed
  * Light: 300
  * Normal: 400
  * Bold: 700
  *
  */
/** Indie Flower
  * Normal: 400
  *
  */
/** PBSLM Custom
  *
  */
.btn-simple {
  background-color: transparent;
  color: #2638C4;
  font-size: 14px;
  font-weight: 300;
}
.btn-simple:hover {
  color: #4b5cdd;
}
.std-btn-hover {
  background-color: #4b5cdd;
  color: white;
}
.std-btn,
.alt-btn {
  background-color: #2638C4;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 12px 14px;
  font-weight: 300;
}
.std-btn:hover {
  background-color: #4b5cdd;
  color: white;
}
.std-btn:active {
  color: #fff;
}
.std-btn:visited {
  background-color: #2638C4;
  color: #fff;
}
.std-btn:visited:hover {
  background-color: #4b5cdd;
  color: white;
}
.std-btn.opposite,
.std-btn.inverse {
  background-color: white;
  color: #04155f;
  border-color: transparent;
}
.std-btn.inverse {
  border: 1px solid #dce0e5;
}
.std-btn.small {
  font-size: 16px;
  padding: 8px 20px;
  width: 134px;
}
.std-btn.small-stacked {
  margin-bottom: 10px;
}
.std-btn.btn-na,
.std-btn:disabled {
  box-shadow: none;
  background-color: #738496;
  opacity: 0.5;
}
.std-btn.deactivated {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #738496;
  cursor: not-allowed;
  opacity: 0.5;
}
.action-btns .activity-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 0;
  margin-left: 12px;
  padding: 7px 12px;
  color: #fff;
  background-color: #2638C4;
  border-radius: 5px;
}
.action-btns .activity-btn.opposite {
  background-color: white;
  color: #2638C4;
  border: 1px solid #dce0e5;
}
.action-btns .activity-btn.opposite:hover {
  color: #4b5cdd;
  background-color: white;
}
.action-btns .activity-btn:hover {
  background-color: #4b5cdd;
  color: white;
}
.action-btns .activity-btn.lm-favorite-this {
  margin-right: 0;
}
.action-btns .activity-btn .lm-heart-outline,
.action-btns .activity-btn .lm-heart {
  font-size: 22px;
  margin: -6px 0 0;
  vertical-align: middle;
  line-height: 1;
}
.alt-btn {
  background-color: white;
  border-color: transparent;
  color: #2638C4;
}
body #bootstrapped-student-app {
  background-color: #f7f8f7;
}
#bootstrapped-student-app a {
  text-decoration: none;
  outline: 0;
  color: #2638C4;
}
#bootstrapped-student-app a:hover {
  text-decoration: none;
  color: #04155f;
}
#bootstrapped-student-app a:visited,
#bootstrapped-student-app a:active,
#bootstrapped-student-app a:focus {
  color: #2638C4;
  text-decoration: none;
}
#bootstrapped-student-app a:visited:hover,
#bootstrapped-student-app a:active:hover,
#bootstrapped-student-app a:focus:hover {
  text-decoration: none;
  color: #04155f;
}
#bootstrapped-student-app a[class$='btn'] {
  text-decoration: none;
}
#bootstrapped-student-app .nav-item a {
  color: #000;
}
#bootstrapped-student-app .nav-item a:hover,
#bootstrapped-student-app .nav-item a:visited,
#bootstrapped-student-app .nav-item a:active {
  color: #000;
}
#bootstrapped-student-app .nav-item.log-in-out a {
  color: #fff;
}
#bootstrapped-student-app .nav-item.log-in-out a:hover,
#bootstrapped-student-app .nav-item.log-in-out a:visited,
#bootstrapped-student-app .nav-item.log-in-out a:active {
  color: #fff;
}
#bootstrapped-student-app .dashboard-submenu a:hover {
  color: #4b5cdd;
}
#bootstrapped-student-app nav > ul {
  list-style: none;
}
#bootstrapped-student-app menu {
  margin: 0;
  padding: 0;
}
#bootstrapped-student-app .copyright {
  font-size: 14px;
}
#bootstrapped-student-app .no-list-style {
  list-style: none;
}
#bootstrapped-student-app .text-right {
  text-align: right;
}
#bootstrapped-student-app .text-center {
  text-align: center;
}
#bootstrapped-student-app .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bootstrapped-student-app .std-mgb {
  margin-bottom: 24px;
}
#bootstrapped-student-app .wrapper-moveup {
  margin-top: -12px;
}
#bootstrapped-student-app .block-item {
  display: block;
}
#bootstrapped-student-app .error-strip {
  position: relative;
  border: solid 1px #ff6766;
  border-radius: 3px;
  color: #ff6766;
  line-height: 1.5em;
  padding: 10px 20px;
  margin-top: 12px;
  border-radius: 0;
  border-left: 40px solid red;
}
#bootstrapped-student-app .error-strip:before {
  color: white;
  content: '!';
  font-size: 30px;
  left: -40px;
  line-height: inherit;
  position: absolute;
  width: 40px;
  text-align: center;
}
body #bootstrapped-student-app {
  color: #566271;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}
#bootstrapped-student-app strong {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#bootstrapped-student-app h1 {
  color: #353d46;
  font: 300 30px/41px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0;
}
#bootstrapped-student-app h2 {
  color: #353d46;
  font: 300 24px/34px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0;
}
#bootstrapped-student-app h3 {
  color: #566271;
  font: 400 18px/27px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: 5px 0;
}
#bootstrapped-student-app h4 {
  color: #738496;
  font: 700 18px/23px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 5px 0;
}
#bootstrapped-student-app {
  /** Roboto
  * Thin: 100
  * Light: 300
  * Normal: 400
  * Medium: 500
  * Bold: 700
  * Ultra-Bold: 900
  *
  */
  /** Roboto Condensed
  * Light: 300
  * Normal: 400
  * Bold: 700
  *
  */
  /** Indie Flower
  * Normal: 400
  *
  */
  /** PBSLM Custom
  *
  */
  /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  /*
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-lg(); }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-sm(); }
*/
  /**
 * The following are specific to a couple of objects derived
 * from Inuit.
 */
  /**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `.box-sizing(border-box);`
 *
 */
  /**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `@truncation-boundary` is a united measurement.
 */
  /**
 * Create global or selective box sizing rules based on the value passed
 *
 */
  /*
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
  /* clearfix */
  /* display none until init */
  /* mouse grab icon */
  /* fix */
  /* CSS3 Transitions */
  /* fade */
  /* backSlide */
  /* goDown */
  /* scaleUp */
  /* Keyframes */
  /*empty*/
  /*
* 	Owl Carousel Owl Demo Theme
*	v1.24
*/
  /* Styling Next and Prev buttons */
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /* Styling Pagination*/
  /* If PaginationNumbers is true */
  /* preloading images */
}
#bootstrapped-student-app .btn-simple {
  background-color: transparent;
  color: #2638C4;
  font-size: 14px;
  font-weight: 300;
}
#bootstrapped-student-app .btn-simple:hover {
  color: #4b5cdd;
}
#bootstrapped-student-app .std-btn-hover {
  background-color: #e68a00;
  color: white;
}
#bootstrapped-student-app .std-btn,
#bootstrapped-student-app .alt-btn {
  background-color: #2638C4;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 12px 14px;
  font-weight: 300;
}
#bootstrapped-student-app .std-btn:hover {
  background-color: #e68a00;
  color: white;
}
#bootstrapped-student-app .std-btn:active {
  color: #fff;
}
#bootstrapped-student-app .std-btn:visited {
  background-color: #2638C4;
  color: #fff;
}
#bootstrapped-student-app .std-btn:visited:hover {
  background-color: #e68a00;
  color: white;
}
#bootstrapped-student-app .std-btn.opposite,
#bootstrapped-student-app .std-btn.inverse {
  background-color: white;
  color: #4b5cdd;
  border-color: transparent;
}
#bootstrapped-student-app .std-btn.inverse {
  border: 1px solid #dce0e5;
}
#bootstrapped-student-app .std-btn.small {
  font-size: 16px;
  padding: 8px 20px;
  width: 134px;
}
#bootstrapped-student-app .std-btn.small-stacked {
  margin-bottom: 10px;
}
#bootstrapped-student-app .std-btn.btn-na,
#bootstrapped-student-app .std-btn:disabled {
  box-shadow: none;
  background-color: #738496;
  opacity: 0.5;
}
#bootstrapped-student-app .std-btn.deactivated {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #738496;
  cursor: not-allowed;
  opacity: 0.5;
}
#bootstrapped-student-app .action-btns .activity-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 0;
  margin-left: 12px;
  padding: 7px 12px;
  color: #fff;
  background-color: #2638C4;
  border-radius: 2px;
}
#bootstrapped-student-app .action-btns .activity-btn.opposite {
  background-color: white;
  color: #4b5cdd;
  border: 1px solid #dce0e5;
}
#bootstrapped-student-app .action-btns .activity-btn.opposite:hover {
  color: #4b5cdd;
  background-color: white;
}
#bootstrapped-student-app .action-btns .activity-btn:hover {
  background-color: #4b5cdd;
  color: white;
}
#bootstrapped-student-app .action-btns .activity-btn.lm-favorite-this {
  margin-right: 0;
}
#bootstrapped-student-app .action-btns .activity-btn .lm-heart-outline,
#bootstrapped-student-app .action-btns .activity-btn .lm-heart {
  font-size: 22px;
  margin: -6px 0 0;
  vertical-align: middle;
  line-height: 1;
}
#bootstrapped-student-app .alt-btn {
  background-color: white;
  border-color: transparent;
  color: #2638C4;
}
#bootstrapped-student-app body {
  background-color: #f7f8f7;
}
#bootstrapped-student-app a {
  text-decoration: none;
  outline: 0;
  color: #2638C4;
}
#bootstrapped-student-app a:hover {
  text-decoration: none;
  color: #4b5cdd;
}
#bootstrapped-student-app a:visited,
#bootstrapped-student-app a:active,
#bootstrapped-student-app a:focus {
  color: #2638C4;
  text-decoration: none;
}
#bootstrapped-student-app a:visited:hover,
#bootstrapped-student-app a:active:hover,
#bootstrapped-student-app a:focus:hover {
  text-decoration: none;
  color: #4b5cdd;
}
#bootstrapped-student-app a[class$='btn'] {
  text-decoration: none;
}
#bootstrapped-student-app .nav-item a {
  color: #000;
}
#bootstrapped-student-app .nav-item a:hover,
#bootstrapped-student-app .nav-item a:visited,
#bootstrapped-student-app .nav-item a:active {
  color: #000;
}
#bootstrapped-student-app .nav-item.log-in-out a {
  color: #fff;
}
#bootstrapped-student-app .nav-item.log-in-out a:hover,
#bootstrapped-student-app .nav-item.log-in-out a:visited,
#bootstrapped-student-app .nav-item.log-in-out a:active {
  color: #fff;
}
#bootstrapped-student-app .dashboard-submenu a:hover {
  color: #4b5cdd;
}
#bootstrapped-student-app nav > ul {
  list-style: none;
}
#bootstrapped-student-app menu {
  margin: 0;
  padding: 0;
}
#bootstrapped-student-app .copyright {
  font-size: 14px;
}
#bootstrapped-student-app .no-list-style {
  list-style: none;
}
#bootstrapped-student-app .text-right {
  text-align: right;
}
#bootstrapped-student-app .text-center {
  text-align: center;
}
#bootstrapped-student-app .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bootstrapped-student-app .std-mgb {
  margin-bottom: 24px;
}
#bootstrapped-student-app .wrapper-moveup {
  margin-top: -12px;
}
#bootstrapped-student-app .block-item {
  display: block;
}
#bootstrapped-student-app .error-strip {
  position: relative;
  border: solid 1px #ff6766;
  border-radius: 3px;
  color: #ff6766;
  line-height: 1.5em;
  padding: 10px 20px;
  margin-top: 12px;
  border-radius: 0;
  border-left: 40px solid red;
}
#bootstrapped-student-app .error-strip:before {
  color: white;
  content: '!';
  font-size: 30px;
  left: -40px;
  line-height: inherit;
  position: absolute;
  width: 40px;
  text-align: center;
}
#bootstrapped-student-app body {
  color: #566271;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}
#bootstrapped-student-app strong {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#bootstrapped-student-app h1 {
  color: #353d46;
  font: 300 30px/41px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0;
}
#bootstrapped-student-app h2 {
  color: #353d46;
  font: 300 24px/34px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0;
}
#bootstrapped-student-app h3 {
  color: #566271;
  font: 400 18px/27px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: 5px 0;
}
#bootstrapped-student-app h4 {
  color: #738496;
  font: 700 18px/23px 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 5px 0;
}
#bootstrapped-student-app article,
#bootstrapped-student-app aside,
#bootstrapped-student-app details,
#bootstrapped-student-app figcaption,
#bootstrapped-student-app figure,
#bootstrapped-student-app footer,
#bootstrapped-student-app header,
#bootstrapped-student-app hgroup,
#bootstrapped-student-app main,
#bootstrapped-student-app nav,
#bootstrapped-student-app section,
#bootstrapped-student-app summary {
  display: block;
}
#bootstrapped-student-app audio,
#bootstrapped-student-app canvas,
#bootstrapped-student-app video {
  display: inline-block;
}
#bootstrapped-student-app audio:not([controls]) {
  display: none;
  height: 0;
}
#bootstrapped-student-app [hidden],
#bootstrapped-student-app template {
  display: none;
}
#bootstrapped-student-app html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#bootstrapped-student-app body {
  margin: 0;
}
#bootstrapped-student-app a {
  background: transparent;
}
#bootstrapped-student-app a:focus {
  outline: thin dotted;
}
#bootstrapped-student-app a:active,
#bootstrapped-student-app a:hover {
  outline: 0;
}
#bootstrapped-student-app h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#bootstrapped-student-app abbr[title] {
  border-bottom: 1px dotted;
}
#bootstrapped-student-app b,
#bootstrapped-student-app strong {
  font-weight: bold;
}
#bootstrapped-student-app dfn {
  font-style: italic;
}
#bootstrapped-student-app hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#bootstrapped-student-app mark {
  background: #ff0;
  color: #000;
}
#bootstrapped-student-app code,
#bootstrapped-student-app kbd,
#bootstrapped-student-app pre,
#bootstrapped-student-app samp {
  font-family: monospace, serif;
  font-size: 1em;
}
#bootstrapped-student-app pre {
  white-space: pre-wrap;
}
#bootstrapped-student-app q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
#bootstrapped-student-app small {
  font-size: 80%;
}
#bootstrapped-student-app sub,
#bootstrapped-student-app sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#bootstrapped-student-app sup {
  top: -0.5em;
}
#bootstrapped-student-app sub {
  bottom: -0.25em;
}
#bootstrapped-student-app img {
  border: 0;
}
#bootstrapped-student-app svg:not(:root) {
  overflow: hidden;
}
#bootstrapped-student-app figure {
  margin: 0;
}
#bootstrapped-student-app fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#bootstrapped-student-app legend {
  border: 0;
  padding: 0;
}
#bootstrapped-student-app button,
#bootstrapped-student-app input,
#bootstrapped-student-app select,
#bootstrapped-student-app textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
#bootstrapped-student-app button,
#bootstrapped-student-app input {
  line-height: normal;
}
#bootstrapped-student-app button,
#bootstrapped-student-app select {
  text-transform: none;
}
#bootstrapped-student-app button,
#bootstrapped-student-app html input[type="button"],
#bootstrapped-student-app input[type="reset"],
#bootstrapped-student-app input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#bootstrapped-student-app button[disabled],
#bootstrapped-student-app html input[disabled] {
  cursor: default;
}
#bootstrapped-student-app input[type="checkbox"],
#bootstrapped-student-app input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
#bootstrapped-student-app input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#bootstrapped-student-app input[type="search"]::-webkit-search-cancel-button,
#bootstrapped-student-app input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#bootstrapped-student-app button::-moz-focus-inner,
#bootstrapped-student-app input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#bootstrapped-student-app textarea {
  overflow: auto;
  vertical-align: top;
}
#bootstrapped-student-app table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  #bootstrapped-student-app * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  #bootstrapped-student-app a,
  #bootstrapped-student-app a:visited {
    text-decoration: underline;
  }
  #bootstrapped-student-app a[href]:after {
    content: " (" attr(href) ")";
  }
  #bootstrapped-student-app abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #bootstrapped-student-app a[href^="javascript:"]:after,
  #bootstrapped-student-app a[href^="#"]:after {
    content: "";
  }
  #bootstrapped-student-app pre,
  #bootstrapped-student-app blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #bootstrapped-student-app thead {
    display: table-header-group;
  }
  #bootstrapped-student-app tr,
  #bootstrapped-student-app img {
    page-break-inside: avoid;
  }
  #bootstrapped-student-app img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  #bootstrapped-student-app p,
  #bootstrapped-student-app h2,
  #bootstrapped-student-app h3 {
    orphans: 3;
    widows: 3;
  }
  #bootstrapped-student-app h2,
  #bootstrapped-student-app h3 {
    page-break-after: avoid;
  }
  #bootstrapped-student-app select {
    background: #fff !important;
  }
  #bootstrapped-student-app .navbar {
    display: none;
  }
  #bootstrapped-student-app .table td,
  #bootstrapped-student-app .table th {
    background-color: #fff !important;
  }
  #bootstrapped-student-app .btn > .caret,
  #bootstrapped-student-app .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  #bootstrapped-student-app .label {
    border: 1px solid #000;
  }
  #bootstrapped-student-app .table {
    border-collapse: collapse !important;
  }
  #bootstrapped-student-app .table-bordered th,
  #bootstrapped-student-app .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
#bootstrapped-student-app * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#bootstrapped-student-app *:before,
#bootstrapped-student-app *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#bootstrapped-student-app html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#bootstrapped-student-app body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
#bootstrapped-student-app input,
#bootstrapped-student-app button,
#bootstrapped-student-app select,
#bootstrapped-student-app textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#bootstrapped-student-app a {
  color: #428bca;
  text-decoration: none;
}
#bootstrapped-student-app a:hover,
#bootstrapped-student-app a:focus {
  color: #2a6496;
  text-decoration: underline;
}
#bootstrapped-student-app a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#bootstrapped-student-app img {
  vertical-align: middle;
}
#bootstrapped-student-app .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#bootstrapped-student-app .img-rounded {
  border-radius: 6px;
}
#bootstrapped-student-app .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#bootstrapped-student-app .img-circle {
  border-radius: 50%;
}
#bootstrapped-student-app hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
#bootstrapped-student-app .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#bootstrapped-student-app .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 760px) {
  #bootstrapped-student-app .container {
    width: 736px;
  }
}
@media (min-width: 1020px) {
  #bootstrapped-student-app .container {
    width: 984px;
  }
}
@media (min-width: 1268px) {
  #bootstrapped-student-app .container {
    width: 1260px;
  }
}
#bootstrapped-student-app .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
#bootstrapped-student-app .row {
  margin-left: -12px;
  margin-right: -12px;
}
#bootstrapped-student-app .col-xs-1,
#bootstrapped-student-app .col-sm-1,
#bootstrapped-student-app .col-md-1,
#bootstrapped-student-app .col-lg-1,
#bootstrapped-student-app .col-xs-2,
#bootstrapped-student-app .col-sm-2,
#bootstrapped-student-app .col-md-2,
#bootstrapped-student-app .col-lg-2,
#bootstrapped-student-app .col-xs-3,
#bootstrapped-student-app .col-sm-3,
#bootstrapped-student-app .col-md-3,
#bootstrapped-student-app .col-lg-3,
#bootstrapped-student-app .col-xs-4,
#bootstrapped-student-app .col-sm-4,
#bootstrapped-student-app .col-md-4,
#bootstrapped-student-app .col-lg-4,
#bootstrapped-student-app .col-xs-5,
#bootstrapped-student-app .col-sm-5,
#bootstrapped-student-app .col-md-5,
#bootstrapped-student-app .col-lg-5,
#bootstrapped-student-app .col-xs-6,
#bootstrapped-student-app .col-sm-6,
#bootstrapped-student-app .col-md-6,
#bootstrapped-student-app .col-lg-6,
#bootstrapped-student-app .col-xs-7,
#bootstrapped-student-app .col-sm-7,
#bootstrapped-student-app .col-md-7,
#bootstrapped-student-app .col-lg-7,
#bootstrapped-student-app .col-xs-8,
#bootstrapped-student-app .col-sm-8,
#bootstrapped-student-app .col-md-8,
#bootstrapped-student-app .col-lg-8,
#bootstrapped-student-app .col-xs-9,
#bootstrapped-student-app .col-sm-9,
#bootstrapped-student-app .col-md-9,
#bootstrapped-student-app .col-lg-9,
#bootstrapped-student-app .col-xs-10,
#bootstrapped-student-app .col-sm-10,
#bootstrapped-student-app .col-md-10,
#bootstrapped-student-app .col-lg-10,
#bootstrapped-student-app .col-xs-11,
#bootstrapped-student-app .col-sm-11,
#bootstrapped-student-app .col-md-11,
#bootstrapped-student-app .col-lg-11,
#bootstrapped-student-app .col-xs-12,
#bootstrapped-student-app .col-sm-12,
#bootstrapped-student-app .col-md-12,
#bootstrapped-student-app .col-lg-12,
#bootstrapped-student-app .col-xs-13,
#bootstrapped-student-app .col-sm-13,
#bootstrapped-student-app .col-md-13,
#bootstrapped-student-app .col-lg-13,
#bootstrapped-student-app .col-xs-14,
#bootstrapped-student-app .col-sm-14,
#bootstrapped-student-app .col-md-14,
#bootstrapped-student-app .col-lg-14,
#bootstrapped-student-app .col-xs-15,
#bootstrapped-student-app .col-sm-15,
#bootstrapped-student-app .col-md-15,
#bootstrapped-student-app .col-lg-15,
#bootstrapped-student-app .col-xs-16,
#bootstrapped-student-app .col-sm-16,
#bootstrapped-student-app .col-md-16,
#bootstrapped-student-app .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
#bootstrapped-student-app .col-xs-1,
#bootstrapped-student-app .col-xs-2,
#bootstrapped-student-app .col-xs-3,
#bootstrapped-student-app .col-xs-4,
#bootstrapped-student-app .col-xs-5,
#bootstrapped-student-app .col-xs-6,
#bootstrapped-student-app .col-xs-7,
#bootstrapped-student-app .col-xs-8,
#bootstrapped-student-app .col-xs-9,
#bootstrapped-student-app .col-xs-10,
#bootstrapped-student-app .col-xs-11,
#bootstrapped-student-app .col-xs-12,
#bootstrapped-student-app .col-xs-13,
#bootstrapped-student-app .col-xs-14,
#bootstrapped-student-app .col-xs-15,
#bootstrapped-student-app .col-xs-16 {
  float: left;
}
#bootstrapped-student-app .col-xs-16 {
  width: 100%;
}
#bootstrapped-student-app .col-xs-15 {
  width: 93.75%;
}
#bootstrapped-student-app .col-xs-14 {
  width: 87.5%;
}
#bootstrapped-student-app .col-xs-13 {
  width: 81.25%;
}
#bootstrapped-student-app .col-xs-12 {
  width: 75%;
}
#bootstrapped-student-app .col-xs-11 {
  width: 68.75%;
}
#bootstrapped-student-app .col-xs-10 {
  width: 62.5%;
}
#bootstrapped-student-app .col-xs-9 {
  width: 56.25%;
}
#bootstrapped-student-app .col-xs-8 {
  width: 50%;
}
#bootstrapped-student-app .col-xs-7 {
  width: 43.75%;
}
#bootstrapped-student-app .col-xs-6 {
  width: 37.5%;
}
#bootstrapped-student-app .col-xs-5 {
  width: 31.25%;
}
#bootstrapped-student-app .col-xs-4 {
  width: 25%;
}
#bootstrapped-student-app .col-xs-3 {
  width: 18.75%;
}
#bootstrapped-student-app .col-xs-2 {
  width: 12.5%;
}
#bootstrapped-student-app .col-xs-1 {
  width: 6.25%;
}
#bootstrapped-student-app .col-xs-pull-16 {
  right: 100%;
}
#bootstrapped-student-app .col-xs-pull-15 {
  right: 93.75%;
}
#bootstrapped-student-app .col-xs-pull-14 {
  right: 87.5%;
}
#bootstrapped-student-app .col-xs-pull-13 {
  right: 81.25%;
}
#bootstrapped-student-app .col-xs-pull-12 {
  right: 75%;
}
#bootstrapped-student-app .col-xs-pull-11 {
  right: 68.75%;
}
#bootstrapped-student-app .col-xs-pull-10 {
  right: 62.5%;
}
#bootstrapped-student-app .col-xs-pull-9 {
  right: 56.25%;
}
#bootstrapped-student-app .col-xs-pull-8 {
  right: 50%;
}
#bootstrapped-student-app .col-xs-pull-7 {
  right: 43.75%;
}
#bootstrapped-student-app .col-xs-pull-6 {
  right: 37.5%;
}
#bootstrapped-student-app .col-xs-pull-5 {
  right: 31.25%;
}
#bootstrapped-student-app .col-xs-pull-4 {
  right: 25%;
}
#bootstrapped-student-app .col-xs-pull-3 {
  right: 18.75%;
}
#bootstrapped-student-app .col-xs-pull-2 {
  right: 12.5%;
}
#bootstrapped-student-app .col-xs-pull-1 {
  right: 6.25%;
}
#bootstrapped-student-app .col-xs-pull-0 {
  right: 0%;
}
#bootstrapped-student-app .col-xs-push-16 {
  left: 100%;
}
#bootstrapped-student-app .col-xs-push-15 {
  left: 93.75%;
}
#bootstrapped-student-app .col-xs-push-14 {
  left: 87.5%;
}
#bootstrapped-student-app .col-xs-push-13 {
  left: 81.25%;
}
#bootstrapped-student-app .col-xs-push-12 {
  left: 75%;
}
#bootstrapped-student-app .col-xs-push-11 {
  left: 68.75%;
}
#bootstrapped-student-app .col-xs-push-10 {
  left: 62.5%;
}
#bootstrapped-student-app .col-xs-push-9 {
  left: 56.25%;
}
#bootstrapped-student-app .col-xs-push-8 {
  left: 50%;
}
#bootstrapped-student-app .col-xs-push-7 {
  left: 43.75%;
}
#bootstrapped-student-app .col-xs-push-6 {
  left: 37.5%;
}
#bootstrapped-student-app .col-xs-push-5 {
  left: 31.25%;
}
#bootstrapped-student-app .col-xs-push-4 {
  left: 25%;
}
#bootstrapped-student-app .col-xs-push-3 {
  left: 18.75%;
}
#bootstrapped-student-app .col-xs-push-2 {
  left: 12.5%;
}
#bootstrapped-student-app .col-xs-push-1 {
  left: 6.25%;
}
#bootstrapped-student-app .col-xs-push-0 {
  left: 0%;
}
#bootstrapped-student-app .col-xs-offset-16 {
  margin-left: 100%;
}
#bootstrapped-student-app .col-xs-offset-15 {
  margin-left: 93.75%;
}
#bootstrapped-student-app .col-xs-offset-14 {
  margin-left: 87.5%;
}
#bootstrapped-student-app .col-xs-offset-13 {
  margin-left: 81.25%;
}
#bootstrapped-student-app .col-xs-offset-12 {
  margin-left: 75%;
}
#bootstrapped-student-app .col-xs-offset-11 {
  margin-left: 68.75%;
}
#bootstrapped-student-app .col-xs-offset-10 {
  margin-left: 62.5%;
}
#bootstrapped-student-app .col-xs-offset-9 {
  margin-left: 56.25%;
}
#bootstrapped-student-app .col-xs-offset-8 {
  margin-left: 50%;
}
#bootstrapped-student-app .col-xs-offset-7 {
  margin-left: 43.75%;
}
#bootstrapped-student-app .col-xs-offset-6 {
  margin-left: 37.5%;
}
#bootstrapped-student-app .col-xs-offset-5 {
  margin-left: 31.25%;
}
#bootstrapped-student-app .col-xs-offset-4 {
  margin-left: 25%;
}
#bootstrapped-student-app .col-xs-offset-3 {
  margin-left: 18.75%;
}
#bootstrapped-student-app .col-xs-offset-2 {
  margin-left: 12.5%;
}
#bootstrapped-student-app .col-xs-offset-1 {
  margin-left: 6.25%;
}
#bootstrapped-student-app .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 760px) {
  #bootstrapped-student-app .col-sm-1,
  #bootstrapped-student-app .col-sm-2,
  #bootstrapped-student-app .col-sm-3,
  #bootstrapped-student-app .col-sm-4,
  #bootstrapped-student-app .col-sm-5,
  #bootstrapped-student-app .col-sm-6,
  #bootstrapped-student-app .col-sm-7,
  #bootstrapped-student-app .col-sm-8,
  #bootstrapped-student-app .col-sm-9,
  #bootstrapped-student-app .col-sm-10,
  #bootstrapped-student-app .col-sm-11,
  #bootstrapped-student-app .col-sm-12,
  #bootstrapped-student-app .col-sm-13,
  #bootstrapped-student-app .col-sm-14,
  #bootstrapped-student-app .col-sm-15,
  #bootstrapped-student-app .col-sm-16 {
    float: left;
  }
  #bootstrapped-student-app .col-sm-16 {
    width: 100%;
  }
  #bootstrapped-student-app .col-sm-15 {
    width: 93.75%;
  }
  #bootstrapped-student-app .col-sm-14 {
    width: 87.5%;
  }
  #bootstrapped-student-app .col-sm-13 {
    width: 81.25%;
  }
  #bootstrapped-student-app .col-sm-12 {
    width: 75%;
  }
  #bootstrapped-student-app .col-sm-11 {
    width: 68.75%;
  }
  #bootstrapped-student-app .col-sm-10 {
    width: 62.5%;
  }
  #bootstrapped-student-app .col-sm-9 {
    width: 56.25%;
  }
  #bootstrapped-student-app .col-sm-8 {
    width: 50%;
  }
  #bootstrapped-student-app .col-sm-7 {
    width: 43.75%;
  }
  #bootstrapped-student-app .col-sm-6 {
    width: 37.5%;
  }
  #bootstrapped-student-app .col-sm-5 {
    width: 31.25%;
  }
  #bootstrapped-student-app .col-sm-4 {
    width: 25%;
  }
  #bootstrapped-student-app .col-sm-3 {
    width: 18.75%;
  }
  #bootstrapped-student-app .col-sm-2 {
    width: 12.5%;
  }
  #bootstrapped-student-app .col-sm-1 {
    width: 6.25%;
  }
  #bootstrapped-student-app .col-sm-pull-16 {
    right: 100%;
  }
  #bootstrapped-student-app .col-sm-pull-15 {
    right: 93.75%;
  }
  #bootstrapped-student-app .col-sm-pull-14 {
    right: 87.5%;
  }
  #bootstrapped-student-app .col-sm-pull-13 {
    right: 81.25%;
  }
  #bootstrapped-student-app .col-sm-pull-12 {
    right: 75%;
  }
  #bootstrapped-student-app .col-sm-pull-11 {
    right: 68.75%;
  }
  #bootstrapped-student-app .col-sm-pull-10 {
    right: 62.5%;
  }
  #bootstrapped-student-app .col-sm-pull-9 {
    right: 56.25%;
  }
  #bootstrapped-student-app .col-sm-pull-8 {
    right: 50%;
  }
  #bootstrapped-student-app .col-sm-pull-7 {
    right: 43.75%;
  }
  #bootstrapped-student-app .col-sm-pull-6 {
    right: 37.5%;
  }
  #bootstrapped-student-app .col-sm-pull-5 {
    right: 31.25%;
  }
  #bootstrapped-student-app .col-sm-pull-4 {
    right: 25%;
  }
  #bootstrapped-student-app .col-sm-pull-3 {
    right: 18.75%;
  }
  #bootstrapped-student-app .col-sm-pull-2 {
    right: 12.5%;
  }
  #bootstrapped-student-app .col-sm-pull-1 {
    right: 6.25%;
  }
  #bootstrapped-student-app .col-sm-pull-0 {
    right: 0%;
  }
  #bootstrapped-student-app .col-sm-push-16 {
    left: 100%;
  }
  #bootstrapped-student-app .col-sm-push-15 {
    left: 93.75%;
  }
  #bootstrapped-student-app .col-sm-push-14 {
    left: 87.5%;
  }
  #bootstrapped-student-app .col-sm-push-13 {
    left: 81.25%;
  }
  #bootstrapped-student-app .col-sm-push-12 {
    left: 75%;
  }
  #bootstrapped-student-app .col-sm-push-11 {
    left: 68.75%;
  }
  #bootstrapped-student-app .col-sm-push-10 {
    left: 62.5%;
  }
  #bootstrapped-student-app .col-sm-push-9 {
    left: 56.25%;
  }
  #bootstrapped-student-app .col-sm-push-8 {
    left: 50%;
  }
  #bootstrapped-student-app .col-sm-push-7 {
    left: 43.75%;
  }
  #bootstrapped-student-app .col-sm-push-6 {
    left: 37.5%;
  }
  #bootstrapped-student-app .col-sm-push-5 {
    left: 31.25%;
  }
  #bootstrapped-student-app .col-sm-push-4 {
    left: 25%;
  }
  #bootstrapped-student-app .col-sm-push-3 {
    left: 18.75%;
  }
  #bootstrapped-student-app .col-sm-push-2 {
    left: 12.5%;
  }
  #bootstrapped-student-app .col-sm-push-1 {
    left: 6.25%;
  }
  #bootstrapped-student-app .col-sm-push-0 {
    left: 0%;
  }
  #bootstrapped-student-app .col-sm-offset-16 {
    margin-left: 100%;
  }
  #bootstrapped-student-app .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  #bootstrapped-student-app .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  #bootstrapped-student-app .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  #bootstrapped-student-app .col-sm-offset-12 {
    margin-left: 75%;
  }
  #bootstrapped-student-app .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  #bootstrapped-student-app .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  #bootstrapped-student-app .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  #bootstrapped-student-app .col-sm-offset-8 {
    margin-left: 50%;
  }
  #bootstrapped-student-app .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  #bootstrapped-student-app .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  #bootstrapped-student-app .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  #bootstrapped-student-app .col-sm-offset-4 {
    margin-left: 25%;
  }
  #bootstrapped-student-app .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  #bootstrapped-student-app .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  #bootstrapped-student-app .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  #bootstrapped-student-app .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1020px) {
  #bootstrapped-student-app .col-md-1,
  #bootstrapped-student-app .col-md-2,
  #bootstrapped-student-app .col-md-3,
  #bootstrapped-student-app .col-md-4,
  #bootstrapped-student-app .col-md-5,
  #bootstrapped-student-app .col-md-6,
  #bootstrapped-student-app .col-md-7,
  #bootstrapped-student-app .col-md-8,
  #bootstrapped-student-app .col-md-9,
  #bootstrapped-student-app .col-md-10,
  #bootstrapped-student-app .col-md-11,
  #bootstrapped-student-app .col-md-12,
  #bootstrapped-student-app .col-md-13,
  #bootstrapped-student-app .col-md-14,
  #bootstrapped-student-app .col-md-15,
  #bootstrapped-student-app .col-md-16 {
    float: left;
  }
  #bootstrapped-student-app .col-md-16 {
    width: 100%;
  }
  #bootstrapped-student-app .col-md-15 {
    width: 93.75%;
  }
  #bootstrapped-student-app .col-md-14 {
    width: 87.5%;
  }
  #bootstrapped-student-app .col-md-13 {
    width: 81.25%;
  }
  #bootstrapped-student-app .col-md-12 {
    width: 75%;
  }
  #bootstrapped-student-app .col-md-11 {
    width: 68.75%;
  }
  #bootstrapped-student-app .col-md-10 {
    width: 62.5%;
  }
  #bootstrapped-student-app .col-md-9 {
    width: 56.25%;
  }
  #bootstrapped-student-app .col-md-8 {
    width: 50%;
  }
  #bootstrapped-student-app .col-md-7 {
    width: 43.75%;
  }
  #bootstrapped-student-app .col-md-6 {
    width: 37.5%;
  }
  #bootstrapped-student-app .col-md-5 {
    width: 31.25%;
  }
  #bootstrapped-student-app .col-md-4 {
    width: 25%;
  }
  #bootstrapped-student-app .col-md-3 {
    width: 18.75%;
  }
  #bootstrapped-student-app .col-md-2 {
    width: 12.5%;
  }
  #bootstrapped-student-app .col-md-1 {
    width: 6.25%;
  }
  #bootstrapped-student-app .col-md-pull-16 {
    right: 100%;
  }
  #bootstrapped-student-app .col-md-pull-15 {
    right: 93.75%;
  }
  #bootstrapped-student-app .col-md-pull-14 {
    right: 87.5%;
  }
  #bootstrapped-student-app .col-md-pull-13 {
    right: 81.25%;
  }
  #bootstrapped-student-app .col-md-pull-12 {
    right: 75%;
  }
  #bootstrapped-student-app .col-md-pull-11 {
    right: 68.75%;
  }
  #bootstrapped-student-app .col-md-pull-10 {
    right: 62.5%;
  }
  #bootstrapped-student-app .col-md-pull-9 {
    right: 56.25%;
  }
  #bootstrapped-student-app .col-md-pull-8 {
    right: 50%;
  }
  #bootstrapped-student-app .col-md-pull-7 {
    right: 43.75%;
  }
  #bootstrapped-student-app .col-md-pull-6 {
    right: 37.5%;
  }
  #bootstrapped-student-app .col-md-pull-5 {
    right: 31.25%;
  }
  #bootstrapped-student-app .col-md-pull-4 {
    right: 25%;
  }
  #bootstrapped-student-app .col-md-pull-3 {
    right: 18.75%;
  }
  #bootstrapped-student-app .col-md-pull-2 {
    right: 12.5%;
  }
  #bootstrapped-student-app .col-md-pull-1 {
    right: 6.25%;
  }
  #bootstrapped-student-app .col-md-pull-0 {
    right: 0%;
  }
  #bootstrapped-student-app .col-md-push-16 {
    left: 100%;
  }
  #bootstrapped-student-app .col-md-push-15 {
    left: 93.75%;
  }
  #bootstrapped-student-app .col-md-push-14 {
    left: 87.5%;
  }
  #bootstrapped-student-app .col-md-push-13 {
    left: 81.25%;
  }
  #bootstrapped-student-app .col-md-push-12 {
    left: 75%;
  }
  #bootstrapped-student-app .col-md-push-11 {
    left: 68.75%;
  }
  #bootstrapped-student-app .col-md-push-10 {
    left: 62.5%;
  }
  #bootstrapped-student-app .col-md-push-9 {
    left: 56.25%;
  }
  #bootstrapped-student-app .col-md-push-8 {
    left: 50%;
  }
  #bootstrapped-student-app .col-md-push-7 {
    left: 43.75%;
  }
  #bootstrapped-student-app .col-md-push-6 {
    left: 37.5%;
  }
  #bootstrapped-student-app .col-md-push-5 {
    left: 31.25%;
  }
  #bootstrapped-student-app .col-md-push-4 {
    left: 25%;
  }
  #bootstrapped-student-app .col-md-push-3 {
    left: 18.75%;
  }
  #bootstrapped-student-app .col-md-push-2 {
    left: 12.5%;
  }
  #bootstrapped-student-app .col-md-push-1 {
    left: 6.25%;
  }
  #bootstrapped-student-app .col-md-push-0 {
    left: 0%;
  }
  #bootstrapped-student-app .col-md-offset-16 {
    margin-left: 100%;
  }
  #bootstrapped-student-app .col-md-offset-15 {
    margin-left: 93.75%;
  }
  #bootstrapped-student-app .col-md-offset-14 {
    margin-left: 87.5%;
  }
  #bootstrapped-student-app .col-md-offset-13 {
    margin-left: 81.25%;
  }
  #bootstrapped-student-app .col-md-offset-12 {
    margin-left: 75%;
  }
  #bootstrapped-student-app .col-md-offset-11 {
    margin-left: 68.75%;
  }
  #bootstrapped-student-app .col-md-offset-10 {
    margin-left: 62.5%;
  }
  #bootstrapped-student-app .col-md-offset-9 {
    margin-left: 56.25%;
  }
  #bootstrapped-student-app .col-md-offset-8 {
    margin-left: 50%;
  }
  #bootstrapped-student-app .col-md-offset-7 {
    margin-left: 43.75%;
  }
  #bootstrapped-student-app .col-md-offset-6 {
    margin-left: 37.5%;
  }
  #bootstrapped-student-app .col-md-offset-5 {
    margin-left: 31.25%;
  }
  #bootstrapped-student-app .col-md-offset-4 {
    margin-left: 25%;
  }
  #bootstrapped-student-app .col-md-offset-3 {
    margin-left: 18.75%;
  }
  #bootstrapped-student-app .col-md-offset-2 {
    margin-left: 12.5%;
  }
  #bootstrapped-student-app .col-md-offset-1 {
    margin-left: 6.25%;
  }
  #bootstrapped-student-app .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1268px) {
  #bootstrapped-student-app .col-lg-1,
  #bootstrapped-student-app .col-lg-2,
  #bootstrapped-student-app .col-lg-3,
  #bootstrapped-student-app .col-lg-4,
  #bootstrapped-student-app .col-lg-5,
  #bootstrapped-student-app .col-lg-6,
  #bootstrapped-student-app .col-lg-7,
  #bootstrapped-student-app .col-lg-8,
  #bootstrapped-student-app .col-lg-9,
  #bootstrapped-student-app .col-lg-10,
  #bootstrapped-student-app .col-lg-11,
  #bootstrapped-student-app .col-lg-12,
  #bootstrapped-student-app .col-lg-13,
  #bootstrapped-student-app .col-lg-14,
  #bootstrapped-student-app .col-lg-15,
  #bootstrapped-student-app .col-lg-16 {
    float: left;
  }
  #bootstrapped-student-app .col-lg-16 {
    width: 100%;
  }
  #bootstrapped-student-app .col-lg-15 {
    width: 93.75%;
  }
  #bootstrapped-student-app .col-lg-14 {
    width: 87.5%;
  }
  #bootstrapped-student-app .col-lg-13 {
    width: 81.25%;
  }
  #bootstrapped-student-app .col-lg-12 {
    width: 75%;
  }
  #bootstrapped-student-app .col-lg-11 {
    width: 68.75%;
  }
  #bootstrapped-student-app .col-lg-10 {
    width: 62.5%;
  }
  #bootstrapped-student-app .col-lg-9 {
    width: 56.25%;
  }
  #bootstrapped-student-app .col-lg-8 {
    width: 50%;
  }
  #bootstrapped-student-app .col-lg-7 {
    width: 43.75%;
  }
  #bootstrapped-student-app .col-lg-6 {
    width: 37.5%;
  }
  #bootstrapped-student-app .col-lg-5 {
    width: 31.25%;
  }
  #bootstrapped-student-app .col-lg-4 {
    width: 25%;
  }
  #bootstrapped-student-app .col-lg-3 {
    width: 18.75%;
  }
  #bootstrapped-student-app .col-lg-2 {
    width: 12.5%;
  }
  #bootstrapped-student-app .col-lg-1 {
    width: 6.25%;
  }
  #bootstrapped-student-app .col-lg-pull-16 {
    right: 100%;
  }
  #bootstrapped-student-app .col-lg-pull-15 {
    right: 93.75%;
  }
  #bootstrapped-student-app .col-lg-pull-14 {
    right: 87.5%;
  }
  #bootstrapped-student-app .col-lg-pull-13 {
    right: 81.25%;
  }
  #bootstrapped-student-app .col-lg-pull-12 {
    right: 75%;
  }
  #bootstrapped-student-app .col-lg-pull-11 {
    right: 68.75%;
  }
  #bootstrapped-student-app .col-lg-pull-10 {
    right: 62.5%;
  }
  #bootstrapped-student-app .col-lg-pull-9 {
    right: 56.25%;
  }
  #bootstrapped-student-app .col-lg-pull-8 {
    right: 50%;
  }
  #bootstrapped-student-app .col-lg-pull-7 {
    right: 43.75%;
  }
  #bootstrapped-student-app .col-lg-pull-6 {
    right: 37.5%;
  }
  #bootstrapped-student-app .col-lg-pull-5 {
    right: 31.25%;
  }
  #bootstrapped-student-app .col-lg-pull-4 {
    right: 25%;
  }
  #bootstrapped-student-app .col-lg-pull-3 {
    right: 18.75%;
  }
  #bootstrapped-student-app .col-lg-pull-2 {
    right: 12.5%;
  }
  #bootstrapped-student-app .col-lg-pull-1 {
    right: 6.25%;
  }
  #bootstrapped-student-app .col-lg-pull-0 {
    right: 0%;
  }
  #bootstrapped-student-app .col-lg-push-16 {
    left: 100%;
  }
  #bootstrapped-student-app .col-lg-push-15 {
    left: 93.75%;
  }
  #bootstrapped-student-app .col-lg-push-14 {
    left: 87.5%;
  }
  #bootstrapped-student-app .col-lg-push-13 {
    left: 81.25%;
  }
  #bootstrapped-student-app .col-lg-push-12 {
    left: 75%;
  }
  #bootstrapped-student-app .col-lg-push-11 {
    left: 68.75%;
  }
  #bootstrapped-student-app .col-lg-push-10 {
    left: 62.5%;
  }
  #bootstrapped-student-app .col-lg-push-9 {
    left: 56.25%;
  }
  #bootstrapped-student-app .col-lg-push-8 {
    left: 50%;
  }
  #bootstrapped-student-app .col-lg-push-7 {
    left: 43.75%;
  }
  #bootstrapped-student-app .col-lg-push-6 {
    left: 37.5%;
  }
  #bootstrapped-student-app .col-lg-push-5 {
    left: 31.25%;
  }
  #bootstrapped-student-app .col-lg-push-4 {
    left: 25%;
  }
  #bootstrapped-student-app .col-lg-push-3 {
    left: 18.75%;
  }
  #bootstrapped-student-app .col-lg-push-2 {
    left: 12.5%;
  }
  #bootstrapped-student-app .col-lg-push-1 {
    left: 6.25%;
  }
  #bootstrapped-student-app .col-lg-push-0 {
    left: 0%;
  }
  #bootstrapped-student-app .col-lg-offset-16 {
    margin-left: 100%;
  }
  #bootstrapped-student-app .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  #bootstrapped-student-app .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  #bootstrapped-student-app .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  #bootstrapped-student-app .col-lg-offset-12 {
    margin-left: 75%;
  }
  #bootstrapped-student-app .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  #bootstrapped-student-app .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  #bootstrapped-student-app .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  #bootstrapped-student-app .col-lg-offset-8 {
    margin-left: 50%;
  }
  #bootstrapped-student-app .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  #bootstrapped-student-app .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  #bootstrapped-student-app .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  #bootstrapped-student-app .col-lg-offset-4 {
    margin-left: 25%;
  }
  #bootstrapped-student-app .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  #bootstrapped-student-app .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  #bootstrapped-student-app .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  #bootstrapped-student-app .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#bootstrapped-student-app fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
#bootstrapped-student-app legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#bootstrapped-student-app label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
#bootstrapped-student-app input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#bootstrapped-student-app input[type="radio"],
#bootstrapped-student-app input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
#bootstrapped-student-app input[type="file"] {
  display: block;
}
#bootstrapped-student-app input[type="range"] {
  display: block;
  width: 100%;
}
#bootstrapped-student-app select[multiple],
#bootstrapped-student-app select[size] {
  height: auto;
}
#bootstrapped-student-app select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
#bootstrapped-student-app input[type="file"]:focus,
#bootstrapped-student-app input[type="radio"]:focus,
#bootstrapped-student-app input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#bootstrapped-student-app input[type="number"]::-webkit-outer-spin-button,
#bootstrapped-student-app input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
#bootstrapped-student-app output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
#bootstrapped-student-app .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  -moz-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  -o-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
}
#bootstrapped-student-app .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#bootstrapped-student-app .form-control:-moz-placeholder {
  color: #999999;
}
#bootstrapped-student-app .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#bootstrapped-student-app .form-control:-ms-input-placeholder {
  color: #999999;
}
#bootstrapped-student-app .form-control::-webkit-input-placeholder {
  color: #999999;
}
#bootstrapped-student-app .form-control[disabled],
#bootstrapped-student-app .form-control[readonly],
#bootstrapped-student-app fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
#bootstrapped-student-app textarea.form-control {
  height: auto;
}
#bootstrapped-student-app input[type="date"] {
  line-height: 34px;
}
#bootstrapped-student-app .form-group {
  margin-bottom: 15px;
}
#bootstrapped-student-app .radio,
#bootstrapped-student-app .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
#bootstrapped-student-app .radio label,
#bootstrapped-student-app .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
#bootstrapped-student-app .radio input[type="radio"],
#bootstrapped-student-app .radio-inline input[type="radio"],
#bootstrapped-student-app .checkbox input[type="checkbox"],
#bootstrapped-student-app .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
#bootstrapped-student-app .radio + .radio,
#bootstrapped-student-app .checkbox + .checkbox {
  margin-top: -5px;
}
#bootstrapped-student-app .radio-inline,
#bootstrapped-student-app .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#bootstrapped-student-app .radio-inline + .radio-inline,
#bootstrapped-student-app .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#bootstrapped-student-app input[type="radio"][disabled],
#bootstrapped-student-app input[type="checkbox"][disabled],
#bootstrapped-student-app .radio[disabled],
#bootstrapped-student-app .radio-inline[disabled],
#bootstrapped-student-app .checkbox[disabled],
#bootstrapped-student-app .checkbox-inline[disabled],
#bootstrapped-student-app fieldset[disabled] input[type="radio"],
#bootstrapped-student-app fieldset[disabled] input[type="checkbox"],
#bootstrapped-student-app fieldset[disabled] .radio,
#bootstrapped-student-app fieldset[disabled] .radio-inline,
#bootstrapped-student-app fieldset[disabled] .checkbox,
#bootstrapped-student-app fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
#bootstrapped-student-app .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#bootstrapped-student-app select.input-sm {
  height: 30px;
  line-height: 30px;
}
#bootstrapped-student-app textarea.input-sm {
  height: auto;
}
#bootstrapped-student-app .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#bootstrapped-student-app select.input-lg {
  height: 46px;
  line-height: 46px;
}
#bootstrapped-student-app textarea.input-lg {
  height: auto;
}
#bootstrapped-student-app .has-feedback {
  position: relative;
}
#bootstrapped-student-app .has-feedback .form-control {
  padding-right: 42.5px;
}
#bootstrapped-student-app .has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
#bootstrapped-student-app .has-success .help-block,
#bootstrapped-student-app .has-success .control-label,
#bootstrapped-student-app .has-success .radio,
#bootstrapped-student-app .has-success .checkbox,
#bootstrapped-student-app .has-success .radio-inline,
#bootstrapped-student-app .has-success .checkbox-inline {
  color: #3c763d;
}
#bootstrapped-student-app .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#bootstrapped-student-app .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
#bootstrapped-student-app .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
#bootstrapped-student-app .has-success .form-control-feedback {
  color: #3c763d;
}
#bootstrapped-student-app .has-warning .help-block,
#bootstrapped-student-app .has-warning .control-label,
#bootstrapped-student-app .has-warning .radio,
#bootstrapped-student-app .has-warning .checkbox,
#bootstrapped-student-app .has-warning .radio-inline,
#bootstrapped-student-app .has-warning .checkbox-inline {
  color: #8a6d3b;
}
#bootstrapped-student-app .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#bootstrapped-student-app .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
#bootstrapped-student-app .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
#bootstrapped-student-app .has-warning .form-control-feedback {
  color: #8a6d3b;
}
#bootstrapped-student-app .has-error .help-block,
#bootstrapped-student-app .has-error .control-label,
#bootstrapped-student-app .has-error .radio,
#bootstrapped-student-app .has-error .checkbox,
#bootstrapped-student-app .has-error .radio-inline,
#bootstrapped-student-app .has-error .checkbox-inline {
  color: #a94442;
}
#bootstrapped-student-app .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#bootstrapped-student-app .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#bootstrapped-student-app .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
#bootstrapped-student-app .has-error .form-control-feedback {
  color: #a94442;
}
#bootstrapped-student-app .form-control-static {
  margin-bottom: 0;
}
#bootstrapped-student-app .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 760px) {
  #bootstrapped-student-app .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrapped-student-app .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #bootstrapped-student-app .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrapped-student-app .form-inline .radio,
  #bootstrapped-student-app .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  #bootstrapped-student-app .form-inline .radio input[type="radio"],
  #bootstrapped-student-app .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  #bootstrapped-student-app .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#bootstrapped-student-app .form-horizontal .control-label,
#bootstrapped-student-app .form-horizontal .radio,
#bootstrapped-student-app .form-horizontal .checkbox,
#bootstrapped-student-app .form-horizontal .radio-inline,
#bootstrapped-student-app .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
#bootstrapped-student-app .form-horizontal .radio,
#bootstrapped-student-app .form-horizontal .checkbox {
  min-height: 27px;
}
#bootstrapped-student-app .form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
#bootstrapped-student-app .form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 760px) {
  #bootstrapped-student-app .form-horizontal .control-label {
    text-align: right;
  }
}
#bootstrapped-student-app .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 12px;
}
#bootstrapped-student-app .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#bootstrapped-student-app .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#bootstrapped-student-app .btn:hover,
#bootstrapped-student-app .btn:focus {
  color: #333;
  text-decoration: none;
}
#bootstrapped-student-app .btn:active,
#bootstrapped-student-app .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#bootstrapped-student-app .btn.disabled,
#bootstrapped-student-app .btn[disabled],
#bootstrapped-student-app fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#bootstrapped-student-app .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#bootstrapped-student-app .btn-default:hover,
#bootstrapped-student-app .btn-default:focus,
#bootstrapped-student-app .btn-default:active,
#bootstrapped-student-app .btn-default.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#bootstrapped-student-app .btn-default:active,
#bootstrapped-student-app .btn-default.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-default {
  background-image: none;
}
#bootstrapped-student-app .btn-default.disabled,
#bootstrapped-student-app .btn-default[disabled],
#bootstrapped-student-app fieldset[disabled] .btn-default,
#bootstrapped-student-app .btn-default.disabled:hover,
#bootstrapped-student-app .btn-default[disabled]:hover,
#bootstrapped-student-app fieldset[disabled] .btn-default:hover,
#bootstrapped-student-app .btn-default.disabled:focus,
#bootstrapped-student-app .btn-default[disabled]:focus,
#bootstrapped-student-app fieldset[disabled] .btn-default:focus,
#bootstrapped-student-app .btn-default.disabled:active,
#bootstrapped-student-app .btn-default[disabled]:active,
#bootstrapped-student-app fieldset[disabled] .btn-default:active,
#bootstrapped-student-app .btn-default.disabled.active,
#bootstrapped-student-app .btn-default[disabled].active,
#bootstrapped-student-app fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
#bootstrapped-student-app .btn-default .badge {
  color: #fff;
  background-color: #333;
}
#bootstrapped-student-app .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
#bootstrapped-student-app .btn-primary:hover,
#bootstrapped-student-app .btn-primary:focus,
#bootstrapped-student-app .btn-primary:active,
#bootstrapped-student-app .btn-primary.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
#bootstrapped-student-app .btn-primary:active,
#bootstrapped-student-app .btn-primary.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-primary {
  background-image: none;
}
#bootstrapped-student-app .btn-primary.disabled,
#bootstrapped-student-app .btn-primary[disabled],
#bootstrapped-student-app fieldset[disabled] .btn-primary,
#bootstrapped-student-app .btn-primary.disabled:hover,
#bootstrapped-student-app .btn-primary[disabled]:hover,
#bootstrapped-student-app fieldset[disabled] .btn-primary:hover,
#bootstrapped-student-app .btn-primary.disabled:focus,
#bootstrapped-student-app .btn-primary[disabled]:focus,
#bootstrapped-student-app fieldset[disabled] .btn-primary:focus,
#bootstrapped-student-app .btn-primary.disabled:active,
#bootstrapped-student-app .btn-primary[disabled]:active,
#bootstrapped-student-app fieldset[disabled] .btn-primary:active,
#bootstrapped-student-app .btn-primary.disabled.active,
#bootstrapped-student-app .btn-primary[disabled].active,
#bootstrapped-student-app fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
#bootstrapped-student-app .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
#bootstrapped-student-app .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#bootstrapped-student-app .btn-success:hover,
#bootstrapped-student-app .btn-success:focus,
#bootstrapped-student-app .btn-success:active,
#bootstrapped-student-app .btn-success.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
#bootstrapped-student-app .btn-success:active,
#bootstrapped-student-app .btn-success.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-success {
  background-image: none;
}
#bootstrapped-student-app .btn-success.disabled,
#bootstrapped-student-app .btn-success[disabled],
#bootstrapped-student-app fieldset[disabled] .btn-success,
#bootstrapped-student-app .btn-success.disabled:hover,
#bootstrapped-student-app .btn-success[disabled]:hover,
#bootstrapped-student-app fieldset[disabled] .btn-success:hover,
#bootstrapped-student-app .btn-success.disabled:focus,
#bootstrapped-student-app .btn-success[disabled]:focus,
#bootstrapped-student-app fieldset[disabled] .btn-success:focus,
#bootstrapped-student-app .btn-success.disabled:active,
#bootstrapped-student-app .btn-success[disabled]:active,
#bootstrapped-student-app fieldset[disabled] .btn-success:active,
#bootstrapped-student-app .btn-success.disabled.active,
#bootstrapped-student-app .btn-success[disabled].active,
#bootstrapped-student-app fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#bootstrapped-student-app .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
#bootstrapped-student-app .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#bootstrapped-student-app .btn-info:hover,
#bootstrapped-student-app .btn-info:focus,
#bootstrapped-student-app .btn-info:active,
#bootstrapped-student-app .btn-info.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
#bootstrapped-student-app .btn-info:active,
#bootstrapped-student-app .btn-info.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-info {
  background-image: none;
}
#bootstrapped-student-app .btn-info.disabled,
#bootstrapped-student-app .btn-info[disabled],
#bootstrapped-student-app fieldset[disabled] .btn-info,
#bootstrapped-student-app .btn-info.disabled:hover,
#bootstrapped-student-app .btn-info[disabled]:hover,
#bootstrapped-student-app fieldset[disabled] .btn-info:hover,
#bootstrapped-student-app .btn-info.disabled:focus,
#bootstrapped-student-app .btn-info[disabled]:focus,
#bootstrapped-student-app fieldset[disabled] .btn-info:focus,
#bootstrapped-student-app .btn-info.disabled:active,
#bootstrapped-student-app .btn-info[disabled]:active,
#bootstrapped-student-app fieldset[disabled] .btn-info:active,
#bootstrapped-student-app .btn-info.disabled.active,
#bootstrapped-student-app .btn-info[disabled].active,
#bootstrapped-student-app fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#bootstrapped-student-app .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
#bootstrapped-student-app .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#bootstrapped-student-app .btn-warning:hover,
#bootstrapped-student-app .btn-warning:focus,
#bootstrapped-student-app .btn-warning:active,
#bootstrapped-student-app .btn-warning.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
#bootstrapped-student-app .btn-warning:active,
#bootstrapped-student-app .btn-warning.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-warning {
  background-image: none;
}
#bootstrapped-student-app .btn-warning.disabled,
#bootstrapped-student-app .btn-warning[disabled],
#bootstrapped-student-app fieldset[disabled] .btn-warning,
#bootstrapped-student-app .btn-warning.disabled:hover,
#bootstrapped-student-app .btn-warning[disabled]:hover,
#bootstrapped-student-app fieldset[disabled] .btn-warning:hover,
#bootstrapped-student-app .btn-warning.disabled:focus,
#bootstrapped-student-app .btn-warning[disabled]:focus,
#bootstrapped-student-app fieldset[disabled] .btn-warning:focus,
#bootstrapped-student-app .btn-warning.disabled:active,
#bootstrapped-student-app .btn-warning[disabled]:active,
#bootstrapped-student-app fieldset[disabled] .btn-warning:active,
#bootstrapped-student-app .btn-warning.disabled.active,
#bootstrapped-student-app .btn-warning[disabled].active,
#bootstrapped-student-app fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#bootstrapped-student-app .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
#bootstrapped-student-app .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#bootstrapped-student-app .btn-danger:hover,
#bootstrapped-student-app .btn-danger:focus,
#bootstrapped-student-app .btn-danger:active,
#bootstrapped-student-app .btn-danger.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
#bootstrapped-student-app .btn-danger:active,
#bootstrapped-student-app .btn-danger.active,
#bootstrapped-student-app .open .dropdown-toggle.btn-danger {
  background-image: none;
}
#bootstrapped-student-app .btn-danger.disabled,
#bootstrapped-student-app .btn-danger[disabled],
#bootstrapped-student-app fieldset[disabled] .btn-danger,
#bootstrapped-student-app .btn-danger.disabled:hover,
#bootstrapped-student-app .btn-danger[disabled]:hover,
#bootstrapped-student-app fieldset[disabled] .btn-danger:hover,
#bootstrapped-student-app .btn-danger.disabled:focus,
#bootstrapped-student-app .btn-danger[disabled]:focus,
#bootstrapped-student-app fieldset[disabled] .btn-danger:focus,
#bootstrapped-student-app .btn-danger.disabled:active,
#bootstrapped-student-app .btn-danger[disabled]:active,
#bootstrapped-student-app fieldset[disabled] .btn-danger:active,
#bootstrapped-student-app .btn-danger.disabled.active,
#bootstrapped-student-app .btn-danger[disabled].active,
#bootstrapped-student-app fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#bootstrapped-student-app .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
#bootstrapped-student-app .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
#bootstrapped-student-app .btn-link,
#bootstrapped-student-app .btn-link:active,
#bootstrapped-student-app .btn-link[disabled],
#bootstrapped-student-app fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#bootstrapped-student-app .btn-link,
#bootstrapped-student-app .btn-link:hover,
#bootstrapped-student-app .btn-link:focus,
#bootstrapped-student-app .btn-link:active {
  border-color: transparent;
}
#bootstrapped-student-app .btn-link:hover,
#bootstrapped-student-app .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
#bootstrapped-student-app .btn-link[disabled]:hover,
#bootstrapped-student-app fieldset[disabled] .btn-link:hover,
#bootstrapped-student-app .btn-link[disabled]:focus,
#bootstrapped-student-app fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
#bootstrapped-student-app .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#bootstrapped-student-app .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#bootstrapped-student-app .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#bootstrapped-student-app .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#bootstrapped-student-app .btn-block + .btn-block {
  margin-top: 5px;
}
#bootstrapped-student-app input[type="submit"].btn-block,
#bootstrapped-student-app input[type="reset"].btn-block,
#bootstrapped-student-app input[type="button"].btn-block {
  width: 100%;
}
#bootstrapped-student-app .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
#bootstrapped-student-app .fade.in {
  opacity: 1;
}
#bootstrapped-student-app .collapse {
  display: none;
}
#bootstrapped-student-app .collapse.in {
  display: block;
}
#bootstrapped-student-app .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
#bootstrapped-student-app .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#bootstrapped-student-app .input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#bootstrapped-student-app .input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
#bootstrapped-student-app .input-group-addon,
#bootstrapped-student-app .input-group-btn,
#bootstrapped-student-app .input-group .form-control {
  display: table-cell;
}
#bootstrapped-student-app .input-group-addon:not(:first-child):not(:last-child),
#bootstrapped-student-app .input-group-btn:not(:first-child):not(:last-child),
#bootstrapped-student-app .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#bootstrapped-student-app .input-group-addon,
#bootstrapped-student-app .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#bootstrapped-student-app .input-group-addon {
  line-height: 1;
  text-align: center;
}
#bootstrapped-student-app .input-group-addon input[type="radio"],
#bootstrapped-student-app .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
#bootstrapped-student-app .input-group-addon:first-child {
  border-right: 0;
}
#bootstrapped-student-app .input-group-addon:last-child {
  border-left: 0;
}
#bootstrapped-student-app .input-group-btn {
  position: relative;
  white-space: nowrap;
}
#bootstrapped-student-app .input-group-btn:first-child > .btn {
  margin-right: -1px;
}
#bootstrapped-student-app .input-group-btn:last-child > .btn {
  margin-left: -1px;
}
#bootstrapped-student-app .input-group-btn > .btn {
  position: relative;
}
#bootstrapped-student-app .input-group-btn > .btn + .btn {
  margin-left: -4px;
}
#bootstrapped-student-app .input-group-btn > .btn:hover,
#bootstrapped-student-app .input-group-btn > .btn:active {
  z-index: 2;
}
#bootstrapped-student-app .media,
#bootstrapped-student-app .media-body {
  overflow: hidden;
  zoom: 1;
}
#bootstrapped-student-app .media,
#bootstrapped-student-app .media .media {
  margin-top: 15px;
}
#bootstrapped-student-app .media:first-child {
  margin-top: 0;
}
#bootstrapped-student-app .media-object {
  display: block;
}
#bootstrapped-student-app .media-heading {
  margin: 0 0 5px;
}
#bootstrapped-student-app .media > .pull-left {
  margin-right: 10px;
}
#bootstrapped-student-app .media > .pull-right {
  margin-left: 10px;
}
#bootstrapped-student-app .media-list {
  padding-left: 0;
  list-style: none;
}
#bootstrapped-student-app .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#bootstrapped-student-app .close:hover,
#bootstrapped-student-app .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#bootstrapped-student-app button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#bootstrapped-student-app .modal-open {
  overflow: hidden;
}
#bootstrapped-student-app .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#bootstrapped-student-app .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#bootstrapped-student-app .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#bootstrapped-student-app .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#bootstrapped-student-app .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
#bootstrapped-student-app .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
#bootstrapped-student-app .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
#bootstrapped-student-app .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#bootstrapped-student-app .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
#bootstrapped-student-app .modal-header .close {
  margin-top: -2px;
}
#bootstrapped-student-app .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
#bootstrapped-student-app .modal-body {
  position: relative;
  padding: 20px;
}
#bootstrapped-student-app .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#bootstrapped-student-app .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
#bootstrapped-student-app .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#bootstrapped-student-app .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 760px) {
  #bootstrapped-student-app .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  #bootstrapped-student-app .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  #bootstrapped-student-app .modal-sm {
    width: 300px;
  }
  #bootstrapped-student-app .modal-lg {
    width: 900px;
  }
}
#bootstrapped-student-app .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
#bootstrapped-student-app .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#bootstrapped-student-app .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
#bootstrapped-student-app .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
#bootstrapped-student-app .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
#bootstrapped-student-app .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
#bootstrapped-student-app .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
#bootstrapped-student-app .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#bootstrapped-student-app .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#bootstrapped-student-app .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#bootstrapped-student-app .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#bootstrapped-student-app .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
#bootstrapped-student-app .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
#bootstrapped-student-app .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#bootstrapped-student-app .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#bootstrapped-student-app .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#bootstrapped-student-app .popover,
#bootstrapped-student-app .register-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
#bootstrapped-student-app .popover.top {
  margin-top: -10px;
}
#bootstrapped-student-app .popover.right {
  margin-left: 10px;
}
#bootstrapped-student-app .popover.bottom {
  margin-top: 10px;
}
#bootstrapped-student-app .popover.left {
  margin-left: -10px;
}
#bootstrapped-student-app .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
#bootstrapped-student-app .popover-content {
  padding: 9px 14px;
}
#bootstrapped-student-app .popover .arrow,
#bootstrapped-student-app .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#bootstrapped-student-app .popover .arrow {
  border-width: 11px;
}
#bootstrapped-student-app .popover .arrow:after {
  border-width: 10px;
  content: "";
}
#bootstrapped-student-app .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
#bootstrapped-student-app .popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
#bootstrapped-student-app .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
#bootstrapped-student-app .popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
#bootstrapped-student-app .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
#bootstrapped-student-app .popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
#bootstrapped-student-app .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
#bootstrapped-student-app .popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
#bootstrapped-student-app .clearfix:before,
#bootstrapped-student-app .clearfix:after,
#bootstrapped-student-app .container:before,
#bootstrapped-student-app .container:after,
#bootstrapped-student-app .container-fluid:before,
#bootstrapped-student-app .container-fluid:after,
#bootstrapped-student-app .row:before,
#bootstrapped-student-app .row:after,
#bootstrapped-student-app .form-horizontal .form-group:before,
#bootstrapped-student-app .form-horizontal .form-group:after,
#bootstrapped-student-app .modal-footer:before,
#bootstrapped-student-app .modal-footer:after {
  content: " ";
  display: table;
}
#bootstrapped-student-app .clearfix:after,
#bootstrapped-student-app .container:after,
#bootstrapped-student-app .container-fluid:after,
#bootstrapped-student-app .row:after,
#bootstrapped-student-app .form-horizontal .form-group:after,
#bootstrapped-student-app .modal-footer:after {
  clear: both;
}
#bootstrapped-student-app .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#bootstrapped-student-app .pull-right {
  float: right !important;
}
#bootstrapped-student-app .pull-left {
  float: left !important;
}
#bootstrapped-student-app .hide {
  display: none !important;
}
#bootstrapped-student-app .show {
  display: block !important;
}
#bootstrapped-student-app .invisible {
  visibility: hidden;
}
#bootstrapped-student-app .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#bootstrapped-student-app .hidden {
  display: none !important;
  visibility: hidden !important;
}
#bootstrapped-student-app .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
#bootstrapped-student-app .visible-xs,
#bootstrapped-student-app tr.visible-xs,
#bootstrapped-student-app th.visible-xs,
#bootstrapped-student-app td.visible-xs {
  display: none !important;
}
@media (max-width: 759px) {
  #bootstrapped-student-app .visible-xs {
    display: block !important;
  }
  #bootstrapped-student-app table.visible-xs {
    display: table;
  }
  #bootstrapped-student-app tr.visible-xs {
    display: table-row !important;
  }
  #bootstrapped-student-app th.visible-xs,
  #bootstrapped-student-app td.visible-xs {
    display: table-cell !important;
  }
}
#bootstrapped-student-app .visible-sm,
#bootstrapped-student-app tr.visible-sm,
#bootstrapped-student-app th.visible-sm,
#bootstrapped-student-app td.visible-sm {
  display: none !important;
}
@media (min-width: 760px) and (max-width: 1019px) {
  #bootstrapped-student-app .visible-sm {
    display: block !important;
  }
  #bootstrapped-student-app table.visible-sm {
    display: table;
  }
  #bootstrapped-student-app tr.visible-sm {
    display: table-row !important;
  }
  #bootstrapped-student-app th.visible-sm,
  #bootstrapped-student-app td.visible-sm {
    display: table-cell !important;
  }
}
#bootstrapped-student-app .visible-md,
#bootstrapped-student-app tr.visible-md,
#bootstrapped-student-app th.visible-md,
#bootstrapped-student-app td.visible-md {
  display: none !important;
}
@media (min-width: 1020px) and (max-width: 1267px) {
  #bootstrapped-student-app .visible-md {
    display: block !important;
  }
  #bootstrapped-student-app table.visible-md {
    display: table;
  }
  #bootstrapped-student-app tr.visible-md {
    display: table-row !important;
  }
  #bootstrapped-student-app th.visible-md,
  #bootstrapped-student-app td.visible-md {
    display: table-cell !important;
  }
}
#bootstrapped-student-app .visible-lg,
#bootstrapped-student-app tr.visible-lg,
#bootstrapped-student-app th.visible-lg,
#bootstrapped-student-app td.visible-lg {
  display: none !important;
}
@media (min-width: 1268px) {
  #bootstrapped-student-app .visible-lg {
    display: block !important;
  }
  #bootstrapped-student-app table.visible-lg {
    display: table;
  }
  #bootstrapped-student-app tr.visible-lg {
    display: table-row !important;
  }
  #bootstrapped-student-app th.visible-lg,
  #bootstrapped-student-app td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 759px) {
  #bootstrapped-student-app .hidden-xs,
  #bootstrapped-student-app tr.hidden-xs,
  #bootstrapped-student-app th.hidden-xs,
  #bootstrapped-student-app td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 760px) and (max-width: 1019px) {
  #bootstrapped-student-app .hidden-sm,
  #bootstrapped-student-app tr.hidden-sm,
  #bootstrapped-student-app th.hidden-sm,
  #bootstrapped-student-app td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1020px) and (max-width: 1267px) {
  #bootstrapped-student-app .hidden-md,
  #bootstrapped-student-app tr.hidden-md,
  #bootstrapped-student-app th.hidden-md,
  #bootstrapped-student-app td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1268px) {
  #bootstrapped-student-app .hidden-lg,
  #bootstrapped-student-app tr.hidden-lg,
  #bootstrapped-student-app th.hidden-lg,
  #bootstrapped-student-app td.hidden-lg {
    display: none !important;
  }
}
#bootstrapped-student-app .visible-print,
#bootstrapped-student-app tr.visible-print,
#bootstrapped-student-app th.visible-print,
#bootstrapped-student-app td.visible-print {
  display: none !important;
}
@media print {
  #bootstrapped-student-app .visible-print {
    display: block !important;
  }
  #bootstrapped-student-app table.visible-print {
    display: table;
  }
  #bootstrapped-student-app tr.visible-print {
    display: table-row !important;
  }
  #bootstrapped-student-app th.visible-print,
  #bootstrapped-student-app td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  #bootstrapped-student-app .hidden-print,
  #bootstrapped-student-app tr.hidden-print,
  #bootstrapped-student-app th.hidden-print,
  #bootstrapped-student-app td.hidden-print {
    display: none !important;
  }
}
#bootstrapped-student-app .full-page {
  width: 100%;
  text-align: center;
}
#bootstrapped-student-app .hover-knockback {
  opacity: 0.75;
}
#bootstrapped-student-app .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#bootstrapped-student-app .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
#bootstrapped-student-app .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#bootstrapped-student-app .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#bootstrapped-student-app .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
#bootstrapped-student-app .owl-carousel .owl-item {
  float: left;
}
#bootstrapped-student-app .owl-controls .owl-page,
#bootstrapped-student-app .owl-controls .owl-buttons div {
  cursor: pointer;
}
#bootstrapped-student-app .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#bootstrapped-student-app .grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
#bootstrapped-student-app .owl-carousel .owl-wrapper,
#bootstrapped-student-app .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#bootstrapped-student-app .owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
#bootstrapped-student-app .owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
#bootstrapped-student-app .owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
#bootstrapped-student-app .owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
#bootstrapped-student-app .owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
#bootstrapped-student-app .owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
#bootstrapped-student-app .owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
#bootstrapped-student-app .owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
#bootstrapped-student-app .owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
#bootstrapped-student-app .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
#bootstrapped-student-app .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  padding: 3px 10px;
}
#bootstrapped-student-app .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
#bootstrapped-student-app .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
#bootstrapped-student-app .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border: 1px solid #dce0e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}
#bootstrapped-student-app .owl-theme .owl-controls .owl-page.active span,
#bootstrapped-student-app .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #dce0e5;
}
#bootstrapped-student-app .owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#bootstrapped-student-app .owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
@font-face {
  font-family: 'lmbase2';
  src: url('../../station/fonts/lmfonts/lmbase-webfont.eot?v=1.0.2');
  src: url('../../station/fonts/lmfonts/lmbase-webfont.eot?#iefix&v=1.0.2') format('embedded-opentype'), url('../../station/fonts/lmfonts/lmbase-webfont.woff?v=1.0.2') format('woff'), url('../../station/fonts/lmfonts/lmbase-webfont.ttf?v=1.0.2') format('truetype'), url('../../station/fonts/lmfonts/lmbase-webfont.svg?v=1.0.2') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lmsocialmedia';
  src: url('../../station/fonts/lmfonts/lmsocialmedia-webfont.eot?v=1.0.2');
  src: url('../../station/fonts/lmfonts/lmsocialmedia-webfont.eot?#iefix&v=1.0.2') format('embedded-opentype'), url('../../station/fonts/lmfonts/lmsocialmedia-webfont.woff?v=1.0.2') format('woff'), url('../../station/fonts/lmfonts/lmsocialmedia-webfont.ttf?v=1.0.2') format('truetype'), url('../../station/fonts/lmfonts/lmsocialmedia-webfont.svg?v=1.0.2') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lmhandregular';
  src: url('../../station/fonts/lmfonts/lmhand-webfont.eot?v=1.0.2');
  src: url('../../station/fonts/lmfonts/lmhand-webfont.eot?#iefix&v=1.0.2') format('embedded-opentype'), url('../../station/fonts/lmfonts/lmhand-webfont.woff?v=1.0.2') format('woff'), url('../../station/fonts/lmfonts/lmhand-webfont.ttf?v=1.0.2') format('truetype'), url('../../station/fonts/lmfonts/lmhand-webfont.svg?v=1.0.2') format('svg');
  font-weight: normal;
  font-style: normal;
}
#bootstrapped-student-app .lm,
#bootstrapped-student-app .lmh,
#bootstrapped-student-app .ps,
#bootstrapped-student-app .chevron-icon {
  display: inline-block;
  font-family: lmbase2;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0 0.4em;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bootstrapped-student-app .lmh {
  font-family: lmhandregular;
}
#bootstrapped-student-app .ps {
  font-family: lmsocialmedia;
}
#bootstrapped-student-app .lm-stack,
#bootstrapped-student-app .lmh-stack,
#bootstrapped-student-app .ps-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
#bootstrapped-student-app .lm-stack-1x,
#bootstrapped-student-app .lm-stack-2x,
#bootstrapped-student-app .lmh-stack-1x,
#bootstrapped-student-app .lmh-stack-2x,
#bootstrapped-student-app .ps-stack-1x,
#bootstrapped-student-app .ps-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#bootstrapped-student-app .lm-stack-1x,
#bootstrapped-student-app .lmh-stack-1x,
#bootstrapped-student-app .ps-stack-1x {
  line-height: inherit;
}
#bootstrapped-student-app .lm-stack-2x,
#bootstrapped-student-app .lmh-stack-2x,
#bootstrapped-student-app .ps-stack-2x {
  font-size: 2em;
}
#bootstrapped-student-app .lm-inverse,
#bootstrapped-student-app .lmh-inverse,
#bootstrapped-student-app .ps-inverse {
  color: #fff;
}
#bootstrapped-student-app .lm-jigsaw-puzzle:before {
  content: "\0021";
}
#bootstrapped-student-app .lm-key:before {
  content: "$";
}
#bootstrapped-student-app .lm-fullscreen-enter:before {
  content: "^";
}
#bootstrapped-student-app .lm-fullscreen-exit:before {
  content: "%";
}
#bootstrapped-student-app .lm-checked-box:before {
  content: "\0030";
}
#bootstrapped-student-app .lm-three-dots:before {
  content: "\0022";
}
#bootstrapped-student-app .lm-ilp:before {
  content: "\e901";
}
#bootstrapped-student-app .lm-results:before {
  content: "\e903";
}
#bootstrapped-student-app .lm-notes:before {
  content: "\e902";
}
#bootstrapped-student-app .lm-lock:before {
  content: "\e900";
}
#bootstrapped-student-app .lm-collection:before {
  content: "\e904";
}
#bootstrapped-student-app .lm-envelope:before {
  content: "\0061";
}
#bootstrapped-student-app .lm-question-o:before {
  content: "\0062";
}
#bootstrapped-student-app .lm-happyface:before {
  content: "\0063";
}
#bootstrapped-student-app .lm-star-o:before {
  content: "\0064";
}
#bootstrapped-student-app .lm-star:before {
  content: "\0065";
}
#bootstrapped-student-app .lm-half-star:before {
  content: "\0040";
}
#bootstrapped-student-app .lm-search:before {
  content: "\0066";
}
#bootstrapped-student-app .lm-play-o:before {
  content: "\0067";
}
#bootstrapped-student-app .lm-screen-pointer:before {
  content: "\0068";
}
#bootstrapped-student-app .lm-pictures:before {
  content: "\0069";
}
#bootstrapped-student-app .lm-ear-wave:before {
  content: "\006A";
}
#bootstrapped-student-app .lm-picture:before {
  content: "\006B";
}
#bootstrapped-student-app .lm-documents:before {
  content: "\006C";
}
#bootstrapped-student-app .lm-screen-text:before {
  content: "\006D";
}
#bootstrapped-student-app .lm-add:before {
  content: "\006E";
}
#bootstrapped-student-app .lm-document:before {
  content: "\006F";
}
#bootstrapped-student-app .lm-folder:before {
  content: "\0070";
}
#bootstrapped-student-app .lm-gears:before {
  content: "\0071";
}
#bootstrapped-student-app .lm-film-clip:before {
  content: "\0072";
}
#bootstrapped-student-app .lm-people:before {
  content: "\0073";
}
#bootstrapped-student-app .lm-teacher:before {
  content: "\0074";
}
#bootstrapped-student-app .lm-hands-up:before {
  content: "\0075";
}
#bootstrapped-student-app .lm-beta:before {
  content: "\0076";
}
#bootstrapped-student-app .lm-printer:before {
  content: "\0077";
}
#bootstrapped-student-app .lm-link:before {
  content: "\0078";
}
#bootstrapped-student-app .lm-share:before {
  content: "\0079";
}
#bootstrapped-student-app .lm-pencil:before {
  content: "\007A";
}
#bootstrapped-student-app .lm-no-pencil:before {
  content: "\0034";
}
#bootstrapped-student-app .lm-page:before {
  content: "\0036";
}
#bootstrapped-student-app .lm-eye:before {
  content: "\0035";
}
#bootstrapped-student-app .lm-all-arrow:before {
  content: "\0037";
}
#bootstrapped-student-app .lm-star-outline:before {
  content: "\0039";
}
#bootstrapped-student-app .lm-heart-outline:before {
  content: "\0038";
}
#bootstrapped-student-app .lm-upload:before {
  content: "\002A";
}
#bootstrapped-student-app .lm-plus-o:before {
  content: "\0041";
}
#bootstrapped-student-app .lm-minus-o:before {
  content: "\0042";
}
#bootstrapped-student-app .lm-cross-o:before {
  content: "\0043";
}
#bootstrapped-student-app .lm-cross:before {
  content: "\0044";
}
#bootstrapped-student-app .lm-trash:before {
  content: "\0045";
}
#bootstrapped-student-app .lm-right-o:before {
  content: "\0046";
}
#bootstrapped-student-app .lm-left-o:before {
  content: "\0047";
}
#bootstrapped-student-app .lm-down-o:before {
  content: "\0048";
}
#bootstrapped-student-app .lm-up-o:before {
  content: "\0049";
}
#bootstrapped-student-app .lm-right-arrow:before {
  content: "\004A";
}
#bootstrapped-student-app .lm-left-arrow:before {
  content: "\004B";
}
#bootstrapped-student-app .lm-down-arrow:before {
  content: "\004C";
}
#bootstrapped-student-app .lm-up-arrow:before {
  content: "\004D";
}
#bootstrapped-student-app .lm-triangle-right:before {
  content: "\004E";
}
#bootstrapped-student-app .lm-triangle-left:before {
  content: "\004F";
}
#bootstrapped-student-app .lm-triangle-down:before {
  content: "\0050";
}
#bootstrapped-student-app .lm-triangle-up:before {
  content: "\0051";
}
#bootstrapped-student-app .lm-screen:before {
  content: "\0052";
}
#bootstrapped-student-app .icon-chevron-right:before {
  content: "\004A";
}
#bootstrapped-student-app .icon-chevron-down:before {
  content: "\004C";
}
#bootstrapped-student-app .lm-menu:before {
  content: "\0053";
}
#bootstrapped-student-app .lm-doc-sm:before {
  content: "\0054";
}
#bootstrapped-student-app .lm-heart:before {
  content: "\0055";
}
#bootstrapped-student-app .lm-edit:before {
  content: "\0056";
}
#bootstrapped-student-app .lm-download:before {
  content: "\0057";
}
#bootstrapped-student-app .lm-dash-add:before {
  content: "\0058";
}
#bootstrapped-student-app .lm-dash-delete:before {
  content: "\0059";
}
#bootstrapped-student-app .lm-dashboard:before {
  content: "\005A";
}
#bootstrapped-student-app .lm-info:before {
  content: "\0031";
}
#bootstrapped-student-app .lm-play-gallery:before {
  content: "\0032";
}
#bootstrapped-student-app .lm-fav-folder:before {
  content: "\0033";
}
#bootstrapped-student-app .lmh-smartphone:before {
  content: "\0021";
}
#bootstrapped-student-app .lmh-laptop:before {
  content: "\0040";
}
#bootstrapped-student-app .lmh-monitor:before {
  content: "\0023";
}
#bootstrapped-student-app .lmh-play-film:before {
  content: "\0024";
}
#bootstrapped-student-app .lmh-coffeecup:before {
  content: "\0025";
}
#bootstrapped-student-app .lmh-cutlery:before {
  content: "\0026";
}
#bootstrapped-student-app .lmh-at-symbol:before {
  content: "\0030";
}
#bootstrapped-student-app .lmh-one:before {
  content: "\0031";
}
#bootstrapped-student-app .lmh-two:before {
  content: "\0032";
}
#bootstrapped-student-app .lmh-three:before {
  content: "\0033";
}
#bootstrapped-student-app .lmh-four:before {
  content: "\0034";
}
#bootstrapped-student-app .lmh-five:before {
  content: "\0035";
}
#bootstrapped-student-app .lmh-question:before {
  content: "\0036";
}
#bootstrapped-student-app .lmh-megaphone:before {
  content: "\0037";
}
#bootstrapped-student-app .lmh-headset:before {
  content: "\0038";
}
#bootstrapped-student-app .lmh-headphones:before {
  content: "\0039";
}
#bootstrapped-student-app .lmh-apple:before {
  content: "\0028";
}
#bootstrapped-student-app .lmh-radio:before {
  content: "\0029";
}
#bootstrapped-student-app .lmh-fork-knife:before {
  content: "\002A";
}
#bootstrapped-student-app .lmh-newspapers:before {
  content: "\002D";
}
#bootstrapped-student-app .lmh-star-o:before {
  content: "\0041";
}
#bootstrapped-student-app .lmh-happyface:before {
  content: "\0042";
}
#bootstrapped-student-app .lmh-thumbup:before {
  content: "\0043";
}
#bootstrapped-student-app .lmh-idea:before {
  content: "\0044";
}
#bootstrapped-student-app .lmh-sun:before {
  content: "\0045";
}
#bootstrapped-student-app .lmh-chat:before {
  content: "\0046";
}
#bootstrapped-student-app .lmh-speechbubble:before {
  content: "\0047";
}
#bootstrapped-student-app .lmh-flag:before {
  content: "\0048";
}
#bootstrapped-student-app .lmh-check:before {
  content: "\0049";
}
#bootstrapped-student-app .lmh-alert:before {
  content: "\004A";
}
#bootstrapped-student-app .lmh-rightarrow:before {
  content: "\004B";
}
#bootstrapped-student-app .lmh-rightarrow-rev:before {
  content: "\004C";
}
#bootstrapped-student-app .lmh-books:before {
  content: "\004D";
}
#bootstrapped-student-app .lmh-newspaper:before {
  content: "\004E";
}
#bootstrapped-student-app .lmh-certificate:before {
  content: "\004F";
}
#bootstrapped-student-app .lmh-rosette:before {
  content: "\0050";
}
#bootstrapped-student-app .lmh-medal:before {
  content: "\0051";
}
#bootstrapped-student-app .lmh-diploma:before {
  content: "\0052";
}
#bootstrapped-student-app .lmh-graduationcap:before {
  content: "\0053";
}
#bootstrapped-student-app .lmh-pen:before {
  content: "\0054";
}
#bootstrapped-student-app .lmh-pencil:before {
  content: "\0055";
}
#bootstrapped-student-app .lmh-thumbtack:before {
  content: "\0056";
}
#bootstrapped-student-app .lmh-paperclip:before {
  content: "\0057";
}
#bootstrapped-student-app .lmh-envelope:before {
  content: "\0058";
}
#bootstrapped-student-app .lmh-glasses:before {
  content: "\0059";
}
#bootstrapped-student-app .lmh-clipboard:before {
  content: "\005A";
}
#bootstrapped-student-app .lmh-coffee:before {
  content: "\005E";
}
#bootstrapped-student-app .lmh-talking:before {
  content: "\005F";
}
#bootstrapped-student-app .lmh-right-o-rev:before {
  content: "\0060";
}
#bootstrapped-student-app .lmh-brush:before {
  content: "\0061";
}
#bootstrapped-student-app .lmh-music:before {
  content: "\0062";
}
#bootstrapped-student-app .lmh-somedude:before {
  content: "\0063";
}
#bootstrapped-student-app .lmh-scroll:before {
  content: "\0064";
}
#bootstrapped-student-app .lmh-vote:before {
  content: "\0065";
}
#bootstrapped-student-app .lmh-congress:before {
  content: "\0066";
}
#bootstrapped-student-app .lmh-world:before {
  content: "\0067";
}
#bootstrapped-student-app .lmh-earth:before {
  content: "\0068";
}
#bootstrapped-student-app .lmh-map-pin:before {
  content: "\0069";
}
#bootstrapped-student-app .lmh-saturn:before {
  content: "\006A";
}
#bootstrapped-student-app .lmh-spaceshuttle:before {
  content: "\006B";
}
#bootstrapped-student-app .lmh-trees:before {
  content: "\006C";
}
#bootstrapped-student-app .lmh-plant:before {
  content: "\006D";
}
#bootstrapped-student-app .lmh-recycle:before {
  content: "\006E";
}
#bootstrapped-student-app .lmh-chemicals:before {
  content: "\006F";
}
#bootstrapped-student-app .lmh-microscope:before {
  content: "\0070";
}
#bootstrapped-student-app .lmh-calculator:before {
  content: "\0071";
}
#bootstrapped-student-app .lmh-protractor:before {
  content: "\0072";
}
#bootstrapped-student-app .lmh-graph:before {
  content: "\0073";
}
#bootstrapped-student-app .lmh-snowman:before {
  content: "\0074";
}
#bootstrapped-student-app .lmh-snowflake:before {
  content: "\0075";
}
#bootstrapped-student-app .lmh-mittens:before {
  content: "\0076";
}
#bootstrapped-student-app .lmh-cog:before {
  content: "\0077";
}
#bootstrapped-student-app .lmh-pumpkin:before {
  content: "\0078";
}
#bootstrapped-student-app .lmh-heart:before {
  content: "\0079";
}
#bootstrapped-student-app .lmh-star:before {
  content: "\007A";
}
#bootstrapped-student-app .lmh-rtl:before {
  content: "\e900";
}
#bootstrapped-student-app .ps-facebook-rnd:before {
  content: "\0061";
}
#bootstrapped-student-app .ps-facebook-rev:before {
  content: "\0062";
}
#bootstrapped-student-app .ps-facebook:before {
  content: "\0063";
}
#bootstrapped-student-app .ps-twitter-rnd:before {
  content: "\0064";
}
#bootstrapped-student-app .ps-twitter-rev:before {
  content: "\0065";
}
#bootstrapped-student-app .ps-twitter:before {
  content: "\0066";
}
#bootstrapped-student-app .ps-linkedin-rnd:before {
  content: "\0067";
}
#bootstrapped-student-app .ps-linkedin-rev:before {
  content: "\0068";
}
#bootstrapped-student-app .ps-linkedin:before {
  content: "\0069";
}
#bootstrapped-student-app .ps-face-rnd:before {
  content: "\006A";
}
#bootstrapped-student-app .ps-face-rev:before {
  content: "\006B";
}
#bootstrapped-student-app .ps-face:before {
  content: "\006C";
}
#bootstrapped-student-app .ps-googleplus-rnd:before {
  content: "\006D";
}
#bootstrapped-student-app .ps-googleplus-rev:before {
  content: "\006E";
}
#bootstrapped-student-app .ps-googleplus:before {
  content: "\006F";
}
#bootstrapped-student-app .ps-pinterest-rnd:before {
  content: "\0070";
}
#bootstrapped-student-app .ps-pinterest-rev:before {
  content: "\0071";
}
#bootstrapped-student-app .ps-pinterest:before {
  content: "\0072";
}
#bootstrapped-student-app .ps-apple:before {
  content: "\0073";
}
#bootstrapped-student-app .ps-dvd:before {
  content: "\0074";
}
#bootstrapped-student-app .ps-cc:before {
  content: "\0075";
}
#bootstrapped-student-app .ps-pbs-rev:before {
  content: "\0076";
}
#bootstrapped-student-app .ps-pbs:before {
  content: "\0077";
}
#bootstrapped-student-app .ps-pbs-block:before {
  content: "\0078";
}
#bootstrapped-student-app .student-explorer {
  padding-left: 0!important;
  padding-right: 0!important;
}
#bootstrapped-student-app .student-explorer .card-cntr {
  -webkit-font-smoothing: antialiased;
}
#bootstrapped-student-app html.smil .student-explorer .card-cntr {
  -webkit-perspective: 800;
  perspective: 800px;
}
#bootstrapped-student-app html.smil .student-explorer .card-cntr.promo-card-cntr {
  -webkit-perspective: 1200;
  perspective: 1200px;
}
#bootstrapped-student-app html.smil .student-explorer .card-cntr .card {
  transition-duration: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
#bootstrapped-student-app html.smil .student-explorer .card-cntr .card .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#bootstrapped-student-app html.smil .student-explorer .card-cntr .card .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#bootstrapped-student-app html.smil .student-explorer .card-cntr .card.flipped {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#bootstrapped-student-app html.no-smil .student-explorer .card-cntr .back {
  display: none;
}
#bootstrapped-student-app html.no-smil .student-explorer .card-cntr:hover .front {
  display: none;
}
#bootstrapped-student-app html.no-smil .student-explorer .card-cntr:hover .back {
  display: block;
}
#bootstrapped-student-app .student-explorer .owl-wrapper-outer {
  padding-top: 35px;
  top: -20px;
  padding-bottom: 15px;
}
#bootstrapped-student-app .student-explorer .owl-controls {
  margin: 0;
}
#bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-prev,
#bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-next {
  font-family: lmbase2;
  font-size: 35px;
  border: 1px solid #dce0e5;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 26px 1px;
  border-radius: 4px;
  position: absolute;
  top: 116px;
}
@media (min-width: 760px) {
  #bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-prev,
  #bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-next {
    top: 116px;
  }
}
@media (min-width: 1020px) {
  #bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-prev,
  #bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-next {
    top: 168px;
  }
}
@media (min-width: 1268px) {
  #bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-prev,
  #bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-next {
    top: 226px;
  }
}
#bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-prev:hover,
#bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-next:hover {
  color: #4b5cdd;
}
#bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-prev {
  left: -10px;
  padding-right: 2px;
}
#bootstrapped-student-app .student-explorer .owl-controls .owl-buttons .owl-next {
  right: -15px;
  padding-left: 2px;
}
#bootstrapped-student-app .student-explorer .slide {
  height: 280px;
}
#bootstrapped-student-app .student-explorer .slide:before,
#bootstrapped-student-app .student-explorer .slide:after {
  content: " ";
  display: table;
}
#bootstrapped-student-app .student-explorer .slide:after {
  clear: both;
}
#bootstrapped-student-app .student-explorer .slide:before,
#bootstrapped-student-app .student-explorer .slide:after {
  content: " ";
  display: table;
}
#bootstrapped-student-app .student-explorer .slide:after {
  clear: both;
}
#bootstrapped-student-app .student-explorer .slide .promo-card h2 {
  font-size: 14px!important;
}
#bootstrapped-student-app .student-explorer .slide .promo-card .btn {
  font-size: 10px;
}
#bootstrapped-student-app .student-explorer .slide .subject-card {
  font-size: 10px;
}
#bootstrapped-student-app .student-explorer .slide .subject-card h2 {
  font-size: 14px!important;
}
@media (min-width: 760px) {
  #bootstrapped-student-app .student-explorer .slide {
    height: 330px;
  }
  #bootstrapped-student-app .student-explorer .slide .promo-card h2 {
    font-size: 20px!important;
  }
  #bootstrapped-student-app .student-explorer .slide .promo-card .btn {
    font-size: 14px;
  }
  #bootstrapped-student-app .student-explorer .slide .subject-card {
    font-size: 13px;
  }
  #bootstrapped-student-app .student-explorer .slide .subject-card h2 {
    font-size: 22px!important;
  }
}
@media (min-width: 1020px) {
  #bootstrapped-student-app .student-explorer .slide {
    height: 436px;
  }
  #bootstrapped-student-app .student-explorer .slide .promo-card h2 {
    font-size: 24px!important;
  }
  #bootstrapped-student-app .student-explorer .slide .promo-card .btn {
    font-size: 16px;
  }
  #bootstrapped-student-app .student-explorer .slide .subject-card {
    font-size: 16px;
  }
  #bootstrapped-student-app .student-explorer .slide .subject-card h2 {
    font-size: 28px!important;
  }
  #bootstrapped-student-app .student-explorer .slide .subject-card p {
    line-height: 27px!important;
  }
}
@media (min-width: 1268px) {
  #bootstrapped-student-app .student-explorer .slide {
    height: 540px;
  }
  #bootstrapped-student-app .student-explorer .slide .promo-card h2 {
    font-size: 30px!important;
    line-height: 41px!important;
  }
  #bootstrapped-student-app .student-explorer .slide .subject-card h2 {
    font-size: 34px!important;
  }
}
#bootstrapped-student-app .student-explorer .slide .left {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
#bootstrapped-student-app .student-explorer .slide .promo-card-cntr {
  height: 100%;
  padding: 10px;
}
#bootstrapped-student-app .student-explorer .slide .right {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
#bootstrapped-student-app .student-explorer .slide .right .top,
#bootstrapped-student-app .student-explorer .slide .right .bottom {
  height: 50%;
  padding: 10px 5px;
}
#bootstrapped-student-app .student-explorer .slide .card {
  box-shadow: 1px 1px 2px 0 rgba(100, 100, 100, 0.4);
  height: 100%;
  width: 100%;
}
#bootstrapped-student-app .student-explorer .slide .card div {
  position: relative;
}
#bootstrapped-student-app .student-explorer .slide .card h2,
#bootstrapped-student-app .student-explorer .slide .card p {
  margin: 0;
  line-height: 1.5;
}
#bootstrapped-student-app .student-explorer .slide .card .face {
  background-color: #f7f6f3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#bootstrapped-student-app .student-explorer .slide .card .front,
#bootstrapped-student-app .student-explorer .slide .card .back {
  height: 100%;
  width: 100%;
  padding: 8.7%;
}
#bootstrapped-student-app .student-explorer .slide .card .back {
  background-color: #566271;
  color: white;
  font-weight: 400;
}
#bootstrapped-student-app .student-explorer .slide .card .back h2 {
  color: white;
  font-weight: 300;
}
#bootstrapped-student-app .student-explorer .slide .card .back .btn {
  background-color: #2638C4;
  color: white;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  white-space: normal;
  text-align: left;
}
#bootstrapped-student-app .student-explorer .slide .card .back .btn:hover {
  background-color: #4b5cdd;
  color: white;
}
#bootstrapped-student-app .student-explorer .slide .card .back a {
  color: #2638C4;
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}
#bootstrapped-student-app .student-explorer .slide .card .back a:hover {
  color: #4b5cdd;
  text-decoration: none;
}
#bootstrapped-student-app .student-explorer .slide .promo-card h2 {
  font-weight: 300;
}
#bootstrapped-student-app .student-explorer .slide .subject-card h2 {
  font-size: 28px;
  text-transform: uppercase;
}
#bootstrapped-student-app .student-explorer .slide .subject-card a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0046';
  font-family: lmbase2;
  margin: auto 5px;
  position: relative;
  top: 1px;
}
#bootstrapped-student-app .register-tooltip {
  opacity: 0.96;
  filter: alpha(opacity=96);
  width: 400px;
  padding: 24px;
  left: 400px;
  top: 150px;
  background-color: #fff;
}
@media (min-width: 1020px) {
  #bootstrapped-student-app .register-tooltip {
    max-width: 400px;
  }
}
#bootstrapped-student-app .register-tooltip p {
  margin-top: 0;
  font-weight: 400;
}
#bootstrapped-student-app .register-tooltip.js-open {
  display: block;
}
#bootstrapped-student-app .register-tooltip .arrow,
#bootstrapped-student-app .register-tooltip .arrow:after {
  border-color: transparent;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
#bootstrapped-student-app .register-tooltip .arrow {
  border-width: 11px;
  top: 36px;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
#bootstrapped-student-app .register-tooltip .arrow:after {
  border-width: 10px;
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
#bootstrapped-student-app .register-tooltip .left-arrow:before {
  content: '';
  border: 11px solid transparent;
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 0;
  left: 100%;
}
#bootstrapped-student-app .register-tooltip .close-tooltip {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
#bootstrapped-student-app .register-tooltip .login-btn {
  float: left;
  padding: 10px 20px;
  background-color: #639a32;
  margin-top: 4px;
  margin-right: 24px;
  border-radius: 2px;
  color: #fff;
}
#bootstrapped-student-app .interstitial .modal-content {
  border-radius: 0;
  left: 8%;
  padding: 10px 20px;
  position: relative;
  width: 84%;
}
#bootstrapped-student-app .interstitial .modal-header,
#bootstrapped-student-app .interstitial .modal-body,
#bootstrapped-student-app .interstitial .modal-footer {
  padding: 10px 0;
}
#bootstrapped-student-app .interstitial .modal-header h3 {
  font: 300 28px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#bootstrapped-student-app .interstitial .modal-footer {
  border-top: none;
  margin-top: 0;
  text-align: left;
}
#bootstrapped-student-app .interstitial .modal-footer label {
  font-weight: 300!important;
}
#bootstrapped-student-app .interstitial .modal-footer label .url {
  color: #4b5cdd;
}
#bootstrapped-student-app .interstitial .modal-footer .opt-out-control {
  float: left;
}
#bootstrapped-student-app .interstitial .modal-footer .opt-out-label {
  display: block;
  margin-left: 25px;
}
#bootstrapped-student-app .interstitial menu {
  margin: 20px 0;
  padding-left: 0;
}
#bootstrapped-student-app .interstitial menu .btn {
  width: 48%;
}
#bootstrapped-student-app .interstitial menu .btn:first-child {
  margin-right: 2%;
}
#bootstrapped-student-app .interstitial .btn {
  border: none;
  border-radius: 2px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 10px;
}
#bootstrapped-student-app .interstitial .btn:hover {
  background-color: #e68000 !important;
  color: white;
}
#bootstrapped-student-app .interstitial .btn-primary {
  background-color: #2638C4;
  color: white;
}
#bootstrapped-student-app .interstitial .btn-secondary {
  background-color: white;
  border: solid 1px #dce0e5;
}
#bootstrapped-student-app body.favorites .modal.interstitial {
  margin: auto;
  overflow: auto;
  top: 10%;
  width: auto;
}
#bootstrapped-student-app #share-modal {
  font-weight: 400;
  margin-top: 120px;
}
#bootstrapped-student-app #share-modal .modal-content {
  border-radius: 0;
  padding-bottom: 20px;
}
#bootstrapped-student-app #share-modal .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 17px;
}
#bootstrapped-student-app #share-modal .modal-content .modal-header-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #353d46;
  margin: 0;
}
#bootstrapped-student-app #share-modal .modal-content .modal-body {
  max-height: 400px;
  overflow: auto;
  position: relative;
  padding: 20px;
}
#bootstrapped-student-app #share-modal .modal-content .modal-body input {
  padding: 2px 5px;
  width: 100%;
}
#bootstrapped-student-app #share-modal .modal-content .modal-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}
