@charset "UTF-8";
.hidden {
  display: none;
}

.clearfix {
  clear: both;
}

.sr-only, .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:focus,
.sr-only-focusable:active,
.visually-hidden-focusable:focus,
.visually-hidden-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.quizzing-block .skip-nav {
  position: relative !important;
}

.pdr0 {
  padding-right: 0 !important;
}

/* Icon & Text Block */
p.icon,
div.icon {
  position: relative;
  padding-left: 43px;
  min-height: 32px;
  overflow: auto;
  margin: 12px 0;
}

img.icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

div.icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.ui-dialog.popup-link-dialog {
  background-image: none;
}

.ui-dialog.popup-link-dialog .ui-dialog-titlebar {
  border-bottom: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  background-image: none;
}

.ui-dialog.popup-link-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}

.ui-dialog.popup-link-dialog .ui-dialog-titlebar-close span {
  background: none;
  text-indent: 0px;
}

.ui-dialog.popup-link-dialog .ui-dialog-titlebar-close {
  width: auto;
  height: auto;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  text-align: center;
  top: -8px;
  line-height: 29px;
  font-size: 21px;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  background: #464646;
  box-shadow: 0 0 3px gray;
}

.ui-dialog.popup-link-dialog .ui-dialog-titlebar-close:hover {
  background-color: #464646;
}

.ui-dialog.popup-link-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  width: auto;
  height: auto;
}

/* Image Block */
div.attribution {
  font-size: 0.9em;
  font-style: italic;
  overflow: auto;
}

.move {
  cursor: move;
}

.pointer {
  cursor: pointer;
}

.attribution img.cc-logo {
  margin-right: 7px;
  float: left;
}

.picture {
  max-width: 100%;
}
.picture img {
  max-width: 100%;
}
.picture .caption {
  font-size: 0.9em;
}
.picture .zoom {
  cursor: zoom-in;
}

.picture-center {
  margin: 15px auto;
}

.picture-left {
  float: left;
  margin: 0 15px 15px 0;
}

.picture-right {
  float: right;
  margin: 0 0 15px 15px;
}

@media (min-width: 500px) {
  .two-col {
    overflow: auto;
  }
  .two-col .left-col {
    width: 71%;
    margin-right: 4%;
    float: left;
  }
  .two-col .right-col {
    width: 25%;
    float: left;
  }
  .two-col.eq .left-col,
  .two-col.eq .right-col {
    width: 48%;
  }
}
@media (max-width: 500px) {
  .two-col {
    overflow: auto;
  }
  .two-col .left-col,
  .two-col .right-col {
    float: left;
    width: 100%;
  }
}
.screenshot {
  border: 1px solid #ccc;
}

/* Image Hotspots Activity */
.ca-image-hotspots-container.picture-center {
  text-align: center;
}

.ca-image-hotspots-container.picture-left {
  float: none;
}

.ca-image-hotspots-container .ca-image-hotspots-popup,
.ca-image-hotspots-container .icon,
.ca-image-hotspots-container .hotspot-transcript {
  text-align: left;
}

.ca-image-hotspots-container img {
  max-height: 700px;
  height: auto;
}

.hotspotContent {
  height: 350px !important;
}

/* Image Labeling Activity */
.ca-image-label-dropzone {
  box-shadow: 2px 2px 8px #888888;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #888;
  border-radius: 3px;
  position: absolute;
  width: 33%;
  height: 35px;
  list-style: none;
}

/* JS Matching/Categorization Exercises */
.quiz-transcript {
  margin: 0 0 25px 0;
}

.quiz {
  width: 100%;
  margin: 30px 0 0 0;
}
.quiz table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  border: none;
  table-layout: fixed;
}
.quiz table th {
  background-color: #bedcc6;
  text-align: center;
}
.quiz table th,
.quiz table td {
  border: 1px solid #fff;
  padding: 5px;
  position: relative;
}
.quiz table th.description,
.quiz table td.description {
  width: 38%;
}
.quiz table button {
  border: none;
  display: block;
  font: inherit;
  width: 100%;
  box-sizing: border-box;
}
.quiz table button::-moz-focus-inner,
.quiz table input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.quiz .table-matching .drop {
  padding: 0;
  min-height: 28px;
  border: none;
  margin: 5px 10px;
  position: relative;
}
.quiz .table-matching .drop .dropdown-item {
  color: inherit;
  display: flex;
  justify-content: center;
  background: inherit;
}
.quiz .table-matching .drop .matching-options-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 28px;
  background-color: inherit;
  padding: 0px;
}
.quiz .table-matching .drop .matching-options-link:focus {
  outline: auto;
  outline-offset: 1px;
}
.quiz .table-matching .drop .choice {
  margin: 0;
  width: 100% !important;
}
.quiz .table-matching .drop .choice + .matching-options-link {
  position: absolute;
  top: 0;
}
.quiz .table-matching .drop .matching-options-placeholder {
  visibility: hidden;
}
.quiz .table-matching .drop:focus-within .matching-options-placeholder {
  visibility: visible;
}
.quiz .table-matching .drop .matching-options-dropdown {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  background: white;
  margin: 0;
}
.quiz .table-matching .drop .matching-options-dropdown li {
  width: 100%;
  background-color: white;
}
.quiz .table-matching .drop .matching-options-dropdown li .matching-dropdown-item {
  margin: 0.5rem 0;
  cursor: pointer;
}
.quiz .table-matching .drop .matching-options-dropdown li .matching-dropdown-item:focus {
  outline: auto;
  outline-offset: 1px;
}
.quiz .table-matching .drop.open .matching-options-dropdown {
  display: block;
}
.quiz .choice {
  max-width: 100% !important;
  box-sizing: border-box;
  background-color: #edeeee;
  color: #000;
  border-radius: 5px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin: 5px 10px;
  padding: 6px;
  box-shadow: 3px 3px 6px #ddd;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.quiz .choice.incorrect {
  background-color: #843534;
  color: #fff;
}
.quiz .drop {
  border-radius: 5px;
  padding: 6px;
  border: 1px solid #e2e2e3;
  min-height: 16px;
}
.quiz.category-3 table th.dropzone, .quiz.category-3 table th.choices,
.quiz.category-3 table td.dropzone,
.quiz.category-3 table td.choices {
  width: 23%;
}
.quiz .buttons {
  margin: 10px 0 0 0;
}
.quiz .buttons button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-right: 2px;
}
.quiz .buttons button[disabled="disabled"] {
  color: #fff;
  cursor: auto;
  opacity: 0;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.quiz .feedback p {
  font-weight: bold;
}
.quiz .feedback .correct {
  color: #005C00;
}
.quiz .feedback .incorrect {
  color: #960202;
}

.interactive-matching .tr-matching {
  overflow-wrap: break-word;
}
.interactive-matching .choice {
  width: calc(100% - 20px) !important;
  overflow-wrap: break-word;
}

.ca-button {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #8bc8fc;
  font-size: 13px;
  border: none;
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0px;
}
.ca-button:focus {
  outline: 1px solid #000;
}
.ca-button.secondary {
  background-color: #ddd;
  color: #303030;
  text-transform: none;
}

.ca-accent1 {
  background-color: #2b2b2b;
  color: #fff;
}
.ca-accent1 a {
  color: #fff;
}

.ca-accent1-inverse,
.ca-button.ca-accent1-inverse {
  background-color: #fff;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.ca-accent1-inverse a,
.ca-button.ca-accent1-inverse a {
  color: #2b2b2b;
}
.ca-accent1-inverse .no-bg,
.ca-button.ca-accent1-inverse .no-bg {
  background-color: transparent;
}

.ca-button.ca-accent1-inverse {
  border-width: 2px;
  border-style: solid;
  padding: 3px 8px;
}

a,
.ca-accent1.clear-link-color a,
.ca-accent1-inverse.clear-link-color a,
button.popup-link {
  color: #0B6CBC;
  text-decoration: none;
}

/* Interactive Definition List */
.word-break {
  word-break: break-word;
}

.interactive-definition-list-transcript {
  width: 640px;
  margin: 15px auto;
}

.flashcards-with-images.interactive-definition-list {
  height: 450px;
}

.bt-flashcards {
  padding: 25px 0;
}

.interactive-definition-list {
  width: 100%;
  max-width: 640px;
  height: 380px;
  margin: 0 auto;
  position: relative;
  background: #eee;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.interactive-definition-list div.icon {
  display: none;
}
.interactive-definition-list * {
  box-sizing: border-box;
}
.interactive-definition-list .words {
  z-index: 3;
}
.interactive-definition-list .words,
.interactive-definition-list .definitions {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.interactive-definition-list .word-row,
.interactive-definition-list .definitions .container {
  display: table-row;
  height: 1px;
}
.interactive-definition-list .container {
  background: #eee;
}
.interactive-definition-list .word {
  color: #fff;
  width: 29%;
  text-align: center;
  border: 10px solid #eee;
  height: 185px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 24px;
  font-family: "roboto_condensed", sans-serif;
  cursor: pointer;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  outline: 0;
}
.interactive-definition-list.cols2 .word {
  width: 48%;
}
.interactive-definition-list.rows1 {
  height: 250px;
}
.interactive-definition-list p {
  position: relative;
  max-height: 145px;
  overflow: hidden;
  /*top: 50%;
  transform: translateY(-50%); */
  margin: 0;
  cursor: pointer;
}
.interactive-definition-list .definitions {
  z-index: 2;
}
.interactive-definition-list .definitions .container {
  width: 100%;
  height: 100%;
}
.interactive-definition-list .definition {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 15px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 18px;
  vertical-align: middle;
  outline: 0;
}
.interactive-definition-list.smalltext .definition {
  font-size: 15px;
  line-height: 21px;
}
.interactive-definition-list.smalltext .definition p,
.interactive-definition-list.smalltext .definition table {
  margin: 12px 0 0 0;
}
.interactive-definition-list .flashcard-list-audio {
  float: left;
}
.interactive-definition-list audio {
  width: 250px;
  height: 50px;
}
.interactive-definition-list .flashcard-list-audio-transcript-link {
  float: right;
  margin-top: 8px;
}

.matching.quiz .tr-zone {
  height: 49px;
}

@media (max-width: 660px) {
  .interactive-definition-list {
    width: auto !important;
    height: auto !important;
  }
  .interactive-definition-list .words,
  .interactive-definition-list .definitions,
  .interactive-definition-list .word-row,
  .interactive-definition-list .definitions .container {
    display: block;
    position: static;
    height: auto;
  }
  .interactive-definition-list.cols2 .word, .interactive-definition-list.cols3 .word,
  .interactive-definition-list .word {
    display: flex !important;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 120px;
    flex-direction: column;
  }
  .interactive-definition-list .definition {
    justify-content: center;
    flex-direction: column;
    background-color: #eee;
    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: auto;
    height: auto;
    z-index: 4;
    padding: 5px;
    overflow: auto;
  }
  .interactive-definition-list .definition.active {
    /* display: flex !important; */
  }
  .interactive-definition-list .definition.active p {
    max-height: unset;
  }
  .interactive-definition-list .definition:before {
    content: "x";
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 1.3em;
    font-family: sans-serif;
  }
}
.interactive-definition-list p {
  top: auto;
}

/* Slideshow */
div.slideshow {
  width: 770px;
  height: 640px;
  margin: 0 auto;
  position: relative;
  background: #deede1;
  overflow: hidden;
  box-sizing: border-box;
}
div.slideshow .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 670px;
}
div.slideshow .slide:first-child {
  left: 0;
}
div.slideshow .slide .inner {
  position: relative;
  width: 710px;
  height: 100%;
}
div.slideshow .arrow-left,
div.slideshow .arrow-right {
  cursor: pointer;
  font-size: 36px;
  padding: 10px;
  font-family: "roboto-condensed";
  color: #fff;
  position: absolute;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.5);
}
div.slideshow .arrow-left.disabled,
div.slideshow .arrow-right.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: default;
}
div.slideshow .arrow-left {
  left: 0;
}
div.slideshow .arrow-right {
  right: 0;
}
div.slideshow .copy {
  font-size: 18px;
  line-height: 22px;
  right: 25px;
  position: absolute;
}
div.slideshow .picture {
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-2);
  left: 25px;
}
div.slideshow ul {
  margin: 0 0 0 20px;
  padding: 0;
}
div.slideshow ul li {
  margin: 0 0 10px 0;
}
div.slideshow ul ul {
  margin: 5px 0 0 40px;
}
div.slideshow .slide350 .picture {
  width: 350px;
}
div.slideshow .slide350 .copy {
  left: 395px;
  width: 220px;
}
div.slideshow .title-slide .title {
  font-size: 42px;
  line-height: 46px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-2);
  position: absolute;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  left: 0;
  right: 0;
}
div.slideshow .title-chart-copy {
  box-sizing: border-box;
  padding: 30px;
}
div.slideshow .title-chart-copy .title {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
div.slideshow .title-chart-copy .chart {
  margin: 0 auto;
  width: 690px;
}
div.slideshow .title-chart-copy .chart iframe {
  width: 690px;
  height: 400px;
  border: 0;
  overflow: hidden;
}
div.slideshow .title-chart-copy .copy {
  margin-top: 20px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
}

.slide-show-block .custom-label {
  padding-left: 0 !important;
}
.slide-show-block .mb-5 {
  margin-bottom: 5px;
}

/* Inline Quiz Block */
.inline-quiz-form,
.quizzing-block,
.view-interactive-matching-block,
.interactive-matchng-transcription-box,
.graphing-block-validation,
.view-image-labeling-block {
  padding: 0 0;
  overflow: auto;
  clear: both;
  position: relative;
}
.inline-quiz-form fieldset,
.inline-quiz-form div.fieldset,
.quizzing-block fieldset,
.quizzing-block div.fieldset,
.view-interactive-matching-block fieldset,
.view-interactive-matching-block div.fieldset,
.interactive-matchng-transcription-box fieldset,
.interactive-matchng-transcription-box div.fieldset,
.graphing-block-validation fieldset,
.graphing-block-validation div.fieldset,
.view-image-labeling-block fieldset,
.view-image-labeling-block div.fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.inline-quiz-form fieldset label,
.inline-quiz-form div.fieldset label,
.quizzing-block fieldset label,
.quizzing-block div.fieldset label,
.view-interactive-matching-block fieldset label,
.view-interactive-matching-block div.fieldset label,
.interactive-matchng-transcription-box fieldset label,
.interactive-matchng-transcription-box div.fieldset label,
.graphing-block-validation fieldset label,
.graphing-block-validation div.fieldset label,
.view-image-labeling-block fieldset label,
.view-image-labeling-block div.fieldset label {
  padding-right: 125px;
}
.inline-quiz-form fieldset .quiz-score,
.inline-quiz-form div.fieldset .quiz-score,
.quizzing-block fieldset .quiz-score,
.quizzing-block div.fieldset .quiz-score,
.view-interactive-matching-block fieldset .quiz-score,
.view-interactive-matching-block div.fieldset .quiz-score,
.interactive-matchng-transcription-box fieldset .quiz-score,
.interactive-matchng-transcription-box div.fieldset .quiz-score,
.graphing-block-validation fieldset .quiz-score,
.graphing-block-validation div.fieldset .quiz-score,
.view-image-labeling-block fieldset .quiz-score,
.view-image-labeling-block div.fieldset .quiz-score {
  display: none;
  text-align: right;
  font-weight: bold;
}
.inline-quiz-form .quiz-answers,
.quizzing-block .quiz-answers,
.view-interactive-matching-block .quiz-answers,
.interactive-matchng-transcription-box .quiz-answers,
.graphing-block-validation .quiz-answers,
.view-image-labeling-block .quiz-answers {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.inline-quiz-form .quiz-answers li,
.quizzing-block .quiz-answers li,
.view-interactive-matching-block .quiz-answers li,
.interactive-matchng-transcription-box .quiz-answers li,
.graphing-block-validation .quiz-answers li,
.view-image-labeling-block .quiz-answers li {
  padding: 0;
  margin: 0;
}
.inline-quiz-form .quiz-answers li::before,
.quizzing-block .quiz-answers li::before,
.view-interactive-matching-block .quiz-answers li::before,
.interactive-matchng-transcription-box .quiz-answers li::before,
.graphing-block-validation .quiz-answers li::before,
.view-image-labeling-block .quiz-answers li::before {
  display: none;
}
.inline-quiz-form .markup,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
.quizzing-block .markup,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
.view-interactive-matching-block .markup,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
.interactive-matchng-transcription-box .markup,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
.graphing-block-validation .markup,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
.view-image-labeling-block .markup,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) {
  /*float: left; clear: both; width: 300px; margin-right: 10px;*/
  display: block;
  width: 100%;
  padding: 4px 0px 4px 20px;
  margin: 3px 0;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 600px) {
  .inline-quiz-form .markup,
  .inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
  .quizzing-block .markup,
  .quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
  .view-interactive-matching-block .markup,
  .view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
  .interactive-matchng-transcription-box .markup,
  .interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
  .graphing-block-validation .markup,
  .graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label),
  .view-image-labeling-block .markup,
  .view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) {
    width: 100%;
  }
}
.inline-quiz-form .markup.full-width,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width,
.quizzing-block .markup.full-width,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width,
.view-interactive-matching-block .markup.full-width,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width,
.interactive-matchng-transcription-box .markup.full-width,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width,
.graphing-block-validation .markup.full-width,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width,
.view-image-labeling-block .markup.full-width,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width {
  float: none;
  width: auto;
  margin: 0 10px 0 0;
}
.inline-quiz-form .markup.full-width + input,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width + input,
.quizzing-block .markup.full-width + input,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width + input,
.view-interactive-matching-block .markup.full-width + input,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width + input,
.interactive-matchng-transcription-box .markup.full-width + input,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width + input,
.graphing-block-validation .markup.full-width + input,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width + input,
.view-image-labeling-block .markup.full-width + input,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).full-width + input {
  float: none;
}
.inline-quiz-form .markup.correct span.feedback, .inline-quiz-form .markup.student-correct span.feedback, .inline-quiz-form .markup.student-incorrect span.feedback,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.quizzing-block .markup.correct span.feedback,
.quizzing-block .markup.student-correct span.feedback,
.quizzing-block .markup.student-incorrect span.feedback,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.view-interactive-matching-block .markup.correct span.feedback,
.view-interactive-matching-block .markup.student-correct span.feedback,
.view-interactive-matching-block .markup.student-incorrect span.feedback,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.interactive-matchng-transcription-box .markup.correct span.feedback,
.interactive-matchng-transcription-box .markup.student-correct span.feedback,
.interactive-matchng-transcription-box .markup.student-incorrect span.feedback,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.graphing-block-validation .markup.correct span.feedback,
.graphing-block-validation .markup.student-correct span.feedback,
.graphing-block-validation .markup.student-incorrect span.feedback,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.view-image-labeling-block .markup.correct span.feedback,
.view-image-labeling-block .markup.student-correct span.feedback,
.view-image-labeling-block .markup.student-incorrect span.feedback,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback {
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -0.55em;
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 450px) {
  .inline-quiz-form .markup.correct span.feedback, .inline-quiz-form .markup.student-correct span.feedback, .inline-quiz-form .markup.student-incorrect span.feedback,
  .inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
  .inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
  .inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
  .quizzing-block .markup.correct span.feedback,
  .quizzing-block .markup.student-correct span.feedback,
  .quizzing-block .markup.student-incorrect span.feedback,
  .quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
  .quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
  .quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
  .view-interactive-matching-block .markup.correct span.feedback,
  .view-interactive-matching-block .markup.student-correct span.feedback,
  .view-interactive-matching-block .markup.student-incorrect span.feedback,
  .view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
  .view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
  .view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
  .interactive-matchng-transcription-box .markup.correct span.feedback,
  .interactive-matchng-transcription-box .markup.student-correct span.feedback,
  .interactive-matchng-transcription-box .markup.student-incorrect span.feedback,
  .interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
  .interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
  .interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
  .graphing-block-validation .markup.correct span.feedback,
  .graphing-block-validation .markup.student-correct span.feedback,
  .graphing-block-validation .markup.student-incorrect span.feedback,
  .graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
  .graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
  .graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
  .view-image-labeling-block .markup.correct span.feedback,
  .view-image-labeling-block .markup.student-correct span.feedback,
  .view-image-labeling-block .markup.student-incorrect span.feedback,
  .view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
  .view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
  .view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback {
    display: block;
    position: relative;
    margin-top: 10px;
  }
}
.inline-quiz-form .markup.correct,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct,
.quizzing-block .markup.correct,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct,
.view-interactive-matching-block .markup.correct,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct,
.interactive-matchng-transcription-box .markup.correct,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct,
.graphing-block-validation .markup.correct,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct,
.view-image-labeling-block .markup.correct,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct {
  background-color: #eee;
  color: #606060;
}
.inline-quiz-form .markup.correct span.feedback,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.quizzing-block .markup.correct span.feedback,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.view-interactive-matching-block .markup.correct span.feedback,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.interactive-matchng-transcription-box .markup.correct span.feedback,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.graphing-block-validation .markup.correct span.feedback,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback,
.view-image-labeling-block .markup.correct span.feedback,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).correct span.feedback {
  font-weight: normal;
}
.inline-quiz-form .markup.student-correct,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct,
.quizzing-block .markup.student-correct,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct,
.view-interactive-matching-block .markup.student-correct,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct,
.interactive-matchng-transcription-box .markup.student-correct,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct,
.graphing-block-validation .markup.student-correct,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct,
.view-image-labeling-block .markup.student-correct,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct {
  border: 1px solid #02774e;
  background-color: #e9f6f2;
}
.inline-quiz-form .markup.student-correct span.feedback,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.quizzing-block .markup.student-correct span.feedback,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.view-interactive-matching-block .markup.student-correct span.feedback,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.interactive-matchng-transcription-box .markup.student-correct span.feedback,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.graphing-block-validation .markup.student-correct span.feedback,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback,
.view-image-labeling-block .markup.student-correct span.feedback,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-correct span.feedback {
  color: #02774e;
}
.inline-quiz-form .markup.student-incorrect,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect,
.quizzing-block .markup.student-incorrect,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect,
.view-interactive-matching-block .markup.student-incorrect,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect,
.interactive-matchng-transcription-box .markup.student-incorrect,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect,
.graphing-block-validation .markup.student-incorrect,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect,
.view-image-labeling-block .markup.student-incorrect,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect {
  border: 1px solid #b70202;
  background-color: #f6e9e9;
}
.inline-quiz-form .markup.student-incorrect span.feedback,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.quizzing-block .markup.student-incorrect span.feedback,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.view-interactive-matching-block .markup.student-incorrect span.feedback,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.interactive-matchng-transcription-box .markup.student-incorrect span.feedback,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.graphing-block-validation .markup.student-incorrect span.feedback,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback,
.view-image-labeling-block .markup.student-incorrect span.feedback,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label).student-incorrect span.feedback {
  color: #b70202;
}
.inline-quiz-form .markup .icon,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon,
.quizzing-block .markup .icon,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon,
.view-interactive-matching-block .markup .icon,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon,
.interactive-matchng-transcription-box .markup .icon,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon,
.graphing-block-validation .markup .icon,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon,
.view-image-labeling-block .markup .icon,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -11px;
}
.inline-quiz-form .markup .icon.correct,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.correct,
.quizzing-block .markup .icon.correct,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.correct,
.view-interactive-matching-block .markup .icon.correct,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.correct,
.interactive-matchng-transcription-box .markup .icon.correct,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.correct,
.graphing-block-validation .markup .icon.correct,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.correct,
.view-image-labeling-block .markup .icon.correct,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.correct {
  background-image: url("../images/check-new.png");
}
.inline-quiz-form .markup .icon.incorrect,
.inline-quiz-form label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.incorrect,
.quizzing-block .markup .icon.incorrect,
.quizzing-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.incorrect,
.view-interactive-matching-block .markup .icon.incorrect,
.view-interactive-matching-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.incorrect,
.interactive-matchng-transcription-box .markup .icon.incorrect,
.interactive-matchng-transcription-box label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.incorrect,
.graphing-block-validation .markup .icon.incorrect,
.graphing-block-validation label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.incorrect,
.view-image-labeling-block .markup .icon.incorrect,
.view-image-labeling-block label:not(.sr-only, .student-progress-toggle-switch, .student-progress-switch-label) .icon.incorrect {
  background-image: url("../images/x-new.png");
}
.inline-quiz-form .markup,
.quizzing-block .markup,
.view-interactive-matching-block .markup,
.interactive-matchng-transcription-box .markup,
.graphing-block-validation .markup,
.view-image-labeling-block .markup {
  font-family: sans-serif;
  font-size: 1.1em;
  width: 100%;
  padding-right: 4px;
}
.inline-quiz-form .markup.student-correct,
.quizzing-block .markup.student-correct,
.view-interactive-matching-block .markup.student-correct,
.interactive-matchng-transcription-box .markup.student-correct,
.graphing-block-validation .markup.student-correct,
.view-image-labeling-block .markup.student-correct {
  color: #02774e;
}
.inline-quiz-form .markup.student-incorrect,
.quizzing-block .markup.student-incorrect,
.view-interactive-matching-block .markup.student-incorrect,
.interactive-matchng-transcription-box .markup.student-incorrect,
.graphing-block-validation .markup.student-incorrect,
.view-image-labeling-block .markup.student-incorrect {
  color: #960202;
}
.inline-quiz-form .markup.correct,
.quizzing-block .markup.correct,
.view-interactive-matching-block .markup.correct,
.interactive-matchng-transcription-box .markup.correct,
.graphing-block-validation .markup.correct,
.view-image-labeling-block .markup.correct {
  color: #606060;
  border: 1px solid #999;
}
.inline-quiz-form.radios label,
.quizzing-block.radios label,
.view-interactive-matching-block.radios label,
.interactive-matchng-transcription-box.radios label,
.graphing-block-validation.radios label,
.view-image-labeling-block.radios label {
  width: 95%;
  box-sizing: border-box;
}
.inline-quiz-form input[type="text"],
.quizzing-block input[type="text"],
.view-interactive-matching-block input[type="text"],
.interactive-matchng-transcription-box input[type="text"],
.graphing-block-validation input[type="text"],
.view-image-labeling-block input[type="text"] {
  font-size: 14px;
  font-family: "merriweather", serif;
  padding: 2px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.inline-quiz-form textarea,
.quizzing-block textarea,
.view-interactive-matching-block textarea,
.interactive-matchng-transcription-box textarea,
.graphing-block-validation textarea,
.view-image-labeling-block textarea {
  width: 300px;
  height: 75px;
  margin-left: 20px;
}
.inline-quiz-form input[type="submit"],
.quizzing-block input[type="submit"],
.view-interactive-matching-block input[type="submit"],
.interactive-matchng-transcription-box input[type="submit"],
.graphing-block-validation input[type="submit"],
.view-image-labeling-block input[type="submit"] {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  margin: 5px 0 0 0;
}
.inline-quiz-form p.feedback,
.quizzing-block p.feedback,
.view-interactive-matching-block p.feedback,
.interactive-matchng-transcription-box p.feedback,
.graphing-block-validation p.feedback,
.view-image-labeling-block p.feedback {
  font-style: italic;
  margin: 12px 0;
}
.inline-quiz-form fieldset,
.inline-quiz-form div.fieldset,
.quizzing-block fieldset,
.quizzing-block div.fieldset,
.view-interactive-matching-block fieldset,
.view-interactive-matching-block div.fieldset,
.interactive-matchng-transcription-box fieldset,
.interactive-matchng-transcription-box div.fieldset,
.graphing-block-validation fieldset,
.graphing-block-validation div.fieldset,
.view-image-labeling-block fieldset,
.view-image-labeling-block div.fieldset {
  margin: 0 0;
  border: 1px solid #ddd;
  padding: 15px;
  min-width: 0;
}
.inline-quiz-form.client-side-scoring fieldset,
.quizzing-block.client-side-scoring fieldset,
.view-interactive-matching-block.client-side-scoring fieldset,
.interactive-matchng-transcription-box.client-side-scoring fieldset,
.graphing-block-validation.client-side-scoring fieldset,
.view-image-labeling-block.client-side-scoring fieldset {
  padding-bottom: 40px;
}
.inline-quiz-form.client-side-scoring .quiz-points,
.quizzing-block.client-side-scoring .quiz-points,
.view-interactive-matching-block.client-side-scoring .quiz-points,
.interactive-matchng-transcription-box.client-side-scoring .quiz-points,
.graphing-block-validation.client-side-scoring .quiz-points,
.view-image-labeling-block.client-side-scoring .quiz-points {
  position: relative;
  bottom: 35px;
  right: 12px;
}
.inline-quiz-form legend,
.quizzing-block legend,
.view-interactive-matching-block legend,
.interactive-matchng-transcription-box legend,
.graphing-block-validation legend,
.view-image-labeling-block legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.inline-quiz-form legend + *,
.quizzing-block legend + *,
.view-interactive-matching-block legend + *,
.interactive-matchng-transcription-box legend + *,
.graphing-block-validation legend + *,
.view-image-labeling-block legend + * {
  clear: both;
}
.inline-quiz-form .correct,
.inline-quiz-form .incorrect,
.quizzing-block .correct,
.quizzing-block .incorrect,
.view-interactive-matching-block .correct,
.view-interactive-matching-block .incorrect,
.interactive-matchng-transcription-box .correct,
.interactive-matchng-transcription-box .incorrect,
.graphing-block-validation .correct,
.graphing-block-validation .incorrect,
.view-image-labeling-block .correct,
.view-image-labeling-block .incorrect {
  color: #000;
}
.inline-quiz-form .hint-button,
.quizzing-block .hint-button,
.view-interactive-matching-block .hint-button,
.interactive-matchng-transcription-box .hint-button,
.graphing-block-validation .hint-button,
.view-image-labeling-block .hint-button {
  display: block;
  margin-top: 7px;
}
.inline-quiz-form .hint,
.quizzing-block .hint,
.view-interactive-matching-block .hint,
.interactive-matchng-transcription-box .hint,
.graphing-block-validation .hint,
.view-image-labeling-block .hint {
  display: none;
  background-color: #f3f3f3;
  border: 1px dotted #aaa;
  padding: 12px 7px;
}
.inline-quiz-form .feedback,
.quizzing-block .feedback,
.view-interactive-matching-block .feedback,
.interactive-matchng-transcription-box .feedback,
.graphing-block-validation .feedback,
.view-image-labeling-block .feedback {
  box-sizing: border-box;
}
.inline-quiz-form .correct p.feedback,
.quizzing-block .correct p.feedback,
.view-interactive-matching-block .correct p.feedback,
.interactive-matchng-transcription-box .correct p.feedback,
.graphing-block-validation .correct p.feedback,
.view-image-labeling-block .correct p.feedback {
  padding-left: 28px;
  color: green;
  background: url("images/quiz-check.png") no-repeat 0 top;
}
.inline-quiz-form .incorrect p.feedback,
.quizzing-block .incorrect p.feedback,
.view-interactive-matching-block .incorrect p.feedback,
.interactive-matchng-transcription-box .incorrect p.feedback,
.graphing-block-validation .incorrect p.feedback,
.view-image-labeling-block .incorrect p.feedback {
  padding-left: 28px;
  color: #960202;
  background: url("images/quiz-x.png") no-repeat 0 top;
}
.inline-quiz-form select,
.quizzing-block select,
.view-interactive-matching-block select,
.interactive-matchng-transcription-box select,
.graphing-block-validation select,
.view-image-labeling-block select {
  display: block;
  margin: 8px 0;
  font-size: 1.1em;
  min-width: 50%;
}
@media (max-width: 675px) {
  .inline-quiz-form select,
  .quizzing-block select,
  .view-interactive-matching-block select,
  .interactive-matchng-transcription-box select,
  .graphing-block-validation select,
  .view-image-labeling-block select {
    min-width: 100%;
  }
}
.inline-quiz-form .matching-question legend,
.quizzing-block .matching-question legend,
.view-interactive-matching-block .matching-question legend,
.interactive-matchng-transcription-box .matching-question legend,
.graphing-block-validation .matching-question legend,
.view-image-labeling-block .matching-question legend {
  padding-bottom: 15px;
}
.inline-quiz-form .matching-question label,
.quizzing-block .matching-question label,
.view-interactive-matching-block .matching-question label,
.interactive-matchng-transcription-box .matching-question label,
.graphing-block-validation .matching-question label,
.view-image-labeling-block .matching-question label {
  width: 100%;
  padding-right: 58%;
  position: relative;
  margin: 8px 0;
}
.inline-quiz-form .matching-question select,
.quizzing-block .matching-question select,
.view-interactive-matching-block .matching-question select,
.interactive-matchng-transcription-box .matching-question select,
.graphing-block-validation .matching-question select,
.view-image-labeling-block .matching-question select {
  position: absolute;
  right: 100px;
  min-width: 40%;
  width: 40%;
  margin: 0;
  top: 2px;
}
@media (max-width: 850px) {
  .inline-quiz-form .matching-question label,
  .quizzing-block .matching-question label,
  .view-interactive-matching-block .matching-question label,
  .interactive-matchng-transcription-box .matching-question label,
  .graphing-block-validation .matching-question label,
  .view-image-labeling-block .matching-question label {
    padding: 4px 4px 4px 20px;
    margin: 20px 0;
  }
  .inline-quiz-form .matching-question label.student-incorrect span.feedback, .inline-quiz-form .matching-question label.student-correct span.feedback, .inline-quiz-form .matching-question label.correct span.feedback,
  .quizzing-block .matching-question label.student-incorrect span.feedback,
  .quizzing-block .matching-question label.student-correct span.feedback,
  .quizzing-block .matching-question label.correct span.feedback,
  .view-interactive-matching-block .matching-question label.student-incorrect span.feedback,
  .view-interactive-matching-block .matching-question label.student-correct span.feedback,
  .view-interactive-matching-block .matching-question label.correct span.feedback,
  .interactive-matchng-transcription-box .matching-question label.student-incorrect span.feedback,
  .interactive-matchng-transcription-box .matching-question label.student-correct span.feedback,
  .interactive-matchng-transcription-box .matching-question label.correct span.feedback,
  .graphing-block-validation .matching-question label.student-incorrect span.feedback,
  .graphing-block-validation .matching-question label.student-correct span.feedback,
  .graphing-block-validation .matching-question label.correct span.feedback,
  .view-image-labeling-block .matching-question label.student-incorrect span.feedback,
  .view-image-labeling-block .matching-question label.student-correct span.feedback,
  .view-image-labeling-block .matching-question label.correct span.feedback {
    display: block;
    position: relative;
    right: auto;
    margin: 0;
    top: auto;
  }
  .inline-quiz-form .matching-question label select,
  .quizzing-block .matching-question label select,
  .view-interactive-matching-block .matching-question label select,
  .interactive-matchng-transcription-box .matching-question label select,
  .graphing-block-validation .matching-question label select,
  .view-image-labeling-block .matching-question label select {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }
}
.inline-quiz-form input[type="submit"],
.quizzing-block input[type="submit"],
.view-interactive-matching-block input[type="submit"],
.interactive-matchng-transcription-box input[type="submit"],
.graphing-block-validation input[type="submit"],
.view-image-labeling-block input[type="submit"] {
  float: none;
  clear: none;
  display: inline-block;
}
.inline-quiz-form input[type="reset"],
.inline-quiz-form input#caResetNewQuestions,
.quizzing-block input[type="reset"],
.quizzing-block input#caResetNewQuestions,
.view-interactive-matching-block input[type="reset"],
.view-interactive-matching-block input#caResetNewQuestions,
.interactive-matchng-transcription-box input[type="reset"],
.interactive-matchng-transcription-box input#caResetNewQuestions,
.graphing-block-validation input[type="reset"],
.graphing-block-validation input#caResetNewQuestions,
.view-image-labeling-block input[type="reset"],
.view-image-labeling-block input#caResetNewQuestions {
  display: none;
}
.inline-quiz-form .allow-retries-msg,
.quizzing-block .allow-retries-msg,
.view-interactive-matching-block .allow-retries-msg,
.interactive-matchng-transcription-box .allow-retries-msg,
.graphing-block-validation .allow-retries-msg,
.view-image-labeling-block .allow-retries-msg {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9em;
  font-style: italic;
}
.inline-quiz-form form,
.quizzing-block form,
.view-interactive-matching-block form,
.interactive-matchng-transcription-box form,
.graphing-block-validation form,
.view-image-labeling-block form {
  padding-bottom: 5px;
}
.inline-quiz-form form.with-analytics-button,
.quizzing-block form.with-analytics-button,
.view-interactive-matching-block form.with-analytics-button,
.interactive-matchng-transcription-box form.with-analytics-button,
.graphing-block-validation form.with-analytics-button,
.view-image-labeling-block form.with-analytics-button {
  position: relative;
  padding-top: 45px;
}
.inline-quiz-form form.with-analytics-button .analytics_btn,
.quizzing-block form.with-analytics-button .analytics_btn,
.view-interactive-matching-block form.with-analytics-button .analytics_btn,
.interactive-matchng-transcription-box form.with-analytics-button .analytics_btn,
.graphing-block-validation form.with-analytics-button .analytics_btn,
.view-image-labeling-block form.with-analytics-button .analytics_btn {
  position: absolute;
  right: 0;
  top: 0px;
}
.inline-quiz-form form.with-analytics-button_no_padding_top,
.quizzing-block form.with-analytics-button_no_padding_top,
.view-interactive-matching-block form.with-analytics-button_no_padding_top,
.interactive-matchng-transcription-box form.with-analytics-button_no_padding_top,
.graphing-block-validation form.with-analytics-button_no_padding_top,
.view-image-labeling-block form.with-analytics-button_no_padding_top {
  position: relative;
}
.inline-quiz-form form.with-analytics-button_no_padding_top .analytics_btn,
.quizzing-block form.with-analytics-button_no_padding_top .analytics_btn,
.view-interactive-matching-block form.with-analytics-button_no_padding_top .analytics_btn,
.interactive-matchng-transcription-box form.with-analytics-button_no_padding_top .analytics_btn,
.graphing-block-validation form.with-analytics-button_no_padding_top .analytics_btn,
.view-image-labeling-block form.with-analytics-button_no_padding_top .analytics_btn {
  position: absolute;
  right: 0;
  top: 0px;
}
.inline-quiz-form .analytics_btn,
.quizzing-block .analytics_btn,
.view-interactive-matching-block .analytics_btn,
.interactive-matchng-transcription-box .analytics_btn,
.graphing-block-validation .analytics_btn,
.view-image-labeling-block .analytics_btn {
  margin-left: 97%;
}

