#site-content a.active-lm-breadcrumb {
  text-decoration: none;
  color: #000;
}

.field--name-field-uswds-body p {
  margin: 0;
}

.webform-component input[type="radio"] {
  margin-left: -15px;
}

.lm-progress-bar-container {
  width: 100%;
  min-width: 250px;
  position: relative;
}

.lm-progress-bar {
  overflow: hidden;
  margin-right: 35px;
  min-height: 75px;
}

.lm-progress-bar__contents {
  position: relative;
  left: 0;
  display: flex;
  width: 100%;
  margin: 20px 0 40px 20px;
  padding: 0 25px;
}

.lm-progress-bar__indicator {
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: #b3b3b3;
  border: 1px solid #333332;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.lm-progress-bar__tag {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.lm-progress-bar__contents a[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.lm-progress-bar__line-container {
  width: 150px;
  height: 5px;
  background-color: #b3b3b3;
  border-top: 1px solid #333332;
  border-bottom: 1px solid #333332;
  position: relative;
  top: 5px;
}
.lm-progress-bar__line-container:last-of-type {
  display: none;
}
.lm-progress-bar__line-container .lm-progress-bar__line {
  width: 0;
  height: 100%;
  background-color: #37B595;
}

.lm-progress-bar__indicator--active,
.lm-progress-bar__indicator--visited,
.lm-progress-bar__line-contanier--visited {
  background-color: #d1edfc;
  color: #37B595;
}

#site-content .lm-progress-bar__indicator.lm-progress-bar__indicator--active a {
  color: #000;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.learning-module-navigation {
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
  display: flex;
}

.learning-module-navigation__prev,
.learning-module-navigation__next {
  width: 50%;
  vertical-align: top;
  flex: 1 1 50%;
}

.learning-module-navigation__prev a,
.learning-module-navigation__next a {
  display: inline-block;
  vertical-align: top;
}

.learning-module-navigation__prev {
  text-align: left;
}

.learning-module-navigation__next {
  text-align: right;
}

.learning-module-navigation__next a[disabled] {
  cursor: not-allowed;
}

#lm > .learning-module-step:not(.active-lm),
.has-breadcrumbs > article > .learning-module-substep:not(.active-lm),
.lm-hide-reset {
  display: none;
  visibility: hidden;
}

.learning-module-substep legend,
.learning-module-step legend {
  font-size: inherit;
  color: inherit;
  border-bottom: none;
}

.previous > span,
.next > span {
  display: block;
}

.correct-explanation,
.incorrect-explanation,
.congrats-message {
  margin-top: 20px;
}

.lm-progress-bar__advancer {
  /* Reset the button */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 7px;
  font-size: 0;
  line-height: normal;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  /* Now style it as needed */
  position: absolute;
  top: 10px;
  /* Set the buttons invisible by default */
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.lm-progress-bar__advancer:focus {
  outline: 0;
}
.lm-progress-bar__advancer:hover {
  cursor: pointer;
}

.lm-progress-bar__advancer--left {
  left: 0;
}

.lm-progress-bar__advancer--right {
  right: 0;
}

[data-overflowing="both"] ~ .lm-progress-bar__advancer--left,
[data-overflowing="left"] ~ .lm-progress-bar__advancer--left,
[data-overflowing="both"] ~ .lm-progress-bar__advancer--right,
[data-overflowing="right"] ~ .lm-progress-bar__advancer--right {
  opacity: 1;
}

.lm-progress-bar__icon {
  width: 19px;
  height: 19px;
  fill: #333332;
}

article[data-key] + .learning-module-navigation {
  margin-top: 20px;
}

.webform-client-form .form-submit.check-final-exam,
.clear-final-exam {
  margin-bottom: 20px;
}

.lm-progress-bar__contents--small {
  display: inline-flex;
}

.lm-progress-bar__contents--small .lm-progress-bar__indicator {
  flex: inherit;
}

@media only screen and (max-width: 767px) {

  .lm-progress-bar {
    margin-right: 0;
    width: calc(100vw - 50px);
  }

  .learning-module-navigation {
    margin-bottom: 20px;
  }

  img.right {
    float: none;
    margin: 20px 0;
    max-width: 100%;
  }

  .page-stamp {
    border-top: none;
    padding-top: 0;
  }
}

.node-unpublished {background-color: #ffffff;}
.lastbuttons .appended-pdf-link {display: none;}

@media print {
  body * {visibility: hidden;}
  .webform-client-form, .webform-client-form * {visibility: visible;}
  .webform-client-form {position: absolute;left: 0;top: 0;background-color: #ffffff;background: #ffffff;}
  .webform-progressbar {display: none;}
  .lm-progress-bar-container {display: none;}
  .learning-module-substep.active-lm p strong {font-size: 14px;}
  .learning-module-substep.active-lm h3 {font-size: 40px;}
  .learning-module-substep.active-lm h4 {font-size: 26px;}
  .learning-module-substep.active-lm  input#name, input#date {border: none;}
  .learning-module-substep.active-lm  input.print, .learning-module-substep.active-lm  .learning-module-navigation {display: none;}
  .lastbuttons {display: none;}
}
