@font-face {
  font-family: "PT Sans";
  src: url("/assets/fonts/PTSans-Italic.eot");
  src: url("/assets/fonts/PTSans-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-Italic.woff") format("woff"), url("/assets/fonts/PTSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans Caption";
  src: url("/assets/fonts/PTSans-CaptionBold.eot");
  src: url("/assets/fonts/PTSans-CaptionBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-CaptionBold.woff") format("woff"), url("/assets/fonts/PTSans-CaptionBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("/assets/fonts/PTSans-Regular.eot");
  src: url("/assets/fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-Regular.woff") format("woff"), url("/assets/fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("/assets/fonts/PTSans-BoldItalic.eot");
  src: url("/assets/fonts/PTSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-BoldItalic.woff") format("woff"), url("/assets/fonts/PTSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans Narrow";
  src: url("/assets/fonts/PTSans-NarrowBold.eot");
  src: url("/assets/fonts/PTSans-NarrowBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-NarrowBold.woff") format("woff"), url("/assets/fonts/PTSans-NarrowBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("/assets/fonts/PTSans-Bold.eot");
  src: url("/assets/fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-Bold.woff") format("woff"), url("/assets/fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans Caption";
  src: url("/assets/fonts/PTSans-Caption.eot");
  src: url("/assets/fonts/PTSans-Caption.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-Caption.woff") format("woff"), url("/assets/fonts/PTSans-Caption.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("/assets/fonts/PTSans-Regular_1.eot");
  src: url("/assets/fonts/PTSans-Regular_1.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-Regular_1.woff") format("woff"), url("/assets/fonts/PTSans-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans Narrow";
  src: url("/assets/fonts/PTSans-Narrow.eot");
  src: url("/assets/fonts/PTSans-Narrow.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PTSans-Narrow.woff") format("woff"), url("/assets/fonts/PTSans-Narrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * CSS Animations
 */
/** Spinner */
@-webkit-keyframes refresh_spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes refresh_spinner {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes refresh_spinner {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.spin-refresh {
  -webkit-animation-name: refresh_spinner;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: refresh_spinner;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: refresh_spinner;
  -ms-animation-duration: 1.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

/*
New buttons
 */
.btn-hfn-green {
  color: white;
  background-color: RGB(0, 166, 94);
  border-color: #008f51;
}

.btn-hfn-green:hover,
.btn-hfn-green:focus,
.btn-hfn-green:active,
.btn-hfn-green.active,
.open .dropdown-toggle.btn-hfn-green {
  color: white;
  background-color: #02824A;
  border-color: #008f51;
}

.btn-hfn-green:active,
.btn-hfn-green.active,
.open .dropdown-toggle.btn-hfn-green {
  background-image: none;
}

.btn-hfn-green.disabled,
.btn-hfn-green[disabled],
fieldset[disabled] .btn-hfn-green,
.btn-hfn-green.disabled:hover,
.btn-hfn-green[disabled]:hover,
fieldset[disabled] .btn-hfn-green:hover,
.btn-hfn-green.disabled:focus,
.btn-hfn-green[disabled]:focus,
fieldset[disabled] .btn-hfn-green:focus,
.btn-hfn-green.disabled:active,
.btn-hfn-green[disabled]:active,
fieldset[disabled] .btn-hfn-green:active,
.btn-hfn-green.disabled.active,
.btn-hfn-green[disabled].active,
fieldset[disabled] .btn-hfn-green.active {
  background-color: RGB(0, 166, 94);
  border-color: #008f51;
}

.btn-hfn-green .badge {
  color: RGB(0, 166, 94);
  background-color: white;
}

.btn-hfn-primary {
  color: #ffffff;
  background-color: #F9A61C;
  border-color: #E09316;
}

.btn-hfn-primary:hover,
.btn-hfn-primary:focus,
.btn-hfn-primary:active,
.btn-hfn-primary.active,
.open .dropdown-toggle.btn-hfn-primary {
  color: #ffffff;
  background-color: #F9961C;
  border-color: #E09316;
}

.btn-hfn-primary:active,
.btn-hfn-primary.active,
.open .dropdown-toggle.btn-hfn-primary {
  background-image: none;
}

.btn-hfn-primary.disabled,
.btn-hfn-primary[disabled],
fieldset[disabled] .btn-hfn-primary,
.btn-hfn-primary.disabled:hover,
.btn-hfn-primary[disabled]:hover,
fieldset[disabled] .btn-hfn-primary:hover,
.btn-hfn-primary.disabled:focus,
.btn-hfn-primary[disabled]:focus,
fieldset[disabled] .btn-hfn-primary:focus,
.btn-hfn-primary.disabled:active,
.btn-hfn-primary[disabled]:active,
fieldset[disabled] .btn-hfn-primary:active,
.btn-hfn-primary.disabled.active,
.btn-hfn-primary[disabled].active,
fieldset[disabled] .btn-hfn-primary.active {
  background-color: #F9A61C;
  border-color: #E09316;
}

.btn-hfn-primary .badge {
  color: #F9A61C;
  background-color: #ffffff;
}

/*
New panel
 */
.panel-hfn-grey {
  border-color: RGB(95, 96, 98);
}
.panel-hfn-grey .panel-heading {
  background-color: RGB(95, 96, 98);
  border-color: #464749;
  color: white;
}

/*
Overrides
 */
.btn {
  font-family: "PT Sans", Helvetica, sans-serif;
}

.page-header {
  border-color: RGB(95, 96, 98);
}

.jumbotron {
  padding: 15px 15px 15px 15px !important;
}
.jumbotron * {
  color: white;
}

.jumbotron.jumbotron-success {
  background-color: RGB(0, 166, 94);
}

.jumbotron.jumbotron-warning {
  background-color: RGB(95, 96, 98);
}

.well {
  background-color: white;
}

.navbar {
  background-color: RGB(95, 96, 98);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid white;
  height: 100%;
  z-index: 1;
}
.navbar .container-fluid {
  background: transparent;
}
.navbar .navbar-nav > li > a {
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:active {
  background-color: #02824A !important;
  border-color: #008f51 !important;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.navbar .navbar-nav > li.active > a {
  background-color: RGB(54, 140, 73) !important;
  border-color: #296A38 !important;
}
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus,
.navbar .navbar-nav > li.active > a:active {
  background-color: #1C632C !important;
  border-color: #296A38 !important;
}
.navbar .navbar-nav > li > a {
  color: white;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover {
  background-color: RGB(54, 140, 73);
  color: white;
}

.navbar::before {
  content: "";
  border-bottom: 5px solid RGB(0, 166, 94);
  height: 100%;
  display: block;
  left: 0px;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: -1;
}

.breadcrumb {
  background-color: white;
}

hr.hr-sm {
  margin-top: 4px;
  margin-bottom: 4px;
}

.progress-bar {
  min-width: 2em;
}

#page-header {
  margin-bottom: 1em;
}

.index-section {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*
Set animation variables for the icon transitions
 */
.category-icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  height: 250px;
  margin-bottom: 2em;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
.category-icon .category-icon-description {
  background-color: RGBA(249, 166, 28, 0.9);
  padding: 10px;
  position: absolute;
  top: 175px;
  width: 100%;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.category-icon .category-icon-description * {
  color: white;
}
.category-icon .category-icon-description .category-icon-title {
  font-size: 16pt;
  height: 60px;
  line-height: 16pt;
  position: relative;
  text-align: center;
}
.category-icon .category-icon-description .category-icon-title span {
  display: block;
}
.category-icon .category-icon-description p {
  font-size: 12pt;
  height: 155px;
  margin-top: 10px;
  text-align: left;
}

.category-icon-vendor .category-icon-description {
  background-color: RGBA(0, 0, 200, 0.75);
}

.category-icon:hover .category-icon-description {
  top: -1px;
}

.dropdown-menu .pull-left {
  padding-right: 20px;
}

.category-thumbnail {
  height: 200px;
  width: 200px;
}

#login-form {
  padding-top: 60px;
  padding-bottom: 60px;
}
#login-form img {
  margin-bottom: 2em;
}
#login-form input, #login-form button {
  margin-bottom: 0.75em;
}

.class-body-text {
  margin-bottom: 6em;
}

.class-description-text {
  margin-top: 1em;
  margin-bottom: 1em;
}

.quiz-remove-option {
  cursor: pointer;
}

.course-progress-bar {
  margin-top: 0px;
}

.course-complete,
.course-status {
  background-color: RGBA(255, 255, 255, 0.75);
  font-size: 15pt;
  text-align: center;
}

#quiz-questions-container .question-set {
  margin-bottom: 2em;
}
#quiz-questions-container .question-set legend {
  font-size: inherit;
}
#quiz-questions-container .question-set label {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin-left: 2em;
  text-align: left;
}

#class-list-group.list-group a.active {
  background-color: RGB(95, 96, 98);
  border-color: #464749;
}
#class-list-group.list-group a.active:hover {
  background-color: #515254;
  border-color: #464749;
}

#quiz-list-group.list-group a {
  background-color: #F9A61C;
  border-color: #E09316;
  color: white;
}
#quiz-list-group.list-group a:hover {
  background-color: #F9961C;
}
#quiz-list-group.list-group a.active {
  background-color: #F9961C;
}
#quiz-list-group.list-group a.active:hover {
  background-color: #F9961C;
}

input[type=checkbox].new_check {
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid RGB(204, 204, 204) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  height: 34px;
  margin-top: 0px;
  outline: none !important;
  width: 34px;
}

input[type=checkbox].new_check:checked {
  background-color: RGB(0, 166, 94);
}

*:not(.img-circle) {
  border-radius: 0px !important;
}

a {
  color: #F9A61C;
}

a.notlink {
  color: black;
}

a:hover {
  color: #F9961C;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", Helvetica, sans-serif;
}

h1 {
  font-size: 24pt;
}

h2 {
  font-size: 18pt;
}

h3 {
  font-size: 16pt;
}

h4 {
  font-size: 14pt;
}

html, body {
  background-color: #CCC;
}

body {
  overflow-y: scroll;
  position: relative;
}

.navbar-logo {
  width: 75px;
}

.navbar-collapse {
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#navbar-spacer {
  padding-top: 40px;
}

#page-wrapper {
  background: url("/assets/img/canvas_no_overlay.jpg");
  min-height: 100% !important;
  overflow: hidden;
}

#navbar > .col-md-12,
#footer > .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

#footer {
  color: white;
  margin-top: 15em;
  padding: 0px;
  width: 100%;
}
#footer .footer-bg {
  background-color: RGB(0, 166, 94);
  margin: 0px;
  padding: 2em;
}
#footer .footer-nav {
  padding-left: 1em;
  padding-right: 1em;
}