.quizzing-block textarea, .quizzing-block input[type=text] {
  margin-left: 0;
}

.view-interactive-matching-block input[type="text"], .view-interactive-matching-block input[type=submit] {
  margin: 0;
}
.view-interactive-matching-block .interactive-matching-dropdown-toggle {
  width: calc(100% - 6px);
  border: 1px solid #525252;
}
.view-interactive-matching-block .quiz {
  margin: 0;
}
.view-interactive-matching-block .markup {
  margin: 0;
  margin-top: 1px;
  padding: 1px 0px 1px 20px;
}

/* Narrow column adjustments for quiz */
.left-col .inline-quiz-form .matching-question label,
.left-col .quizzing-block .matching-question label,
.right-col .inline-quiz-form .matching-question label,
.right-col .quizzing-block .matching-question label {
  padding: 4px 4px 4px 20px;
  margin: 20px 0;
}
.left-col .inline-quiz-form .matching-question label.student-incorrect span.feedback, .left-col .inline-quiz-form .matching-question label.student-correct span.feedback, .left-col .inline-quiz-form .matching-question label.correct span.feedback,
.left-col .quizzing-block .matching-question label.student-incorrect span.feedback,
.left-col .quizzing-block .matching-question label.student-correct span.feedback,
.left-col .quizzing-block .matching-question label.correct span.feedback,
.right-col .inline-quiz-form .matching-question label.student-incorrect span.feedback,
.right-col .inline-quiz-form .matching-question label.student-correct span.feedback,
.right-col .inline-quiz-form .matching-question label.correct span.feedback,
.right-col .quizzing-block .matching-question label.student-incorrect span.feedback,
.right-col .quizzing-block .matching-question label.student-correct span.feedback,
.right-col .quizzing-block .matching-question label.correct span.feedback {
  display: block;
  position: relative;
  right: auto;
  margin: 0;
  top: auto;
}
.left-col .inline-quiz-form .matching-question label select,
.left-col .quizzing-block .matching-question label select,
.right-col .inline-quiz-form .matching-question label select,
.right-col .quizzing-block .matching-question label select {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
}
.left-col label.correct span.feedback,
.right-col label.correct span.feedback {
  display: block;
  position: relative;
  margin-top: 10px;
}
.left-col select,
.right-col select {
  min-width: 100%;
}

.inline-quiz-form input[type="text"],
.quizzing-block .text-input-question input[type="text"] {
  border: 1px solid #595959;
  min-width: 50%;
}
@media (max-width: 675px) {
  .inline-quiz-form input[type="text"],
  .quizzing-block .text-input-question input[type="text"] {
    width: 100%;
  }
}
.inline-quiz-form textarea,
.quizzing-block .text-input-question textarea {
  border: 1px solid #595959;
  min-width: 50%;
  height: 75px;
}
@media (max-width: 675px) {
  .inline-quiz-form textarea,
  .quizzing-block .text-input-question textarea {
    width: 100%;
  }
}
.inline-quiz-form textarea.large,
.quizzing-block .text-input-question textarea.large {
  width: 100%;
  height: 150px;
}
@media (max-width: 675px) {
  .inline-quiz-form textarea.large,
  .quizzing-block .text-input-question textarea.large {
    width: 100%;
  }
}
.inline-quiz-form .text-input-question-label,
.quizzing-block .text-input-question .text-input-question-label {
  width: 100%;
  padding: 0;
}

body:not(:-moz-handler-blocked) .quizzing-block fieldset {
  display: table-cell;
}

.inline-quiz-form .markup {
  clear: both;
  margin-top: 15px;
}
.inline-quiz-form input[type="submit"] {
  float: none;
}
.inline-quiz-form legend {
  clear: left;
}

li .inline-quiz-form {
  margin-top: -18px;
  padding: 0;
}

.correct {
  color: green;
}

.incorrect {
  color: red;
}

p.incorrect {
  padding-left: 28px;
  background: url("images/quiz-x.png") no-repeat 0 top;
  box-sizing: border-box;
}

p.correct {
  padding-left: 28px;
  background: url("images/quiz-check.png") no-repeat 0 top;
  box-sizing: border-box;
}

.inline-quiz-form input[type="text"].incorrect,
input[type="text"].incorrect {
  box-sizing: border-box;
  padding-right: 24px;
  background: #fff url("images/quiz-x.png") no-repeat right center;
  box-sizing: border-box;
}

.inline-quiz-form input[type="text"].correct,
input[type="text"].correct {
  box-sizing: border-box;
  padding-right: 24px;
  background: #fff url("images/quiz-check.png") no-repeat right center;
  box-sizing: border-box;
}

ol.quiz {
  margin: 0;
  padding: 0;
}
ol.quiz li {
  padding-left: 25px;
}

.chart {
  width: 690px;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}
.chart iframe {
  width: 100%;
  height: 400px;
  border: 0;
  overflow: hidden;
}

/* Charts */
html,
body.chart {
  margin: 0;
  padding: 0;
}

/* Video Block */
.placeholder {
  width: 640px;
  height: 480px;
  margin: 0 auto;
  background-color: #ddd;
  text-align: center;
  line-height: 480px;
  font-weight: bold;
}

.youtubeBlock {
  text-align: center;
}

.title-slide-image img {
  margin: 5px auto;
}

/* Skip Nav */
.skip-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.skip-nav-btn {
  color: #fff;
  background-color: #333;
  padding: 5px;
  display: inline-block;
  border-bottom-right-radius: 3px;
  font-size: 11px;
}

.assistive-text {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip-nav {
  font-family: 'roboto_condensed', sans-serif;
  position: absolute !important;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

.skip-nav:active,
.skip-nav:focus,
.skip-nav:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

/* iframes */
body iframe {
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 800px) {
  .vimeo-player {
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .vimeo-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* button:focus { outline: 1px dotted #000 !important; }  */
.user-is-tabbing button.modalCloseButton:focus,
.user-is-tabbing .outline,
.user-is-tabbing input[type="checkbox"]:focus,
.user-is-tabbing input[type="radio"]:focus {
  outline: 2px solid #000;
}
.user-is-tabbing button.modalCloseButton:focus {
  outline: none;
  border: 2px solid #000;
  position: unset;
  outline-offset: 0;
}

/*mathjax*/
.mjx-chtml {
  font-size: 150% !important;
}

/* Tabs */
.tabs-bottom {
  margin-top: -2px;
  text-align: right;
  border: 1px solid #d4d4d1;
  border-top: none;
}
.tabs-bottom.ca-accent1-inverse {
  border-color: #d4d4d1;
}
.tabs-bottom a {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "roboto_condensed", sans-serif;
  font-size: 14px;
  padding: 15px;
  display: inline-block;
}

.tabs-menu-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tabs-menu-container [role="tablist"] {
  flex-grow: 1;
}
.tabs-menu-container .btn-next-tab {
  text-transform: capitalize;
  padding: 15px;
  display: inline-block;
  white-space: nowrap;
  color: #444544;
  text-decoration: underline;
}

.tabs-menu {
  min-height: 20px;
  float: left;
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body.user-is-tabbing button:focus {
  outline: 2px solid #575757;
  border-radius: 4px;
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}

body.user-mouse-nav button:focus {
  outline: none;
}

.tabs-menu li {
  min-height: 20px;
  line-height: 20px;
  float: left;
  margin-right: -1px;
  border-top-width: 4px;
  border-top-style: solid;
  border-right: 1px solid #d4d4d1;
  border-left: 1px solid #d4d4d1;
  font-family: "roboto_condensed", sans-serif;
  text-transform: uppercase;
}
.tabs-menu li:not(.current) {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.tabs-menu li:not(.current) button, .tabs-menu li:not(.current) a {
  color: #6b6b6b;
}
.tabs-menu li.current {
  position: relative;
  border-bottom: 1px solid #fff;
  z-index: 5;
}
.tabs-menu li button, .tabs-menu li a {
  padding: 15px 10px;
  display: inline-block;
  font-size: inherit;
  background-color: inherit;
  border: inherit;
  font-weight: inherit;
  text-transform: inherit;
  cursor: pointer;
  border: none;
}
@media (max-width: 500px) {
  .tabs-menu li:not(.current), .tabs-menu li.current {
    border-bottom: 1px solid #d4d4d1;
  }
  .tabs-menu li button, .tabs-menu li a {
    padding: 5px 8px;
  }
}

.tab {
  border: 1px solid #d4d4d1;
  background-color: #fff;
  float: left;
  margin-bottom: 20px;
  width: auto;
}

.tab-content {
  width: 100%;
  padding: 20px;
  display: none;
  clear: both;
  border: 1px solid #d4d4d1;
  top: -1px;
  box-sizing: border-box;
  position: relative;
}
.tab-content.active {
  display: block;
}

#tab-0 {
  display: block;
}

#cookieless {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
#cookieless p {
  font-size: 115%;
  text-align: center;
  font-weight: bold;
}
#cookieless.hidden {
  display: none;
}

.button-clear-style {
  display: inline-block;
  font-size: inherit;
  background-color: inherit;
  border: inherit;
  font-weight: inherit;
  text-transform: inherit;
  cursor: pointer;
}
.button-clear-style:focus {
  outline: 2px solid #575757;
}

/* Image hotspot block */
.ca-image-hotspots-container .image-inner {
  position: relative;
  display: inline-block;
}
.ca-image-hotspots-container .image-inner ul,
.ca-image-hotspots-container .image-inner ol {
  list-style: disc;
}
.ca-image-hotspots-container .ca-image-hotspots {
  cursor: pointer;
  position: absolute;
  height: 1.4em;
  width: 1.4em;
  margin: -0.7em 0 0 -0.7em;
  text-align: center;
  line-height: 1;
  border-radius: 0.7em;
  background: black;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  padding: 0;
  border: none;
}
.ca-image-hotspots-container .ca-image-hotspots:focus {
  outline: -webkit-focus-ring-color auto 2px;
}
.ca-image-hotspots-container .ca-image-hotspots:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.ca-image-hotspots-container .ca-image-hotspots:before {
  width: 1.2em;
  height: 1.2em;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 0.1em;
}
.ca-image-hotspots-container .ca-inner {
  padding: 15px;
}
.ca-image-hotspots-container .ca-image-hotspots-content {
  display: none;
}
.ca-image-hotspots-container .ca-image-hotspots-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  z-index: 1;
}
.ca-image-hotspots-container .ca-image-hotspots-popup {
  left: -1000px;
  position: absolute;
  top: 20px;
  z-index: 3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.ca-image-hotspots-container .ca-image-hotspots-popup .ca-inner {
  background: white;
  max-height: 100%;
  min-width: 250px;
  max-width: 300px;
  border-radius: 10px;
}
.ca-image-hotspots-container .ca-image-hotspots-popup .ca-inner h3 {
  margin-top: 0;
}
.ca-image-hotspots-container .ca-image-hotspots-popup .ca-inner p {
  margin-top: 0;
  word-break: break-word;
}
.ca-image-hotspots-container .ca-image-hotspots-popup .ca-inner audio {
  height: 35px;
  max-width: 270px;
}
.ca-image-hotspots-container .ca-image-hotspots-popup .ca-inner .hotspots-inner-content {
  max-height: 300px;
  overflow: auto;
}
.ca-image-hotspots-container .ca-image-hotspots-popup .ca-inner .hotspots-inner-content .icon p {
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 0;
}
.ca-image-hotspots-container .ca-image-hotspots-popup.active {
  left: 15px;
}
.ca-image-hotspots-container .ca-image-hotspots-close {
  color: #fff;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 12px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  height: 12px;
  vertical-align: middle;
  line-height: 12px;
}
.ca-image-hotspots-container button.ca-image-hotspots-close {
  width: 25px;
  height: 25px;
  top: -10px;
  right: -10px;
}
.ca-image-hotspots-container button.ca-image-hotspots-close:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

@media (max-width: 400px) {
  .ca-image-hotspots-container.picture-center {
    margin: 3px auto;
  }

  .ca-image-hotspots-container .ca-image-hotspots-popup .ca-inner {
    min-width: unset;
  }
}
/* Overview table */
.overview .hidden-col {
  background-color: transparent;
  text-indent: -9999px;
}
.overview .overview-viewed td:first-child,
.overview .overview-not-viewed td:first-child {
  text-align: center;
  font-size: 1.4em;
  padding: 10px 15px;
}
.overview .overview-not-viewed td {
  background-color: #ededed;
}
.overview .overview-not-viewed td:first-child {
  text-indent: -9999px;
}
.overview .overview-viewed td {
  background-color: #d4d4d4;
  color: #000;
  font-weight: bold;
}
.overview .participation {
  text-align: center;
}

.progress-footer {
  margin-bottom: 20px;
  overflow: auto;
}
.progress-footer .whats-left {
  overflow: auto;
}
.progress-footer.cumulative .whats-left {
  text-align: center;
  clear: both;
  width: 15%;
  float: right;
  margin-top: -28px;
  margin-right: 0;
}
.progress-footer.cumulative .whats-left .student-progress-whats-left-link {
  float: none;
  margin: 4px 0;
}
@media (max-width: 770px) {
  .progress-footer.cumulative .whats-left {
    width: 50% !important;
    top: 50%;
    margin: -10px auto 0 auto;
    float: none;
  }
}
.progress-footer .student-progress-whats-left-link {
  color: #717171;
  text-decoration: underline;
  background: url("images/progress-icon.png") no-repeat top left;
  min-height: 25px;
  padding-left: 18px;
  display: inline-block;
  font-size: 11px;
  float: right;
  margin-right: 10px;
}

.progress-section {
  width: 99%;
}
@media (min-width: 771px) {
  .progress-section.cumulative {
    width: 83%;
    float: left;
    margin-top: 60px;
    margin-right: 2%;
  }
}
.progress-section .progress-bar {
  background-color: #e7e8e9;
  height: 15px;
  border-radius: 10px;
}
.progress-section .progress-bar .bar {
  display: block;
  float: left;
  height: 15px;
  border-radius: 10px;
  margin-right: 1%;
  position: relative;
  top: -1px;
  left: -1px;
}
@media (max-width: 500px) {
  .progress-section .progress-bar .hide-mobile {
    display: none;
  }
  .progress-section .progress-bar .completed {
    font-size: 0.8em;
    width: auto;
  }
}
.progress-section .progress-bar.module-complete .completed {
  right: 0;
  left: 10px;
  width: 100%;
}
.progress-section .completed-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  background-color: transparent;
  position: relative;
  left: -12px;
  margin-top: 10px;
}
.progress-section .completed {
  font-weight: bold;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: -55px;
  margin-top: 8px;
}
.progress-section.percent0 .completed, .progress-section.percent1 .completed, .progress-section.percent2 .completed, .progress-section.percent3 .completed, .progress-section.percent4 .completed, .progress-section.percent5 .completed {
  left: 0 !important;
  margin-left: 0;
  text-align: left;
}
.progress-section.percent94 .completed, .progress-section.percent95 .completed, .progress-section.percent96 .completed, .progress-section.percent97 .completed, .progress-section.percent98 .completed, .progress-section.percent99 .completed, .progress-section.percent100 .completed {
  left: auto !important;
  right: 0;
  margin-left: 0;
  width: auto;
  text-align: right;
}

.progress-footer #score-semicircle {
  float: right;
  position: relative;
}
@media (max-width: 770px) {
  .progress-footer #score-semicircle {
    width: 60% !important;
    height: 115px !important;
    float: none;
    margin: 0 auto;
  }
}
.progress-footer #score-semicircle svg {
  top: 0;
  left: 0;
}
.progress-footer #score-semicircle .ldBar-label {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  color: #fff;
}
@media (max-width: 770px) {
  .progress-footer #score-semicircle .ldBar-label {
    top: 50%;
    bottom: auto;
    margin-top: -10px;
  }
}
.progress-footer #score-semicircle .ldBar-label .score-box {
  display: block;
}
.progress-footer .score-box {
  display: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
}
.progress-footer .score-box .progress_score_label {
  font-size: 12px;
  display: block;
}

.score-section + .whats-left {
  clear: both;
  position: relative;
  top: 10px;
}

.progress-section p,
.score-section p {
  margin: 0;
  font-weight: bold;
}

#student-progress-individual-modal td.participation,
.needs-grading-table td.participation {
  text-align: center;
}
#student-progress-individual-modal tr.activities td.title,
.needs-grading-table tr.activities td.title {
  padding-left: 25px;
}
#student-progress-individual-modal .note,
.needs-grading-table .note {
  max-width: 180px;
}
#student-progress-individual-modal td.note,
.needs-grading-table td.note {
  line-height: 13px;
  font-size: 12px;
  font-style: italic;
}

#modal-progress .progress-header {
  display: flex;
  justify-content: space-between;
}
#modal-progress .progress-header .gap-15px {
  gap: 15px;
}
#modal-progress .progress-header .action-buttons {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
#modal-progress .ca-button {
  display: flex;
  align-items: center;
}
#modal-progress .alert.ca-accent1 {
  padding: 5px;
}

.sync-score-last-page {
  margin: 20px 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), silver calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
}
.sync-score-last-page .sync-score-last-page-button {
  display: inline-block;
  font-size: 1.5em;
  text-transform: none;
  font-weight: bold;
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 18px;
  -webkit-box-shadow: 2px 2px 6px 1px #999999;
  box-shadow: 2px 2px 6px 1px #999999;
  font-family: inherit;
  border-color: var(--accent1-color);
}

.student-progress-table td.activity {
  font-style: italic;
  padding-left: 25px;
}

.student-progress-table + p {
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
}

.student-progress-table.overview + p {
  text-align: left;
  font-style: normal;
  font-size: 1em;
}

.needs-grading-table.table {
  width: auto;
  max-width: 100%;
}
.needs-grading-table.table th {
  vertical-align: middle;
}

#ccm-dialog-loader-wrapper {
  left: 50%;
  top: 50%;
  display: block;
  position: fixed;
  margin-top: -103px;
  margin-left: -103px;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #4d4e82;
  box-shadow: rgba(153, 153, 153, 0.6) 6px 6px 30px 4px;
  z-index: 1005;
}
#ccm-dialog-loader-wrapper #ccm-dialog-loader {
  margin: auto;
}

#student-progress-modal {
  width: 75%;
  left: 12.5%;
}
#student-progress-modal .progress {
  float: left;
  width: 85%;
  margin-top: 6px;
  margin-right: 8px;
  margin-left: 8px;
}
#student-progress-modal #ca-lms-score-sync {
  float: right;
}

#entire-course-modal {
  float: left;
  width: 95%;
  left: 2.5%;
  margin-top: 6px;
  margin-right: 8px;
}

#course-needs-grading-modal {
  width: 65%;
  left: 17.5%;
}

#entire-course-modal .entire-course-modal-body,
#entire-course-modal .course-needs-grading-modal-body,
#course-needs-grading-modal .entire-course-modal-body,
#course-needs-grading-modal .course-needs-grading-modal-body,
#student-progress-modal .entire-course-modal-body,
#student-progress-modal .course-needs-grading-modal-body {
  margin-top: 0.5rem;
}
#entire-course-modal .modalCloseButton,
#course-needs-grading-modal .modalCloseButton,
#student-progress-modal .modalCloseButton {
  position: inherit;
}
#entire-course-modal table,
#course-needs-grading-modal table,
#student-progress-modal table {
  width: auto !important;
  margin-top: 10px;
  border-bottom: 1px solid #d4d4d1;
  /* overflow: hidden; */
  white-space: nowrap;
  table-layout: fixed;
}
#entire-course-modal table thead th,
#course-needs-grading-modal table thead th,
#student-progress-modal table thead th {
  position: sticky;
  z-index: 1;
  top: 0;
}
#entire-course-modal table tbody th,
#course-needs-grading-modal table tbody th,
#student-progress-modal table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
}
#entire-course-modal th,
#course-needs-grading-modal th,
#student-progress-modal th {
  font-size: 15px;
  background-color: #2b3e51;
  color: #fff;
  height: 45px;
  vertical-align: middle;
  text-align: center;
}
#entire-course-modal thead,
#entire-course-modal th,
#entire-course-modal tr,
#entire-course-modal td,
#course-needs-grading-modal thead,
#course-needs-grading-modal th,
#course-needs-grading-modal tr,
#course-needs-grading-modal td,
#student-progress-modal thead,
#student-progress-modal th,
#student-progress-modal tr,
#student-progress-modal td {
  border: 1px solid #d4d4d1 !important;
}
#entire-course-modal td,
#course-needs-grading-modal td,
#student-progress-modal td {
  background-color: transparent !important;
  vertical-align: middle;
}
#entire-course-modal tr:hover td,
#course-needs-grading-modal tr:hover td,
#student-progress-modal tr:hover td {
  background-color: #eee !important;
}
#entire-course-modal td,
#entire-course-modal th,
#course-needs-grading-modal td,
#course-needs-grading-modal th,
#student-progress-modal td,
#student-progress-modal th {
  /* position: relative;  */
}
#entire-course-modal td:hover::after,
#entire-course-modal th:hover::after,
#course-needs-grading-modal td:hover::after,
#course-needs-grading-modal th:hover::after,
#student-progress-modal td:hover::after,
#student-progress-modal th:hover::after {
  /* content: "";
  position: absolute;
  background-color: #eee;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1; */
}
#entire-course-modal .progress-cell,
#course-needs-grading-modal .progress-cell,
#student-progress-modal .progress-cell {
  width: 20%;
}
#entire-course-modal .student-name-text,
#course-needs-grading-modal .student-name-text,
#student-progress-modal .student-name-text {
  font-size: 15px;
}
#entire-course-modal .student-header-text,
#course-needs-grading-modal .student-header-text,
#student-progress-modal .student-header-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -3px;
}
#entire-course-modal .student-column-width,
#course-needs-grading-modal .student-column-width,
#student-progress-modal .student-column-width {
  max-width: 270px;
  min-width: 200px;
}
#entire-course-modal .title-modal-mb,
#course-needs-grading-modal .title-modal-mb,
#student-progress-modal .title-modal-mb {
  margin-bottom: 1rem;
}
#entire-course-modal .percent-score,
#course-needs-grading-modal .percent-score,
#student-progress-modal .percent-score {
  font-size: 21px;
  color: #008674;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 3px;
}
#entire-course-modal .score-gr-bg,
#course-needs-grading-modal .score-gr-bg,
#student-progress-modal .score-gr-bg {
  background: #edefef !important;
  min-width: 90px;
}
#entire-course-modal .progress-bg,
#course-needs-grading-modal .progress-bg,
#student-progress-modal .progress-bg {
  background: linear-gradient(to right, whitesmoke, #dfddc7);
}
#entire-course-modal .td-middle,
#course-needs-grading-modal .td-middle,
#student-progress-modal .td-middle {
  vertical-align: middle;
}
#entire-course-modal #modalTitle,
#course-needs-grading-modal #modalTitle,
#student-progress-modal #modalTitle {
  margin-top: 0;
  margin-bottom: 5px;
}
#entire-course-modal .bar,
#course-needs-grading-modal .bar,
#student-progress-modal .bar {
  min-height: 30px;
  width: calc(60px * 4);
  border: 1px solid #008674;
  margin-top: 5px;
  background: #fff;
}
#entire-course-modal .bar-mb,
#course-needs-grading-modal .bar-mb,
#student-progress-modal .bar-mb {
  margin-bottom: 5px;
  border-radius: 0;
}
#entire-course-modal .bar::-webkit-progress-bar,
#course-needs-grading-modal .bar::-webkit-progress-bar,
#student-progress-modal .bar::-webkit-progress-bar {
  background-color: #fff;
}
#entire-course-modal .bar::-webkit-progress-value,
#entire-course-modal .progress-bar,
#course-needs-grading-modal .bar::-webkit-progress-value,
#course-needs-grading-modal .progress-bar,
#student-progress-modal .bar::-webkit-progress-value,
#student-progress-modal .progress-bar {
  background-color: #008674;
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 8px, #008674 8px, #008674 18px);
  will-change: background-position;
}
#entire-course-modal .needs-last-column,
#course-needs-grading-modal .needs-last-column,
#student-progress-modal .needs-last-column {
  width: 175px;
}
#entire-course-modal .progress-cell-container,
#course-needs-grading-modal .progress-cell-container,
#student-progress-modal .progress-cell-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#entire-course-modal .grade-column-header,
#course-needs-grading-modal .grade-column-header,
#student-progress-modal .grade-column-header {
  text-align: center;
  margin: 10px;
  padding: 10px;
  min-width: 6rem;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.flex-column {
  flex-direction: column;
}

.m-0 {
  margin: 0 !important;
}

.ca-button .glyphicon-refresh {
  background-position: -241px -24px;
  margin-top: 3px;
}
.ca-button .glyphicon-refresh:before {
  content: none;
  display: none;
}

.bootstrap #ca-lms-score-sync {
  color: #fff;
}

.writing-block {
  clear: both;
}
.writing-block .mce-toolbar.mce-last {
  border-top: 1px solid #d9d9d9;
}
.writing-block .panel-student-progress {
  display: block;
  margin: 30px 0;
}
.writing-block .tab-title {
  margin-top: 5px;
  padding: 10px 40px;
  font-family: "roboto_condensed", sans-serif;
  text-transform: uppercase;
  float: right;
  clear: both;
}
.writing-block .tabs-menu {
  clear: none;
}
.writing-block .writing-left {
  width: 55%;
  float: left;
}
.writing-block .writing-right {
  width: 40%;
  float: right;
}
.writing-block .writing-label-group {
  margin-top: 5px;
  clear: both;
  overflow: auto;
}
.writing-block .writing-label-group label {
  width: 110px;
  float: left;
  font-weight: bold;
}
.writing-block .writing-label-group label.writing-retry-label-yn {
  font-weight: normal;
  padding-right: 5px;
}
.writing-block .writing-score {
  width: 30px;
}
.writing-block .writing-feedback {
  width: calc(100% - 120px);
  height: 190px;
}
.writing-block .writing-score,
.writing-block .writing-feedback {
  border: 1px solid #ddd;
  padding: 3px;
}
.writing-block .writing-teacher-buttons {
  padding: 5px 10px;
  margin-left: 102px;
  margin-top: 15px;
}
.writing-block .writing-teacher-nav-buttons {
  position: relative;
  min-height: 20px;
  margin-top: 30px;
}
.writing-block .writing-teacher-nav-buttons .btn_action_placeholder_prev {
  position: absolute;
  left: 0;
}
.writing-block .writing-teacher-nav-buttons .btn_action_placeholder_next {
  position: absolute;
  right: 0;
}
.writing-block .panel-student-progress .student-progress-arrow {
  padding: 2px 5px;
}
.writing-block .teacher-response-label {
  clear: left;
  font-weight: bold;
  width: 100px;
  float: left;
}
.writing-block .mce-container {
  margin-bottom: 12px;
}

.panel-student-progress {
  color: #000;
  background-color: #ecf0f1;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
  overflow: auto;
  margin: 10px 0;
}
.panel-student-progress.with-switcher p {
  float: left;
}
.panel-student-progress .switcher {
  float: right;
  text-align: right;
  position: relative;
  top: 7px;
}
.panel-student-progress .switcher .analytics_btn {
  margin-right: 10px;
}
.panel-student-progress .ca-accent1 {
  padding: 2px;
}
.panel-student-progress .ca-button.answer-key {
  padding: 5px 10px;
}
.panel-student-progress select {
  margin: 0 7px;
  line-height: 24px;
  height: 24px;
}
.panel-student-progress.no-results {
  font-weight: bold;
}

@media (max-width: 990px) {
  .responsive-embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .responsive-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.ca-responsive-col .responsive-embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.ca-responsive-col .responsive-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.ca-poll {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}
.ca-poll p {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}
.ca-poll .error {
  color: #c00000;
  min-height: 1.5em;
}
.ca-poll .button {
  display: block;
  cursor: pointer;
  margin: 0.5em 30%;
  padding: 0.8em 0.5em 0.5em;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  font: inherit;
  width: 40%;
}
.ca-poll .button:hover {
  background: #f2f2f2;
}
.ca-poll .button:focus {
  outline: 1;
  background: #f2f2f2;
}
@media (max-width: 900px) {
  .ca-poll .button {
    width: 70%;
    margin: 0.5em 15%;
  }
}
@media (max-width: 790px) {
  .ca-poll .button {
    margin: 0.5em 0;
    width: 100%;
  }
}
.ca-poll .radio-label {
  display: block;
  cursor: pointer;
  margin: 0.5em 30%;
  padding: 0.8em 0.5em 0.5em;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  font: inherit;
  width: 40%;
}
.ca-poll .radio-label input[type="radio"] {
  visibility: hidden;
  width: 0;
  margin: 0;
}
.ca-poll .radio-label:hover {
  background: #f2f2f2;
}
.ca-poll .radio-label:focus {
  outline: 0;
  background: #f2f2f2;
}
@media (max-width: 900px) {
  .ca-poll .radio-label {
    width: 70%;
    margin: 0.5em 15%;
  }
}
@media (max-width: 790px) {
  .ca-poll .radio-label {
    margin: 0.5em 0;
    width: 100%;
  }
}
.ca-poll .tallied {
  margin: 0 5%;
  text-align: left;
}
.ca-poll .tallied .poll-result-container {
  margin: 1rem 0;
}
.ca-poll .tallied .response-text {
  font-weight: bold;
  margin-right: 1rem;
}
.ca-poll .tallied .poll-result {
  border-radius: 5px;
  width: 100%;
  height: 2rem;
  background-color: #f2f2f2;
}
.ca-poll .tallied .poll-result span {
  border-radius: 5px;
  display: inline-block;
  height: 2rem;
  background-color: #cccccc;
}

.ca-audio a {
  display: block;
}
.ca-audio .toggle-transcript {
  font-weight: bold;
  font-size: 90%;
  padding: 0.5em 0;
}
.ca-audio .audio-transcript {
  display: none;
  font-size: 90%;
}
.ca-audio audio {
  max-width: 100%;
  margin-top: 10px;
}

.ca-link-to-video .link {
  margin: 20px auto;
  position: relative;
  display: block;
}
.ca-link-to-video .link img {
  border: 1px solid #999;
  display: block;
}
.ca-link-to-video .link .title-slide {
  border: 1px solid #999;
  background-color: #efefef;
  padding: 30px 80px 165px 80px;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .ca-link-to-video .link .title-slide {
    padding-top: 15px;
    padding-bottom: 115px;
  }
}
.ca-link-to-video .link .title-slide p {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 58px;
  color: #2f2f2f;
}
@media (max-width: 500px) {
  .ca-link-to-video .link .title-slide p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 500px) {
  .ca-link-to-video .link .title-slide p {
    font-size: 20px;
    line-height: 24px;
  }
}
.ca-link-to-video .link .title-slide + .play {
  top: auto;
  bottom: 30px;
}
.ca-link-to-video .link .play {
  background: url("images/video-image.png") center bottom no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
  width: 128px;
  height: 128px;
  opacity: 0.75;
}
@media (max-width: 500px) {
  .ca-link-to-video .link .play {
    background-size: 75%;
    margin-left: -48px;
    margin-top: -48px;
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 270px) {
  .ca-link-to-video .link .play {
    background-size: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
  }
}

.right-col .ca-link-to-video .title-slide,
.two-col.eq .left-col .ca-link-to-video .title-slide {
  padding: 10px 10px 50px 10px;
}
.right-col .ca-link-to-video .title-slide p,
.two-col.eq .left-col .ca-link-to-video .title-slide p {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 0;
}
.right-col .ca-link-to-video .link .title-slide + .play,
.two-col.eq .left-col .ca-link-to-video .link .title-slide + .play {
  background-size: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  bottom: 15px;
}
.right-col iframe,
.two-col.eq .left-col iframe {
  height: auto;
}
.right-col p,
.two-col.eq .left-col p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.two-col.eq .right-col p,
.two-col.eq .left-col p {
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
  word-break: normal;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

/** CSS style for accordion */
.interactive-accordion {
  margin: 15px 0;
}

.accordion {
  clear: both;
}
.accordion .section-title {
  cursor: pointer;
  margin: -1px 0 0 0;
  padding: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1em;
  line-height: 2em;
  border: 1px solid #d4d4d1;
  display: block;
}
.accordion .section-title:not(.active) {
  color: #575757;
}
.accordion .section-body {
  display: none;
  border: 1px solid #d4d4d1;
  border-top: none;
  color: #000000;
  margin-top: -1px;
  margin: -1px 0 0 0;
  padding: 3px 8px 8px 55px;
  background-color: #fff;
}
.accordion .section-body.active {
  display: block;
}
.accordion .section-body .section-body2 {
  border-left-style: solid;
  border-left-width: 3px;
  padding-left: 10px;
  color: inherit;
}
.accordion .arrow {
  width: 16px;
  height: 16px;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
.accordion .arrow:before {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.accordion .arrow-down:before {
  content: "\FE58";
  font-size: 24px;
  margin-left: -9px;
}
.accordion .arrow-right:before {
  content: "+";
  font-size: 20px;
}

.flashcards-with-images {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  /* Flip Effect - credit to David Walsh */
  /* Mobile - Don't use Flip effect (it was difficult to combine the effect with a dynamic height) */
}
.flashcards-with-images ul.slides {
  margin: 0;
  padding: 0;
}
.flashcards-with-images .flipper {
  cursor: pointer;
}
.flashcards-with-images .custom-navigation {
  height: 2rem;
}
.flashcards-with-images .flex-holder {
  min-height: 1px;
  position: absolute;
  top: 0;
}
.flashcards-with-images .flex-prev-holder {
  left: 0;
}
.flashcards-with-images .flex-next-holder {
  right: 0;
}
.flashcards-with-images .flip-button {
  position: absolute;
  bottom: 2rem;
  right: calc(50% - 51.5px);
}
.flashcards-with-images .flip-button.flip-button-after-slides {
  position: relative;
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.flashcards-with-images .flip-button.flip-button-after-slides > button {
  margin-top: 0.25rem;
}
.flashcards-with-images .flip-flashcard-holder {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.flashcards-with-images .flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.flashcards-with-images .flip-container.flipped .back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform-origin: 60% 100%;
}
.flashcards-with-images .flip-container.flipped .front {
  transform: rotateY(180deg);
}
.flashcards-with-images .flip-container,
.flashcards-with-images .front,
.flashcards-with-images .back {
  width: 100%;
  height: 400px;
}
.flashcards-with-images .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flashcards-with-images .front,
.flashcards-with-images .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
}
.flashcards-with-images .front {
  z-index: 2;
  transform: rotateY(0deg);
}
.flashcards-with-images .back {
  transform: rotateY(-180deg);
}
.flashcards-with-images .flex-active-slide {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
}
.flashcards-with-images .front-type-0,
.flashcards-with-images .front-type-1,
.flashcards-with-images .back-type-2 {
  font-family: "roboto_condensed", sans-serif;
  font-size: 35px;
  line-height: 48px;
}
.flashcards-with-images .back-type-0,
.flashcards-with-images .back-type-1,
.flashcards-with-images .front-type-2 {
  font-family: "merriweather", serif;
  font-size: 20px;
  line-height: 31px;
}
.flashcards-with-images .with-images .front-type-0,
.flashcards-with-images .with-images .front-type-1,
.flashcards-with-images .with-images .back-type-2 {
  background-color: #edeeee;
  color: #333;
}
.flashcards-with-images .with-images .back-type-0,
.flashcards-with-images .with-images .back-type-1,
.flashcards-with-images .with-images .front-type-2 {
  background-color: #edeeee;
  color: #000000;
}
.flashcards-with-images .word,
.flashcards-with-images .definition {
  text-align: left;
  display: block;
}
.flashcards-with-images .word {
  font-weight: bold;
}
.flashcards-with-images.no-images .front .word {
  font-size: 45px;
  line-height: 50px;
}
.flashcards-with-images img {
  display: block;
  margin: 0 auto;
  max-height: 338px;
}
.flashcards-with-images .back-type-0,
.flashcards-with-images .back-type-1,
.flashcards-with-images .back-type-2,
.flashcards-with-images .front-type-0,
.flashcards-with-images .front-type-1,
.flashcards-with-images .front-type-2 {
  display: table;
  table-layout: fixed;
}
.flashcards-with-images .back-type-0 > p,
.flashcards-with-images .back-type-1 > p,
.flashcards-with-images .back-type-2 > p,
.flashcards-with-images .front-type-0 > p,
.flashcards-with-images .front-type-1 > p,
.flashcards-with-images .front-type-2 > p {
  display: table-cell;
  vertical-align: middle;
}
.flashcards-with-images .back-type-0 > p {
  padding: 0 0 0 10px;
}
.flashcards-with-images .front-type-0 > p,
.flashcards-with-images .front-type-1 > p,
.flashcards-with-images .back-type-2 > p {
  text-align: center;
}
.flashcards-with-images .front-type-1 .word {
  text-align: center;
}
@media (max-width: 640px), (max-height: 400px) {
  .flashcards-with-images {
    width: 100%;
    max-width: 620px;
  }
  .flashcards-with-images .flip-container {
    width: 100%;
    height: auto;
    min-height: 325px;
  }
  .flashcards-with-images .flip-container.flipped .front {
    transform: none;
    display: none;
  }
  .flashcards-with-images .flip-container.flipped .back {
    transform: none;
    display: table;
  }
  .flashcards-with-images .front,
  .flashcards-with-images .back {
    height: 100%;
    min-height: 325px;
    width: 100%;
    transform: none;
    position: relative;
    display: table;
    align-items: center;
  }
  .flashcards-with-images .back {
    display: none;
  }
  .flashcards-with-images img {
    max-height: 500px;
  }
  .flashcards-with-images .clear {
    height: 5px;
  }
}

.flash-card-counter {
  text-align: center;
  clear: both;
  line-height: 2;
  margin-top: 2.5rem;
}
.flash-card-counter.after-flip-button {
  margin-top: .5rem;
}

/* Responsive Tables / Rubrics */
table.responsive {
  margin: 10px auto;
  /*
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
}
table.responsive tbody td {
  padding: 3px;
  font-size: 0.9em;
}
@media only screen and (max-width: 1024px) {
  table.responsive {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  table.responsive thead,
  table.responsive tbody,
  table.responsive th,
  table.responsive td,
  table.responsive tr,
  table.responsive caption {
    display: block;
  }
  table.responsive tbody tr:nth-child(even) td {
    background-color: #fff;
  }
  table.responsive tbody td.title,
  table.responsive tbody tr:nth-child(even) td.title {
    font-weight: bold;
    padding-left: 3px;
    background-color: #edeeee;
    color: #000;
  }
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive tr {
    border: 1px solid #ccc;
    margin-top: 12px;
  }
  table.responsive tbody td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%;
  }
  table.responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  table.responsive td:before {
    position: relative;
    top: 0;
    left: 0;
    white-space: normal;
    width: auto;
    font-weight: bold;
  }
  table.responsive tbody td {
    padding-left: 3px;
  }
}

/* Rubric Block */
table.rubric tfoot .total {
  border-top: 2px solid #ccc;
  padding-top: 5px;
  padding-left: 3px;
}
@media (max-width: 1024px) {
  table.rubric .points {
    text-align: left;
    font-weight: bold;
  }
  table.rubric td.title:before {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding-right: 0;
    white-space: nowrap;
  }
  table.rubric tfoot,
  table.rubric tfoot td {
    display: block;
    width: 100%;
  }
  table.rubric tfoot tr {
    border-top: 1px solid #ccc;
    background-color: #edeeee;
    margin-top: 12px;
  }
  table.rubric tfoot td {
    border: none;
    padding: 3px;
  }
  table.rubric tfoot .total {
    border-top: none;
    padding: 0;
  }
}

/* Graphic Organizer Block */
.graphic-org-container {
  position: relative;
  padding-top: 10px;
}

.graphic-org-container .print {
  position: absolute;
  top: 7px;
  right: 0;
}

.graphic-org {
  width: 100%;
  margin-top: 20px;
}
.graphic-org caption {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}
.graphic-org td:first-child {
  text-align: left;
}
.graphic-org td {
  text-align: center;
}
.graphic-org textarea {
  width: 92%;
  height: 60px;
  margin: 5px auto;
  border: 1px solid #999;
}
@media (max-width: 1024px) {
  .graphic-org.responsive td:before {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    white-space: normal;
  }
  .graphic-org.responsive td {
    padding-left: 0;
  }
}
.graphic-org th a {
  color: inherit;
  text-decoration: underline;
}

.graphic-org-container .markup {
  margin-left: 10px;
  width: auto;
}

@media print {
  .graphic-org textarea {
    height: 150px;
    border: 1px solid #333;
  }

  .graphic-org-container input[name="submit"] {
    display: none;
  }
}
/* Extended GO block */
.graphic-org-container.extended {
  padding-top: 0;
}
.graphic-org-container.extended h3 {
  width: calc(100% - 100px);
}
.graphic-org-container.extended .print {
  top: 0px;
}
.graphic-org-container.extended fieldset {
  margin-bottom: 25px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  border: none;
}
.graphic-org-container.extended .fields {
  border: 1px solid #edeeee;
  padding: 15px;
}
.graphic-org-container.extended legend {
  font-weight: bold;
  width: 100%;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.2em;
  color: #fff;
}
.graphic-org-container.extended textarea {
  width: 98%;
  border: 1px solid #666;
  height: 75px;
  margin: 0 auto;
}
.graphic-org-container.extended label {
  text-align: center;
}
.graphic-org-container.extended label p {
  margin: 8px 0 0 0;
}
.graphic-org-container.extended label p:after {
  content: ":";
}

.graphic-org-container-edit .ds-none {
  display: none !important;
}
.graphic-org-container-edit .editor-item {
  position: relative;
}
.graphic-org-container-edit .remove {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 10px;
  background: url(images/icon_sprite.png) top right no-repeat;
}

/******************************** Overall Layout *********************************/
.full-menu + .content {
  width: calc(100% - 190px);
  float: left;
  background-color: #fff;
}

/* Layout - Logged In*/
.cms_container.no-iframe {
  overflow: auto;
  margin: 0 auto;
  width: 1265px;
}
@media (max-width: 1265px) {
  .cms_container.no-iframe {
    width: 1065px;
  }
}
.cms_container.no-iframe .full-menu + .content {
  width: calc(100% - 210px);
}
@media (max-width: 1250px) {
  .cms_container.no-iframe .header .heading {
    margin-left: 0;
    top: 0;
  }
  .cms_container.no-iframe .header .logo {
    position: relative;
    left: auto;
    top: auto;
    margin: auto;
  }
}

/* Layout - Not Logged In or in iFrame */
body > .container,
.cms_container > .container {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #eee), color-stop(190px, #eee), color-stop(190px, #fff), color-stop(190px, #fff));
  background-image: -webkit-linear-gradient(left, #eee, #eee 190px, #fff 190px, #fff 100%);
  background-image: -moz-linear-gradient(left, #eee, #eee 190px, #fff 190px, #fff 100%);
  background-image: -ms-linear-gradient(left, #eee, #eee 190px, #fff 190px, #fff 100%);
  background-image: -o-linear-gradient(left, #eee, #eee 190px, #fff 190px, #fff 100%);
}

body > .container,
.cms_container.in-iframe > .container {
  overflow: auto;
  width: 100%;
}
body > .container #page-properties + .container,
.cms_container.in-iframe > .container #page-properties + .container {
  width: calc(100%);
}
body > .container #page-properties,
body > .container #cms-comments,
.cms_container.in-iframe > .container #page-properties,
.cms_container.in-iframe > .container #cms-comments {
  display: none;
}
@media (max-width: 770px) {
  body > .container .full-menu,
  .cms_container.in-iframe > .container .full-menu {
    display: none;
  }
  body > .container .full-menu + .content,
  .cms_container.in-iframe > .container .full-menu + .content {
    width: 100%;
  }
  body > .container .ccm-next-previous-wrapper .name,
  .cms_container.in-iframe > .container .ccm-next-previous-wrapper .name {
    display: none;
  }
  body > .container .skip-nav-container,
  .cms_container.in-iframe > .container .skip-nav-container {
    display: none;
  }
}

/* Side Menu */
.full-menu {
  float: left;
  width: 190px;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  padding-top: 40px;
}
.full-menu h2 {
  font-size: 20px;
  border: none;
  margin-bottom: 0;
  line-height: 23px;
}
.full-menu .full-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.full-menu #course-nav {
  border-left: 1px solid #969696;
  position: relative;
  left: 6px;
  padding-right: 10px;
}
.full-menu #course-nav:after {
  content: "";
  width: 1px;
  height: 8px;
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: -1px;
  display: block;
}
.full-menu ul.nav {
  position: relative;
  top: -3px;
}
.full-menu ul.nav li {
  margin: 15px 0;
  padding: 0 0 0 20px;
  font-size: 13px;
  position: relative;
}
.full-menu ul.nav li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #efefef;
  border: 2px solid #969696;
  position: absolute;
  left: -6px;
  top: 50%;
  display: block;
  border-radius: 50%;
  margin-top: -8px;
}
.full-menu ul.nav li.nav-viewed:before {
  background-color: #333;
  border-color: #333;
}
.full-menu ul.nav li.nav-path-selected:before {
  background-color: #efefef;
  border-color: #000;
}
.full-menu h2 {
  font-size: 20px;
  border: none;
  margin-bottom: 0;
  line-height: 23px;
}
.full-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.full-menu a {
  color: #07487c;
}
.full-menu .nav-path-selected {
  font-weight: bold;
}

/* Forward/Backward Nav */
.user-is-tabbing .ccm-next-previous-wrapper .ccm-next-previous-previouslink,
.user-is-tabbing .ccm-next-previous-wrapper .ccm-next-previous-nextlink {
  padding-bottom: 2px;
}

.ccm-next-previous-wrapper {
  margin: 15px 0;
  overflow: auto;
  clear: both;
}
.ccm-next-previous-wrapper .name {
  color: #000;
  text-decoration: underline;
}
.ccm-next-previous-wrapper .arrow {
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  font-family: inherit;
}
.ccm-next-previous-wrapper .ccm-next-previous-previouslink,
.ccm-next-previous-wrapper .ccm-next-previous-nextlink {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  min-height: 30px;
  padding-top: 2px;
}
.ccm-next-previous-wrapper .ccm-next-previous-previouslink a,
.ccm-next-previous-wrapper .ccm-next-previous-nextlink a {
  min-width: 29px;
  min-height: 29px;
  display: inline-block;
}
.ccm-next-previous-wrapper .ccm-next-previous-previouslink {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding-left: 40px;
}
.ccm-next-previous-wrapper .ccm-next-previous-previouslink .arrow {
  left: 1px;
  top: 1px;
}
.ccm-next-previous-wrapper .ccm-next-previous-nextlink {
  float: right;
  text-align: right;
  padding-right: 40px;
}
.ccm-next-previous-wrapper .ccm-next-previous-nextlink .arrow {
  right: 1px;
  top: 1px;
}

/* Blockquotes/Prompts */
blockquote,
.prompt {
  padding: 25px 30px;
  background-color: #f2f3f3;
  margin: 20px 0;
  line-height: 22px;
}
blockquote p:first-child,
.prompt p:first-child {
  margin-top: 0;
}
blockquote p:last-child,
.prompt p:last-child {
  margin-bottom: 0;
}

a.zoom {
  cursor: zoom-in;
}

.main.inner .headings-container-with-glossary {
  position: relative;
}
.main.inner .headings-container-with-glossary h1 {
  padding-right: 170px;
}

.glossary-link {
  position: absolute;
  top: 5px;
  right: 10px;
}
.glossary-link a {
  color: #444544;
  text-decoration: underline;
  font-size: 1.1em;
  display: block;
  line-height: 27px;
  background: url("/images/glossary-icon.png") no-repeat left top;
  background-size: 27px 27px;
  padding-left: 32px;
}

/* New Image Matching Block */
.image-matching.quiz .drop {
  top: auto;
  left: auto;
  right: auto;
  position: relative;
  text-align: center;
  min-height: 75px;
  min-width: 125px;
}
.image-matching.quiz .drop.incorrect {
  background-color: #843534;
  color: #fff;
}
.image-matching .title {
  padding: 5px 0;
  text-align: center;
}
.image-matching .choices {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #eee;
  padding: 10px;
}
.image-matching .help-drag {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #eee;
  padding: 10px;
}
.image-matching .choice-container {
  left: 0;
  top: 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 5px;
  padding: 0;
  border: none;
}
.image-matching .choice-container.chosen {
  border: 1px solid #00598c !important;
}
.image-matching .choice-container:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline: revert;
}
.image-matching .choices img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.image-matching table {
  border: 1px solid #eee;
  border-top: none;
}
.image-matching table img {
  width: 75px;
}

/* Cookieless */
.no-cookie {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  text-align: center;
  max-width: 700px;
  margin: 100px auto;
  font-size: 1.2em;
  line-height: 1.5em;
}
.no-cookie a {
  text-decoration: underline;
  font-weight: bold;
}
.no-cookie li {
  text-align: left;
}

.container.no-cookies {
  background-image: none;
}

/* Updates to preview */
.container.preview .hide-in-iframe,
.container.preview .block-comment-form,
.container.preview .comment-form-container {
  display: none;
}

/* Updates to ensure that lists display correctly when an image is floated to the left */
.block-wrapper.bt-embedded_image + .block-wrapper.bt-content ul,
.block-wrapper.bt-embedded_image + .block-wrapper.bt-content ol {
  overflow: auto;
}

/* Image Labeling */
.image-labeling-choice-wrapper ul {
  list-style: none;
  padding: 0;
}
.image-labeling-choice-wrapper ul li {
  width: 33.33333%;
}

.ca-image-hotspots-container.quiz .ca-image-label-dropzone {
  height: 35px;
  border: 0;
}

.ca-image-hotspots-container.quiz .ca-image-label-dropzone .choice {
  background-color: #ececed;
  border: 1px solid #dedede;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100% !important;
  max-width: 100%;
  line-height: 35px;
  color: #000;
}

.ca-image-hotspots-container.quiz .ca-image-label-dropzone select.form-control {
  width: 100%;
  height: 35px;
  border: none;
}

.ca-image-hotspots-container.quiz .ca-image-label-dropzone .hide {
  display: none;
}

.ca-image-hotspots-container.quiz .ca-image-label-dropzone .choice.incorrect {
  background-color: #843534;
  border: 1px solid #843534;
  color: #fff;
}

.image-labeling-choice-wrapper {
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
}

.image-labeling-choice-wrapper ul {
  list-style: none;
  padding: 0;
  width: 88%;
  display: block;
  margin: auto;
}

.image-labeling-choice-wrapper ul li {
  width: 210px;
  float: left;
  margin-bottom: 2px;
  margin-left: 2px;
}

.image-labeling-choice-wrapper ul li .choices {
  border: 1px solid #dedede;
  min-height: 34px;
  border-radius: 2px;
}

.image-labeling-choice-wrapper ul li .choices .choice {
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #ececed;
  padding: 8px;
  text-align: center;
  color: #000;
  box-shadow: none;
  max-width: inherit;
  margin: 0;
}

.image-labeling-choice-wrapper .label-select-dropdown {
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #ececed;
  padding: 8px;
  text-align: center;
  color: #000;
  box-shadow: none;
  max-width: inherit;
  margin: 0;
  width: 100%;
  margin-bottom: 1px;
}

.image-labeling-choice-wrapper .hide {
  display: none;
}

.order-sections .list-group-item.move {
  padding: 0;
}
.order-sections .list-group-item .c-item {
  padding: 10px 15px;
  display: block;
}
.order-sections .list-group-item:first-child {
  border-radius: 0 !important;
}

.markdown_block pre code {
  page-break-inside: avoid;
  max-width: 100%;
  overflow: auto;
  word-wrap: break-word;
  margin-bottom: 15px;
  display: block;
  padding: 1em 1.5em;
  border-left: 3px solid #ddd;
}
.markdown_block code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  color: #000;
}

.add-block-label {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 860px) {
  .slideshow-flex .flex-direction-nav .flex-prev {
    left: 50% !important;
  }
}
.flashcard-images #block-select-from-glossary,
.interactive-definitions #block-select-from-glossary {
  margin-right: -15px;
}

#block-select-from-glossary {
  margin-bottom: 5px;
}

.accessibility-ccm-menu li a:focus {
  background-color: #ccc;
  outline: none;
}

.cke_dialog {
  z-index: 100000 !important;
  margin-top: -150px !important;
}

.cke_dialog_container {
  z-index: 100000 !important;
}

div.cke_dialog_background_cover {
  z-index: 100000 !important;
}

.graping-coursearc-qe-tabs .lrn-qe-question-container-wrapper {
  padding-top: 10px;
}

.ca-learnosity .lrn-qe-label {
  font-size: 15px !important;
}
.ca-learnosity .lrn-qe .lrn-qe-modal-dialog {
  top: 5px;
}
.ca-learnosity .lrn-qe-modal-btn-close {
  padding: 2px !important;
}
.ca-learnosity .learnosity-question-editor {
  height: calc(100vh - 170px) !important;
}

i.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
i.arrow--right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow--left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.arrow--up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.arrow--down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Classification Block */
.ca-classification {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ca-classification__question-wrapper {
  box-shadow: none;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.ca-classification__question-wrapper .flexslider {
  max-width: 300px;
}
@media screen and (max-width: 500px) {
  .ca-classification__question-wrapper {
    align-items: center !important;
  }
}
.ca-classification__question {
  background-color: #f4f3e2;
  padding: 20px 10px;
  width: 250px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
}
.ca-classification__question-status {
  font-size: 10px;
  font-weight: bold;
}
.ca-classification__question-text {
  font-size: 16px;
}
.ca-classification__question-icon {
  width: 60px;
  height: auto;
}
.ca-classification__question-result {
  text-transform: uppercase;
  font-size: 20px;
  width: 200px;
  padding: 5px;
  margin-top: 10px;
  text-align: center;
  color: white;
  opacity: 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.ca-classification__question-result.is-success {
  background-color: #86c133;
  color: #2e2e2e;
}
.ca-classification__question-result.is-error {
  cursor: pointer;
  background-color: #c51e01;
}
.ca-classification__category-wrapper {
  background-color: #eee;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ca-classification__category-wrapper > .row {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 500px) {
  .ca-classification__category-wrapper > .row {
    display: block;
  }
}
.ca-classification__category-wrapper .classification-start-over {
  width: 150px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: none;
}
@media screen and (max-width: 500px) {
  .ca-classification__category-wrapper .classification-start-over {
    margin-top: 10px;
  }
}
.ca-classification__category {
  height: 150px;
  width: 200px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
}
.ca-classification__category-box {
  width: 70px;
  height: auto;
  position: absolute;
  top: -20px;
}
.ca-classification__category-text {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .ca-classification__category {
    margin-bottom: 35px;
  }
  .ca-classification__category:last-child {
    margin-bottom: 0;
  }
}
.ca-classification .glide__container {
  width: 60%;
  height: 307px;
  position: relative;
}
.ca-classification .glide__slides {
  height: calc(100% - 87px);
  position: absolute;
  width: 300px;
  margin-left: calc((100% - 300px) / 2);
  margin-right: calc((100% - 300px) / 2);
  list-style: none;
  backface-visibility: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
  z-index: 2;
  left: 0;
  top: 47px;
  padding-left: 0;
}
.ca-classification .glide__slide,
.ca-classification .glide__slide :not(.ui-sortable-helper) {
  transition: all 500ms ease;
}
.ca-classification .glide__slide {
  display: flex;
  justify-content: center;
  width: 72%;
  height: 100%;
  white-space: initial;
  user-select: none;
  position: absolute;
  top: 0;
}
.ca-classification .glide__slide--active {
  z-index: 1001;
}
.ca-classification .glide__slide > * {
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.ca-classification .glide__slide.slide-1 {
  left: 0;
  z-index: 100;
  transform: scale(1, 0.68);
}
.ca-classification .glide__slide.slide-2 {
  left: 5%;
  z-index: 200;
  transform: scale(1, 0.78);
}
.ca-classification .glide__slide.slide-3 {
  left: 10%;
  z-index: 300;
  transform: scale(1, 0.88);
}
.ca-classification .glide__slide.slide-4 {
  left: 15%;
  z-index: 400;
  transform: scale(1, 0.98);
}
.ca-classification .glide__slide.slide-5 {
  left: 20%;
  z-index: 1000;
}
.ca-classification .glide__slide.slide-6 {
  left: 25%;
  z-index: 500;
  transform: scale(1, 0.98);
}
.ca-classification .glide__slide.slide-7 {
  right: 30%;
  z-index: 400;
  transform: scale(1, 0.88);
}
.ca-classification .glide__slide.slide-8 {
  right: 20%;
  z-index: 300;
  transform: scale(1, 0.78);
}
.ca-classification .glide__slide.slide-9 {
  right: 10%;
  z-index: 200;
  transform: scale(1, 0.68);
}
.ca-classification .glide__slide.slide-10 {
  right: 0;
  z-index: 100;
  transform: scale(1, 0.58);
}
@media screen and (min-width: 500px) {
  .ca-classification .glide__slide {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .ca-classification .glide__slide {
    left: 0 !important;
    right: 0 !important;
    padding: 15px !important;
  }
}
.ca-classification .glide__arrow {
  cursor: pointer;
}
.ca-classification .glide__container .category-slide {
  display: none;
}
.ca-classification .ca-classification__category .ca-classification__category-box,
.ca-classification .ca-classification__category .ca-classification__category-text {
  pointer-events: none;
}
.ca-classification .box-classification.ui-sortable {
  outline: none;
}
.ca-classification .displayResult {
  position: absolute;
  width: 100%;
  text-align: center;
}

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wysiwyg-placeholder .clearfix {
  margin: 0;
}

/* begin standout block */
.standout {
  margin: 20px 0;
  padding: 20px;
  background-color: #ededed;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
.standout h3 {
  margin-top: 0;
  font-size: 24px;
}
.standout p {
  margin-top: 0 !important;
}
.standout img {
  margin-top: 5px;
}
.standout .content-left,
.standout .img-left {
  padding-right: 12px;
}
.standout .img-left {
  float: left;
}
.standout .img-right {
  padding-left: 7px;
  float: right;
}
.standout .content-right {
  padding-right: 7px;
}
.standout .content-right ul,
.standout .content-right ol {
  overflow: hidden;
}
.standout .standout-btn.ca-button {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 15px;
}
.standout .img-left .standout-image,
.standout .img-right .standout-image {
  max-width: 300px;
  max-height: 300px;
}
.standout .center img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}
.standout p + .standout-button-wrap {
  margin: 30px 0 7px 0;
}

/* end standout block */
/* certificate block */
.ca-certificate {
  background-size: cover;
  border: 3px solid black;
  background-color: #fff;
  text-align: center;
  width: 560px;
  height: 433px;
  position: relative;
  margin: 0 auto;
  font-size: 12px;
  clear: both;
}
.ca-certificate .ca_certificate_print_background {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ca-certificate p {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: 0 !important;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .certificate_printable {
    overflow: auto;
    cursor: zoom-in;
    min-height: 444px;
    position: relative;
  }
  .certificate_printable .ca-certificate {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.bt-ca_certificate .not-issued {
  padding: 25px 30px;
  background-color: #f2f3f3;
}
.bt-ca_certificate .not-issued,
.bt-ca_certificate .sample {
  font-weight: bold;
  font-style: italic;
}

/* replicates what's in print css below... can't seem to group these in scss :( */
.certificate_printable.preview .ca-certificate {
  max-width: 11in;
  width: 11in;
  height: 8.33in;
  border: none;
  background: none !important;
  font-size: 22px;
}
.certificate_printable.preview .ca-certificate .ca_certificate_print_background {
  display: block;
}
.certificate_printable.preview .ca-certificate .ca_certificate_print_background img {
  width: 11in;
  height: 8.33in;
}

.embed-image-shared-styles .image-bordered {
  max-width: calc(100% - 4px);
  margin-top: 1px;
  margin-left: 1px;
}

.cert-print {
  margin: 15px 0;
  text-align: center;
}
.cert-print button {
  display: block;
  margin: 15px auto;
  font-size: 1.3em;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.entire-course-progress-table thead,
.entire-course-progress-table th {
  border: 1px solid black !important;
}
.entire-course-progress-table tbody,
.entire-course-progress-table tr,
.entire-course-progress-table td {
  border: 1px solid black !important;
  text-align: left;
  padding: 8px !important;
  margin: 5px;
  border-collapse: collapse;
}

.ca-accent1.ca-button {
  color: #fff;
}

span.language-content {
  color: inherit !important;
}

.instructor_only {
  border: 1px #999 dashed;
  background-color: #eee;
  padding: 20px;
  margin: 35px 0 20px 0;
  position: relative;
}
.instructor_only h3.instructor_heading {
  position: absolute;
  top: -15px;
  left: -1px;
  margin: 0;
  padding: 3px 5px 0 5px;
}

.main.inner h3.instructor_heading {
  color: #fff;
}

/* Mobile public  menu */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1d2254;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: none;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #07487c;
  display: block;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: -21px !important;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 29px;
  cursor: pointer;
  background-color: #1d2254;
  color: white;
  padding: 10px 15px;
  border: none;
  width: 100%;
  text-align: left;
}
.openbtn:focus {
  border: 2px dashed #FFF;
}

.openbtn:hover {
  background-color: #1d2254;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  display: none;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 770px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 16px;
  }

  #main {
    display: block;
    transition: margin-left .5s;
    padding: 0px;
  }

  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ededed;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    display: block;
    z-index: 7;
  }
  .sidebar.sidebar-flex-mobile {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .nav-list {
    width: 200px;
    border-left: 1px #969696 solid;
    margin-left: 21px !important;
  }

  .skip-nav-btn {
    color: #ffffff !important;
    font-size: 85% !important;
    width: 80%;
    height: auto;
    position: relative;
    bottom: 11px;
    border: none;
  }

  .sidebar a:hover {
    color: #07487c !important;
  }

  .li_item {
    position: relative;
    bottom: 23px;
  }
}
.sidebar ul.nav li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #efefef;
  border: 2px solid #969696;
  position: relative;
  left: -7px;
  display: block;
  border-radius: 50%;
  margin-top: -8px;
}

.sidebar ul.nav li.nav-path-selected:before {
  background-color: #efefef;
  border-color: #000;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-checklist-label {
  display: block;
  margin-left: 20px;
}

.pl-0 {
  padding-left: 0;
}

.list-style-none li {
  list-style-type: none;
}

.form-checklist-input {
  float: left;
  margin-left: -20px !important;
}

.form-checklist {
  padding-top: 5px;
}

.user-is-tabbing *:focus {
  outline: 2px solid #575757;
}

/* CA-971 content selector tool. NOTE this is in page-edit.scss as well */
.ca_content_selector th.sort-course-head a {
  color: #fff;
}
.ca_content_selector label {
  display: block;
}
.ca_content_selector label input {
  margin-right: 5px;
}
.ca_content_selector a.contentlink {
  color: #2c3e50;
}
.ca_content_selector .table > tbody > tr > td {
  padding: 5px;
}
.ca_content_selector .pagination {
  margin: 15px 0 0 0;
}
.ca_content_selector .btnSearchTag {
  padding: 0 5px;
}
.ca_content_selector .pagination {
  position: relative;
  top: -40px;
  margin-top: 25px;
}

#lti-advantage-selection-form {
  position: relative;
  top: -40px;
}

.bt-interactive_definitions table tbody tr:nth-child(odd) td, .bt-interactive_definitions table tbody tr:nth-child(even) td {
  background-color: #eee;
}

.bt-interactive_definitions table tbody tr td:first-child {
  background-color: #ddd;
}

/* Improve focus states for keyboard navigation */
.user-is-tabbing .ca-accent1-inverse:focus,
.user-is-tabbing .ca-button.ca-accent1-inverse:focus {
  outline: 2px solid black;
  outline-offset: 1px;
}
.user-is-tabbing .ca-accent1:focus {
  border: 1px solid white;
  outline: 2px solid black;
}
.user-is-tabbing .ca-accent2:focus {
  border: 1px solid black;
  outline: 2px solid white;
}
.user-is-tabbing .interactive-definition-list .ca-accent1.flashcard-outline:focus {
  border: 12px double #fff;
  outline: none;
  transition: border-style 100ms 1s;
}

.flex-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-ui {
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
  border: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  margin-bottom: 4px;
  cursor: pointer;
  align-items: center;
}
.block-ui:hover, .block-ui:focus {
  background: #4D565B;
  color: white;
}
.block-ui .block-ui-add-icon {
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 12px;
  background: linear-gradient(to bottom right, #0f766e, #0c4a6e);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.block-ui .block-ui-add-block {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.block-ui .block-ui-add-block .add-block-label {
  font-size: 14px;
}
.block-ui .block-ui-add-dotted-row {
  width: 46%;
  border-bottom: 1px solid #ccc;
}
.block-ui .dot-center {
  width: 8%;
  border-bottom: none;
}

.block-ui.selected {
  color: #369;
  text-decoration: underline;
}

.edit-block-settings-toggler::before {
  background-image: url("../../images/chevron-left-solid.png");
}

.edit-block-settings-toggler.hidden-settings::before {
  background-image: url("../../images/chevron-right-solid.png");
}

.ui-widget-overlay.add-block-modal-bg-overlay {
  background: #333 50% 50% repeat;
  opacity: .8;
}

.add-block-dialog {
  position: fixed;
  z-index: 1001;
  height: 80%;
  min-height: 600px;
  width: 50%;
  min-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  border-radius: 6px;
}
.add-block-dialog .dialog-header {
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom right, #0f766e, #0c4a6e);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: unset;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.add-block-dialog .dialog-header .dialog-title {
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.add-block-dialog .dialog-header .dialog-header-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.add-block-dialog .dialog-header .dialog-header-content .input-container {
  position: relative;
  display: flex;
  align-items: center;
}
.add-block-dialog .dialog-header .dialog-header-content .input-container .search-icon {
  position: absolute;
  left: 12px;
  color: #888;
  font-size: 16px;
}
.add-block-dialog .dialog-header .dialog-header-content .input-container .clear-icon {
  color: #888;
  position: absolute;
  right: 12px;
}
.add-block-dialog .dialog-header .dialog-header-content .input-container .dialog-search-field-label {
  display: flex;
  margin: 0;
}
.add-block-dialog .dialog-header .dialog-header-content .input-container .dialog-search-field {
  width: 100%;
  padding-left: 32px !important;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 14px;
  height: auto;
}
.add-block-dialog .dialog-header .dialog-header-content .dialog-close {
  color: white;
  background: none;
  border: none;
  font-size: 16px;
}
.add-block-dialog .dialog-content {
  border-radius: unset;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.add-block-dialog .dialog-content,
.add-block-dialog .dialog-content > :first-child,
.add-block-dialog .dialog-content > :first-child > :first-child,
.add-block-dialog .dialog-content > :first-child > :first-child > .app-component {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

div.ccm-menu.block-add ul li:first-child a {
  border-radius: 6px;
}
div.ccm-menu.block-add .popover.below .inner {
  border: 0;
  background: none;
  padding: 0;
  margin: 8px;
  color: #000;
  font-size: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  width: 280px !important;
}
div.ccm-menu.block-add .popover.below .inner .menu-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
div.ccm-menu.block-add .popover.below .inner .content {
  padding: 6px;
}
div.ccm-menu.block-add ul a {
  padding: 8px 10px 10px 10px;
}
div.ccm-menu.block-add ul div.block-menu-item {
  cursor: pointer;
  padding: 8px 10px 10px 10px;
}
div.ccm-menu.block-add .block-menu-item {
  font-size: 16px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
div.ccm-menu.block-add .block-menu-item .block-menu-item-icon-container {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(to bottom right, #0f766e, #0c4a6e);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
div.ccm-menu.block-add .block-menu-item .block-menu-item-icon-container .block-menu-item-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
div.ccm-menu.block-add .block-menu-item span {
  font-size: 16px;
  line-height: 40px;
}
div.ccm-menu.block-add .block-menu-item:hover {
  outline: 2px solid #0F766E;
  background-color: #F9FAFB;
}
div.ccm-menu.block-add .block-menu-item:hover:focus {
  outline: 2px solid #0F766E;
  background-color: #F9FAFB;
}
body.user-is-tabbing div.ccm-menu.block-add .block-menu-item:focus {
  outline: 2px solid #0F766E;
  background-color: #F9FAFB;
}

/* Block errors such as a warning of missing context information */
.ca_block_error {
  border: 1px solid #b70202;
  background-color: #f6e9e9;
  color: #b70202;
  font-weight: bold;
  padding: 13px;
  margin: 15px 0;
}
.ca_block_error p {
  margin: 0 0 10px 0;
  font-size: 1.1em;
}
.ca_block_error .ca-button {
  background-color: #AC0202;
}

.quiz-points {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 5px;
}

.dialogicon-red {
  color: #DD3900;
}

.quiz-panel-student-progress {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.quiz-panel-student-progress .quiz-student-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quiz-panel-student-progress .quiz-student-info p {
  margin-bottom: 0;
}
.quiz-panel-student-progress .quiz-student-info select {
  margin: 12px 0;
}
.quiz-panel-student-progress .quiz-student-info .quiz-student-select {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quiz-panel-student-progress .switcher .answer-key.answer-key-with-slider,
.quiz-panel-student-progress .switcher .analytics_btn.analytics_btn-with-slider {
  display: inline-flex !important;
  align-items: center;
}
.quiz-panel-student-progress .switcher:has(.analytics_btn-with-slider) {
  top: 0 !important;
}
.quiz-panel-student-progress .switcher:has(.answer-key-with-slider) {
  top: 0 !important;
}

.answer-key-with-slider,
.analytics_btn-with-slider {
  display: inline-flex;
  align-items: center;
}
.answer-key-with-slider .student-progress-switch-label,
.analytics_btn-with-slider .student-progress-switch-label {
  margin-right: 10px;
  font-family: Arial, sans-serif;
  vertical-align: middle;
  width: fit-content;
}
.answer-key-with-slider .student-progress-toggle-switch,
.analytics_btn-with-slider .student-progress-toggle-switch {
  position: relative;
  display: inline-flex;
  width: 75px;
  height: 30px;
  align-items: center;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.answer-key-with-slider .student-progress-toggle-switch .student-progress-text,
.analytics_btn-with-slider .student-progress-toggle-switch .student-progress-text {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  animation: fadeIn 0.5s forwards;
  top: 9px;
  line-height: 1;
}
.answer-key-with-slider .student-progress-toggle-switch .student-progress-text.on,
.analytics_btn-with-slider .student-progress-toggle-switch .student-progress-text.on {
  left: 8px;
  color: #ffffff;
}
.answer-key-with-slider .student-progress-toggle-switch .student-progress-text.off,
.analytics_btn-with-slider .student-progress-toggle-switch .student-progress-text.off {
  right: 10px;
  color: #01578e;
}
.answer-key-with-slider .student-progress-toggle-switch input,
.analytics_btn-with-slider .student-progress-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.answer-key-with-slider .student-progress-toggle-switch .student-progress-slider,
.analytics_btn-with-slider .student-progress-toggle-switch .student-progress-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #01578e;
  transition: background-color 0.4s ease;
  border-radius: 34px;
}
.answer-key-with-slider .student-progress-toggle-switch .student-progress-slider:before,
.analytics_btn-with-slider .student-progress-toggle-switch .student-progress-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  border: 2px solid #01578e;
  transition: transform 0.4s ease;
  border-radius: 50%;
}
.answer-key-with-slider .student-progress-toggle-switch input:checked + .student-progress-slider,
.analytics_btn-with-slider .student-progress-toggle-switch input:checked + .student-progress-slider {
  background-color: #01578e;
}
.answer-key-with-slider .student-progress-toggle-switch input:checked + .student-progress-slider:before,
.analytics_btn-with-slider .student-progress-toggle-switch input:checked + .student-progress-slider:before {
  transform: translateX(43px);
}
.answer-key-with-slider .student-progress-toggle-switch input:checked ~ .student-progress-text.on,
.analytics_btn-with-slider .student-progress-toggle-switch input:checked ~ .student-progress-text.on {
  display: flex;
}
.answer-key-with-slider .student-progress-toggle-switch input:checked ~ .student-progress-text.off,
.analytics_btn-with-slider .student-progress-toggle-switch input:checked ~ .student-progress-text.off {
  display: none;
}
.answer-key-with-slider .student-progress-toggle-switch input:not(:checked) ~ .student-progress-text.on,
.analytics_btn-with-slider .student-progress-toggle-switch input:not(:checked) ~ .student-progress-text.on {
  display: none;
}
.answer-key-with-slider .student-progress-toggle-switch input:not(:checked) ~ .student-progress-text.off,
.analytics_btn-with-slider .student-progress-toggle-switch input:not(:checked) ~ .student-progress-text.off {
  display: flex;
}

.h-50px {
  height: 50px;
}

.icon-and-text-text-end {
  text-align: end;
}

button.popup-link {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.quiz-question-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: question;
}

.quiz-question-list li {
  margin-bottom: 24px;
}

.quiz-question-list li fieldset legend {
  counter-increment: question;
  position: relative;
  padding-left: 15px;
}

.quiz-question-list li fieldset legend::before {
  content: counter(question) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.pt-2 {
  padding: 0.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

/*! jQuery UI - v1.11.1 - 2014-09-09
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;
  color: #362b36;
}

.ui-widget-content a {
  color: #362b36;
}

.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #2779aa;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2779aa;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb;
  /* 	background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x; */
  font-weight: bold;
  color: #0070a3;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #0070a3;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #2694e8;
  background: #3baae3 url("images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f9dd34;
  background: #ffef8f url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a url("images/ui-bg_flat_15_cd0a0a_40x100.png") 50% 50% repeat-x;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* 
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_72a7cf_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_72a7cf_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_3d80b3_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_2694e8_256x240.png");
}*/
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee 50% 50% repeat;
  opacity: .8;
  filter: Alpha(Opacity=80);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: #000000 50% top repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/*!
Video.js Default Styles (http://videojs.com)
Version 4.9.0
Create your own skin at http://designer.videojs.com
*/
/*!
Video.js Default Styles (http://videojs.com)
Version 4.9.0
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url("font/vjs.eot");
  src: url("font/vjs.eot?#iefix") format("embedded-opentype"), url("font/vjs.woff") format("woff"), url("font/vjs.ttf") format("truetype"), url("font/vjs.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}

.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}

/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}

/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0 screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}

/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}

.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */
}

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}

.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}

/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}

.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}

.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */
  left: 4.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}

/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.2);
}

/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878;
  background: rgba(255, 255, 255, 0.1);
}

.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}

/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}

/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
  float: left;
}

.vjs-default-skin .vjs-duration {
  float: left;
}

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}

.vjs-time-divider {
  float: left;
  line-height: 3em;
}

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}

.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-error .vjs-big-play-button {
  display: none;
}

/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}