.pagination {
  margin: 0px !important;
}
.pagination li.active a {
  background-color: RGB(0, 166, 94);
  border-color: #008f51;
}
.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li.active a:active {
  background-color: #02824A;
  border-color: #008f51;
}

.pagination-wrapper {
  margin-bottom: 15px;
}

/** Overrides the glow from bootstrap for a simple no-background input */
.simplebox {
  background: none;
  border-bottom: 2px solid white !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none;
}

.simplebox::-webkit-input-placeholder {
  color: white !important;
  opacity: 0.75;
}

.simplebox:-moz-placeholder {
  color: white !important;
  opacity: 0.75;
}

.simplebox::-moz-placeholder {
  color: white !important;
  opacity: 0.75;
}

.simplebox:-ms-input-placeholder {
  color: white !important;
  opacity: 0.75;
}

/** White outlined button with transparent background */
.simplebutton {
  background: transparent;
  border: 2px solid white !important;
  color: white !important;
  outline: none;
}

.simplebutton:hover {
  background-color: RGBA(255, 255, 255, 0.25);
}

/** For a tab beside a normal tab but using default text */
.fake-tab a {
  color: inherit !important;
}
.fake-tab a:hover {
  background-color: transparent !important;
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  color: inherit !important;
}

table {
  border-collapse: separate !important;
}

.table-click-rows tbody tr {
  cursor: pointer;
}

.sortable-placeholder {
  background-color: #F9A61C !important;
}

.table-three-border {
  border-left: 1px solid RGB(204, 204, 204);
  border-right: 1px solid RGB(204, 204, 204);
  border-bottom: 1px solid RGB(204, 204, 204);
}

.table-border-right {
  border-right: 1px solid RGB(204, 204, 204);
}

/*# sourceMappingURL=styles.css.map */