.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}

.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}

.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}

/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}

/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}

/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
  color: #ffffff;
}

.video-js .vjs-captions {
  color: #ffcc66;
}

.vjs-tt-cue {
  display: block;
}

/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
.vjs-default-skin {
  color: #bedcc6;
}

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {
  background-color: #deede1;
}

.vjs-default-skin .vjs-control-bar,
.vjs-default-skin .vjs-big-play-button {
  background: black;
}

.vjs-default-skin .vjs-slider {
  background: rgba(0, 0, 0, 0.3333333333);
}

.vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  top: 50%;
  margin-left: -63px;
  margin-top: -42px;
}

.video-js .vjs-captions {
  color: #fff;
}

.video-js .vjs-text-track {
  background-color: #000;
}

#modalOverlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  /* places the modal overlay between the main page and the modal dialog*/
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}

.modal {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #aaa;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 3;
  /* places the modal dialog on top of everything else */
  position: fixed;
  top: 5%;
  left: 7.5%;
  display: none;
  z-index: 11;
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.modal.modal-centered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .modal {
    top: 1% !important;
    left: 3%;
    width: 94%;
    max-height: 100%;
  }
  .modal div[role=document] {
    padding: 5px;
  }
}

.modal > div[role=document] {
  padding: 15px;
}

.modal > div:focus {
  outline: 1px dotted #ddd;
}

.modal h1 {
  padding-right: 60px;
}

.modalCloseButton, .modalCloseButton2 {
  float: right;
  position: absolute;
  top: 10px;
  right: 2%;
  height: 25px;
}

.modalCloseButton img {
  border: 0;
}

.screen-reader-offscreen {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

.score-override-modal {
  max-width: 500px;
  left: calc((100% - 500px) / 2);
}
.score-override-modal .mt15 {
  margin-top: 15px;
}

.bootstrap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
.bootstrap article,
.bootstrap aside,
.bootstrap details,
.bootstrap figcaption,
.bootstrap figure,
.bootstrap footer,
.bootstrap header,
.bootstrap hgroup,
.bootstrap main,
.bootstrap menu,
.bootstrap nav,
.bootstrap section,
.bootstrap summary {
  display: block;
}
.bootstrap audio,
.bootstrap canvas,
.bootstrap progress,
.bootstrap video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap [hidden],
.bootstrap template {
  display: none;
}
.bootstrap a {
  background-color: transparent;
}
.bootstrap a:active,
.bootstrap a:hover {
  outline: 0;
}
.bootstrap abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bold;
}
.bootstrap dfn {
  font-style: italic;
}
.bootstrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap mark {
  background: #ff0;
  color: #000;
}
.bootstrap small {
  font-size: 80%;
}
.bootstrap sub,
.bootstrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap img {
  border: 0;
}
.bootstrap svg:not(:root) {
  overflow: hidden;
}
.bootstrap figure {
  margin: 1em 40px;
}
.bootstrap hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bootstrap pre {
  overflow: auto;
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap button,
.bootstrap input,
.bootstrap optgroup,
.bootstrap select,
.bootstrap textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap button {
  overflow: visible;
}
.bootstrap button,
.bootstrap select {
  text-transform: none;
}
.bootstrap button,
.bootstrap html input[type="button"],
.bootstrap input[type="reset"],
.bootstrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap button[disabled],
.bootstrap html input[disabled] {
  cursor: default;
}
.bootstrap button::-moz-focus-inner,
.bootstrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap input {
  line-height: normal;
}
.bootstrap input[type="checkbox"],
.bootstrap input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bootstrap input[type="number"]::-webkit-inner-spin-button,
.bootstrap input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap input[type="search"]::-webkit-search-cancel-button,
.bootstrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap legend {
  border: 0;
  padding: 0;
}
.bootstrap textarea {
  overflow: auto;
}
.bootstrap optgroup {
  font-weight: bold;
}
.bootstrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap td,
.bootstrap th {
  padding: 0;
}
@media print {
  .bootstrap *,
  .bootstrap *:before,
  .bootstrap *:after {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
  }
  .bootstrap a,
  .bootstrap a:visited {
    text-decoration: underline;
  }
  .bootstrap a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap a[href^="#"]:after,
  .bootstrap a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap pre,
  .bootstrap blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap thead {
    display: table-header-group;
  }
  .bootstrap tr,
  .bootstrap img {
    page-break-inside: avoid;
  }
  .bootstrap img {
    max-width: 100% !important;
  }
  .bootstrap p,
  .bootstrap h2,
  .bootstrap h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap h2,
  .bootstrap h3 {
    page-break-after: avoid;
  }
  .bootstrap .navbar {
    display: none;
  }
  .bootstrap .btn > .caret,
  .bootstrap .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap .label {
    border: 1px solid #000;
  }
  .bootstrap .table {
    border-collapse: collapse !important;
  }
  .bootstrap .table td,
  .bootstrap .table th {
    background-color: #fff !important;
  }
  .bootstrap .table-bordered th,
  .bootstrap .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  .bootstrap {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  }
}
.bootstrap .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrap .glyphicon-plus:before {
  content: "\002b";
}
.bootstrap .glyphicon-euro:before,
.bootstrap .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap .glyphicon-music:before {
  content: "\e002";
}
.bootstrap .glyphicon-search:before {
  content: "\e003";
}
.bootstrap .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap .glyphicon-star:before {
  content: "\e006";
}
.bootstrap .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap .glyphicon-user:before {
  content: "\e008";
}
.bootstrap .glyphicon-film:before {
  content: "\e009";
}
.bootstrap .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap .glyphicon-th:before {
  content: "\e011";
}
.bootstrap .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap .glyphicon-off:before {
  content: "\e017";
}
.bootstrap .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap .glyphicon-home:before {
  content: "\e021";
}
.bootstrap .glyphicon-file:before {
  content: "\e022";
}
.bootstrap .glyphicon-time:before {
  content: "\e023";
}
.bootstrap .glyphicon-road:before {
  content: "\e024";
}
.bootstrap .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap .glyphicon-download:before {
  content: "\e026";
}
.bootstrap .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap .glyphicon-book:before {
  content: "\e043";
}
.bootstrap .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap .glyphicon-print:before {
  content: "\e045";
}
.bootstrap .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap .glyphicon-font:before {
  content: "\e047";
}
.bootstrap .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap .glyphicon-list:before {
  content: "\e056";
}
.bootstrap .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap .glyphicon-share:before {
  content: "\e066";
}
.bootstrap .glyphicon-check:before {
  content: "\e067";
}
.bootstrap .glyphicon-move:before {
  content: "\e068";
}
.bootstrap .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap .glyphicon-play:before {
  content: "\e072";
}
.bootstrap .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap .glyphicon-random:before {
  content: "\e110";
}
.bootstrap .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap .glyphicon-link:before {
  content: "\e144";
}
.bootstrap .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap .glyphicon-record:before {
  content: "\e165";
}
.bootstrap .glyphicon-save:before {
  content: "\e166";
}
.bootstrap .glyphicon-open:before {
  content: "\e167";
}
.bootstrap .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap .glyphicon-import:before {
  content: "\e169";
}
.bootstrap .glyphicon-export:before {
  content: "\e170";
}
.bootstrap .glyphicon-send:before {
  content: "\e171";
}
.bootstrap .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap .glyphicon-header:before {
  content: "\e180";
}
.bootstrap .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap .glyphicon-king:before {
  content: "\e211";
}
.bootstrap .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap .glyphicon-education:before {
  content: "\e233";
}
.bootstrap .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap .glyphicon-console:before {
  content: "\e254";
}
.bootstrap .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap *:before,
.bootstrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap a {
  color: #008674;
  text-decoration: none;
}
.bootstrap a:hover,
.bootstrap a:focus {
  color: #008674;
  text-decoration: underline;
}
.bootstrap a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap figure {
  margin: 0;
}
.bootstrap img {
  vertical-align: middle;
}
.bootstrap .img-responsive,
.bootstrap .thumbnail > img,
.bootstrap .thumbnail a > img,
.bootstrap .carousel-inner > .item > img,
.bootstrap .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap .img-rounded {
  border-radius: 6px;
}
.bootstrap .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap .img-circle {
  border-radius: 50%;
}
.bootstrap hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ecf0f1;
}
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap [role="button"] {
  cursor: pointer;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6,
.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3,
.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
.bootstrap h1 small,
.bootstrap h2 small,
.bootstrap h3 small,
.bootstrap h4 small,
.bootstrap h5 small,
.bootstrap h6 small,
.bootstrap .h1 small,
.bootstrap .h2 small,
.bootstrap .h3 small,
.bootstrap .h4 small,
.bootstrap .h5 small,
.bootstrap .h6 small,
.bootstrap h1 .small,
.bootstrap h2 .small,
.bootstrap h3 .small,
.bootstrap h4 .small,
.bootstrap h5 .small,
.bootstrap h6 .small,
.bootstrap .h1 .small,
.bootstrap .h2 .small,
.bootstrap .h3 .small,
.bootstrap .h4 .small,
.bootstrap .h5 .small,
.bootstrap .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b4bcc2;
}
.bootstrap h1,
.bootstrap .h1,
.bootstrap h2,
.bootstrap .h2,
.bootstrap h3,
.bootstrap .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
.bootstrap h1 small,
.bootstrap .h1 small,
.bootstrap h2 small,
.bootstrap .h2 small,
.bootstrap h3 small,
.bootstrap .h3 small,
.bootstrap h1 .small,
.bootstrap .h1 .small,
.bootstrap h2 .small,
.bootstrap .h2 .small,
.bootstrap h3 .small,
.bootstrap .h3 .small {
  font-size: 65%;
}
.bootstrap h4,
.bootstrap .h4,
.bootstrap h5,
.bootstrap .h5,
.bootstrap h6,
.bootstrap .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.bootstrap h4 small,
.bootstrap .h4 small,
.bootstrap h5 small,
.bootstrap .h5 small,
.bootstrap h6 small,
.bootstrap .h6 small,
.bootstrap h4 .small,
.bootstrap .h4 .small,
.bootstrap h5 .small,
.bootstrap .h5 .small,
.bootstrap h6 .small,
.bootstrap .h6 .small {
  font-size: 75%;
}
.bootstrap h1,
.bootstrap .h1 {
  font-size: 39px;
}
.bootstrap h2,
.bootstrap .h2 {
  font-size: 32px;
}
.bootstrap h3,
.bootstrap .h3 {
  font-size: 26px;
}
.bootstrap h4,
.bootstrap .h4 {
  font-size: 19px;
}
.bootstrap h5,
.bootstrap .h5 {
  font-size: 15px;
}
.bootstrap h6,
.bootstrap .h6 {
  font-size: 13px;
}
.bootstrap p {
  margin: 0 0 10.5px;
}
.bootstrap .lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap .lead {
    font-size: 22.5px;
  }
}
.bootstrap small,
.bootstrap .small {
  font-size: 86%;
}
.bootstrap mark,
.bootstrap .mark {
  background-color: #f39c12;
  padding: .2em;
}
.bootstrap .text-left {
  text-align: left;
}
.bootstrap .text-right {
  text-align: right;
}
.bootstrap .text-center {
  text-align: center;
}
.bootstrap .text-justify {
  text-align: justify;
}
.bootstrap .text-nowrap {
  white-space: nowrap;
}
.bootstrap .text-lowercase {
  text-transform: lowercase;
}
.bootstrap .text-uppercase {
  text-transform: uppercase;
}
.bootstrap .text-capitalize {
  text-transform: capitalize;
}
.bootstrap .text-muted {
  color: #b4bcc2;
}
.bootstrap .text-primary {
  color: #2c3e50;
}
.bootstrap a.text-primary:hover,
.bootstrap a.text-primary:focus {
  color: #1a242f;
}
.bootstrap .text-success {
  color: #ffffff;
}
.bootstrap a.text-success:hover,
.bootstrap a.text-success:focus {
  color: #e6e6e6;
}
.bootstrap .text-info {
  color: #ffffff;
}
.bootstrap a.text-info:hover,
.bootstrap a.text-info:focus {
  color: #e6e6e6;
}
.bootstrap .text-warning {
  color: #ffffff;
}
.bootstrap a.text-warning:hover,
.bootstrap a.text-warning:focus {
  color: #e6e6e6;
}
.bootstrap .text-danger {
  color: #ffffff;
}
.bootstrap a.text-danger:hover,
.bootstrap a.text-danger:focus {
  color: #e6e6e6;
}
.bootstrap .bg-primary {
  color: #fff;
  background-color: #2c3e50;
}
.bootstrap a.bg-primary:hover,
.bootstrap a.bg-primary:focus {
  background-color: #1a242f;
}
.bootstrap .bg-success {
  background-color: #008674;
}
.bootstrap a.bg-success:hover,
.bootstrap a.bg-success:focus {
  background-color: #006D5B;
}
.bootstrap .bg-info {
  background-color: #007BC7;
}
.bootstrap a.bg-info:hover,
.bootstrap a.bg-info:focus {
  background-color: #0062AE;
}
.bootstrap .bg-warning {
  background-color: #f39c12;
}
.bootstrap a.bg-warning:hover,
.bootstrap a.bg-warning:focus {
  background-color: #c87f0a;
}
.bootstrap .bg-danger {
  background-color: #DD3900;
}
.bootstrap a.bg-danger:hover,
.bootstrap a.bg-danger:focus {
  background-color: #C42000;
}
.bootstrap .page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid transparent;
}
.bootstrap ul,
.bootstrap ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol,
.bootstrap ol ol {
  margin-bottom: 0;
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 21px;
}
.bootstrap dt,
.bootstrap dd {
  line-height: 1.42857143;
}
.bootstrap dt {
  font-weight: bold;
}
.bootstrap dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b4bcc2;
}
.bootstrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #ecf0f1;
}
.bootstrap blockquote p:last-child,
.bootstrap blockquote ul:last-child,
.bootstrap blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap blockquote footer,
.bootstrap blockquote small,
.bootstrap blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #b4bcc2;
}
.bootstrap blockquote footer:before,
.bootstrap blockquote small:before,
.bootstrap blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap .blockquote-reverse,
.bootstrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ecf0f1;
  border-left: 0;
  text-align: right;
}
.bootstrap .blockquote-reverse footer:before,
.bootstrap blockquote.pull-right footer:before,
.bootstrap .blockquote-reverse small:before,
.bootstrap blockquote.pull-right small:before,
.bootstrap .blockquote-reverse .small:before,
.bootstrap blockquote.pull-right .small:before {
  content: '';
}
.bootstrap .blockquote-reverse footer:after,
.bootstrap blockquote.pull-right footer:after,
.bootstrap .blockquote-reverse small:after,
.bootstrap blockquote.pull-right small:after,
.bootstrap .blockquote-reverse .small:after,
.bootstrap blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #7b8a8b;
  background-color: #ecf0f1;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap .bootstrap-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap .bootstrap-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap .bootstrap-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .bootstrap-container {
    width: 1170px;
  }
}
.bootstrap .bootstrap-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .col-xs-1, .bootstrap .col-xs-2, .bootstrap .col-xs-3, .bootstrap .col-xs-4, .bootstrap .col-xs-5, .bootstrap .col-xs-6, .bootstrap .col-xs-7, .bootstrap .col-xs-8, .bootstrap .col-xs-9, .bootstrap .col-xs-10, .bootstrap .col-xs-11, .bootstrap .col-xs-12 {
  float: left;
}
.bootstrap .col-xs-12 {
  width: 100%;
}
.bootstrap .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap .col-xs-9 {
  width: 75%;
}
.bootstrap .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap .col-xs-6 {
  width: 50%;
}
.bootstrap .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap .col-xs-3 {
  width: 25%;
}
.bootstrap .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap .col-xs-pull-12 {
  right: 100%;
}
.bootstrap .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap .col-xs-pull-9 {
  right: 75%;
}
.bootstrap .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap .col-xs-pull-6 {
  right: 50%;
}
.bootstrap .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap .col-xs-pull-3 {
  right: 25%;
}
.bootstrap .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap .col-xs-pull-0 {
  right: auto;
}
.bootstrap .col-xs-push-12 {
  left: 100%;
}
.bootstrap .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap .col-xs-push-9 {
  left: 75%;
}
.bootstrap .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap .col-xs-push-6 {
  left: 50%;
}
.bootstrap .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap .col-xs-push-3 {
  left: 25%;
}
.bootstrap .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap .col-xs-push-0 {
  left: auto;
}
.bootstrap .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap .col-sm-1, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12 {
    float: left;
  }
  .bootstrap .col-sm-12 {
    width: 100%;
  }
  .bootstrap .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-sm-9 {
    width: 75%;
  }
  .bootstrap .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-sm-6 {
    width: 50%;
  }
  .bootstrap .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-sm-3 {
    width: 25%;
  }
  .bootstrap .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-sm-push-0 {
    left: auto;
  }
  .bootstrap .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-md-1, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12 {
    float: left;
  }
  .bootstrap .col-md-12 {
    width: 100%;
  }
  .bootstrap .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-md-9 {
    width: 75%;
  }
  .bootstrap .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-md-6 {
    width: 50%;
  }
  .bootstrap .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-md-3 {
    width: 25%;
  }
  .bootstrap .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-md-pull-0 {
    right: auto;
  }
  .bootstrap .col-md-push-12 {
    left: 100%;
  }
  .bootstrap .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-md-push-9 {
    left: 75%;
  }
  .bootstrap .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-md-push-6 {
    left: 50%;
  }
  .bootstrap .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-md-push-3 {
    left: 25%;
  }
  .bootstrap .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-md-push-0 {
    left: auto;
  }
  .bootstrap .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-lg-1, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12 {
    float: left;
  }
  .bootstrap .col-lg-12 {
    width: 100%;
  }
  .bootstrap .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap .col-lg-9 {
    width: 75%;
  }
  .bootstrap .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap .col-lg-6 {
    width: 50%;
  }
  .bootstrap .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap .col-lg-3 {
    width: 25%;
  }
  .bootstrap .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap .col-lg-push-0 {
    left: auto;
  }
  .bootstrap .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap table {
  background-color: transparent;
}
.bootstrap caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b4bcc2;
  text-align: left;
}
.bootstrap th {
  text-align: left;
}
.bootstrap .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.bootstrap .table > thead > tr > th,
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tfoot > tr > th,
.bootstrap .table > thead > tr > td,
.bootstrap .table > tbody > tr > td,
.bootstrap .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ecf0f1;
}
.bootstrap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f1;
}
.bootstrap .table > caption + thead > tr:first-child > th,
.bootstrap .table > colgroup + thead > tr:first-child > th,
.bootstrap .table > thead:first-child > tr:first-child > th,
.bootstrap .table > caption + thead > tr:first-child > td,
.bootstrap .table > colgroup + thead > tr:first-child > td,
.bootstrap .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap .table > tbody + tbody {
  border-top: 2px solid #ecf0f1;
}
.bootstrap .table .table {
  background-color: #ffffff;
}
.bootstrap .table-condensed > thead > tr > th,
.bootstrap .table-condensed > tbody > tr > th,
.bootstrap .table-condensed > tfoot > tr > th,
.bootstrap .table-condensed > thead > tr > td,
.bootstrap .table-condensed > tbody > tr > td,
.bootstrap .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap .table-bordered {
  border: 1px solid #ecf0f1;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > tbody > tr > th,
.bootstrap .table-bordered > tfoot > tr > th,
.bootstrap .table-bordered > thead > tr > td,
.bootstrap .table-bordered > tbody > tr > td,
.bootstrap .table-bordered > tfoot > tr > td {
  border: 1px solid #ecf0f1;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap .table-hover > tbody > tr:hover {
  background-color: #ecf0f1;
}
.bootstrap table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bootstrap table td[class*="col-"],
.bootstrap table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bootstrap .table > thead > tr > td.active,
.bootstrap .table > tbody > tr > td.active,
.bootstrap .table > tfoot > tr > td.active,
.bootstrap .table > thead > tr > th.active,
.bootstrap .table > tbody > tr > th.active,
.bootstrap .table > tfoot > tr > th.active,
.bootstrap .table > thead > tr.active > td,
.bootstrap .table > tbody > tr.active > td,
.bootstrap .table > tfoot > tr.active > td,
.bootstrap .table > thead > tr.active > th,
.bootstrap .table > tbody > tr.active > th,
.bootstrap .table > tfoot > tr.active > th {
  background-color: #ecf0f1;
}
.bootstrap .table-hover > tbody > tr > td.active:hover,
.bootstrap .table-hover > tbody > tr > th.active:hover,
.bootstrap .table-hover > tbody > tr.active:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .active,
.bootstrap .table-hover > tbody > tr.active:hover > th {
  background-color: #dde4e6;
}
.bootstrap .table > thead > tr > td.success,
.bootstrap .table > tbody > tr > td.success,
.bootstrap .table > tfoot > tr > td.success,
.bootstrap .table > thead > tr > th.success,
.bootstrap .table > tbody > tr > th.success,
.bootstrap .table > tfoot > tr > th.success,
.bootstrap .table > thead > tr.success > td,
.bootstrap .table > tbody > tr.success > td,
.bootstrap .table > tfoot > tr.success > td,
.bootstrap .table > thead > tr.success > th,
.bootstrap .table > tbody > tr.success > th,
.bootstrap .table > tfoot > tr.success > th {
  background-color: #008674;
}
.bootstrap .table-hover > tbody > tr > td.success:hover,
.bootstrap .table-hover > tbody > tr > th.success:hover,
.bootstrap .table-hover > tbody > tr.success:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .success,
.bootstrap .table-hover > tbody > tr.success:hover > th {
  background-color: #15a589;
}
.bootstrap .table > thead > tr > td.info,
.bootstrap .table > tbody > tr > td.info,
.bootstrap .table > tfoot > tr > td.info,
.bootstrap .table > thead > tr > th.info,
.bootstrap .table > tbody > tr > th.info,
.bootstrap .table > tfoot > tr > th.info,
.bootstrap .table > thead > tr.info > td,
.bootstrap .table > tbody > tr.info > td,
.bootstrap .table > tfoot > tr.info > td,
.bootstrap .table > thead > tr.info > th,
.bootstrap .table > tbody > tr.info > th,
.bootstrap .table > tfoot > tr.info > th {
  background-color: #007BC7;
}
.bootstrap .table-hover > tbody > tr > td.info:hover,
.bootstrap .table-hover > tbody > tr > th.info:hover,
.bootstrap .table-hover > tbody > tr.info:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .info,
.bootstrap .table-hover > tbody > tr.info:hover > th {
  background-color: #258cd1;
}
.bootstrap .table > thead > tr > td.warning,
.bootstrap .table > tbody > tr > td.warning,
.bootstrap .table > tfoot > tr > td.warning,
.bootstrap .table > thead > tr > th.warning,
.bootstrap .table > tbody > tr > th.warning,
.bootstrap .table > tfoot > tr > th.warning,
.bootstrap .table > thead > tr.warning > td,
.bootstrap .table > tbody > tr.warning > td,
.bootstrap .table > tfoot > tr.warning > td,
.bootstrap .table > thead > tr.warning > th,
.bootstrap .table > tbody > tr.warning > th,
.bootstrap .table > tfoot > tr.warning > th {
  background-color: #f39c12;
}
.bootstrap .table-hover > tbody > tr > td.warning:hover,
.bootstrap .table-hover > tbody > tr > th.warning:hover,
.bootstrap .table-hover > tbody > tr.warning:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .warning,
.bootstrap .table-hover > tbody > tr.warning:hover > th {
  background-color: #e08e0b;
}
.bootstrap .table > thead > tr > td.danger,
.bootstrap .table > tbody > tr > td.danger,
.bootstrap .table > tfoot > tr > td.danger,
.bootstrap .table > thead > tr > th.danger,
.bootstrap .table > tbody > tr > th.danger,
.bootstrap .table > tfoot > tr > th.danger,
.bootstrap .table > thead > tr.danger > td,
.bootstrap .table > tbody > tr.danger > td,
.bootstrap .table > tfoot > tr.danger > td,
.bootstrap .table > thead > tr.danger > th,
.bootstrap .table > tbody > tr.danger > th,
.bootstrap .table > tfoot > tr.danger > th {
  background-color: #DD3900;
}
.bootstrap .table-hover > tbody > tr > td.danger:hover,
.bootstrap .table-hover > tbody > tr > th.danger:hover,
.bootstrap .table-hover > tbody > tr.danger:hover > td,
.bootstrap .table-hover > tbody > tr:hover > .danger,
.bootstrap .table-hover > tbody > tr.danger:hover > th {
  background-color: #e43725;
}
.bootstrap .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bootstrap .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ecf0f1;
  }
  .bootstrap .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap .table-responsive > .table > thead > tr > th,
  .bootstrap .table-responsive > .table > tbody > tr > th,
  .bootstrap .table-responsive > .table > tfoot > tr > th,
  .bootstrap .table-responsive > .table > thead > tr > td,
  .bootstrap .table-responsive > .table > tbody > tr > td,
  .bootstrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #2c3e50;
  border: 0;
  border-bottom: 1px solid transparent;
}
.bootstrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap input[type="file"] {
  display: block;
}
.bootstrap input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap select[multiple],
.bootstrap select[size] {
  height: auto;
}
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap .form-control:focus {
  border-color: #2c3e50;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 62, 80, 0.6);
}
.bootstrap .form-control::-moz-placeholder {
  color: #acb6c0;
  opacity: 1;
}
.bootstrap .form-control:-ms-input-placeholder {
  color: #acb6c0;
}
.bootstrap .form-control::-webkit-input-placeholder {
  color: #acb6c0;
}
.bootstrap .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.bootstrap .form-control[disabled],
.bootstrap .form-control[readonly],
.bootstrap fieldset[disabled] .form-control {
  background-color: #ecf0f1;
  opacity: 1;
}
.bootstrap .form-control[disabled],
.bootstrap fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap textarea.form-control {
  height: auto;
}
.bootstrap input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap input[type="date"].form-control,
  .bootstrap input[type="time"].form-control,
  .bootstrap input[type="datetime-local"].form-control,
  .bootstrap input[type="month"].form-control {
    line-height: 45px;
  }
  .bootstrap input[type="date"].input-sm,
  .bootstrap input[type="time"].input-sm,
  .bootstrap input[type="datetime-local"].input-sm,
  .bootstrap input[type="month"].input-sm,
  .bootstrap .input-group-sm input[type="date"],
  .bootstrap .input-group-sm input[type="time"],
  .bootstrap .input-group-sm input[type="datetime-local"],
  .bootstrap .input-group-sm input[type="month"] {
    line-height: 35px;
  }
  .bootstrap input[type="date"].input-lg,
  .bootstrap input[type="time"].input-lg,
  .bootstrap input[type="datetime-local"].input-lg,
  .bootstrap input[type="month"].input-lg,
  .bootstrap .input-group-lg input[type="date"],
  .bootstrap .input-group-lg input[type="time"],
  .bootstrap .input-group-lg input[type="datetime-local"],
  .bootstrap .input-group-lg input[type="month"] {
    line-height: 66px;
  }
}
.bootstrap .form-group {
  margin-bottom: 15px;
}
.bootstrap .radio,
.bootstrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap .radio.no-padding,
.bootstrap .checkbox.no-padding {
  margin: 0;
}
.bootstrap .radio label,
.bootstrap .checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap .radio input[type="radio"],
.bootstrap .radio-inline input[type="radio"],
.bootstrap .checkbox input[type="checkbox"],
.bootstrap .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bootstrap .radio + .radio,
.bootstrap .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap .radio-inline,
.bootstrap .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap .radio-inline + .radio-inline,
.bootstrap .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"].disabled,
.bootstrap input[type="checkbox"].disabled,
.bootstrap fieldset[disabled] input[type="radio"],
.bootstrap fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap .radio-inline.disabled,
.bootstrap .checkbox-inline.disabled,
.bootstrap fieldset[disabled] .radio-inline,
.bootstrap fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap .radio.disabled label,
.bootstrap .checkbox.disabled label,
.bootstrap fieldset[disabled] .radio label,
.bootstrap fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap .form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 36px;
}
.bootstrap .form-control-static.input-lg,
.bootstrap .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap .input-sm {
  height: 35px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap select.input-sm {
  height: 35px;
  line-height: 35px;
}
.bootstrap textarea.input-sm,
.bootstrap select[multiple].input-sm {
  height: auto;
}
.bootstrap .form-group-sm .form-control {
  height: 35px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .form-group-sm select.form-control {
  height: 35px;
  line-height: 35px;
}
.bootstrap .form-group-sm textarea.form-control,
.bootstrap .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap .form-group-sm .form-control-static {
  height: 35px;
  min-height: 34px;
  padding: 7px 9px;
  font-size: 13px;
  line-height: 1.5;
}
.bootstrap .input-lg {
  height: 66px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap select.input-lg {
  height: 66px;
  line-height: 66px;
}
.bootstrap textarea.input-lg,
.bootstrap select[multiple].input-lg {
  height: auto;
}
.bootstrap .form-group-lg .form-control {
  height: 66px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap .form-group-lg select.form-control {
  height: 66px;
  line-height: 66px;
}
.bootstrap .form-group-lg textarea.form-control,
.bootstrap .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap .form-group-lg .form-control-static {
  height: 66px;
  min-height: 40px;
  padding: 19px 27px;
  font-size: 19px;
  line-height: 1.3333333;
}
.bootstrap .has-feedback {
  position: relative;
}
.bootstrap .has-feedback .form-control {
  padding-right: 56.25px;
}
.bootstrap .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
}
.bootstrap .input-lg + .form-control-feedback,
.bootstrap .input-group-lg + .form-control-feedback,
.bootstrap .form-group-lg .form-control + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px;
}
.bootstrap .input-sm + .form-control-feedback,
.bootstrap .input-group-sm + .form-control-feedback,
.bootstrap .form-group-sm .form-control + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline,
.bootstrap .has-success.radio label,
.bootstrap .has-success.checkbox label,
.bootstrap .has-success.radio-inline label,
.bootstrap .has-success.checkbox-inline label {
  color: #ffffff;
}
.bootstrap .has-success .form-control {
  border-color: #ffffff;
  -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);
}
.bootstrap .has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.bootstrap .has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #008674;
}
.bootstrap .has-success .form-control-feedback {
  color: #ffffff;
}
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline,
.bootstrap .has-warning.radio label,
.bootstrap .has-warning.checkbox label,
.bootstrap .has-warning.radio-inline label,
.bootstrap .has-warning.checkbox-inline label {
  color: #ffffff;
}
.bootstrap .has-warning .form-control {
  border-color: #ffffff;
  -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);
}
.bootstrap .has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.bootstrap .has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #f39c12;
}
.bootstrap .has-warning .form-control-feedback {
  color: #ffffff;
}
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline,
.bootstrap .has-error.radio label,
.bootstrap .has-error.checkbox label,
.bootstrap .has-error.radio-inline label,
.bootstrap .has-error.checkbox-inline label {
  color: #ffffff;
}
.bootstrap .has-error .form-control {
  border-color: #ffffff;
  -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);
}
.bootstrap .has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.bootstrap .has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #DD3900;
}
.bootstrap .has-error .form-control-feedback {
  color: #ffffff;
}
.bootstrap .has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.bootstrap .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #597ea2;
}
@media (min-width: 768px) {
  .bootstrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .form-inline .input-group .input-group-addon,
  .bootstrap .form-inline .input-group .input-group-btn,
  .bootstrap .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio,
  .bootstrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio label,
  .bootstrap .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap .form-inline .radio input[type="radio"],
  .bootstrap .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio-inline,
.bootstrap .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.bootstrap .form-horizontal .radio.no-padding,
.bootstrap .form-horizontal .checkbox.no-padding,
.bootstrap .form-horizontal .radio-inline.no-padding,
.bootstrap .form-horizontal .checkbox-inline.no-padding {
  padding-top: 0;
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox {
  min-height: 32px;
}
.bootstrap .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.bootstrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-lg .control-label {
    padding-top: 19px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 13px;
  }
}
.bootstrap .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap .btn:focus,
.bootstrap .btn:active:focus,
.bootstrap .btn.active:focus,
.bootstrap .btn.focus,
.bootstrap .btn:active.focus,
.bootstrap .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap .btn:hover,
.bootstrap .btn:focus,
.bootstrap .btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.bootstrap .btn:active,
.bootstrap .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);
}
.bootstrap .btn.disabled,
.bootstrap .btn[disabled],
.bootstrap fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap a.btn.disabled,
.bootstrap fieldset[disabled] a.btn {
  pointer-events: none;
}
.bootstrap .btn-default {
  color: #ffffff;
  background-color: #757777;
  border-color: #757777;
}
.bootstrap .btn-default:focus,
.bootstrap .btn-default.focus {
  color: #ffffff;
  background-color: #5C5E5E;
  border-color: #566566;
}
.bootstrap .btn-default:hover {
  color: #ffffff;
  background-color: #5C5E5E;
  border-color: #5C5E5E;
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #5C5E5E;
  border-color: #5C5E5E;
}
.bootstrap .btn-default:active:hover,
.bootstrap .btn-default.active:hover,
.bootstrap .open > .dropdown-toggle.btn-default:hover,
.bootstrap .btn-default:active:focus,
.bootstrap .btn-default.active:focus,
.bootstrap .open > .dropdown-toggle.btn-default:focus,
.bootstrap .btn-default:active.focus,
.bootstrap .btn-default.active.focus,
.bootstrap .open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #687b7c;
  border-color: #566566;
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default[disabled]:hover,
.bootstrap fieldset[disabled] .btn-default:hover,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default[disabled]:focus,
.bootstrap fieldset[disabled] .btn-default:focus,
.bootstrap .btn-default.disabled.focus,
.bootstrap .btn-default[disabled].focus,
.bootstrap fieldset[disabled] .btn-default.focus {
  background-color: #757777;
  border-color: #757777;
}
.bootstrap .btn-default .badge {
  color: #757777;
  background-color: #ffffff;
}
.bootstrap .btn-primary {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary.focus {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #000000;
}
.bootstrap .btn-primary:hover {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #161f29;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #161f29;
}
.bootstrap .btn-primary:active:hover,
.bootstrap .btn-primary.active:hover,
.bootstrap .open > .dropdown-toggle.btn-primary:hover,
.bootstrap .btn-primary:active:focus,
.bootstrap .btn-primary.active:focus,
.bootstrap .open > .dropdown-toggle.btn-primary:focus,
.bootstrap .btn-primary:active.focus,
.bootstrap .btn-primary.active.focus,
.bootstrap .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #0d1318;
  border-color: #000000;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary[disabled]:hover,
.bootstrap fieldset[disabled] .btn-primary:hover,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary[disabled]:focus,
.bootstrap fieldset[disabled] .btn-primary:focus,
.bootstrap .btn-primary.disabled.focus,
.bootstrap .btn-primary[disabled].focus,
.bootstrap fieldset[disabled] .btn-primary.focus {
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.bootstrap .btn-primary .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.bootstrap .btn-success {
  color: #ffffff;
  background-color: #008674;
  border-color: #008674;
}
.bootstrap .btn-success:focus,
.bootstrap .btn-success.focus {
  color: #ffffff;
  background-color: #006D5B;
  border-color: #0a4b3e;
}
.bootstrap .btn-success:hover {
  color: #ffffff;
  background-color: #006D5B;
  border-color: #006D5B;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #006D5B;
  border-color: #006D5B;
}
.bootstrap .btn-success:active:hover,
.bootstrap .btn-success.active:hover,
.bootstrap .open > .dropdown-toggle.btn-success:hover,
.bootstrap .btn-success:active:focus,
.bootstrap .btn-success.active:focus,
.bootstrap .open > .dropdown-toggle.btn-success:focus,
.bootstrap .btn-success:active.focus,
.bootstrap .btn-success.active.focus,
.bootstrap .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #0e6f5c;
  border-color: #0a4b3e;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled]:hover,
.bootstrap fieldset[disabled] .btn-success:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success[disabled]:focus,
.bootstrap fieldset[disabled] .btn-success:focus,
.bootstrap .btn-success.disabled.focus,
.bootstrap .btn-success[disabled].focus,
.bootstrap fieldset[disabled] .btn-success.focus {
  background-color: #008674;
  border-color: #008674;
}
.bootstrap .btn-success .badge {
  color: #008674;
  background-color: #ffffff;
}
.bootstrap .btn-info {
  color: #ffffff;
  background-color: #007BC7;
  border-color: #007BC7;
}
.bootstrap .btn-info:focus,
.bootstrap .btn-info.focus {
  color: #ffffff;
  background-color: #0062AE;
  border-color: #16527a;
}
.bootstrap .btn-info:hover {
  color: #ffffff;
  background-color: #0062AE;
  border-color: #0062AE;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0062AE;
  border-color: #0062AE;
}
.bootstrap .btn-info:active:hover,
.bootstrap .btn-info.active:hover,
.bootstrap .open > .dropdown-toggle.btn-info:hover,
.bootstrap .btn-info:active:focus,
.bootstrap .btn-info.active:focus,
.bootstrap .open > .dropdown-toggle.btn-info:focus,
.bootstrap .btn-info:active.focus,
.bootstrap .btn-info.active.focus,
.bootstrap .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #1c699d;
  border-color: #16527a;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info[disabled]:hover,
.bootstrap fieldset[disabled] .btn-info:hover,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info[disabled]:focus,
.bootstrap fieldset[disabled] .btn-info:focus,
.bootstrap .btn-info.disabled.focus,
.bootstrap .btn-info[disabled].focus,
.bootstrap fieldset[disabled] .btn-info.focus {
  background-color: #007BC7;
  border-color: #007BC7;
}
.bootstrap .btn-info .badge {
  color: #007BC7;
  background-color: #ffffff;
}
.bootstrap .btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning.focus {
  color: #ffffff;
  background-color: #c87f0a;
  border-color: #7f5006;
}
.bootstrap .btn-warning:hover {
  color: #ffffff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.bootstrap .btn-warning:active:hover,
.bootstrap .btn-warning.active:hover,
.bootstrap .open > .dropdown-toggle.btn-warning:hover,
.bootstrap .btn-warning:active:focus,
.bootstrap .btn-warning.active:focus,
.bootstrap .open > .dropdown-toggle.btn-warning:focus,
.bootstrap .btn-warning:active.focus,
.bootstrap .btn-warning.active.focus,
.bootstrap .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a66908;
  border-color: #7f5006;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning[disabled]:hover,
.bootstrap fieldset[disabled] .btn-warning:hover,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning[disabled]:focus,
.bootstrap fieldset[disabled] .btn-warning:focus,
.bootstrap .btn-warning.disabled.focus,
.bootstrap .btn-warning[disabled].focus,
.bootstrap fieldset[disabled] .btn-warning.focus {
  background-color: #f39c12;
  border-color: #f39c12;
}
.bootstrap .btn-warning .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.bootstrap .btn-danger {
  color: #ffffff;
  background-color: #DD3900;
  border-color: #DD3900;
}
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger.focus {
  color: #ffffff;
  background-color: #C42000;
  border-color: #921e12;
}
.bootstrap .btn-danger:hover {
  color: #ffffff;
  background-color: #C42000;
  border-color: #C42000;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #C42000;
  border-color: #C42000;
}
.bootstrap .btn-danger:active:hover,
.bootstrap .btn-danger.active:hover,
.bootstrap .open > .dropdown-toggle.btn-danger:hover,
.bootstrap .btn-danger:active:focus,
.bootstrap .btn-danger.active:focus,
.bootstrap .open > .dropdown-toggle.btn-danger:focus,
.bootstrap .btn-danger:active.focus,
.bootstrap .btn-danger.active.focus,
.bootstrap .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #b62516;
  border-color: #921e12;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled]:hover,
.bootstrap fieldset[disabled] .btn-danger:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap fieldset[disabled] .btn-danger:focus,
.bootstrap .btn-danger.disabled.focus,
.bootstrap .btn-danger[disabled].focus,
.bootstrap fieldset[disabled] .btn-danger.focus {
  background-color: #DD3900;
  border-color: #DD3900;
}
.bootstrap .btn-danger .badge {
  color: #DD3900;
  background-color: #ffffff;
}
.bootstrap .btn-link {
  color: #008674;
  font-weight: normal;
  border-radius: 0;
}
.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link.active,
.bootstrap .btn-link[disabled],
.bootstrap fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-link,
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus,
.bootstrap .btn-link:active {
  border-color: transparent;
}
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus {
  color: #008674;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .btn-link:hover,
.bootstrap .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .btn-link:focus {
  color: #b4bcc2;
  text-decoration: none;
}
.bootstrap .btn-lg,
.bootstrap .btn-group-lg > .btn {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap .btn-sm,
.bootstrap .btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .btn-xs,
.bootstrap .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap .btn-block {
  display: block;
  width: 100%;
}
.bootstrap .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
  width: 100%;
}
.bootstrap .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap .fade.in {
  opacity: 1;
}
.bootstrap .collapse {
  display: none;
}
.bootstrap .collapse.in {
  display: block;
}
.bootstrap tr.collapse.in {
  display: table-row;
}
.bootstrap tbody.collapse.in {
  display: table-row-group;
}
.bootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap .dropup,
.bootstrap .dropdown {
  position: relative;
}
.bootstrap .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #2c3e50;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap .dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.bootstrap .dropdown-menu > li > a:hover,
.bootstrap .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #008674;
}
.bootstrap .dropdown-menu > .active > a,
.bootstrap .dropdown-menu > .active > a:hover,
.bootstrap .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #008674;
}
.bootstrap .dropdown-menu > .disabled > a,
.bootstrap .dropdown-menu > .disabled > a:hover,
.bootstrap .dropdown-menu > .disabled > a:focus {
  color: #b4bcc2;
}
.bootstrap .dropdown-menu > .disabled > a:hover,
.bootstrap .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.bootstrap .open > .dropdown-menu {
  display: block;
}
.bootstrap .open > a {
  outline: 0;
}
.bootstrap .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bootstrap .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #b4bcc2;
  white-space: nowrap;
}
.bootstrap .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap .dropup .caret,
.bootstrap .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.bootstrap .dropup .dropdown-menu,
.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bootstrap .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group-vertical > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap .btn-group .btn + .btn,
.bootstrap .btn-group .btn + .btn-group,
.bootstrap .btn-group .btn-group + .btn,
.bootstrap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap .btn-toolbar {
  margin-left: -5px;
}
.bootstrap .btn-toolbar .btn,
.bootstrap .btn-toolbar .btn-group,
.bootstrap .btn-toolbar .input-group {
  float: left;
}
.bootstrap .btn-toolbar > .btn,
.bootstrap .btn-toolbar > .btn-group,
.bootstrap .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group > .btn:last-child:not(:first-child),
.bootstrap .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group > .btn-group {
  float: left;
}
.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bootstrap .btn-group.open .dropdown-toggle {
  -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);
}
.bootstrap .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn .caret {
  margin-left: 0;
}
.bootstrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap .btn-group-vertical > .btn,
.bootstrap .btn-group-vertical > .btn-group,
.bootstrap .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap .btn-group-vertical > .btn + .btn,
.bootstrap .btn-group-vertical > .btn + .btn-group,
.bootstrap .btn-group-vertical > .btn-group + .btn,
.bootstrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap .btn-group-justified > .btn,
.bootstrap .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bootstrap .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap .input-group .form-control {
  position: relative;
  z-index: 1010;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap .input-group .form-control:focus {
  z-index: 1010;
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .input-group-addon,
.bootstrap .input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap select.input-group-lg > .form-control,
.bootstrap select.input-group-lg > .input-group-addon,
.bootstrap select.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  line-height: 66px;
}
.bootstrap textarea.input-group-lg > .form-control,
.bootstrap textarea.input-group-lg > .input-group-addon,
.bootstrap textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap select[multiple].input-group-lg > .form-control,
.bootstrap select[multiple].input-group-lg > .input-group-addon,
.bootstrap select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .input-group-addon,
.bootstrap .input-group-sm > .input-group-btn > .btn {
  height: 35px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap select.input-group-sm > .form-control,
.bootstrap select.input-group-sm > .input-group-addon,
.bootstrap select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
.bootstrap textarea.input-group-sm > .form-control,
.bootstrap textarea.input-group-sm > .input-group-addon,
.bootstrap textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap select[multiple].input-group-sm > .form-control,
.bootstrap select[multiple].input-group-sm > .input-group-addon,
.bootstrap select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn,
.bootstrap .input-group .form-control {
  display: table-cell;
}
.bootstrap .input-group-addon:not(:first-child):not(:last-child),
.bootstrap .input-group-btn:not(:first-child):not(:last-child),
.bootstrap .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap .input-group-addon {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #2c3e50;
  text-align: center;
  background-color: #ecf0f1;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}
.bootstrap .input-group-addon.input-sm {
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 3px;
}
.bootstrap .input-group-addon.input-lg {
  padding: 18px 27px;
  font-size: 19px;
  border-radius: 6px;
}
.bootstrap .input-group-addon input[type="radio"],
.bootstrap .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap .input-group .form-control:first-child,
.bootstrap .input-group-addon:first-child,
.bootstrap .input-group-btn:first-child > .btn,
.bootstrap .input-group-btn:first-child > .btn-group > .btn,
.bootstrap .input-group-btn:first-child > .dropdown-toggle,
.bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap .input-group .form-control:last-child,
.bootstrap .input-group-addon:last-child,
.bootstrap .input-group-btn:last-child > .btn,
.bootstrap .input-group-btn:last-child > .btn-group > .btn,
.bootstrap .input-group-btn:last-child > .dropdown-toggle,
.bootstrap .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap .input-group-btn > .btn {
  position: relative;
}
.bootstrap .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap .input-group-btn > .btn:hover,
.bootstrap .input-group-btn > .btn:focus,
.bootstrap .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap .input-group-btn:first-child > .btn,
.bootstrap .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap .input-group-btn:last-child > .btn,
.bootstrap .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bootstrap .nav > li {
  position: relative;
  display: block;
}
.bootstrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap .nav > li > a:hover,
.bootstrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #ecf0f1;
}
.bootstrap .nav > li.disabled > a {
  color: #b4bcc2;
}
.bootstrap .nav > li.disabled > a:hover,
.bootstrap .nav > li.disabled > a:focus {
  color: #b4bcc2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap .nav .open > a,
.bootstrap .nav .open > a:hover,
.bootstrap .nav .open > a:focus {
  background-color: #ecf0f1;
  border-color: #008674;
}
.bootstrap .nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap .nav > li > a > img {
  max-width: none;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #ecf0f1;
}
.bootstrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap .nav-tabs > li > a:hover {
  border-color: #ecf0f1 #ecf0f1 #ecf0f1;
}
.bootstrap .nav-tabs > li.active > a,
.bootstrap .nav-tabs > li.active > a:hover,
.bootstrap .nav-tabs > li.active > a:focus {
  color: #2c3e50;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap .nav-tabs.nav-justified > .active > a,
.bootstrap .nav-tabs.nav-justified > .active > a:hover,
.bootstrap .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ecf0f1;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap .nav-tabs.nav-justified > .active > a,
  .bootstrap .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap .nav-pills > li {
  float: left;
}
.bootstrap .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap .nav-pills > li.active > a,
.bootstrap .nav-pills > li.active > a:hover,
.bootstrap .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2c3e50;
}
.bootstrap .nav-stacked > li {
  float: none;
}
.bootstrap .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap .nav-justified {
  width: 100%;
}
.bootstrap .nav-justified > li {
  float: none;
}
.bootstrap .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap .nav-tabs-justified > .active > a,
.bootstrap .nav-tabs-justified > .active > a:hover,
.bootstrap .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
  .bootstrap .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ecf0f1;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap .nav-tabs-justified > .active > a,
  .bootstrap .nav-tabs-justified > .active > a:hover,
  .bootstrap .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-header {
    float: left;
  }
}
.bootstrap .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrap .navbar-fixed-top .navbar-collapse,
  .bootstrap .navbar-static-top .navbar-collapse,
  .bootstrap .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bootstrap .navbar-fixed-top .navbar-collapse,
.bootstrap .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap .navbar-fixed-top .navbar-collapse,
  .bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap .container > .navbar-header,
.bootstrap .container-fluid > .navbar-header,
.bootstrap .container > .navbar-collapse,
.bootstrap .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap .container > .navbar-header,
  .bootstrap .container-fluid > .navbar-header,
  .bootstrap .container > .navbar-collapse,
  .bootstrap .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap .navbar-fixed-top,
  .bootstrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap .navbar-brand {
  float: left;
  padding: 19.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 60px;
}
.bootstrap .navbar-brand:hover,
.bootstrap .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrap .navbar > .container .navbar-brand,
  .bootstrap .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap .navbar-toggle:focus {
  outline: 0;
}
.bootstrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-toggle {
    display: none;
  }
}
.bootstrap .navbar-nav {
  margin: 9.75px -15px;
}
.bootstrap .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .bootstrap .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap .navbar-nav > li {
    float: left;
  }
  .bootstrap .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
}
.bootstrap .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .input-group .input-group-addon,
  .bootstrap .navbar-form .input-group .input-group-btn,
  .bootstrap .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio,
  .bootstrap .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio label,
  .bootstrap .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap .navbar-form .radio input[type="radio"],
  .bootstrap .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.bootstrap .navbar-btn.btn-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.bootstrap .navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.bootstrap .navbar-text {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 768px) {
  .bootstrap .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-left {
    float: left !important;
  }
  .bootstrap .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap .navbar-default {
  background-color: #2c3e50;
  border-color: transparent;
}
.bootstrap .navbar-default .navbar-brand {
  color: #ffffff;
}
.bootstrap .navbar-default .navbar-brand:hover,
.bootstrap .navbar-default .navbar-brand:focus {
  color: #008674;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-text {
  color: #ffffff;
}
.bootstrap .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.bootstrap .navbar-default .navbar-nav > li > a:hover,
.bootstrap .navbar-default .navbar-nav > li > a:focus {
  color: #008674;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-nav > .active > a,
.bootstrap .navbar-default .navbar-nav > .active > a:hover,
.bootstrap .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1a242f;
}
.bootstrap .navbar-default .navbar-nav > .disabled > a,
.bootstrap .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-toggle {
  border-color: #1a242f;
}
.bootstrap .navbar-default .navbar-toggle:hover,
.bootstrap .navbar-default .navbar-toggle:focus {
  background-color: #1a242f;
}
.bootstrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.bootstrap .navbar-default .navbar-collapse,
.bootstrap .navbar-default .navbar-form {
  border-color: transparent;
}
.bootstrap .navbar-default .navbar-nav > .open > a,
.bootstrap .navbar-default .navbar-nav > .open > a:hover,
.bootstrap .navbar-default .navbar-nav > .open > a:focus {
  background-color: #1a242f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #008674;
    background-color: transparent;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #1a242f;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bootstrap .navbar-default .navbar-link {
  color: #ffffff;
}
.bootstrap .navbar-default .navbar-link:hover {
  color: #008674;
}
.bootstrap .navbar-default .btn-link {
  color: #ffffff;
}
.bootstrap .navbar-default .btn-link:hover,
.bootstrap .navbar-default .btn-link:focus {
  color: #008674;
}
.bootstrap .navbar-default .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap .navbar-default .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.bootstrap .navbar-inverse {
  background-color: #008674;
  border-color: transparent;
}
.bootstrap .navbar-inverse .navbar-brand {
  color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-brand:hover,
.bootstrap .navbar-inverse .navbar-brand:focus {
  color: #2c3e50;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-text {
  color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #2c3e50;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-nav > .active > a,
.bootstrap .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #15a589;
}
.bootstrap .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bootstrap .navbar-inverse .navbar-toggle {
  border-color: #006D5B;
}
.bootstrap .navbar-inverse .navbar-toggle:hover,
.bootstrap .navbar-inverse .navbar-toggle:focus {
  background-color: #006D5B;
}
.bootstrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-collapse,
.bootstrap .navbar-inverse .navbar-form {
  border-color: #149c82;
}
.bootstrap .navbar-inverse .navbar-nav > .open > a,
.bootstrap .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #15a589;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2c3e50;
    background-color: transparent;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #15a589;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bootstrap .navbar-inverse .navbar-link {
  color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-link:hover {
  color: #2c3e50;
}
.bootstrap .navbar-inverse .btn-link {
  color: #ffffff;
}
.bootstrap .navbar-inverse .btn-link:hover,
.bootstrap .navbar-inverse .btn-link:focus {
  color: #2c3e50;
}
.bootstrap .navbar-inverse .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap .navbar-inverse .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #cccccc;
}
.bootstrap .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #ecf0f1;
  border-radius: 4px;
}
.bootstrap .breadcrumb > li {
  display: inline-block;
}
.bootstrap .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.bootstrap .breadcrumb > .active {
  color: #757777;
}
.bootstrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.bootstrap .pagination > li {
  display: inline;
}
.bootstrap .pagination > li > a,
.bootstrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #008674;
  border: 1px solid transparent;
  margin-left: -1px;
}
.bootstrap .pagination > li:first-child > a,
.bootstrap .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .pagination > li:last-child > a,
.bootstrap .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap .pagination > li > a:hover,
.bootstrap .pagination > li > span:hover,
.bootstrap .pagination > li > a:focus,
.bootstrap .pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0f7864;
  border-color: transparent;
}
.bootstrap .pagination > .active > a,
.bootstrap .pagination > .active > span,
.bootstrap .pagination > .active > a:hover,
.bootstrap .pagination > .active > span:hover,
.bootstrap .pagination > .active > a:focus,
.bootstrap .pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #0f7864;
  border-color: transparent;
  cursor: default;
}
.bootstrap .pagination > .disabled > span,
.bootstrap .pagination > .disabled > span:hover,
.bootstrap .pagination > .disabled > span:focus,
.bootstrap .pagination > .disabled > a,
.bootstrap .pagination > .disabled > a:hover,
.bootstrap .pagination > .disabled > a:focus {
  color: #575757;
  background-color: #3be6c4;
  border-color: transparent;
  cursor: not-allowed;
}
.bootstrap .pagination-lg > li > a,
.bootstrap .pagination-lg > li > span {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
}
.bootstrap .pagination-lg > li:first-child > a,
.bootstrap .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.bootstrap .pagination-lg > li:last-child > a,
.bootstrap .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.bootstrap .pagination-sm > li > a,
.bootstrap .pagination-sm > li > span {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
}
.bootstrap .pagination-sm > li:first-child > a,
.bootstrap .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .pagination-sm > li:last-child > a,
.bootstrap .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap .pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.bootstrap .pager li {
  display: inline;
}
.bootstrap .pager li > a,
.bootstrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #008674;
  border: 1px solid transparent;
  border-radius: 15px;
}
.bootstrap .pager li > a:hover,
.bootstrap .pager li > a:focus {
  text-decoration: none;
  background-color: #0f7864;
}
.bootstrap .pager .next > a,
.bootstrap .pager .next > span {
  float: right;
}
.bootstrap .pager .previous > a,
.bootstrap .pager .previous > span {
  float: left;
}
.bootstrap .pager .disabled > a,
.bootstrap .pager .disabled > a:hover,
.bootstrap .pager .disabled > a:focus,
.bootstrap .pager .disabled > span {
  color: #ffffff;
  background-color: #008674;
  cursor: not-allowed;
}
.bootstrap .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap a.label:hover,
.bootstrap a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap .label:empty {
  display: none;
}
.bootstrap .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap .label-default {
  background-color: #757777;
}
.bootstrap .label-default[href]:hover,
.bootstrap .label-default[href]:focus {
  background-color: #5C5E5E;
}
.bootstrap .label-primary {
  background-color: #2c3e50;
}
.bootstrap .label-primary[href]:hover,
.bootstrap .label-primary[href]:focus {
  background-color: #1a242f;
}
.bootstrap .label-success {
  background-color: #008674;
}
.bootstrap .label-success[href]:hover,
.bootstrap .label-success[href]:focus {
  background-color: #006D5B;
}
.bootstrap .label-info {
  background-color: #007BC7;
}
.bootstrap .label-info[href]:hover,
.bootstrap .label-info[href]:focus {
  background-color: #0062AE;
}
.bootstrap .label-warning {
  background-color: #f39c12;
}
.bootstrap .label-warning[href]:hover,
.bootstrap .label-warning[href]:focus {
  background-color: #c87f0a;
}
.bootstrap .label-danger {
  background-color: #DD3900;
}
.bootstrap .label-danger[href]:hover,
.bootstrap .label-danger[href]:focus {
  background-color: #C42000;
}
.bootstrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #2c3e50;
  border-radius: 10px;
}
.bootstrap .badge-danger {
  background-color: #e74c3c;
}
.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .btn-xs .badge,
.bootstrap .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap a.badge:hover,
.bootstrap a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap .list-group-item.active > .badge,
.bootstrap .nav-pills > .active > a > .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.bootstrap .list-group-item > .badge {
  float: right;
}
.bootstrap .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bootstrap .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ecf0f1;
}
.bootstrap .jumbotron h1,
.bootstrap .jumbotron .h1 {
  color: inherit;
}
.bootstrap .jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.bootstrap .jumbotron > hr {
  border-top-color: #cfd9db;
}
.bootstrap .container .jumbotron,
.bootstrap .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .bootstrap .container .jumbotron,
  .bootstrap .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .bootstrap .jumbotron h1,
  .bootstrap .jumbotron .h1 {
    font-size: 68px;
  }
}
.bootstrap .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap .thumbnail > img,
.bootstrap .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.bootstrap a.thumbnail:hover,
.bootstrap a.thumbnail:focus,
.bootstrap a.thumbnail.active {
  border-color: #008674;
}
.bootstrap .thumbnail .caption {
  padding: 9px;
  color: #2c3e50;
}
.bootstrap .alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap .alert .alert-link {
  font-weight: bold;
}
.bootstrap .alert > p,
.bootstrap .alert > ul {
  margin-bottom: 0;
}
.bootstrap .alert > p + p {
  margin-top: 5px;
}
.bootstrap .alert-dismissable,
.bootstrap .alert-dismissible {
  padding-right: 35px;
}
.bootstrap .alert-dismissable .close,
.bootstrap .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap .alert-success {
  background-color: #008674;
  border-color: #008674;
  color: #ffffff;
}
.bootstrap .alert-success hr {
  border-top-color: #15a589;
}
.bootstrap .alert-success .alert-link {
  color: #e6e6e6;
}
.bootstrap .alert-info {
  background-color: #007BC7;
  border-color: #007BC7;
  color: #ffffff;
}
.bootstrap .alert-info hr {
  border-top-color: #258cd1;
}
.bootstrap .alert-info .alert-link {
  color: #e6e6e6;
}
.bootstrap .alert-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.bootstrap .alert-warning hr {
  border-top-color: #e08e0b;
}
.bootstrap .alert-warning .alert-link {
  color: #e6e6e6;
}
.bootstrap .alert-danger {
  background-color: #DD3900;
  border-color: #DD3900;
  color: #ffffff;
}
.bootstrap .alert-danger hr {
  border-top-color: #e43725;
}
.bootstrap .alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap .progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #ecf0f1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap .progress-striped .progress-bar,
.bootstrap .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrap .progress.active .progress-bar,
.bootstrap .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap .progress-bar-success {
  background-color: #008674;
}
.bootstrap .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-info {
  background-color: #007BC7;
}
.bootstrap .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-warning {
  background-color: #f39c12;
}
.bootstrap .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .progress-bar-danger {
  background-color: #DD3900;
}
.bootstrap .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap .media {
  margin-top: 15px;
}
.bootstrap .media:first-child {
  margin-top: 0;
}
.bootstrap .media,
.bootstrap .media-body {
  zoom: 1;
  overflow: hidden;
}
.bootstrap .media-body {
  width: 10000px;
}
.bootstrap .media-object {
  display: block;
}
.bootstrap .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap .media-right,
.bootstrap .media > .pull-right {
  padding-left: 10px;
}
.bootstrap .media-left,
.bootstrap .media > .pull-left {
  padding-right: 10px;
}
.bootstrap .media-left,
.bootstrap .media-right,
.bootstrap .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap .media-middle {
  vertical-align: middle;
}
.bootstrap .media-bottom {
  vertical-align: bottom;
}
.bootstrap .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
}
.bootstrap .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap a.list-group-item,
.bootstrap button.list-group-item {
  color: #555555;
}
.bootstrap a.list-group-item .list-group-item-heading,
.bootstrap button.list-group-item .list-group-item-heading {
  color: #333333;
}
.bootstrap a.list-group-item:hover,
.bootstrap button.list-group-item:hover,
.bootstrap a.list-group-item:focus,
.bootstrap button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #ecf0f1;
}
.bootstrap button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap .list-group-item.disabled,
.bootstrap .list-group-item.disabled:hover,
.bootstrap .list-group-item.disabled:focus {
  background-color: #ecf0f1;
  color: #b4bcc2;
  cursor: not-allowed;
}
.bootstrap .list-group-item.disabled .list-group-item-heading,
.bootstrap .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap .list-group-item.disabled .list-group-item-text,
.bootstrap .list-group-item.disabled:hover .list-group-item-text,
.bootstrap .list-group-item.disabled:focus .list-group-item-text {
  color: #b4bcc2;
}
.bootstrap .list-group-item.active,
.bootstrap .list-group-item.active:hover,
.bootstrap .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.bootstrap .list-group-item.active .list-group-item-heading,
.bootstrap .list-group-item.active:hover .list-group-item-heading,
.bootstrap .list-group-item.active:focus .list-group-item-heading,
.bootstrap .list-group-item.active .list-group-item-heading > small,
.bootstrap .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap .list-group-item.active .list-group-item-heading > .small,
.bootstrap .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap .list-group-item.active .list-group-item-text,
.bootstrap .list-group-item.active:hover .list-group-item-text,
.bootstrap .list-group-item.active:focus .list-group-item-text {
  color: #8aa4be;
}
.bootstrap .list-group-item-success {
  color: #ffffff;
  background-color: #008674;
}
.bootstrap a.list-group-item-success,
.bootstrap button.list-group-item-success {
  color: #ffffff;
}
.bootstrap a.list-group-item-success .list-group-item-heading,
.bootstrap button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-success:hover,
.bootstrap button.list-group-item-success:hover,
.bootstrap a.list-group-item-success:focus,
.bootstrap button.list-group-item-success:focus {
  color: #ffffff;
  background-color: #15a589;
}
.bootstrap a.list-group-item-success.active,
.bootstrap button.list-group-item-success.active,
.bootstrap a.list-group-item-success.active:hover,
.bootstrap button.list-group-item-success.active:hover,
.bootstrap a.list-group-item-success.active:focus,
.bootstrap button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.bootstrap .list-group-item-info {
  color: #ffffff;
  background-color: #007BC7;
}
.bootstrap a.list-group-item-info,
.bootstrap button.list-group-item-info {
  color: #ffffff;
}
.bootstrap a.list-group-item-info .list-group-item-heading,
.bootstrap button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-info:hover,
.bootstrap button.list-group-item-info:hover,
.bootstrap a.list-group-item-info:focus,
.bootstrap button.list-group-item-info:focus {
  color: #ffffff;
  background-color: #258cd1;
}
.bootstrap a.list-group-item-info.active,
.bootstrap button.list-group-item-info.active,
.bootstrap a.list-group-item-info.active:hover,
.bootstrap button.list-group-item-info.active:hover,
.bootstrap a.list-group-item-info.active:focus,
.bootstrap button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.bootstrap .list-group-item-warning {
  color: #ffffff;
  background-color: #f39c12;
}
.bootstrap a.list-group-item-warning,
.bootstrap button.list-group-item-warning {
  color: #ffffff;
}
.bootstrap a.list-group-item-warning .list-group-item-heading,
.bootstrap button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-warning:hover,
.bootstrap button.list-group-item-warning:hover,
.bootstrap a.list-group-item-warning:focus,
.bootstrap button.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #e08e0b;
}
.bootstrap a.list-group-item-warning.active,
.bootstrap button.list-group-item-warning.active,
.bootstrap a.list-group-item-warning.active:hover,
.bootstrap button.list-group-item-warning.active:hover,
.bootstrap a.list-group-item-warning.active:focus,
.bootstrap button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.bootstrap .list-group-item-danger {
  color: #ffffff;
  background-color: #DD3900;
}
.bootstrap a.list-group-item-danger,
.bootstrap button.list-group-item-danger {
  color: #ffffff;
}
.bootstrap a.list-group-item-danger .list-group-item-heading,
.bootstrap button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap a.list-group-item-danger:hover,
.bootstrap button.list-group-item-danger:hover,
.bootstrap a.list-group-item-danger:focus,
.bootstrap button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #e43725;
}
.bootstrap a.list-group-item-danger.active,
.bootstrap button.list-group-item-danger.active,
.bootstrap a.list-group-item-danger.active:hover,
.bootstrap button.list-group-item-danger.active:hover,
.bootstrap a.list-group-item-danger.active:focus,
.bootstrap button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.bootstrap .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap .panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap .panel-body {
  padding: 15px;
}
.bootstrap .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.bootstrap .panel-title > a,
.bootstrap .panel-title > small,
.bootstrap .panel-title > .small,
.bootstrap .panel-title > small > a,
.bootstrap .panel-title > .small > a {
  color: inherit;
}
.bootstrap .panel-footer {
  padding: 10px 15px;
  background-color: #ecf0f1;
  border-top: 1px solid #ecf0f1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .list-group,
.bootstrap .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap .panel > .list-group .list-group-item,
.bootstrap .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap .panel > .table,
.bootstrap .panel > .table-responsive > .table,
.bootstrap .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap .panel > .table caption,
.bootstrap .panel > .table-responsive > .table caption,
.bootstrap .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap .panel > .table:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap .panel > .table:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap .panel > .panel-body + .table,
.bootstrap .panel > .panel-body + .table-responsive,
.bootstrap .panel > .table + .panel-body,
.bootstrap .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ecf0f1;
}
.bootstrap .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap .panel > .table-bordered,
.bootstrap .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bootstrap .panel-group {
  margin-bottom: 21px;
}
.bootstrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ecf0f1;
}
.bootstrap .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ecf0f1;
}
.bootstrap .panel-default {
  border-color: #ecf0f1;
}
.bootstrap .panel-default > .panel-heading {
  color: #2c3e50;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.bootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ecf0f1;
}
.bootstrap .panel-default > .panel-heading .badge {
  color: #ecf0f1;
  background-color: #2c3e50;
}
.bootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ecf0f1;
}
.bootstrap .panel-primary {
  border-color: #2c3e50;
}
.bootstrap .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2c3e50;
}
.bootstrap .panel-primary > .panel-heading .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2c3e50;
}
.bootstrap .panel-success {
  border-color: #008674;
}
.bootstrap .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #008674;
  border-color: #008674;
}
.bootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008674;
}
.bootstrap .panel-success > .panel-heading .badge {
  color: #008674;
  background-color: #ffffff;
}
.bootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008674;
}
.bootstrap .panel-info {
  border-color: #007BC7;
}
.bootstrap .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #007BC7;
  border-color: #007BC7;
}
.bootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #007BC7;
}
.bootstrap .panel-info > .panel-heading .badge {
  color: #007BC7;
  background-color: #ffffff;
}
.bootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #007BC7;
}
.bootstrap .panel-warning {
  border-color: #f39c12;
}
.bootstrap .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.bootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f39c12;
}
.bootstrap .panel-warning > .panel-heading .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.bootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f39c12;
}
.bootstrap .panel-danger {
  border-color: #DD3900;
}
.bootstrap .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #DD3900;
  border-color: #DD3900;
}
.bootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #DD3900;
}
.bootstrap .panel-danger > .panel-heading .badge {
  color: #DD3900;
  background-color: #ffffff;
}
.bootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #DD3900;
}
.bootstrap .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap .embed-responsive .embed-responsive-item,
.bootstrap .embed-responsive iframe,
.bootstrap .embed-responsive embed,
.bootstrap .embed-responsive object,
.bootstrap .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.bootstrap .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap .close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap .close:hover,
.bootstrap .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap .modal-open {
  overflow: hidden;
}
.bootstrap .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap .modal-header .close {
  margin-top: -2px;
}
.bootstrap .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap .modal-body {
  position: relative;
  padding: 20px;
}
.bootstrap .modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap .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);
  }
  .bootstrap .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg {
    width: 900px;
  }
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.bootstrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.bootstrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.bootstrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
}
.bootstrap .popover.top {
  margin-top: -10px;
}
.bootstrap .popover.right {
  margin-left: 10px;
}
.bootstrap .popover.bottom {
  margin-top: 10px;
}
.bootstrap .popover.left {
  margin-left: -10px;
}
.bootstrap .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap .popover-content {
  padding: 9px 14px;
}
.bootstrap .popover > .arrow,
.bootstrap .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .popover > .arrow {
  border-width: 11px;
}
.bootstrap .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.bootstrap .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bootstrap .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.bootstrap .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.bootstrap .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bootstrap .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bootstrap .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap .carousel-inner > .item > img,
.bootstrap .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .bootstrap .carousel-inner > .item.next,
  .bootstrap .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap .carousel-inner > .item.prev,
  .bootstrap .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap .carousel-inner > .item.next.left,
  .bootstrap .carousel-inner > .item.prev.right,
  .bootstrap .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap .carousel-inner > .active,
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  display: block;
}
.bootstrap .carousel-inner > .active {
  left: 0;
}
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap .carousel-inner > .next {
  left: 100%;
}
.bootstrap .carousel-inner > .prev {
  left: -100%;
}
.bootstrap .carousel-inner > .next.left,
.bootstrap .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bootstrap .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap .carousel-control:hover,
.bootstrap .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .icon-next,
.bootstrap .carousel-control .glyphicon-chevron-left,
.bootstrap .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap .carousel-control .icon-next,
.bootstrap .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap .carousel-control .icon-prev,
.bootstrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.bootstrap .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.bootstrap .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.bootstrap .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap .carousel-control .glyphicon-chevron-left,
  .bootstrap .carousel-control .glyphicon-chevron-right,
  .bootstrap .carousel-control .icon-prev,
  .bootstrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap .carousel-control .glyphicon-chevron-left,
  .bootstrap .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap .carousel-control .glyphicon-chevron-right,
  .bootstrap .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .bootstrap .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap .clearfix:before,
.bootstrap .clearfix:after,
.bootstrap .dl-horizontal dd:before,
.bootstrap .dl-horizontal dd:after,
.bootstrap .container:before,
.bootstrap .container:after,
.bootstrap .container-fluid:before,
.bootstrap .container-fluid:after,
.bootstrap .row:before,
.bootstrap .row:after,
.bootstrap .form-horizontal .form-group:before,
.bootstrap .form-horizontal .form-group:after,
.bootstrap .btn-toolbar:before,
.bootstrap .btn-toolbar:after,
.bootstrap .btn-group-vertical > .btn-group:before,
.bootstrap .btn-group-vertical > .btn-group:after,
.bootstrap .nav:before,
.bootstrap .nav:after,
.bootstrap .navbar:before,
.bootstrap .navbar:after,
.bootstrap .navbar-header:before,
.bootstrap .navbar-header:after,
.bootstrap .navbar-collapse:before,
.bootstrap .navbar-collapse:after,
.bootstrap .pager:before,
.bootstrap .pager:after,
.bootstrap .panel-body:before,
.bootstrap .panel-body:after,
.bootstrap .modal-header:before,
.bootstrap .modal-header:after,
.bootstrap .modal-footer:before,
.bootstrap .modal-footer:after {
  content: " ";
  display: table;
}
.bootstrap .clearfix:after,
.bootstrap .dl-horizontal dd:after,
.bootstrap .container:after,
.bootstrap .container-fluid:after,
.bootstrap .row:after,
.bootstrap .form-horizontal .form-group:after,
.bootstrap .btn-toolbar:after,
.bootstrap .btn-group-vertical > .btn-group:after,
.bootstrap .nav:after,
.bootstrap .navbar:after,
.bootstrap .navbar-header:after,
.bootstrap .navbar-collapse:after,
.bootstrap .pager:after,
.bootstrap .panel-body:after,
.bootstrap .modal-header:after,
.bootstrap .modal-footer:after {
  clear: both;
}
.bootstrap .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap .pull-right {
  float: right !important;
}
.bootstrap .pull-left {
  float: left !important;
}
.bootstrap .hide {
  display: none !important;
}
.bootstrap .show {
  display: block !important;
}
.bootstrap .invisible {
  visibility: hidden;
}
.bootstrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap .hidden {
  display: none !important;
}
.bootstrap .affix {
  position: fixed;
}
@-ms-viewport {
  .bootstrap {
    width: device-width;
  }
}
.bootstrap .visible-xs,
.bootstrap .visible-sm,
.bootstrap .visible-md,
.bootstrap .visible-lg {
  display: none !important;
}
.bootstrap .visible-xs-block,
.bootstrap .visible-xs-inline,
.bootstrap .visible-xs-inline-block,
.bootstrap .visible-sm-block,
.bootstrap .visible-sm-inline,
.bootstrap .visible-sm-inline-block,
.bootstrap .visible-md-block,
.bootstrap .visible-md-inline,
.bootstrap .visible-md-inline-block,
.bootstrap .visible-lg-block,
.bootstrap .visible-lg-inline,
.bootstrap .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap .visible-xs {
    display: block !important;
  }
  .bootstrap table.visible-xs {
    display: table !important;
  }
  .bootstrap tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap th.visible-xs,
  .bootstrap td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm {
    display: block !important;
  }
  .bootstrap table.visible-sm {
    display: table !important;
  }
  .bootstrap tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap th.visible-sm,
  .bootstrap td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md {
    display: block !important;
  }
  .bootstrap table.visible-md {
    display: table !important;
  }
  .bootstrap tr.visible-md {
    display: table-row !important;
  }
  .bootstrap th.visible-md,
  .bootstrap td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg {
    display: block !important;
  }
  .bootstrap table.visible-lg {
    display: table !important;
  }
  .bootstrap tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap th.visible-lg,
  .bootstrap td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .hidden-lg {
    display: none !important;
  }
}
.bootstrap .visible-print {
  display: none !important;
}
@media print {
  .bootstrap .visible-print {
    display: block !important;
  }
  .bootstrap table.visible-print {
    display: table !important;
  }
  .bootstrap tr.visible-print {
    display: table-row !important;
  }
  .bootstrap th.visible-print,
  .bootstrap td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap .visible-print-block {
    display: block !important;
  }
}
.bootstrap .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap .hidden-print {
    display: none !important;
  }
}
.bootstrap .navbar {
  border-width: 0;
}
.bootstrap .navbar-default .badge {
  background-color: #fff;
  color: #2c3e50;
}
.bootstrap .navbar-inverse .badge {
  background-color: #fff;
  color: #008674;
}
.bootstrap .navbar-brand {
  line-height: 1;
}
.bootstrap .btn {
  border-width: 2px;
}
.bootstrap .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .text-primary,
.bootstrap .text-primary:hover {
  color: #2c3e50;
}
.bootstrap .text-success,
.bootstrap .text-success:hover {
  color: #008674;
}
.bootstrap .text-danger,
.bootstrap .text-danger:hover {
  color: #DD3900;
}
.bootstrap .text-warning,
.bootstrap .text-warning:hover {
  color: #f39c12;
}
.bootstrap .text-info,
.bootstrap .text-info:hover {
  color: #007BC7;
}
.bootstrap table a:not(.btn),
.bootstrap .table a:not(.btn) {
  text-decoration: underline;
}
.bootstrap table .dropdown-menu a,
.bootstrap .table .dropdown-menu a {
  text-decoration: none;
}
.bootstrap table .success,
.bootstrap .table .success,
.bootstrap table .warning,
.bootstrap .table .warning,
.bootstrap table .danger,
.bootstrap .table .danger,
.bootstrap table .info,
.bootstrap .table .info {
  color: #fff;
}
.bootstrap table .success > th > a,
.bootstrap .table .success > th > a,
.bootstrap table .warning > th > a,
.bootstrap .table .warning > th > a,
.bootstrap table .danger > th > a,
.bootstrap .table .danger > th > a,
.bootstrap table .info > th > a,
.bootstrap .table .info > th > a,
.bootstrap table .success > td > a,
.bootstrap .table .success > td > a,
.bootstrap table .warning > td > a,
.bootstrap .table .warning > td > a,
.bootstrap table .danger > td > a,
.bootstrap .table .danger > td > a,
.bootstrap table .info > td > a,
.bootstrap .table .info > td > a,
.bootstrap table .success > a,
.bootstrap .table .success > a,
.bootstrap table .warning > a,
.bootstrap .table .warning > a,
.bootstrap table .danger > a,
.bootstrap .table .danger > a,
.bootstrap table .info > a,
.bootstrap .table .info > a {
  color: #fff;
}
.bootstrap table > thead > tr > th,
.bootstrap .table > thead > tr > th,
.bootstrap table > tbody > tr > th,
.bootstrap .table > tbody > tr > th,
.bootstrap table > tfoot > tr > th,
.bootstrap .table > tfoot > tr > th,
.bootstrap table > thead > tr > td,
.bootstrap .table > thead > tr > td,
.bootstrap table > tbody > tr > td,
.bootstrap .table > tbody > tr > td,
.bootstrap table > tfoot > tr > td,
.bootstrap .table > tfoot > tr > td {
  border: none;
}
.bootstrap table-bordered > thead > tr > th,
.bootstrap .table-bordered > thead > tr > th,
.bootstrap table-bordered > tbody > tr > th,
.bootstrap .table-bordered > tbody > tr > th,
.bootstrap table-bordered > tfoot > tr > th,
.bootstrap .table-bordered > tfoot > tr > th,
.bootstrap table-bordered > thead > tr > td,
.bootstrap .table-bordered > thead > tr > td,
.bootstrap table-bordered > tbody > tr > td,
.bootstrap .table-bordered > tbody > tr > td,
.bootstrap table-bordered > tfoot > tr > td,
.bootstrap .table-bordered > tfoot > tr > td {
  border: 1px solid #ecf0f1;
}
.bootstrap .form-control,
.bootstrap input {
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .form-control:focus,
.bootstrap input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline,
.bootstrap .has-warning.radio label,
.bootstrap .has-warning.checkbox label,
.bootstrap .has-warning.radio-inline label,
.bootstrap .has-warning.checkbox-inline label,
.bootstrap .has-warning .form-control-feedback {
  color: #f39c12;
}
.bootstrap .has-warning .form-control,
.bootstrap .has-warning .form-control:focus {
  border: 2px solid #f39c12;
}
.bootstrap .has-warning .input-group-addon {
  border-color: #f39c12;
}
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline,
.bootstrap .has-error.radio label,
.bootstrap .has-error.checkbox label,
.bootstrap .has-error.radio-inline label,
.bootstrap .has-error.checkbox-inline label,
.bootstrap .has-error .form-control-feedback {
  color: #DD3900;
}
.bootstrap .has-error .form-control,
.bootstrap .has-error .form-control:focus {
  border: 2px solid #DD3900;
}
.bootstrap .has-error .input-group-addon {
  border-color: #DD3900;
}
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline,
.bootstrap .has-success.radio label,
.bootstrap .has-success.checkbox label,
.bootstrap .has-success.radio-inline label,
.bootstrap .has-success.checkbox-inline label,
.bootstrap .has-success .form-control-feedback {
  color: #008674;
}
.bootstrap .has-success .form-control,
.bootstrap .has-success .form-control:focus {
  border: 2px solid #008674;
}
.bootstrap .has-success .input-group-addon {
  border-color: #008674;
}
.bootstrap .nav .open > a,
.bootstrap .nav .open > a:hover,
.bootstrap .nav .open > a:focus {
  border-color: transparent;
}
.bootstrap .pager a,
.bootstrap .pager a:hover {
  color: #fff;
}
.bootstrap .pager .disabled > a,
.bootstrap .pager .disabled > a:hover,
.bootstrap .pager .disabled > a:focus,
.bootstrap .pager .disabled > span {
  background-color: #3be6c4;
}
.bootstrap .close {
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
}
.bootstrap .close:hover,
.bootstrap .close:focus {
  color: #fff;
  opacity: 1;
}
.bootstrap .alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
.bootstrap .progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap .progress .progress-bar {
  font-size: 10px;
  line-height: 10px;
}
.bootstrap .well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap a.list-group-item.active,
.bootstrap a.list-group-item.active:hover,
.bootstrap a.list-group-item.active:focus {
  border-color: #ecf0f1;
}
.bootstrap a.list-group-item-success.active {
  background-color: #008674;
}
.bootstrap a.list-group-item-success.active:hover,
.bootstrap a.list-group-item-success.active:focus {
  background-color: #15a589;
}
.bootstrap a.list-group-item-warning.active {
  background-color: #f39c12;
}
.bootstrap a.list-group-item-warning.active:hover,
.bootstrap a.list-group-item-warning.active:focus {
  background-color: #e08e0b;
}
.bootstrap a.list-group-item-danger.active {
  background-color: #DD3900;
}
.bootstrap a.list-group-item-danger.active:hover,
.bootstrap a.list-group-item-danger.active:focus {
  background-color: #e43725;
}
.bootstrap .panel-default .close {
  color: #2c3e50;
}
.bootstrap .modal .close {
  color: #2c3e50;
}
.bootstrap .popover {
  color: #2c3e50;
}

.nav-logo {
  height: 30px;
  width: auto;
  top: -5px;
  position: relative;
  margin-right: 10px;
}

.navbar-default .navbar-nav > li {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  display: inline-block;
}

.navbar-image {
  height: 19px;
  margin: auto;
  vertical-align: middle;
  margin-top: 12px;
  cursor: pointer;
}

.navbar-image-book {
  width: 23px;
}

.navbar-image-question-mark {
  width: 9px;
}

.navbar-image-logout {
  width: 18px;
}

span.navbar-image-container {
  line-height: 21px;
  padding: 10px 15px;
  cursor: pointer;
}
span.navbar-image-container:hover {
  color: #18bc9c;
}

.navbar-nav.navbar-right li .navbar-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-image-text {
  padding-top: 1px !important;
  padding-bottom: 5px !important;
  font-size: 1.1rem;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-fill-drip {
  --fa: "";
}

.fa-arrows-to-circle {
  --fa: "";
}

.fa-circle-chevron-right {
  --fa: "";
}

.fa-chevron-circle-right {
  --fa: "";
}

.fa-at {
  --fa: "\@";
}

.fa-trash-can {
  --fa: "";
}

.fa-trash-alt {
  --fa: "";
}

.fa-text-height {
  --fa: "";
}

.fa-user-xmark {
  --fa: "";
}

.fa-user-times {
  --fa: "";
}

.fa-stethoscope {
  --fa: "";
}

.fa-message {
  --fa: "";
}

.fa-comment-alt {
  --fa: "";
}

.fa-info {
  --fa: "";
}

.fa-down-left-and-up-right-to-center {
  --fa: "";
}

.fa-compress-alt {
  --fa: "";
}

.fa-explosion {
  --fa: "";
}

.fa-file-lines {
  --fa: "";
}

.fa-file-alt {
  --fa: "";
}

.fa-file-text {
  --fa: "";
}

.fa-wave-square {
  --fa: "";
}

.fa-ring {
  --fa: "";
}

.fa-building-un {
  --fa: "";
}

.fa-dice-three {
  --fa: "";
}

.fa-calendar-days {
  --fa: "";
}

.fa-calendar-alt {
  --fa: "";
}

.fa-anchor-circle-check {
  --fa: "";
}

.fa-building-circle-arrow-right {
  --fa: "";
}

.fa-volleyball {
  --fa: "";
}

.fa-volleyball-ball {
  --fa: "";
}

.fa-arrows-up-to-line {
  --fa: "";
}

.fa-sort-down {
  --fa: "";
}

.fa-sort-desc {
  --fa: "";
}

.fa-circle-minus {
  --fa: "";
}

.fa-minus-circle {
  --fa: "";
}

.fa-door-open {
  --fa: "";
}

.fa-right-from-bracket {
  --fa: "";
}

.fa-sign-out-alt {
  --fa: "";
}

.fa-atom {
  --fa: "";
}

.fa-soap {
  --fa: "";
}

.fa-icons {
  --fa: "";
}

.fa-heart-music-camera-bolt {
  --fa: "";
}

.fa-microphone-lines-slash {
  --fa: "";
}

.fa-microphone-alt-slash {
  --fa: "";
}

.fa-bridge-circle-check {
  --fa: "";
}

.fa-pump-medical {
  --fa: "";
}

.fa-fingerprint {
  --fa: "";
}

.fa-hand-point-right {
  --fa: "";
}

.fa-magnifying-glass-location {
  --fa: "";
}

.fa-search-location {
  --fa: "";
}

.fa-forward-step {
  --fa: "";
}

.fa-step-forward {
  --fa: "";
}

.fa-face-smile-beam {
  --fa: "";
}

.fa-smile-beam {
  --fa: "";
}

.fa-flag-checkered {
  --fa: "";
}

.fa-football {
  --fa: "";
}

.fa-football-ball {
  --fa: "";
}

.fa-school-circle-exclamation {
  --fa: "";
}

.fa-crop {
  --fa: "";
}

.fa-angles-down {
  --fa: "";
}

.fa-angle-double-down {
  --fa: "";
}

.fa-users-rectangle {
  --fa: "";
}

.fa-people-roof {
  --fa: "";
}

.fa-people-line {
  --fa: "";
}

.fa-beer-mug-empty {
  --fa: "";
}

.fa-beer {
  --fa: "";
}

.fa-diagram-predecessor {
  --fa: "";
}

.fa-arrow-up-long {
  --fa: "";
}

.fa-long-arrow-up {
  --fa: "";
}

.fa-fire-flame-simple {
  --fa: "";
}

.fa-burn {
  --fa: "";
}

.fa-person {
  --fa: "";
}

.fa-male {
  --fa: "";
}

.fa-laptop {
  --fa: "";
}

.fa-file-csv {
  --fa: "";
}

.fa-menorah {
  --fa: "";
}

.fa-truck-plane {
  --fa: "";
}

.fa-record-vinyl {
  --fa: "";
}

.fa-face-grin-stars {
  --fa: "";
}

.fa-grin-stars {
  --fa: "";
}

.fa-bong {
  --fa: "";
}

.fa-spaghetti-monster-flying {
  --fa: "";
}

.fa-pastafarianism {
  --fa: "";
}

.fa-arrow-down-up-across-line {
  --fa: "";
}

.fa-spoon {
  --fa: "";
}

.fa-utensil-spoon {
  --fa: "";
}

.fa-jar-wheat {
  --fa: "";
}

.fa-envelopes-bulk {
  --fa: "";
}

.fa-mail-bulk {
  --fa: "";
}

.fa-file-circle-exclamation {
  --fa: "";
}

.fa-circle-h {
  --fa: "";
}

.fa-hospital-symbol {
  --fa: "";
}

.fa-pager {
  --fa: "";
}

.fa-address-book {
  --fa: "";
}

.fa-contact-book {
  --fa: "";
}

.fa-strikethrough {
  --fa: "";
}

.fa-k {
  --fa: "K";
}

.fa-landmark-flag {
  --fa: "";
}

.fa-pencil {
  --fa: "";
}

.fa-pencil-alt {
  --fa: "";
}

.fa-backward {
  --fa: "";
}

.fa-caret-right {
  --fa: "";
}

.fa-comments {
  --fa: "";
}

.fa-paste {
  --fa: "";
}

.fa-file-clipboard {
  --fa: "";
}

.fa-code-pull-request {
  --fa: "";
}

.fa-clipboard-list {
  --fa: "";
}

.fa-truck-ramp-box {
  --fa: "";
}

.fa-truck-loading {
  --fa: "";
}

.fa-user-check {
  --fa: "";
}

.fa-vial-virus {
  --fa: "";
}

.fa-sheet-plastic {
  --fa: "";
}

.fa-blog {
  --fa: "";
}

.fa-user-ninja {
  --fa: "";
}

.fa-person-arrow-up-from-line {
  --fa: "";
}

.fa-scroll-torah {
  --fa: "";
}

.fa-torah {
  --fa: "";
}

.fa-broom-ball {
  --fa: "";
}

.fa-quidditch {
  --fa: "";
}

.fa-quidditch-broom-ball {
  --fa: "";
}

.fa-toggle-off {
  --fa: "";
}

.fa-box-archive {
  --fa: "";
}

.fa-archive {
  --fa: "";
}

.fa-person-drowning {
  --fa: "";
}

.fa-arrow-down-9-1 {
  --fa: "";
}

.fa-sort-numeric-desc {
  --fa: "";
}

.fa-sort-numeric-down-alt {
  --fa: "";
}

.fa-face-grin-tongue-squint {
  --fa: "";
}

.fa-grin-tongue-squint {
  --fa: "";
}

.fa-spray-can {
  --fa: "";
}

.fa-truck-monster {
  --fa: "";
}

.fa-w {
  --fa: "W";
}

.fa-earth-africa {
  --fa: "";
}

.fa-globe-africa {
  --fa: "";
}

.fa-rainbow {
  --fa: "";
}

.fa-circle-notch {
  --fa: "";
}

.fa-tablet-screen-button {
  --fa: "";
}

.fa-tablet-alt {
  --fa: "";
}

.fa-paw {
  --fa: "";
}

.fa-cloud {
  --fa: "";
}

.fa-trowel-bricks {
  --fa: "";
}

.fa-face-flushed {
  --fa: "";
}

.fa-flushed {
  --fa: "";
}

.fa-hospital-user {
  --fa: "";
}

.fa-tent-arrow-left-right {
  --fa: "";
}

.fa-gavel {
  --fa: "";
}

.fa-legal {
  --fa: "";
}

.fa-binoculars {
  --fa: "";
}

.fa-microphone-slash {
  --fa: "";
}

.fa-box-tissue {
  --fa: "";
}

.fa-motorcycle {
  --fa: "";
}

.fa-bell-concierge {
  --fa: "";
}

.fa-concierge-bell {
  --fa: "";
}

.fa-pen-ruler {
  --fa: "";
}

.fa-pencil-ruler {
  --fa: "";
}

.fa-people-arrows {
  --fa: "";
}

.fa-people-arrows-left-right {
  --fa: "";
}

.fa-mars-and-venus-burst {
  --fa: "";
}

.fa-square-caret-right {
  --fa: "";
}

.fa-caret-square-right {
  --fa: "";
}

.fa-scissors {
  --fa: "";
}

.fa-cut {
  --fa: "";
}

.fa-sun-plant-wilt {
  --fa: "";
}

.fa-toilets-portable {
  --fa: "";
}

.fa-hockey-puck {
  --fa: "";
}

.fa-table {
  --fa: "";
}

.fa-magnifying-glass-arrow-right {
  --fa: "";
}

.fa-tachograph-digital {
  --fa: "";
}

.fa-digital-tachograph {
  --fa: "";
}

.fa-users-slash {
  --fa: "";
}

.fa-clover {
  --fa: "";
}

.fa-reply {
  --fa: "";
}

.fa-mail-reply {
  --fa: "";
}

.fa-star-and-crescent {
  --fa: "";
}

.fa-house-fire {
  --fa: "";
}

.fa-square-minus {
  --fa: "";
}

.fa-minus-square {
  --fa: "";
}

.fa-helicopter {
  --fa: "";
}

.fa-compass {
  --fa: "";
}

.fa-square-caret-down {
  --fa: "";
}

.fa-caret-square-down {
  --fa: "";
}

.fa-file-circle-question {
  --fa: "";
}

.fa-laptop-code {
  --fa: "";
}

.fa-swatchbook {
  --fa: "";
}

.fa-prescription-bottle {
  --fa: "";
}

.fa-bars {
  --fa: "";
}

.fa-navicon {
  --fa: "";
}

.fa-people-group {
  --fa: "";
}

.fa-hourglass-end {
  --fa: "";
}

.fa-hourglass-3 {
  --fa: "";
}

.fa-heart-crack {
  --fa: "";
}

.fa-heart-broken {
  --fa: "";
}

.fa-square-up-right {
  --fa: "";
}

.fa-external-link-square-alt {
  --fa: "";
}

.fa-face-kiss-beam {
  --fa: "";
}

.fa-kiss-beam {
  --fa: "";
}

.fa-film {
  --fa: "";
}

.fa-ruler-horizontal {
  --fa: "";
}

.fa-people-robbery {
  --fa: "";
}

.fa-lightbulb {
  --fa: "";
}

.fa-caret-left {
  --fa: "";
}

.fa-circle-exclamation {
  --fa: "";
}

.fa-exclamation-circle {
  --fa: "";
}

.fa-school-circle-xmark {
  --fa: "";
}

.fa-arrow-right-from-bracket {
  --fa: "";
}

.fa-sign-out {
  --fa: "";
}

.fa-circle-chevron-down {
  --fa: "";
}

.fa-chevron-circle-down {
  --fa: "";
}

.fa-unlock-keyhole {
  --fa: "";
}

.fa-unlock-alt {
  --fa: "";
}

.fa-cloud-showers-heavy {
  --fa: "";
}

.fa-headphones-simple {
  --fa: "";
}

.fa-headphones-alt {
  --fa: "";
}

.fa-sitemap {
  --fa: "";
}

.fa-circle-dollar-to-slot {
  --fa: "";
}

.fa-donate {
  --fa: "";
}

.fa-memory {
  --fa: "";
}

.fa-road-spikes {
  --fa: "";
}

.fa-fire-burner {
  --fa: "";
}

.fa-flag {
  --fa: "";
}

.fa-hanukiah {
  --fa: "";
}

.fa-feather {
  --fa: "";
}

.fa-volume-low {
  --fa: "";
}

.fa-volume-down {
  --fa: "";
}

.fa-comment-slash {
  --fa: "";
}

.fa-cloud-sun-rain {
  --fa: "";
}

.fa-compress {
  --fa: "";
}

.fa-wheat-awn {
  --fa: "";
}

.fa-wheat-alt {
  --fa: "";
}

.fa-ankh {
  --fa: "";
}

.fa-hands-holding-child {
  --fa: "";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-square-check {
  --fa: "";
}

.fa-check-square {
  --fa: "";
}

.fa-peseta-sign {
  --fa: "";
}

.fa-heading {
  --fa: "";
}

.fa-header {
  --fa: "";
}

.fa-ghost {
  --fa: "";
}

.fa-list {
  --fa: "";
}

.fa-list-squares {
  --fa: "";
}

.fa-square-phone-flip {
  --fa: "";
}

.fa-phone-square-alt {
  --fa: "";
}

.fa-cart-plus {
  --fa: "";
}

.fa-gamepad {
  --fa: "";
}

.fa-circle-dot {
  --fa: "";
}

.fa-dot-circle {
  --fa: "";
}

.fa-face-dizzy {
  --fa: "";
}

.fa-dizzy {
  --fa: "";
}

.fa-egg {
  --fa: "";
}

.fa-house-medical-circle-xmark {
  --fa: "";
}

.fa-campground {
  --fa: "";
}

.fa-folder-plus {
  --fa: "";
}

.fa-futbol {
  --fa: "";
}

.fa-futbol-ball {
  --fa: "";
}

.fa-soccer-ball {
  --fa: "";
}

.fa-paintbrush {
  --fa: "";
}

.fa-paint-brush {
  --fa: "";
}

.fa-lock {
  --fa: "";
}

.fa-gas-pump {
  --fa: "";
}

.fa-hot-tub-person {
  --fa: "";
}

.fa-hot-tub {
  --fa: "";
}

.fa-map-location {
  --fa: "";
}

.fa-map-marked {
  --fa: "";
}

.fa-house-flood-water {
  --fa: "";
}

.fa-tree {
  --fa: "";
}

.fa-bridge-lock {
  --fa: "";
}

.fa-sack-dollar {
  --fa: "";
}

.fa-pen-to-square {
  --fa: "";
}

.fa-edit {
  --fa: "";
}

.fa-car-side {
  --fa: "";
}

.fa-share-nodes {
  --fa: "";
}

.fa-share-alt {
  --fa: "";
}

.fa-heart-circle-minus {
  --fa: "";
}

.fa-hourglass-half {
  --fa: "";
}

.fa-hourglass-2 {
  --fa: "";
}

.fa-microscope {
  --fa: "";
}

.fa-sink {
  --fa: "";
}

.fa-bag-shopping {
  --fa: "";
}

.fa-shopping-bag {
  --fa: "";
}

.fa-arrow-down-z-a {
  --fa: "";
}

.fa-sort-alpha-desc {
  --fa: "";
}

.fa-sort-alpha-down-alt {
  --fa: "";
}

.fa-mitten {
  --fa: "";
}

.fa-person-rays {
  --fa: "";
}

.fa-users {
  --fa: "";
}

.fa-eye-slash {
  --fa: "";
}

.fa-flask-vial {
  --fa: "";
}

.fa-hand {
  --fa: "";
}

.fa-hand-paper {
  --fa: "";
}

.fa-om {
  --fa: "";
}

.fa-worm {
  --fa: "";
}

.fa-house-circle-xmark {
  --fa: "";
}

.fa-plug {
  --fa: "";
}

.fa-chevron-up {
  --fa: "";
}

.fa-hand-spock {
  --fa: "";
}

.fa-stopwatch {
  --fa: "";
}

.fa-face-kiss {
  --fa: "";
}

.fa-kiss {
  --fa: "";
}

.fa-bridge-circle-xmark {
  --fa: "";
}

.fa-face-grin-tongue {
  --fa: "";
}

.fa-grin-tongue {
  --fa: "";
}

.fa-chess-bishop {
  --fa: "";
}

.fa-face-grin-wink {
  --fa: "";
}

.fa-grin-wink {
  --fa: "";
}

.fa-ear-deaf {
  --fa: "";
}

.fa-deaf {
  --fa: "";
}

.fa-deafness {
  --fa: "";
}

.fa-hard-of-hearing {
  --fa: "";
}

.fa-road-circle-check {
  --fa: "";
}

.fa-dice-five {
  --fa: "";
}

.fa-square-rss {
  --fa: "";
}

.fa-rss-square {
  --fa: "";
}

.fa-land-mine-on {
  --fa: "";
}

.fa-i-cursor {
  --fa: "";
}

.fa-stamp {
  --fa: "";
}

.fa-stairs {
  --fa: "";
}

.fa-i {
  --fa: "I";
}

.fa-hryvnia-sign {
  --fa: "";
}

.fa-hryvnia {
  --fa: "";
}

.fa-pills {
  --fa: "";
}

.fa-face-grin-wide {
  --fa: "";
}

.fa-grin-alt {
  --fa: "";
}

.fa-tooth {
  --fa: "";
}

.fa-v {
  --fa: "V";
}

.fa-bangladeshi-taka-sign {
  --fa: "";
}

.fa-bicycle {
  --fa: "";
}

.fa-staff-snake {
  --fa: "";
}

.fa-rod-asclepius {
  --fa: "";
}

.fa-rod-snake {
  --fa: "";
}

.fa-staff-aesculapius {
  --fa: "";
}

.fa-head-side-cough-slash {
  --fa: "";
}

.fa-truck-medical {
  --fa: "";
}

.fa-ambulance {
  --fa: "";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "";
}

.fa-snowman {
  --fa: "";
}

.fa-mortar-pestle {
  --fa: "";
}

.fa-road-barrier {
  --fa: "";
}

.fa-school {
  --fa: "";
}

.fa-igloo {
  --fa: "";
}

.fa-joint {
  --fa: "";
}

.fa-angle-right {
  --fa: "";
}

.fa-horse {
  --fa: "";
}

.fa-q {
  --fa: "Q";
}

.fa-g {
  --fa: "G";
}

.fa-notes-medical {
  --fa: "";
}

.fa-temperature-half {
  --fa: "";
}

.fa-temperature-2 {
  --fa: "";
}

.fa-thermometer-2 {
  --fa: "";
}

.fa-thermometer-half {
  --fa: "";
}

.fa-dong-sign {
  --fa: "";
}

.fa-capsules {
  --fa: "";
}

.fa-poo-storm {
  --fa: "";
}

.fa-poo-bolt {
  --fa: "";
}

.fa-face-frown-open {
  --fa: "";
}

.fa-frown-open {
  --fa: "";
}

.fa-hand-point-up {
  --fa: "";
}

.fa-money-bill {
  --fa: "";
}

.fa-bookmark {
  --fa: "";
}

.fa-align-justify {
  --fa: "";
}

.fa-umbrella-beach {
  --fa: "";
}

.fa-helmet-un {
  --fa: "";
}

.fa-bullseye {
  --fa: "";
}

.fa-bacon {
  --fa: "";
}

.fa-hand-point-down {
  --fa: "";
}

.fa-arrow-up-from-bracket {
  --fa: "";
}

.fa-folder {
  --fa: "";
}

.fa-folder-blank {
  --fa: "";
}

.fa-file-waveform {
  --fa: "";
}

.fa-file-medical-alt {
  --fa: "";
}

.fa-radiation {
  --fa: "";
}

.fa-chart-simple {
  --fa: "";
}

.fa-mars-stroke {
  --fa: "";
}

.fa-vial {
  --fa: "";
}

.fa-gauge {
  --fa: "";
}

.fa-dashboard {
  --fa: "";
}

.fa-gauge-med {
  --fa: "";
}

.fa-tachometer-alt-average {
  --fa: "";
}

.fa-wand-magic-sparkles {
  --fa: "";
}

.fa-magic-wand-sparkles {
  --fa: "";
}

.fa-e {
  --fa: "E";
}

.fa-pen-clip {
  --fa: "";
}

.fa-pen-alt {
  --fa: "";
}

.fa-bridge-circle-exclamation {
  --fa: "";
}

.fa-user {
  --fa: "";
}

.fa-school-circle-check {
  --fa: "";
}

.fa-dumpster {
  --fa: "";
}

.fa-van-shuttle {
  --fa: "";
}

.fa-shuttle-van {
  --fa: "";
}

.fa-building-user {
  --fa: "";
}

.fa-square-caret-left {
  --fa: "";
}

.fa-caret-square-left {
  --fa: "";
}

.fa-highlighter {
  --fa: "";
}

.fa-key {
  --fa: "";
}

.fa-bullhorn {
  --fa: "";
}

.fa-globe {
  --fa: "";
}

.fa-synagogue {
  --fa: "";
}

.fa-person-half-dress {
  --fa: "";
}

.fa-road-bridge {
  --fa: "";
}

.fa-location-arrow {
  --fa: "";
}

.fa-c {
  --fa: "C";
}

.fa-tablet-button {
  --fa: "";
}

.fa-building-lock {
  --fa: "";
}

.fa-pizza-slice {
  --fa: "";
}

.fa-money-bill-wave {
  --fa: "";
}

.fa-chart-area {
  --fa: "";
}

.fa-area-chart {
  --fa: "";
}

.fa-house-flag {
  --fa: "";
}

.fa-person-circle-minus {
  --fa: "";
}

.fa-ban {
  --fa: "";
}

.fa-cancel {
  --fa: "";
}

.fa-camera-rotate {
  --fa: "";
}

.fa-spray-can-sparkles {
  --fa: "";
}

.fa-air-freshener {
  --fa: "";
}

.fa-star {
  --fa: "";
}

.fa-repeat {
  --fa: "";
}

.fa-cross {
  --fa: "";
}

.fa-box {
  --fa: "";
}

.fa-venus-mars {
  --fa: "";
}

.fa-arrow-pointer {
  --fa: "";
}

.fa-mouse-pointer {
  --fa: "";
}

.fa-maximize {
  --fa: "";
}

.fa-expand-arrows-alt {
  --fa: "";
}

.fa-charging-station {
  --fa: "";
}

.fa-shapes {
  --fa: "";
}

.fa-triangle-circle-square {
  --fa: "";
}

.fa-shuffle {
  --fa: "";
}

.fa-random {
  --fa: "";
}

.fa-person-running {
  --fa: "";
}

.fa-running {
  --fa: "";
}

.fa-mobile-retro {
  --fa: "";
}

.fa-grip-lines-vertical {
  --fa: "";
}

.fa-spider {
  --fa: "";
}

.fa-hands-bound {
  --fa: "";
}

.fa-file-invoice-dollar {
  --fa: "";
}

.fa-plane-circle-exclamation {
  --fa: "";
}

.fa-x-ray {
  --fa: "";
}

.fa-spell-check {
  --fa: "";
}

.fa-slash {
  --fa: "";
}

.fa-computer-mouse {
  --fa: "";
}

.fa-mouse {
  --fa: "";
}

.fa-arrow-right-to-bracket {
  --fa: "";
}

.fa-sign-in {
  --fa: "";
}

.fa-shop-slash {
  --fa: "";
}

.fa-store-alt-slash {
  --fa: "";
}

.fa-server {
  --fa: "";
}

.fa-virus-covid-slash {
  --fa: "";
}

.fa-shop-lock {
  --fa: "";
}

.fa-hourglass-start {
  --fa: "";
}

.fa-hourglass-1 {
  --fa: "";
}

.fa-blender-phone {
  --fa: "";
}

.fa-building-wheat {
  --fa: "";
}

.fa-person-breastfeeding {
  --fa: "";
}

.fa-right-to-bracket {
  --fa: "";
}

.fa-sign-in-alt {
  --fa: "";
}

.fa-venus {
  --fa: "";
}

.fa-passport {
  --fa: "";
}

.fa-thumbtack-slash {
  --fa: "";
}

.fa-thumb-tack-slash {
  --fa: "";
}

.fa-heart-pulse {
  --fa: "";
}

.fa-heartbeat {
  --fa: "";
}

.fa-people-carry-box {
  --fa: "";
}

.fa-people-carry {
  --fa: "";
}

.fa-temperature-high {
  --fa: "";
}

.fa-microchip {
  --fa: "";
}

.fa-crown {
  --fa: "";
}

.fa-weight-hanging {
  --fa: "";
}

.fa-xmarks-lines {
  --fa: "";
}

.fa-file-prescription {
  --fa: "";
}

.fa-weight-scale {
  --fa: "";
}

.fa-weight {
  --fa: "";
}

.fa-user-group {
  --fa: "";
}

.fa-user-friends {
  --fa: "";
}

.fa-arrow-up-a-z {
  --fa: "";
}

.fa-sort-alpha-up {
  --fa: "";
}

.fa-chess-knight {
  --fa: "";
}

.fa-face-laugh-squint {
  --fa: "";
}

.fa-laugh-squint {
  --fa: "";
}

.fa-wheelchair {
  --fa: "";
}

.fa-circle-arrow-up {
  --fa: "";
}

.fa-arrow-circle-up {
  --fa: "";
}

.fa-toggle-on {
  --fa: "";
}

.fa-person-walking {
  --fa: "";
}

.fa-walking {
  --fa: "";
}

.fa-l {
  --fa: "L";
}

.fa-fire {
  --fa: "";
}

.fa-bed-pulse {
  --fa: "";
}

.fa-procedures {
  --fa: "";
}

.fa-shuttle-space {
  --fa: "";
}

.fa-space-shuttle {
  --fa: "";
}

.fa-face-laugh {
  --fa: "";
}

.fa-laugh {
  --fa: "";
}

.fa-folder-open {
  --fa: "";
}

.fa-heart-circle-plus {
  --fa: "";
}

.fa-code-fork {
  --fa: "";
}

.fa-city {
  --fa: "";
}

.fa-microphone-lines {
  --fa: "";
}

.fa-microphone-alt {
  --fa: "";
}

.fa-pepper-hot {
  --fa: "";
}

.fa-unlock {
  --fa: "";
}

.fa-colon-sign {
  --fa: "";
}

.fa-headset {
  --fa: "";
}

.fa-store-slash {
  --fa: "";
}

.fa-road-circle-xmark {
  --fa: "";
}

.fa-user-minus {
  --fa: "";
}

.fa-mars-stroke-up {
  --fa: "";
}

.fa-mars-stroke-v {
  --fa: "";
}

.fa-champagne-glasses {
  --fa: "";
}

.fa-glass-cheers {
  --fa: "";
}

.fa-clipboard {
  --fa: "";
}

.fa-house-circle-exclamation {
  --fa: "";
}

.fa-file-arrow-up {
  --fa: "";
}

.fa-file-upload {
  --fa: "";
}

.fa-wifi {
  --fa: "";
}

.fa-wifi-3 {
  --fa: "";
}

.fa-wifi-strong {
  --fa: "";
}

.fa-bath {
  --fa: "";
}

.fa-bathtub {
  --fa: "";
}

.fa-underline {
  --fa: "";
}

.fa-user-pen {
  --fa: "";
}

.fa-user-edit {
  --fa: "";
}

.fa-signature {
  --fa: "";
}

.fa-stroopwafel {
  --fa: "";
}

.fa-bold {
  --fa: "";
}

.fa-anchor-lock {
  --fa: "";
}

.fa-building-ngo {
  --fa: "";
}

.fa-manat-sign {
  --fa: "";
}

.fa-not-equal {
  --fa: "";
}

.fa-border-top-left {
  --fa: "";
}

.fa-border-style {
  --fa: "";
}

.fa-map-location-dot {
  --fa: "";
}

.fa-map-marked-alt {
  --fa: "";
}

.fa-jedi {
  --fa: "";
}

.fa-square-poll-vertical {
  --fa: "";
}

.fa-poll {
  --fa: "";
}

.fa-mug-hot {
  --fa: "";
}

.fa-car-battery {
  --fa: "";
}

.fa-battery-car {
  --fa: "";
}

.fa-gift {
  --fa: "";
}

.fa-dice-two {
  --fa: "";
}

.fa-chess-queen {
  --fa: "";
}

.fa-glasses {
  --fa: "";
}

.fa-chess-board {
  --fa: "";
}

.fa-building-circle-check {
  --fa: "";
}

.fa-person-chalkboard {
  --fa: "";
}

.fa-mars-stroke-right {
  --fa: "";
}

.fa-mars-stroke-h {
  --fa: "";
}

.fa-hand-back-fist {
  --fa: "";
}

.fa-hand-rock {
  --fa: "";
}

.fa-square-caret-up {
  --fa: "";
}

.fa-caret-square-up {
  --fa: "";
}

.fa-cloud-showers-water {
  --fa: "";
}

.fa-chart-bar {
  --fa: "";
}

.fa-bar-chart {
  --fa: "";
}

.fa-hands-bubbles {
  --fa: "";
}

.fa-hands-wash {
  --fa: "";
}

.fa-less-than-equal {
  --fa: "";
}

.fa-train {
  --fa: "";
}

.fa-eye-low-vision {
  --fa: "";
}

.fa-low-vision {
  --fa: "";
}

.fa-crow {
  --fa: "";
}

.fa-sailboat {
  --fa: "";
}

.fa-window-restore {
  --fa: "";
}

.fa-square-plus {
  --fa: "";
}

.fa-plus-square {
  --fa: "";
}

.fa-torii-gate {
  --fa: "";
}

.fa-frog {
  --fa: "";
}

.fa-bucket {
  --fa: "";
}

.fa-image {
  --fa: "";
}

.fa-microphone {
  --fa: "";
}

.fa-cow {
  --fa: "";
}

.fa-caret-up {
  --fa: "";
}

.fa-screwdriver {
  --fa: "";
}

.fa-folder-closed {
  --fa: "";
}

.fa-house-tsunami {
  --fa: "";
}

.fa-square-nfi {
  --fa: "";
}

.fa-arrow-up-from-ground-water {
  --fa: "";
}

.fa-martini-glass {
  --fa: "";
}

.fa-glass-martini-alt {
  --fa: "";
}

.fa-square-binary {
  --fa: "";
}

.fa-rotate-left {
  --fa: "";
}

.fa-rotate-back {
  --fa: "";
}

.fa-rotate-backward {
  --fa: "";
}

.fa-undo-alt {
  --fa: "";
}

.fa-table-columns {
  --fa: "";
}

.fa-columns {
  --fa: "";
}

.fa-lemon {
  --fa: "";
}

.fa-head-side-mask {
  --fa: "";
}

.fa-handshake {
  --fa: "";
}

.fa-gem {
  --fa: "";
}

.fa-dolly {
  --fa: "";
}

.fa-dolly-box {
  --fa: "";
}

.fa-smoking {
  --fa: "";
}

.fa-minimize {
  --fa: "";
}

.fa-compress-arrows-alt {
  --fa: "";
}

.fa-monument {
  --fa: "";
}

.fa-snowplow {
  --fa: "";
}

.fa-angles-right {
  --fa: "";
}

.fa-angle-double-right {
  --fa: "";
}

.fa-cannabis {
  --fa: "";
}

.fa-circle-play {
  --fa: "";
}

.fa-play-circle {
  --fa: "";
}

.fa-tablets {
  --fa: "";
}

.fa-ethernet {
  --fa: "";
}

.fa-euro-sign {
  --fa: "";
}

.fa-eur {
  --fa: "";
}

.fa-euro {
  --fa: "";
}

.fa-chair {
  --fa: "";
}

.fa-circle-check {
  --fa: "";
}

.fa-check-circle {
  --fa: "";
}

.fa-circle-stop {
  --fa: "";
}

.fa-stop-circle {
  --fa: "";
}

.fa-compass-drafting {
  --fa: "";
}

.fa-drafting-compass {
  --fa: "";
}

.fa-plate-wheat {
  --fa: "";
}

.fa-icicles {
  --fa: "";
}

.fa-person-shelter {
  --fa: "";
}

.fa-neuter {
  --fa: "";
}

.fa-id-badge {
  --fa: "";
}

.fa-marker {
  --fa: "";
}

.fa-face-laugh-beam {
  --fa: "";
}

.fa-laugh-beam {
  --fa: "";
}

.fa-helicopter-symbol {
  --fa: "";
}

.fa-universal-access {
  --fa: "";
}

.fa-circle-chevron-up {
  --fa: "";
}

.fa-chevron-circle-up {
  --fa: "";
}

.fa-lari-sign {
  --fa: "";
}

.fa-volcano {
  --fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "";
}

.fa-sterling-sign {
  --fa: "";
}

.fa-gbp {
  --fa: "";
}

.fa-pound-sign {
  --fa: "";
}

.fa-viruses {
  --fa: "";
}

.fa-square-person-confined {
  --fa: "";
}

.fa-user-tie {
  --fa: "";
}

.fa-arrow-down-long {
  --fa: "";
}

.fa-long-arrow-down {
  --fa: "";
}

.fa-tent-arrow-down-to-line {
  --fa: "";
}

.fa-certificate {
  --fa: "";
}

.fa-reply-all {
  --fa: "";
}

.fa-mail-reply-all {
  --fa: "";
}

.fa-suitcase {
  --fa: "";
}

.fa-person-skating {
  --fa: "";
}

.fa-skating {
  --fa: "";
}

.fa-filter-circle-dollar {
  --fa: "";
}

.fa-funnel-dollar {
  --fa: "";
}

.fa-camera-retro {
  --fa: "";
}

.fa-circle-arrow-down {
  --fa: "";
}

.fa-arrow-circle-down {
  --fa: "";
}

.fa-file-import {
  --fa: "";
}

.fa-arrow-right-to-file {
  --fa: "";
}

.fa-square-arrow-up-right {
  --fa: "";
}

.fa-external-link-square {
  --fa: "";
}

.fa-box-open {
  --fa: "";
}

.fa-scroll {
  --fa: "";
}

.fa-spa {
  --fa: "";
}

.fa-location-pin-lock {
  --fa: "";
}

.fa-pause {
  --fa: "";
}

.fa-hill-avalanche {
  --fa: "";
}

.fa-temperature-empty {
  --fa: "";
}

.fa-temperature-0 {
  --fa: "";
}

.fa-thermometer-0 {
  --fa: "";
}

.fa-thermometer-empty {
  --fa: "";
}

.fa-bomb {
  --fa: "";
}

.fa-registered {
  --fa: "";
}

.fa-address-card {
  --fa: "";
}

.fa-contact-card {
  --fa: "";
}

.fa-vcard {
  --fa: "";
}

.fa-scale-unbalanced-flip {
  --fa: "";
}

.fa-balance-scale-right {
  --fa: "";
}

.fa-subscript {
  --fa: "";
}

.fa-diamond-turn-right {
  --fa: "";
}

.fa-directions {
  --fa: "";
}

.fa-burst {
  --fa: "";
}

.fa-house-laptop {
  --fa: "";
}

.fa-laptop-house {
  --fa: "";
}

.fa-face-tired {
  --fa: "";
}

.fa-tired {
  --fa: "";
}

.fa-money-bills {
  --fa: "";
}

.fa-smog {
  --fa: "";
}

.fa-crutch {
  --fa: "";
}

.fa-cloud-arrow-up {
  --fa: "";
}

.fa-cloud-upload {
  --fa: "";
}

.fa-cloud-upload-alt {
  --fa: "";
}

.fa-palette {
  --fa: "";
}

.fa-arrows-turn-right {
  --fa: "";
}

.fa-vest {
  --fa: "";
}

.fa-ferry {
  --fa: "";
}

.fa-arrows-down-to-people {
  --fa: "";
}

.fa-seedling {
  --fa: "";
}

.fa-sprout {
  --fa: "";
}

.fa-left-right {
  --fa: "";
}

.fa-arrows-alt-h {
  --fa: "";
}

.fa-boxes-packing {
  --fa: "";
}

.fa-circle-arrow-left {
  --fa: "";
}

.fa-arrow-circle-left {
  --fa: "";
}

.fa-group-arrows-rotate {
  --fa: "";
}

.fa-bowl-food {
  --fa: "";
}

.fa-candy-cane {
  --fa: "";
}

.fa-arrow-down-wide-short {
  --fa: "";
}

.fa-sort-amount-asc {
  --fa: "";
}

.fa-sort-amount-down {
  --fa: "";
}

.fa-cloud-bolt {
  --fa: "";
}

.fa-thunderstorm {
  --fa: "";
}

.fa-text-slash {
  --fa: "";
}

.fa-remove-format {
  --fa: "";
}

.fa-face-smile-wink {
  --fa: "";
}

.fa-smile-wink {
  --fa: "";
}

.fa-file-word {
  --fa: "";
}

.fa-file-powerpoint {
  --fa: "";
}

.fa-arrows-left-right {
  --fa: "";
}

.fa-arrows-h {
  --fa: "";
}

.fa-house-lock {
  --fa: "";
}

.fa-cloud-arrow-down {
  --fa: "";
}

.fa-cloud-download {
  --fa: "";
}

.fa-cloud-download-alt {
  --fa: "";
}

.fa-children {
  --fa: "";
}

.fa-chalkboard {
  --fa: "";
}

.fa-blackboard {
  --fa: "";
}

.fa-user-large-slash {
  --fa: "";
}

.fa-user-alt-slash {
  --fa: "";
}

.fa-envelope-open {
  --fa: "";
}

.fa-handshake-simple-slash {
  --fa: "";
}

.fa-handshake-alt-slash {
  --fa: "";
}

.fa-mattress-pillow {
  --fa: "";
}

.fa-guarani-sign {
  --fa: "";
}

.fa-arrows-rotate {
  --fa: "";
}

.fa-refresh {
  --fa: "";
}

.fa-sync {
  --fa: "";
}

.fa-fire-extinguisher {
  --fa: "";
}

.fa-cruzeiro-sign {
  --fa: "";
}

.fa-greater-than-equal {
  --fa: "";
}

.fa-shield-halved {
  --fa: "";
}

.fa-shield-alt {
  --fa: "";
}

.fa-book-atlas {
  --fa: "";
}

.fa-atlas {
  --fa: "";
}

.fa-virus {
  --fa: "";
}

.fa-envelope-circle-check {
  --fa: "";
}

.fa-layer-group {
  --fa: "";
}

.fa-arrows-to-dot {
  --fa: "";
}

.fa-archway {
  --fa: "";
}

.fa-heart-circle-check {
  --fa: "";
}

.fa-house-chimney-crack {
  --fa: "";
}

.fa-house-damage {
  --fa: "";
}

.fa-file-zipper {
  --fa: "";
}

.fa-file-archive {
  --fa: "";
}

.fa-square {
  --fa: "";
}

.fa-martini-glass-empty {
  --fa: "";
}

.fa-glass-martini {
  --fa: "";
}

.fa-couch {
  --fa: "";
}

.fa-cedi-sign {
  --fa: "";
}

.fa-italic {
  --fa: "";
}

.fa-table-cells-column-lock {
  --fa: "";
}

.fa-church {
  --fa: "";
}

.fa-comments-dollar {
  --fa: "";
}

.fa-democrat {
  --fa: "";
}

.fa-z {
  --fa: "Z";
}

.fa-person-skiing {
  --fa: "";
}

.fa-skiing {
  --fa: "";
}

.fa-road-lock {
  --fa: "";
}

.fa-a {
  --fa: "A";
}

.fa-temperature-arrow-down {
  --fa: "";
}

.fa-temperature-down {
  --fa: "";
}

.fa-feather-pointed {
  --fa: "";
}

.fa-feather-alt {
  --fa: "";
}

.fa-p {
  --fa: "P";
}

.fa-snowflake {
  --fa: "";
}

.fa-newspaper {
  --fa: "";
}

.fa-rectangle-ad {
  --fa: "";
}

.fa-ad {
  --fa: "";
}

.fa-circle-arrow-right {
  --fa: "";
}

.fa-arrow-circle-right {
  --fa: "";
}

.fa-filter-circle-xmark {
  --fa: "";
}

.fa-locust {
  --fa: "";
}

.fa-sort {
  --fa: "";
}

.fa-unsorted {
  --fa: "";
}

.fa-list-ol {
  --fa: "";
}

.fa-list-1-2 {
  --fa: "";
}

.fa-list-numeric {
  --fa: "";
}

.fa-person-dress-burst {
  --fa: "";
}

.fa-money-check-dollar {
  --fa: "";
}

.fa-money-check-alt {
  --fa: "";
}

.fa-vector-square {
  --fa: "";
}

.fa-bread-slice {
  --fa: "";
}

.fa-language {
  --fa: "";
}

.fa-face-kiss-wink-heart {
  --fa: "";
}

.fa-kiss-wink-heart {
  --fa: "";
}

.fa-filter {
  --fa: "";
}

.fa-question {
  --fa: "\?";
}

.fa-file-signature {
  --fa: "";
}

.fa-up-down-left-right {
  --fa: "";
}

.fa-arrows-alt {
  --fa: "";
}

.fa-house-chimney-user {
  --fa: "";
}

.fa-hand-holding-heart {
  --fa: "";
}

.fa-puzzle-piece {
  --fa: "";
}

.fa-money-check {
  --fa: "";
}

.fa-star-half-stroke {
  --fa: "";
}

.fa-star-half-alt {
  --fa: "";
}

.fa-code {
  --fa: "";
}

.fa-whiskey-glass {
  --fa: "";
}

.fa-glass-whiskey {
  --fa: "";
}

.fa-building-circle-exclamation {
  --fa: "";
}

.fa-magnifying-glass-chart {
  --fa: "";
}

.fa-arrow-up-right-from-square {
  --fa: "";
}

.fa-external-link {
  --fa: "";
}

.fa-cubes-stacked {
  --fa: "";
}

.fa-won-sign {
  --fa: "";
}

.fa-krw {
  --fa: "";
}

.fa-won {
  --fa: "";
}

.fa-virus-covid {
  --fa: "";
}

.fa-austral-sign {
  --fa: "";
}

.fa-f {
  --fa: "F";
}

.fa-leaf {
  --fa: "";
}

.fa-road {
  --fa: "";
}

.fa-taxi {
  --fa: "";
}

.fa-cab {
  --fa: "";
}

.fa-person-circle-plus {
  --fa: "";
}

.fa-chart-pie {
  --fa: "";
}

.fa-pie-chart {
  --fa: "";
}

.fa-bolt-lightning {
  --fa: "";
}

.fa-sack-xmark {
  --fa: "";
}

.fa-file-excel {
  --fa: "";
}

.fa-file-contract {
  --fa: "";
}

.fa-fish-fins {
  --fa: "";
}

.fa-building-flag {
  --fa: "";
}

.fa-face-grin-beam {
  --fa: "";
}

.fa-grin-beam {
  --fa: "";
}

.fa-object-ungroup {
  --fa: "";
}

.fa-poop {
  --fa: "";
}

.fa-location-pin {
  --fa: "";
}

.fa-map-marker {
  --fa: "";
}

.fa-kaaba {
  --fa: "";
}

.fa-toilet-paper {
  --fa: "";
}

.fa-helmet-safety {
  --fa: "";
}

.fa-hard-hat {
  --fa: "";
}

.fa-hat-hard {
  --fa: "";
}

.fa-eject {
  --fa: "";
}

.fa-circle-right {
  --fa: "";
}

.fa-arrow-alt-circle-right {
  --fa: "";
}

.fa-plane-circle-check {
  --fa: "";
}

.fa-face-rolling-eyes {
  --fa: "";
}

.fa-meh-rolling-eyes {
  --fa: "";
}

.fa-object-group {
  --fa: "";
}

.fa-chart-line {
  --fa: "";
}

.fa-line-chart {
  --fa: "";
}

.fa-mask-ventilator {
  --fa: "";
}

.fa-arrow-right {
  --fa: "";
}

.fa-signs-post {
  --fa: "";
}

.fa-map-signs {
  --fa: "";
}

.fa-cash-register {
  --fa: "";
}

.fa-person-circle-question {
  --fa: "";
}

.fa-h {
  --fa: "H";
}

.fa-tarp {
  --fa: "";
}

.fa-screwdriver-wrench {
  --fa: "";
}

.fa-tools {
  --fa: "";
}

.fa-arrows-to-eye {
  --fa: "";
}

.fa-plug-circle-bolt {
  --fa: "";
}

.fa-heart {
  --fa: "";
}

.fa-mars-and-venus {
  --fa: "";
}

.fa-house-user {
  --fa: "";
}

.fa-home-user {
  --fa: "";
}

.fa-dumpster-fire {
  --fa: "";
}

.fa-house-crack {
  --fa: "";
}

.fa-martini-glass-citrus {
  --fa: "";
}

.fa-cocktail {
  --fa: "";
}

.fa-face-surprise {
  --fa: "";
}

.fa-surprise {
  --fa: "";
}

.fa-bottle-water {
  --fa: "";
}

.fa-circle-pause {
  --fa: "";
}

.fa-pause-circle {
  --fa: "";
}

.fa-toilet-paper-slash {
  --fa: "";
}

.fa-apple-whole {
  --fa: "";
}

.fa-apple-alt {
  --fa: "";
}

.fa-kitchen-set {
  --fa: "";
}

.fa-r {
  --fa: "R";
}

.fa-temperature-quarter {
  --fa: "";
}

.fa-temperature-1 {
  --fa: "";
}

.fa-thermometer-1 {
  --fa: "";
}

.fa-thermometer-quarter {
  --fa: "";
}

.fa-cube {
  --fa: "";
}

.fa-bitcoin-sign {
  --fa: "";
}

.fa-shield-dog {
  --fa: "";
}

.fa-solar-panel {
  --fa: "";
}

.fa-lock-open {
  --fa: "";
}

.fa-elevator {
  --fa: "";
}

.fa-money-bill-transfer {
  --fa: "";
}

.fa-money-bill-trend-up {
  --fa: "";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "";
}

.fa-square-poll-horizontal {
  --fa: "";
}

.fa-poll-h {
  --fa: "";
}

.fa-circle {
  --fa: "";
}

.fa-backward-fast {
  --fa: "";
}

.fa-fast-backward {
  --fa: "";
}

.fa-recycle {
  --fa: "";
}

.fa-user-astronaut {
  --fa: "";
}

.fa-plane-slash {
  --fa: "";
}

.fa-trademark {
  --fa: "";
}

.fa-basketball {
  --fa: "";
}

.fa-basketball-ball {
  --fa: "";
}

.fa-satellite-dish {
  --fa: "";
}

.fa-circle-up {
  --fa: "";
}

.fa-arrow-alt-circle-up {
  --fa: "";
}

.fa-mobile-screen-button {
  --fa: "";
}

.fa-mobile-alt {
  --fa: "";
}

.fa-volume-high {
  --fa: "";
}

.fa-volume-up {
  --fa: "";
}

.fa-users-rays {
  --fa: "";
}

.fa-wallet {
  --fa: "";
}

.fa-clipboard-check {
  --fa: "";
}

.fa-file-audio {
  --fa: "";
}

.fa-burger {
  --fa: "";
}

.fa-hamburger {
  --fa: "";
}

.fa-wrench {
  --fa: "";
}

.fa-bugs {
  --fa: "";
}

.fa-rupee-sign {
  --fa: "";
}

.fa-rupee {
  --fa: "";
}

.fa-file-image {
  --fa: "";
}

.fa-circle-question {
  --fa: "";
}

.fa-question-circle {
  --fa: "";
}

.fa-plane-departure {
  --fa: "";
}

.fa-handshake-slash {
  --fa: "";
}

.fa-book-bookmark {
  --fa: "";
}

.fa-code-branch {
  --fa: "";
}

.fa-hat-cowboy {
  --fa: "";
}

.fa-bridge {
  --fa: "";
}

.fa-phone-flip {
  --fa: "";
}

.fa-phone-alt {
  --fa: "";
}

.fa-truck-front {
  --fa: "";
}

.fa-cat {
  --fa: "";
}

.fa-anchor-circle-exclamation {
  --fa: "";
}

.fa-truck-field {
  --fa: "";
}

.fa-route {
  --fa: "";
}

.fa-clipboard-question {
  --fa: "";
}

.fa-panorama {
  --fa: "";
}

.fa-comment-medical {
  --fa: "";
}

.fa-teeth-open {
  --fa: "";
}

.fa-file-circle-minus {
  --fa: "";
}

.fa-tags {
  --fa: "";
}

.fa-wine-glass {
  --fa: "";
}

.fa-forward-fast {
  --fa: "";
}

.fa-fast-forward {
  --fa: "";
}

.fa-face-meh-blank {
  --fa: "";
}

.fa-meh-blank {
  --fa: "";
}

.fa-square-parking {
  --fa: "";
}

.fa-parking {
  --fa: "";
}

.fa-house-signal {
  --fa: "";
}

.fa-bars-progress {
  --fa: "";
}

.fa-tasks-alt {
  --fa: "";
}

.fa-faucet-drip {
  --fa: "";
}

.fa-cart-flatbed {
  --fa: "";
}

.fa-dolly-flatbed {
  --fa: "";
}

.fa-ban-smoking {
  --fa: "";
}

.fa-smoking-ban {
  --fa: "";
}

.fa-terminal {
  --fa: "";
}

.fa-mobile-button {
  --fa: "";
}

.fa-house-medical-flag {
  --fa: "";
}

.fa-basket-shopping {
  --fa: "";
}

.fa-shopping-basket {
  --fa: "";
}

.fa-tape {
  --fa: "";
}

.fa-bus-simple {
  --fa: "";
}

.fa-bus-alt {
  --fa: "";
}

.fa-eye {
  --fa: "";
}

.fa-face-sad-cry {
  --fa: "";
}

.fa-sad-cry {
  --fa: "";
}

.fa-audio-description {
  --fa: "";
}

.fa-person-military-to-person {
  --fa: "";
}

.fa-file-shield {
  --fa: "";
}

.fa-user-slash {
  --fa: "";
}

.fa-pen {
  --fa: "";
}

.fa-tower-observation {
  --fa: "";
}

.fa-file-code {
  --fa: "";
}

.fa-signal {
  --fa: "";
}

.fa-signal-5 {
  --fa: "";
}

.fa-signal-perfect {
  --fa: "";
}

.fa-bus {
  --fa: "";
}

.fa-heart-circle-xmark {
  --fa: "";
}

.fa-house-chimney {
  --fa: "";
}

.fa-home-lg {
  --fa: "";
}

.fa-window-maximize {
  --fa: "";
}

.fa-face-frown {
  --fa: "";
}

.fa-frown {
  --fa: "";
}

.fa-prescription {
  --fa: "";
}

.fa-shop {
  --fa: "";
}

.fa-store-alt {
  --fa: "";
}

.fa-floppy-disk {
  --fa: "";
}

.fa-save {
  --fa: "";
}

.fa-vihara {
  --fa: "";
}

.fa-scale-unbalanced {
  --fa: "";
}

.fa-balance-scale-left {
  --fa: "";
}

.fa-sort-up {
  --fa: "";
}

.fa-sort-asc {
  --fa: "";
}

.fa-comment-dots {
  --fa: "";
}

.fa-commenting {
  --fa: "";
}

.fa-plant-wilt {
  --fa: "";
}

.fa-diamond {
  --fa: "";
}

.fa-face-grin-squint {
  --fa: "";
}

.fa-grin-squint {
  --fa: "";
}

.fa-hand-holding-dollar {
  --fa: "";
}

.fa-hand-holding-usd {
  --fa: "";
}

.fa-chart-diagram {
  --fa: "";
}

.fa-bacterium {
  --fa: "";
}

.fa-hand-pointer {
  --fa: "";
}

.fa-drum-steelpan {
  --fa: "";
}

.fa-hand-scissors {
  --fa: "";
}

.fa-hands-praying {
  --fa: "";
}

.fa-praying-hands {
  --fa: "";
}

.fa-arrow-rotate-right {
  --fa: "";
}

.fa-arrow-right-rotate {
  --fa: "";
}

.fa-arrow-rotate-forward {
  --fa: "";
}

.fa-redo {
  --fa: "";
}

.fa-biohazard {
  --fa: "";
}

.fa-location-crosshairs {
  --fa: "";
}

.fa-location {
  --fa: "";
}

.fa-mars-double {
  --fa: "";
}

.fa-child-dress {
  --fa: "";
}

.fa-users-between-lines {
  --fa: "";
}

.fa-lungs-virus {
  --fa: "";
}

.fa-face-grin-tears {
  --fa: "";
}

.fa-grin-tears {
  --fa: "";
}

.fa-phone {
  --fa: "";
}

.fa-calendar-xmark {
  --fa: "";
}

.fa-calendar-times {
  --fa: "";
}

.fa-child-reaching {
  --fa: "";
}

.fa-head-side-virus {
  --fa: "";
}

.fa-user-gear {
  --fa: "";
}

.fa-user-cog {
  --fa: "";
}

.fa-arrow-up-1-9 {
  --fa: "";
}

.fa-sort-numeric-up {
  --fa: "";
}

.fa-door-closed {
  --fa: "";
}

.fa-shield-virus {
  --fa: "";
}

.fa-dice-six {
  --fa: "";
}

.fa-mosquito-net {
  --fa: "";
}

.fa-file-fragment {
  --fa: "";
}

.fa-bridge-water {
  --fa: "";
}

.fa-person-booth {
  --fa: "";
}

.fa-text-width {
  --fa: "";
}

.fa-hat-wizard {
  --fa: "";
}

.fa-pen-fancy {
  --fa: "";
}

.fa-person-digging {
  --fa: "";
}

.fa-digging {
  --fa: "";
}

.fa-trash {
  --fa: "";
}

.fa-gauge-simple {
  --fa: "";
}

.fa-gauge-simple-med {
  --fa: "";
}

.fa-tachometer-average {
  --fa: "";
}

.fa-book-medical {
  --fa: "";
}

.fa-poo {
  --fa: "";
}

.fa-quote-right {
  --fa: "";
}

.fa-quote-right-alt {
  --fa: "";
}

.fa-shirt {
  --fa: "";
}

.fa-t-shirt {
  --fa: "";
}

.fa-tshirt {
  --fa: "";
}

.fa-cubes {
  --fa: "";
}

.fa-divide {
  --fa: "";
}

.fa-tenge-sign {
  --fa: "";
}

.fa-tenge {
  --fa: "";
}

.fa-headphones {
  --fa: "";
}

.fa-hands-holding {
  --fa: "";
}

.fa-hands-clapping {
  --fa: "";
}

.fa-republican {
  --fa: "";
}

.fa-arrow-left {
  --fa: "";
}

.fa-person-circle-xmark {
  --fa: "";
}

.fa-ruler {
  --fa: "";
}

.fa-align-left {
  --fa: "";
}

.fa-dice-d6 {
  --fa: "";
}

.fa-restroom {
  --fa: "";
}

.fa-j {
  --fa: "J";
}

.fa-users-viewfinder {
  --fa: "";
}

.fa-file-video {
  --fa: "";
}

.fa-up-right-from-square {
  --fa: "";
}

.fa-external-link-alt {
  --fa: "";
}

.fa-table-cells {
  --fa: "";
}

.fa-th {
  --fa: "";
}

.fa-file-pdf {
  --fa: "";
}

.fa-book-bible {
  --fa: "";
}

.fa-bible {
  --fa: "";
}

.fa-o {
  --fa: "O";
}

.fa-suitcase-medical {
  --fa: "";
}

.fa-medkit {
  --fa: "";
}

.fa-user-secret {
  --fa: "";
}

.fa-otter {
  --fa: "";
}

.fa-person-dress {
  --fa: "";
}

.fa-female {
  --fa: "";
}

.fa-comment-dollar {
  --fa: "";
}

.fa-business-time {
  --fa: "";
}

.fa-briefcase-clock {
  --fa: "";
}

.fa-table-cells-large {
  --fa: "";
}

.fa-th-large {
  --fa: "";
}

.fa-book-tanakh {
  --fa: "";
}

.fa-tanakh {
  --fa: "";
}

.fa-phone-volume {
  --fa: "";
}

.fa-volume-control-phone {
  --fa: "";
}

.fa-hat-cowboy-side {
  --fa: "";
}

.fa-clipboard-user {
  --fa: "";
}

.fa-child {
  --fa: "";
}

.fa-lira-sign {
  --fa: "";
}

.fa-satellite {
  --fa: "";
}

.fa-plane-lock {
  --fa: "";
}

.fa-tag {
  --fa: "";
}

.fa-comment {
  --fa: "";
}

.fa-cake-candles {
  --fa: "";
}

.fa-birthday-cake {
  --fa: "";
}

.fa-cake {
  --fa: "";
}

.fa-envelope {
  --fa: "";
}

.fa-angles-up {
  --fa: "";
}

.fa-angle-double-up {
  --fa: "";
}

.fa-paperclip {
  --fa: "";
}

.fa-arrow-right-to-city {
  --fa: "";
}

.fa-ribbon {
  --fa: "";
}

.fa-lungs {
  --fa: "";
}

.fa-arrow-up-9-1 {
  --fa: "";
}

.fa-sort-numeric-up-alt {
  --fa: "";
}

.fa-litecoin-sign {
  --fa: "";
}

.fa-border-none {
  --fa: "";
}

.fa-circle-nodes {
  --fa: "";
}

.fa-parachute-box {
  --fa: "";
}

.fa-indent {
  --fa: "";
}

.fa-truck-field-un {
  --fa: "";
}

.fa-hourglass {
  --fa: "";
}

.fa-hourglass-empty {
  --fa: "";
}

.fa-mountain {
  --fa: "";
}

.fa-user-doctor {
  --fa: "";
}

.fa-user-md {
  --fa: "";
}

.fa-circle-info {
  --fa: "";
}

.fa-info-circle {
  --fa: "";
}

.fa-cloud-meatball {
  --fa: "";
}

.fa-camera {
  --fa: "";
}

.fa-camera-alt {
  --fa: "";
}

.fa-square-virus {
  --fa: "";
}

.fa-meteor {
  --fa: "";
}

.fa-car-on {
  --fa: "";
}

.fa-sleigh {
  --fa: "";
}

.fa-arrow-down-1-9 {
  --fa: "";
}

.fa-sort-numeric-asc {
  --fa: "";
}

.fa-sort-numeric-down {
  --fa: "";
}

.fa-hand-holding-droplet {
  --fa: "";
}

.fa-hand-holding-water {
  --fa: "";
}

.fa-water {
  --fa: "";
}

.fa-calendar-check {
  --fa: "";
}

.fa-braille {
  --fa: "";
}

.fa-prescription-bottle-medical {
  --fa: "";
}

.fa-prescription-bottle-alt {
  --fa: "";
}

.fa-landmark {
  --fa: "";
}

.fa-truck {
  --fa: "";
}

.fa-crosshairs {
  --fa: "";
}

.fa-person-cane {
  --fa: "";
}

.fa-tent {
  --fa: "";
}

.fa-vest-patches {
  --fa: "";
}

.fa-check-double {
  --fa: "";
}

.fa-arrow-down-a-z {
  --fa: "";
}

.fa-sort-alpha-asc {
  --fa: "";
}

.fa-sort-alpha-down {
  --fa: "";
}

.fa-money-bill-wheat {
  --fa: "";
}

.fa-cookie {
  --fa: "";
}

.fa-arrow-rotate-left {
  --fa: "";
}

.fa-arrow-left-rotate {
  --fa: "";
}

.fa-arrow-rotate-back {
  --fa: "";
}

.fa-arrow-rotate-backward {
  --fa: "";
}

.fa-undo {
  --fa: "";
}

.fa-hard-drive {
  --fa: "";
}

.fa-hdd {
  --fa: "";
}

.fa-face-grin-squint-tears {
  --fa: "";
}

.fa-grin-squint-tears {
  --fa: "";
}

.fa-dumbbell {
  --fa: "";
}

.fa-rectangle-list {
  --fa: "";
}

.fa-list-alt {
  --fa: "";
}

.fa-tarp-droplet {
  --fa: "";
}

.fa-house-medical-circle-check {
  --fa: "";
}

.fa-person-skiing-nordic {
  --fa: "";
}

.fa-skiing-nordic {
  --fa: "";
}

.fa-calendar-plus {
  --fa: "";
}

.fa-plane-arrival {
  --fa: "";
}

.fa-circle-left {
  --fa: "";
}

.fa-arrow-alt-circle-left {
  --fa: "";
}

.fa-train-subway {
  --fa: "";
}

.fa-subway {
  --fa: "";
}

.fa-chart-gantt {
  --fa: "";
}

.fa-indian-rupee-sign {
  --fa: "";
}

.fa-indian-rupee {
  --fa: "";
}

.fa-inr {
  --fa: "";
}

.fa-crop-simple {
  --fa: "";
}

.fa-crop-alt {
  --fa: "";
}

.fa-money-bill-1 {
  --fa: "";
}

.fa-money-bill-alt {
  --fa: "";
}

.fa-left-long {
  --fa: "";
}

.fa-long-arrow-alt-left {
  --fa: "";
}

.fa-dna {
  --fa: "";
}

.fa-virus-slash {
  --fa: "";
}

.fa-minus {
  --fa: "";
}

.fa-subtract {
  --fa: "";
}

.fa-chess {
  --fa: "";
}

.fa-arrow-left-long {
  --fa: "";
}

.fa-long-arrow-left {
  --fa: "";
}

.fa-plug-circle-check {
  --fa: "";
}

.fa-street-view {
  --fa: "";
}

.fa-franc-sign {
  --fa: "";
}

.fa-volume-off {
  --fa: "";
}

.fa-hands-asl-interpreting {
  --fa: "";
}

.fa-american-sign-language-interpreting {
  --fa: "";
}

.fa-asl-interpreting {
  --fa: "";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "";
}

.fa-gear {
  --fa: "";
}

.fa-cog {
  --fa: "";
}

.fa-droplet-slash {
  --fa: "";
}

.fa-tint-slash {
  --fa: "";
}

.fa-mosque {
  --fa: "";
}

.fa-mosquito {
  --fa: "";
}

.fa-star-of-david {
  --fa: "";
}

.fa-person-military-rifle {
  --fa: "";
}

.fa-cart-shopping {
  --fa: "";
}

.fa-shopping-cart {
  --fa: "";
}

.fa-vials {
  --fa: "";
}

.fa-plug-circle-plus {
  --fa: "";
}

.fa-place-of-worship {
  --fa: "";
}

.fa-grip-vertical {
  --fa: "";
}

.fa-hexagon-nodes {
  --fa: "";
}

.fa-arrow-turn-up {
  --fa: "";
}

.fa-level-up {
  --fa: "";
}

.fa-u {
  --fa: "U";
}

.fa-square-root-variable {
  --fa: "";
}

.fa-square-root-alt {
  --fa: "";
}

.fa-clock {
  --fa: "";
}

.fa-clock-four {
  --fa: "";
}

.fa-backward-step {
  --fa: "";
}

.fa-step-backward {
  --fa: "";
}

.fa-pallet {
  --fa: "";
}

.fa-faucet {
  --fa: "";
}

.fa-baseball-bat-ball {
  --fa: "";
}

.fa-s {
  --fa: "S";
}

.fa-timeline {
  --fa: "";
}

.fa-keyboard {
  --fa: "";
}

.fa-caret-down {
  --fa: "";
}

.fa-house-chimney-medical {
  --fa: "";
}

.fa-clinic-medical {
  --fa: "";
}

.fa-temperature-three-quarters {
  --fa: "";
}

.fa-temperature-3 {
  --fa: "";
}

.fa-thermometer-3 {
  --fa: "";
}

.fa-thermometer-three-quarters {
  --fa: "";
}

.fa-mobile-screen {
  --fa: "";
}

.fa-mobile-android-alt {
  --fa: "";
}

.fa-plane-up {
  --fa: "";
}

.fa-piggy-bank {
  --fa: "";
}

.fa-battery-half {
  --fa: "";
}

.fa-battery-3 {
  --fa: "";
}

.fa-mountain-city {
  --fa: "";
}

.fa-coins {
  --fa: "";
}

.fa-khanda {
  --fa: "";
}

.fa-sliders {
  --fa: "";
}

.fa-sliders-h {
  --fa: "";
}

.fa-folder-tree {
  --fa: "";
}

.fa-network-wired {
  --fa: "";
}

.fa-map-pin {
  --fa: "";
}

.fa-hamsa {
  --fa: "";
}

.fa-cent-sign {
  --fa: "";
}

.fa-flask {
  --fa: "";
}

.fa-person-pregnant {
  --fa: "";
}

.fa-wand-sparkles {
  --fa: "";
}

.fa-ellipsis-vertical {
  --fa: "";
}

.fa-ellipsis-v {
  --fa: "";
}

.fa-ticket {
  --fa: "";
}

.fa-power-off {
  --fa: "";
}

.fa-right-long {
  --fa: "";
}

.fa-long-arrow-alt-right {
  --fa: "";
}

.fa-flag-usa {
  --fa: "";
}

.fa-laptop-file {
  --fa: "";
}

.fa-tty {
  --fa: "";
}

.fa-teletype {
  --fa: "";
}

.fa-diagram-next {
  --fa: "";
}

.fa-person-rifle {
  --fa: "";
}

.fa-house-medical-circle-exclamation {
  --fa: "";
}

.fa-closed-captioning {
  --fa: "";
}

.fa-person-hiking {
  --fa: "";
}

.fa-hiking {
  --fa: "";
}

.fa-venus-double {
  --fa: "";
}

.fa-images {
  --fa: "";
}

.fa-calculator {
  --fa: "";
}

.fa-people-pulling {
  --fa: "";
}

.fa-n {
  --fa: "N";
}

.fa-cable-car {
  --fa: "";
}

.fa-tram {
  --fa: "";
}

.fa-cloud-rain {
  --fa: "";
}

.fa-building-circle-xmark {
  --fa: "";
}

.fa-ship {
  --fa: "";
}

.fa-arrows-down-to-line {
  --fa: "";
}

.fa-download {
  --fa: "";
}

.fa-face-grin {
  --fa: "";
}

.fa-grin {
  --fa: "";
}

.fa-delete-left {
  --fa: "";
}

.fa-backspace {
  --fa: "";
}

.fa-eye-dropper {
  --fa: "";
}

.fa-eye-dropper-empty {
  --fa: "";
}

.fa-eyedropper {
  --fa: "";
}

.fa-file-circle-check {
  --fa: "";
}

.fa-forward {
  --fa: "";
}

.fa-mobile {
  --fa: "";
}

.fa-mobile-android {
  --fa: "";
}

.fa-mobile-phone {
  --fa: "";
}

.fa-face-meh {
  --fa: "";
}

.fa-meh {
  --fa: "";
}

.fa-align-center {
  --fa: "";
}

.fa-book-skull {
  --fa: "";
}

.fa-book-dead {
  --fa: "";
}

.fa-id-card {
  --fa: "";
}

.fa-drivers-license {
  --fa: "";
}

.fa-outdent {
  --fa: "";
}

.fa-dedent {
  --fa: "";
}

.fa-heart-circle-exclamation {
  --fa: "";
}

.fa-house {
  --fa: "";
}

.fa-home {
  --fa: "";
}

.fa-home-alt {
  --fa: "";
}

.fa-home-lg-alt {
  --fa: "";
}

.fa-calendar-week {
  --fa: "";
}

.fa-laptop-medical {
  --fa: "";
}

.fa-b {
  --fa: "B";
}

.fa-file-medical {
  --fa: "";
}

.fa-dice-one {
  --fa: "";
}

.fa-kiwi-bird {
  --fa: "";
}

.fa-arrow-right-arrow-left {
  --fa: "";
}

.fa-exchange {
  --fa: "";
}

.fa-rotate-right {
  --fa: "";
}

.fa-redo-alt {
  --fa: "";
}

.fa-rotate-forward {
  --fa: "";
}

.fa-utensils {
  --fa: "";
}

.fa-cutlery {
  --fa: "";
}

.fa-arrow-up-wide-short {
  --fa: "";
}

.fa-sort-amount-up {
  --fa: "";
}

.fa-mill-sign {
  --fa: "";
}

.fa-bowl-rice {
  --fa: "";
}

.fa-skull {
  --fa: "";
}

.fa-tower-broadcast {
  --fa: "";
}

.fa-broadcast-tower {
  --fa: "";
}

.fa-truck-pickup {
  --fa: "";
}

.fa-up-long {
  --fa: "";
}

.fa-long-arrow-alt-up {
  --fa: "";
}

.fa-stop {
  --fa: "";
}

.fa-code-merge {
  --fa: "";
}

.fa-upload {
  --fa: "";
}

.fa-hurricane {
  --fa: "";
}

.fa-mound {
  --fa: "";
}

.fa-toilet-portable {
  --fa: "";
}

.fa-compact-disc {
  --fa: "";
}

.fa-file-arrow-down {
  --fa: "";
}

.fa-file-download {
  --fa: "";
}

.fa-caravan {
  --fa: "";
}

.fa-shield-cat {
  --fa: "";
}

.fa-bolt {
  --fa: "";
}

.fa-zap {
  --fa: "";
}

.fa-glass-water {
  --fa: "";
}

.fa-oil-well {
  --fa: "";
}

.fa-vault {
  --fa: "";
}

.fa-mars {
  --fa: "";
}

.fa-toilet {
  --fa: "";
}

.fa-plane-circle-xmark {
  --fa: "";
}

.fa-yen-sign {
  --fa: "";
}

.fa-cny {
  --fa: "";
}

.fa-jpy {
  --fa: "";
}

.fa-rmb {
  --fa: "";
}

.fa-yen {
  --fa: "";
}

.fa-ruble-sign {
  --fa: "";
}

.fa-rouble {
  --fa: "";
}

.fa-rub {
  --fa: "";
}

.fa-ruble {
  --fa: "";
}

.fa-sun {
  --fa: "";
}

.fa-guitar {
  --fa: "";
}

.fa-face-laugh-wink {
  --fa: "";
}

.fa-laugh-wink {
  --fa: "";
}

.fa-horse-head {
  --fa: "";
}

.fa-bore-hole {
  --fa: "";
}

.fa-industry {
  --fa: "";
}

.fa-circle-down {
  --fa: "";
}

.fa-arrow-alt-circle-down {
  --fa: "";
}

.fa-arrows-turn-to-dots {
  --fa: "";
}

.fa-florin-sign {
  --fa: "";
}

.fa-arrow-down-short-wide {
  --fa: "";
}

.fa-sort-amount-desc {
  --fa: "";
}

.fa-sort-amount-down-alt {
  --fa: "";
}

.fa-less-than {
  --fa: "\<";
}

.fa-angle-down {
  --fa: "";
}

.fa-car-tunnel {
  --fa: "";
}

.fa-head-side-cough {
  --fa: "";
}

.fa-grip-lines {
  --fa: "";
}

.fa-thumbs-down {
  --fa: "";
}

.fa-user-lock {
  --fa: "";
}

.fa-arrow-right-long {
  --fa: "";
}

.fa-long-arrow-right {
  --fa: "";
}

.fa-anchor-circle-xmark {
  --fa: "";
}

.fa-ellipsis {
  --fa: "";
}

.fa-ellipsis-h {
  --fa: "";
}

.fa-chess-pawn {
  --fa: "";
}

.fa-kit-medical {
  --fa: "";
}

.fa-first-aid {
  --fa: "";
}

.fa-person-through-window {
  --fa: "";
}

.fa-toolbox {
  --fa: "";
}

.fa-hands-holding-circle {
  --fa: "";
}

.fa-bug {
  --fa: "";
}

.fa-credit-card {
  --fa: "";
}

.fa-credit-card-alt {
  --fa: "";
}

.fa-car {
  --fa: "";
}

.fa-automobile {
  --fa: "";
}

.fa-hand-holding-hand {
  --fa: "";
}

.fa-book-open-reader {
  --fa: "";
}

.fa-book-reader {
  --fa: "";
}

.fa-mountain-sun {
  --fa: "";
}

.fa-arrows-left-right-to-line {
  --fa: "";
}

.fa-dice-d20 {
  --fa: "";
}

.fa-truck-droplet {
  --fa: "";
}

.fa-file-circle-xmark {
  --fa: "";
}

.fa-temperature-arrow-up {
  --fa: "";
}

.fa-temperature-up {
  --fa: "";
}

.fa-medal {
  --fa: "";
}

.fa-bed {
  --fa: "";
}

.fa-square-h {
  --fa: "";
}

.fa-h-square {
  --fa: "";
}

.fa-podcast {
  --fa: "";
}

.fa-temperature-full {
  --fa: "";
}

.fa-temperature-4 {
  --fa: "";
}

.fa-thermometer-4 {
  --fa: "";
}

.fa-thermometer-full {
  --fa: "";
}

.fa-bell {
  --fa: "";
}

.fa-superscript {
  --fa: "";
}

.fa-plug-circle-xmark {
  --fa: "";
}

.fa-star-of-life {
  --fa: "";
}

.fa-phone-slash {
  --fa: "";
}

.fa-paint-roller {
  --fa: "";
}

.fa-handshake-angle {
  --fa: "";
}

.fa-hands-helping {
  --fa: "";
}

.fa-location-dot {
  --fa: "";
}

.fa-map-marker-alt {
  --fa: "";
}

.fa-file {
  --fa: "";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-person-swimming {
  --fa: "";
}

.fa-swimmer {
  --fa: "";
}

.fa-arrow-down {
  --fa: "";
}

.fa-droplet {
  --fa: "";
}

.fa-tint {
  --fa: "";
}

.fa-eraser {
  --fa: "";
}

.fa-earth-americas {
  --fa: "";
}

.fa-earth {
  --fa: "";
}

.fa-earth-america {
  --fa: "";
}

.fa-globe-americas {
  --fa: "";
}

.fa-person-burst {
  --fa: "";
}

.fa-dove {
  --fa: "";
}

.fa-battery-empty {
  --fa: "";
}

.fa-battery-0 {
  --fa: "";
}

.fa-socks {
  --fa: "";
}

.fa-inbox {
  --fa: "";
}

.fa-section {
  --fa: "";
}

.fa-gauge-high {
  --fa: "";
}

.fa-tachometer-alt {
  --fa: "";
}

.fa-tachometer-alt-fast {
  --fa: "";
}

.fa-envelope-open-text {
  --fa: "";
}

.fa-hospital {
  --fa: "";
}

.fa-hospital-alt {
  --fa: "";
}

.fa-hospital-wide {
  --fa: "";
}

.fa-wine-bottle {
  --fa: "";
}

.fa-chess-rook {
  --fa: "";
}

.fa-bars-staggered {
  --fa: "";
}

.fa-reorder {
  --fa: "";
}

.fa-stream {
  --fa: "";
}

.fa-dharmachakra {
  --fa: "";
}

.fa-hotdog {
  --fa: "";
}

.fa-person-walking-with-cane {
  --fa: "";
}

.fa-blind {
  --fa: "";
}

.fa-drum {
  --fa: "";
}

.fa-ice-cream {
  --fa: "";
}

.fa-heart-circle-bolt {
  --fa: "";
}

.fa-fax {
  --fa: "";
}

.fa-paragraph {
  --fa: "";
}

.fa-check-to-slot {
  --fa: "";
}

.fa-vote-yea {
  --fa: "";
}

.fa-star-half {
  --fa: "";
}

.fa-boxes-stacked {
  --fa: "";
}

.fa-boxes {
  --fa: "";
}

.fa-boxes-alt {
  --fa: "";
}

.fa-link {
  --fa: "";
}

.fa-chain {
  --fa: "";
}

.fa-ear-listen {
  --fa: "";
}

.fa-assistive-listening-systems {
  --fa: "";
}

.fa-tree-city {
  --fa: "";
}

.fa-play {
  --fa: "";
}

.fa-font {
  --fa: "";
}

.fa-table-cells-row-lock {
  --fa: "";
}

.fa-rupiah-sign {
  --fa: "";
}

.fa-magnifying-glass {
  --fa: "";
}

.fa-search {
  --fa: "";
}

.fa-table-tennis-paddle-ball {
  --fa: "";
}

.fa-ping-pong-paddle-ball {
  --fa: "";
}

.fa-table-tennis {
  --fa: "";
}

.fa-person-dots-from-line {
  --fa: "";
}

.fa-diagnoses {
  --fa: "";
}

.fa-trash-can-arrow-up {
  --fa: "";
}

.fa-trash-restore-alt {
  --fa: "";
}

.fa-naira-sign {
  --fa: "";
}

.fa-cart-arrow-down {
  --fa: "";
}

.fa-walkie-talkie {
  --fa: "";
}

.fa-file-pen {
  --fa: "";
}

.fa-file-edit {
  --fa: "";
}

.fa-receipt {
  --fa: "";
}

.fa-square-pen {
  --fa: "";
}

.fa-pen-square {
  --fa: "";
}

.fa-pencil-square {
  --fa: "";
}

.fa-suitcase-rolling {
  --fa: "";
}

.fa-person-circle-exclamation {
  --fa: "";
}

.fa-chevron-down {
  --fa: "";
}

.fa-battery-full {
  --fa: "";
}

.fa-battery {
  --fa: "";
}

.fa-battery-5 {
  --fa: "";
}

.fa-skull-crossbones {
  --fa: "";
}

.fa-code-compare {
  --fa: "";
}

.fa-list-ul {
  --fa: "";
}

.fa-list-dots {
  --fa: "";
}

.fa-school-lock {
  --fa: "";
}

.fa-tower-cell {
  --fa: "";
}

.fa-down-long {
  --fa: "";
}

.fa-long-arrow-alt-down {
  --fa: "";
}

.fa-ranking-star {
  --fa: "";
}

.fa-chess-king {
  --fa: "";
}

.fa-person-harassing {
  --fa: "";
}

.fa-brazilian-real-sign {
  --fa: "";
}

.fa-landmark-dome {
  --fa: "";
}

.fa-landmark-alt {
  --fa: "";
}

.fa-arrow-up {
  --fa: "";
}

.fa-tv {
  --fa: "";
}

.fa-television {
  --fa: "";
}

.fa-tv-alt {
  --fa: "";
}

.fa-shrimp {
  --fa: "";
}

.fa-list-check {
  --fa: "";
}

.fa-tasks {
  --fa: "";
}

.fa-jug-detergent {
  --fa: "";
}

.fa-circle-user {
  --fa: "";
}

.fa-user-circle {
  --fa: "";
}

.fa-user-shield {
  --fa: "";
}

.fa-wind {
  --fa: "";
}

.fa-car-burst {
  --fa: "";
}

.fa-car-crash {
  --fa: "";
}

.fa-y {
  --fa: "Y";
}

.fa-person-snowboarding {
  --fa: "";
}

.fa-snowboarding {
  --fa: "";
}

.fa-truck-fast {
  --fa: "";
}

.fa-shipping-fast {
  --fa: "";
}

.fa-fish {
  --fa: "";
}

.fa-user-graduate {
  --fa: "";
}

.fa-circle-half-stroke {
  --fa: "";
}

.fa-adjust {
  --fa: "";
}

.fa-clapperboard {
  --fa: "";
}

.fa-circle-radiation {
  --fa: "";
}

.fa-radiation-alt {
  --fa: "";
}

.fa-baseball {
  --fa: "";
}

.fa-baseball-ball {
  --fa: "";
}

.fa-jet-fighter-up {
  --fa: "";
}

.fa-diagram-project {
  --fa: "";
}

.fa-project-diagram {
  --fa: "";
}

.fa-copy {
  --fa: "";
}

.fa-volume-xmark {
  --fa: "";
}

.fa-volume-mute {
  --fa: "";
}

.fa-volume-times {
  --fa: "";
}

.fa-hand-sparkles {
  --fa: "";
}

.fa-grip {
  --fa: "";
}

.fa-grip-horizontal {
  --fa: "";
}

.fa-share-from-square {
  --fa: "";
}

.fa-share-square {
  --fa: "";
}

.fa-child-combatant {
  --fa: "";
}

.fa-child-rifle {
  --fa: "";
}

.fa-gun {
  --fa: "";
}

.fa-square-phone {
  --fa: "";
}

.fa-phone-square {
  --fa: "";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-expand {
  --fa: "";
}

.fa-computer {
  --fa: "";
}

.fa-xmark {
  --fa: "";
}

.fa-close {
  --fa: "";
}

.fa-multiply {
  --fa: "";
}

.fa-remove {
  --fa: "";
}

.fa-times {
  --fa: "";
}

.fa-arrows-up-down-left-right {
  --fa: "";
}

.fa-arrows {
  --fa: "";
}

.fa-chalkboard-user {
  --fa: "";
}

.fa-chalkboard-teacher {
  --fa: "";
}

.fa-peso-sign {
  --fa: "";
}

.fa-building-shield {
  --fa: "";
}

.fa-baby {
  --fa: "";
}

.fa-users-line {
  --fa: "";
}

.fa-quote-left {
  --fa: "";
}

.fa-quote-left-alt {
  --fa: "";
}

.fa-tractor {
  --fa: "";
}

.fa-trash-arrow-up {
  --fa: "";
}

.fa-trash-restore {
  --fa: "";
}

.fa-arrow-down-up-lock {
  --fa: "";
}

.fa-lines-leaning {
  --fa: "";
}

.fa-ruler-combined {
  --fa: "";
}

.fa-copyright {
  --fa: "";
}

.fa-equals {
  --fa: "\=";
}

.fa-blender {
  --fa: "";
}

.fa-teeth {
  --fa: "";
}

.fa-shekel-sign {
  --fa: "";
}

.fa-ils {
  --fa: "";
}

.fa-shekel {
  --fa: "";
}

.fa-sheqel {
  --fa: "";
}

.fa-sheqel-sign {
  --fa: "";
}

.fa-map {
  --fa: "";
}

.fa-rocket {
  --fa: "";
}

.fa-photo-film {
  --fa: "";
}

.fa-photo-video {
  --fa: "";
}

.fa-folder-minus {
  --fa: "";
}

.fa-hexagon-nodes-bolt {
  --fa: "";
}

.fa-store {
  --fa: "";
}

.fa-arrow-trend-up {
  --fa: "";
}

.fa-plug-circle-minus {
  --fa: "";
}

.fa-sign-hanging {
  --fa: "";
}

.fa-sign {
  --fa: "";
}

.fa-bezier-curve {
  --fa: "";
}

.fa-bell-slash {
  --fa: "";
}

.fa-tablet {
  --fa: "";
}

.fa-tablet-android {
  --fa: "";
}

.fa-school-flag {
  --fa: "";
}

.fa-fill {
  --fa: "";
}

.fa-angle-up {
  --fa: "";
}

.fa-drumstick-bite {
  --fa: "";
}

.fa-holly-berry {
  --fa: "";
}

.fa-chevron-left {
  --fa: "";
}

.fa-bacteria {
  --fa: "";
}

.fa-hand-lizard {
  --fa: "";
}

.fa-notdef {
  --fa: "";
}

.fa-disease {
  --fa: "";
}

.fa-briefcase-medical {
  --fa: "";
}

.fa-genderless {
  --fa: "";
}

.fa-chevron-right {
  --fa: "";
}

.fa-retweet {
  --fa: "";
}

.fa-car-rear {
  --fa: "";
}

.fa-car-alt {
  --fa: "";
}

.fa-pump-soap {
  --fa: "";
}

.fa-video-slash {
  --fa: "";
}

.fa-battery-quarter {
  --fa: "";
}

.fa-battery-2 {
  --fa: "";
}

.fa-radio {
  --fa: "";
}

.fa-baby-carriage {
  --fa: "";
}

.fa-carriage-baby {
  --fa: "";
}

.fa-traffic-light {
  --fa: "";
}

.fa-thermometer {
  --fa: "";
}

.fa-vr-cardboard {
  --fa: "";
}

.fa-hand-middle-finger {
  --fa: "";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-truck-moving {
  --fa: "";
}

.fa-glass-water-droplet {
  --fa: "";
}

.fa-display {
  --fa: "";
}

.fa-face-smile {
  --fa: "";
}

.fa-smile {
  --fa: "";
}

.fa-thumbtack {
  --fa: "";
}

.fa-thumb-tack {
  --fa: "";
}

.fa-trophy {
  --fa: "";
}

.fa-person-praying {
  --fa: "";
}

.fa-pray {
  --fa: "";
}

.fa-hammer {
  --fa: "";
}

.fa-hand-peace {
  --fa: "";
}

.fa-rotate {
  --fa: "";
}

.fa-sync-alt {
  --fa: "";
}

.fa-spinner {
  --fa: "";
}

.fa-robot {
  --fa: "";
}

.fa-peace {
  --fa: "";
}

.fa-gears {
  --fa: "";
}

.fa-cogs {
  --fa: "";
}

.fa-warehouse {
  --fa: "";
}

.fa-arrow-up-right-dots {
  --fa: "";
}

.fa-splotch {
  --fa: "";
}

.fa-face-grin-hearts {
  --fa: "";
}

.fa-grin-hearts {
  --fa: "";
}

.fa-dice-four {
  --fa: "";
}

.fa-sim-card {
  --fa: "";
}

.fa-transgender {
  --fa: "";
}

.fa-transgender-alt {
  --fa: "";
}

.fa-mercury {
  --fa: "";
}

.fa-arrow-turn-down {
  --fa: "";
}

.fa-level-down {
  --fa: "";
}

.fa-person-falling-burst {
  --fa: "";
}

.fa-award {
  --fa: "";
}

.fa-ticket-simple {
  --fa: "";
}

.fa-ticket-alt {
  --fa: "";
}

.fa-building {
  --fa: "";
}

.fa-angles-left {
  --fa: "";
}

.fa-angle-double-left {
  --fa: "";
}

.fa-qrcode {
  --fa: "";
}

.fa-clock-rotate-left {
  --fa: "";
}

.fa-history {
  --fa: "";
}

.fa-face-grin-beam-sweat {
  --fa: "";
}

.fa-grin-beam-sweat {
  --fa: "";
}

.fa-file-export {
  --fa: "";
}

.fa-arrow-right-from-file {
  --fa: "";
}

.fa-shield {
  --fa: "";
}

.fa-shield-blank {
  --fa: "";
}

.fa-arrow-up-short-wide {
  --fa: "";
}

.fa-sort-amount-up-alt {
  --fa: "";
}

.fa-comment-nodes {
  --fa: "";
}

.fa-house-medical {
  --fa: "";
}

.fa-golf-ball-tee {
  --fa: "";
}

.fa-golf-ball {
  --fa: "";
}

.fa-circle-chevron-left {
  --fa: "";
}

.fa-chevron-circle-left {
  --fa: "";
}

.fa-house-chimney-window {
  --fa: "";
}

.fa-pen-nib {
  --fa: "";
}

.fa-tent-arrow-turn-left {
  --fa: "";
}

.fa-tents {
  --fa: "";
}

.fa-wand-magic {
  --fa: "";
}

.fa-magic {
  --fa: "";
}

.fa-dog {
  --fa: "";
}

.fa-carrot {
  --fa: "";
}

.fa-moon {
  --fa: "";
}

.fa-wine-glass-empty {
  --fa: "";
}

.fa-wine-glass-alt {
  --fa: "";
}

.fa-cheese {
  --fa: "";
}

.fa-yin-yang {
  --fa: "";
}

.fa-music {
  --fa: "";
}

.fa-code-commit {
  --fa: "";
}

.fa-temperature-low {
  --fa: "";
}

.fa-person-biking {
  --fa: "";
}

.fa-biking {
  --fa: "";
}

.fa-broom {
  --fa: "";
}

.fa-shield-heart {
  --fa: "";
}

.fa-gopuram {
  --fa: "";
}

.fa-earth-oceania {
  --fa: "";
}

.fa-globe-oceania {
  --fa: "";
}

.fa-square-xmark {
  --fa: "";
}

.fa-times-square {
  --fa: "";
}

.fa-xmark-square {
  --fa: "";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "";
}

.fa-expand-alt {
  --fa: "";
}

.fa-oil-can {
  --fa: "";
}

.fa-t {
  --fa: "T";
}

.fa-hippo {
  --fa: "";
}

.fa-chart-column {
  --fa: "";
}

.fa-infinity {
  --fa: "";
}

.fa-vial-circle-check {
  --fa: "";
}

.fa-person-arrow-down-to-line {
  --fa: "";
}

.fa-voicemail {
  --fa: "";
}

.fa-fan {
  --fa: "";
}

.fa-person-walking-luggage {
  --fa: "";
}

.fa-up-down {
  --fa: "";
}

.fa-arrows-alt-v {
  --fa: "";
}

.fa-cloud-moon-rain {
  --fa: "";
}

.fa-calendar {
  --fa: "";
}

.fa-trailer {
  --fa: "";
}

.fa-bahai {
  --fa: "";
}

.fa-haykal {
  --fa: "";
}

.fa-sd-card {
  --fa: "";
}

.fa-dragon {
  --fa: "";
}

.fa-shoe-prints {
  --fa: "";
}

.fa-circle-plus {
  --fa: "";
}

.fa-plus-circle {
  --fa: "";
}

.fa-face-grin-tongue-wink {
  --fa: "";
}

.fa-grin-tongue-wink {
  --fa: "";
}

.fa-hand-holding {
  --fa: "";
}

.fa-plug-circle-exclamation {
  --fa: "";
}

.fa-link-slash {
  --fa: "";
}

.fa-chain-broken {
  --fa: "";
}

.fa-chain-slash {
  --fa: "";
}

.fa-unlink {
  --fa: "";
}

.fa-clone {
  --fa: "";
}

.fa-person-walking-arrow-loop-left {
  --fa: "";
}

.fa-arrow-up-z-a {
  --fa: "";
}

.fa-sort-alpha-up-alt {
  --fa: "";
}

.fa-fire-flame-curved {
  --fa: "";
}

.fa-fire-alt {
  --fa: "";
}

.fa-tornado {
  --fa: "";
}

.fa-file-circle-plus {
  --fa: "";
}

.fa-book-quran {
  --fa: "";
}

.fa-quran {
  --fa: "";
}

.fa-anchor {
  --fa: "";
}

.fa-border-all {
  --fa: "";
}

.fa-face-angry {
  --fa: "";
}

.fa-angry {
  --fa: "";
}

.fa-cookie-bite {
  --fa: "";
}

.fa-arrow-trend-down {
  --fa: "";
}

.fa-rss {
  --fa: "";
}

.fa-feed {
  --fa: "";
}

.fa-draw-polygon {
  --fa: "";
}

.fa-scale-balanced {
  --fa: "";
}

.fa-balance-scale {
  --fa: "";
}

.fa-gauge-simple-high {
  --fa: "";
}

.fa-tachometer {
  --fa: "";
}

.fa-tachometer-fast {
  --fa: "";
}

.fa-shower {
  --fa: "";
}

.fa-desktop {
  --fa: "";
}

.fa-desktop-alt {
  --fa: "";
}

.fa-m {
  --fa: "M";
}

.fa-table-list {
  --fa: "";
}

.fa-th-list {
  --fa: "";
}

.fa-comment-sms {
  --fa: "";
}

.fa-sms {
  --fa: "";
}

.fa-book {
  --fa: "";
}

.fa-user-plus {
  --fa: "";
}

.fa-check {
  --fa: "";
}

.fa-battery-three-quarters {
  --fa: "";
}

.fa-battery-4 {
  --fa: "";
}

.fa-house-circle-check {
  --fa: "";
}

.fa-angle-left {
  --fa: "";
}

.fa-diagram-successor {
  --fa: "";
}

.fa-truck-arrow-right {
  --fa: "";
}

.fa-arrows-split-up-and-left {
  --fa: "";
}

.fa-hand-fist {
  --fa: "";
}

.fa-fist-raised {
  --fa: "";
}

.fa-cloud-moon {
  --fa: "";
}

.fa-briefcase {
  --fa: "";
}

.fa-person-falling {
  --fa: "";
}

.fa-image-portrait {
  --fa: "";
}

.fa-portrait {
  --fa: "";
}

.fa-user-tag {
  --fa: "";
}

.fa-rug {
  --fa: "";
}

.fa-earth-europe {
  --fa: "";
}

.fa-globe-europe {
  --fa: "";
}

.fa-cart-flatbed-suitcase {
  --fa: "";
}

.fa-luggage-cart {
  --fa: "";
}

.fa-rectangle-xmark {
  --fa: "";
}

.fa-rectangle-times {
  --fa: "";
}

.fa-times-rectangle {
  --fa: "";
}

.fa-window-close {
  --fa: "";
}

.fa-baht-sign {
  --fa: "";
}

.fa-book-open {
  --fa: "";
}

.fa-book-journal-whills {
  --fa: "";
}

.fa-journal-whills {
  --fa: "";
}

.fa-handcuffs {
  --fa: "";
}

.fa-triangle-exclamation {
  --fa: "";
}

.fa-exclamation-triangle {
  --fa: "";
}

.fa-warning {
  --fa: "";
}

.fa-database {
  --fa: "";
}

.fa-share {
  --fa: "";
}

.fa-mail-forward {
  --fa: "";
}

.fa-bottle-droplet {
  --fa: "";
}

.fa-mask-face {
  --fa: "";
}

.fa-hill-rockslide {
  --fa: "";
}

.fa-right-left {
  --fa: "";
}

.fa-exchange-alt {
  --fa: "";
}

.fa-paper-plane {
  --fa: "";
}

.fa-road-circle-exclamation {
  --fa: "";
}

.fa-dungeon {
  --fa: "";
}

.fa-align-right {
  --fa: "";
}

.fa-money-bill-1-wave {
  --fa: "";
}

.fa-money-bill-wave-alt {
  --fa: "";
}

.fa-life-ring {
  --fa: "";
}

.fa-hands {
  --fa: "";
}

.fa-sign-language {
  --fa: "";
}

.fa-signing {
  --fa: "";
}

.fa-calendar-day {
  --fa: "";
}

.fa-water-ladder {
  --fa: "";
}

.fa-ladder-water {
  --fa: "";
}

.fa-swimming-pool {
  --fa: "";
}

.fa-arrows-up-down {
  --fa: "";
}

.fa-arrows-v {
  --fa: "";
}

.fa-face-grimace {
  --fa: "";
}

.fa-grimace {
  --fa: "";
}

.fa-wheelchair-move {
  --fa: "";
}

.fa-wheelchair-alt {
  --fa: "";
}

.fa-turn-down {
  --fa: "";
}

.fa-level-down-alt {
  --fa: "";
}

.fa-person-walking-arrow-right {
  --fa: "";
}

.fa-square-envelope {
  --fa: "";
}

.fa-envelope-square {
  --fa: "";
}

.fa-dice {
  --fa: "";
}

.fa-bowling-ball {
  --fa: "";
}

.fa-brain {
  --fa: "";
}

.fa-bandage {
  --fa: "";
}

.fa-band-aid {
  --fa: "";
}

.fa-calendar-minus {
  --fa: "";
}

.fa-circle-xmark {
  --fa: "";
}

.fa-times-circle {
  --fa: "";
}

.fa-xmark-circle {
  --fa: "";
}

.fa-gifts {
  --fa: "";
}

.fa-hotel {
  --fa: "";
}

.fa-earth-asia {
  --fa: "";
}

.fa-globe-asia {
  --fa: "";
}

.fa-id-card-clip {
  --fa: "";
}

.fa-id-card-alt {
  --fa: "";
}

.fa-magnifying-glass-plus {
  --fa: "";
}

.fa-search-plus {
  --fa: "";
}

.fa-thumbs-up {
  --fa: "";
}

.fa-user-clock {
  --fa: "";
}

.fa-hand-dots {
  --fa: "";
}

.fa-allergies {
  --fa: "";
}

.fa-file-invoice {
  --fa: "";
}

.fa-window-minimize {
  --fa: "";
}

.fa-mug-saucer {
  --fa: "";
}

.fa-coffee {
  --fa: "";
}

.fa-brush {
  --fa: "";
}

.fa-file-half-dashed {
  --fa: "";
}

.fa-mask {
  --fa: "";
}

.fa-magnifying-glass-minus {
  --fa: "";
}

.fa-search-minus {
  --fa: "";
}

.fa-ruler-vertical {
  --fa: "";
}

.fa-user-large {
  --fa: "";
}

.fa-user-alt {
  --fa: "";
}

.fa-train-tram {
  --fa: "";
}

.fa-user-nurse {
  --fa: "";
}

.fa-syringe {
  --fa: "";
}

.fa-cloud-sun {
  --fa: "";
}

.fa-stopwatch-20 {
  --fa: "";
}

.fa-square-full {
  --fa: "";
}

.fa-magnet {
  --fa: "";
}

.fa-jar {
  --fa: "";
}

.fa-note-sticky {
  --fa: "";
}

.fa-sticky-note {
  --fa: "";
}

.fa-bug-slash {
  --fa: "";
}

.fa-arrow-up-from-water-pump {
  --fa: "";
}

.fa-bone {
  --fa: "";
}

.fa-table-cells-row-unlock {
  --fa: "";
}

.fa-user-injured {
  --fa: "";
}

.fa-face-sad-tear {
  --fa: "";
}

.fa-sad-tear {
  --fa: "";
}

.fa-plane {
  --fa: "";
}

.fa-tent-arrows-down {
  --fa: "";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-arrows-spin {
  --fa: "";
}

.fa-print {
  --fa: "";
}

.fa-turkish-lira-sign {
  --fa: "";
}

.fa-try {
  --fa: "";
}

.fa-turkish-lira {
  --fa: "";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-x {
  --fa: "X";
}

.fa-magnifying-glass-dollar {
  --fa: "";
}

.fa-search-dollar {
  --fa: "";
}

.fa-users-gear {
  --fa: "";
}

.fa-users-cog {
  --fa: "";
}

.fa-person-military-pointing {
  --fa: "";
}

.fa-building-columns {
  --fa: "";
}

.fa-bank {
  --fa: "";
}

.fa-institution {
  --fa: "";
}

.fa-museum {
  --fa: "";
}

.fa-university {
  --fa: "";
}

.fa-umbrella {
  --fa: "";
}

.fa-trowel {
  --fa: "";
}

.fa-d {
  --fa: "D";
}

.fa-stapler {
  --fa: "";
}

.fa-masks-theater {
  --fa: "";
}

.fa-theater-masks {
  --fa: "";
}

.fa-kip-sign {
  --fa: "";
}

.fa-hand-point-left {
  --fa: "";
}

.fa-handshake-simple {
  --fa: "";
}

.fa-handshake-alt {
  --fa: "";
}

.fa-jet-fighter {
  --fa: "";
}

.fa-fighter-jet {
  --fa: "";
}

.fa-square-share-nodes {
  --fa: "";
}

.fa-share-alt-square {
  --fa: "";
}

.fa-barcode {
  --fa: "";
}

.fa-plus-minus {
  --fa: "";
}

.fa-video {
  --fa: "";
}

.fa-video-camera {
  --fa: "";
}

.fa-graduation-cap {
  --fa: "";
}

.fa-mortar-board {
  --fa: "";
}

.fa-hand-holding-medical {
  --fa: "";
}

.fa-person-circle-check {
  --fa: "";
}

.fa-turn-up {
  --fa: "";
}

.fa-level-up-alt {
  --fa: "";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/css/font/fa-solid-900.woff2") format("woff2"), url("/css/font/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/font/fa-brands-400.woff2") format("woff2"), url("/css/font/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "";
}

.fa-hooli {
  --fa: "";
}

.fa-yelp {
  --fa: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-shopware {
  --fa: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-aws {
  --fa: "";
}

.fa-redhat {
  --fa: "";
}

.fa-yoast {
  --fa: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-ups {
  --fa: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-bity {
  --fa: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-first-order {
  --fa: "";
}

.fa-modx {
  --fa: "";
}

.fa-guilded {
  --fa: "";
}

.fa-vnv {
  --fa: "";
}

.fa-square-js {
  --fa: "";
}

.fa-js-square {
  --fa: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-qq {
  --fa: "";
}

.fa-orcid {
  --fa: "";
}

.fa-java {
  --fa: "";
}

.fa-invision {
  --fa: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-centercode {
  --fa: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-drupal {
  --fa: "";
}

.fa-jxl {
  --fa: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-unity {
  --fa: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-vk {
  --fa: "";
}

.fa-untappd {
  --fa: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-contao {
  --fa: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-brave {
  --fa: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-edge {
  --fa: "";
}

.fa-threads {
  --fa: "";
}

.fa-napster {
  --fa: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-artstation {
  --fa: "";
}

.fa-markdown {
  --fa: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-algolia {
  --fa: "";
}

.fa-red-river {
  --fa: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-safari {
  --fa: "";
}

.fa-google {
  --fa: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-evernote {
  --fa: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-adversal {
  --fa: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-weixin {
  --fa: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-codepen {
  --fa: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-lyft {
  --fa: "";
}

.fa-rev {
  --fa: "";
}

.fa-windows {
  --fa: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-meetup {
  --fa: "";
}

.fa-centos {
  --fa: "";
}

.fa-adn {
  --fa: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-node {
  --fa: "";
}

.fa-mix {
  --fa: "";
}

.fa-steam {
  --fa: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-scribd {
  --fa: "";
}

.fa-debian {
  --fa: "";
}

.fa-openid {
  --fa: "";
}

.fa-instalod {
  --fa: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-r-project {
  --fa: "";
}

.fa-delicious {
  --fa: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-app-store {
  --fa: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-golang {
  --fa: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-grav {
  --fa: "";
}

.fa-weibo {
  --fa: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-rendact {
  --fa: "";
}

.fa-angellist {
  --fa: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-skype {
  --fa: "";
}

.fa-joget {
  --fa: "";
}

.fa-fedora {
  --fa: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-meta {
  --fa: "";
}

.fa-laravel {
  --fa: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-hips {
  --fa: "";
}

.fa-css {
  --fa: "";
}

.fa-behance {
  --fa: "";
}

.fa-reddit {
  --fa: "";
}

.fa-discord {
  --fa: "";
}

.fa-chrome {
  --fa: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-confluence {
  --fa: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-mdb {
  --fa: "";
}

.fa-dochub {
  --fa: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-ebay {
  --fa: "";
}

.fa-amazon {
  --fa: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-yarn {
  --fa: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-500px {
  --fa: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-apple {
  --fa: "";
}

.fa-hive {
  --fa: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-keybase {
  --fa: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-padlet {
  --fa: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-square-github {
  --fa: "";
}

.fa-github-square {
  --fa: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-fedex {
  --fa: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-shopify {
  --fa: "";
}

.fa-neos {
  --fa: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-swift {
  --fa: "";
}

.fa-angular {
  --fa: "";
}

.fa-speakap {
  --fa: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-empire {
  --fa: "";
}

.fa-envira {
  --fa: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-firefox {
  --fa: "";
}

.fa-linode {
  --fa: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-sith {
  --fa: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-page4 {
  --fa: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-react {
  --fa: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-opera {
  --fa: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-umbraco {
  --fa: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-stripe {
  --fa: "";
}

.fa-houzz {
  --fa: "";
}

.fa-gg {
  --fa: "";
}

.fa-dhl {
  --fa: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-xing {
  --fa: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-playstation {
  --fa: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-less {
  --fa: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-opencart {
  --fa: "";
}

.fa-vine {
  --fa: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-paypal {
  --fa: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-patreon {
  --fa: "";
}

.fa-avianex {
  --fa: "";
}

.fa-ello {
  --fa: "";
}

.fa-gofore {
  --fa: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-osi {
  --fa: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-periscope {
  --fa: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-schlix {
  --fa: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-usps {
  --fa: "";
}

.fa-megaport {
  --fa: "";
}

.fa-magento {
  --fa: "";
}

.fa-spotify {
  --fa: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-fly {
  --fa: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-aviato {
  --fa: "";
}

.fa-itunes {
  --fa: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-blogger {
  --fa: "";
}

.fa-flickr {
  --fa: "";
}

.fa-viber {
  --fa: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-digg {
  --fa: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-symfony {
  --fa: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-etsy {
  --fa: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-audible {
  --fa: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-erlang {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-42-group {
  --fa: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-elementor {
  --fa: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-palfed {
  --fa: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-resolving {
  --fa: "";
}

.fa-xbox {
  --fa: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-renren {
  --fa: "";
}

.fa-linux {
  --fa: "";
}

.fa-glide {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-twitch {
  --fa: "";
}

.fa-flutter {
  --fa: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-mixer {
  --fa: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-figma {
  --fa: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-upwork {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-uikit {
  --fa: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-google-play {
  --fa: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-line {
  --fa: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-imdb {
  --fa: "";
}

.fa-deezer {
  --fa: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-jira {
  --fa: "";
}

.fa-docker {
  --fa: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-gitter {
  --fa: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-microblog {
  --fa: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-yandex {
  --fa: "";
}

.fa-readme {
  --fa: "";
}

.fa-html5 {
  --fa: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-sass {
  --fa: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wsh {
  --fa: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-medapps {
  --fa: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-apper {
  --fa: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-waze {
  --fa: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-rust {
  --fa: "";
}

.fa-wix {
  --fa: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-supple {
  --fa: "";
}

.fa-webflow {
  --fa: "";
}

.fa-rebel {
  --fa: "";
}

.fa-css3 {
  --fa: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-square-git {
  --fa: "";
}

.fa-git-square {
  --fa: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-trello {
  --fa: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-grunt {
  --fa: "";
}

.fa-weebly {
  --fa: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-themeco {
  --fa: "";
}

.fa-python {
  --fa: "";
}

.fa-android {
  --fa: "";
}

.fa-bots {
  --fa: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-js {
  --fa: "";
}

.fa-ideal {
  --fa: "";
}

.fa-git {
  --fa: "";
}

.fa-dev {
  --fa: "";
}

.fa-sketch {
  --fa: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-uber {
  --fa: "";
}

.fa-github {
  --fa: "";
}

.fa-php {
  --fa: "";
}

.fa-alipay {
  --fa: "";
}

.fa-youtube {
  --fa: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-firefox-browser {
  --fa: "";
}

.fa-replyd {
  --fa: "";
}

.fa-suse {
  --fa: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-twitter {
  --fa: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-buffer {
  --fa: "";
}

.fa-npm {
  --fa: "";
}

.fa-yammer {
  --fa: "";
}

.fa-btc {
  --fa: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-stubber {
  --fa: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-odysee {
  --fa: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-node-js {
  --fa: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-medrt {
  --fa: "";
}

.fa-usb {
  --fa: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-quora {
  --fa: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-amilia {
  --fa: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-discourse {
  --fa: "";
}

.fa-joomla {
  --fa: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-gulp {
  --fa: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-strava {
  --fa: "";
}

.fa-ember {
  --fa: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-pushed {
  --fa: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-wodu {
  --fa: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-intercom {
  --fa: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-korvue {
  --fa: "";
}

.fa-pix {
  --fa: "";
}

.fa-steam-symbol {
  --fa: "";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/font/fa-regular-400.woff2") format("woff2"), url("/css/font/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

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