@charset "UTF-8";
.llms-pagination ul:before, .llms-pagination ul:after,
.llms-form-fields:before,
.llms-checkout-cols-2:before,
.llms-access-plans:before,
.llms-loop-list:before,
.llms-cols:before,
.llms-form-fields:after,
.llms-checkout-cols-2:after,
.llms-access-plans:after,
.llms-loop-list:after,
.llms-cols:after {
  content: " ";
  display: table;
}
.llms-pagination ul:after,
.llms-form-fields:after,
.llms-checkout-cols-2:after,
.llms-access-plans:after,
.llms-loop-list:after,
.llms-cols:after {
  clear: both;
}

.llms-cols .llms-col {
  width: 100%;
}
@media all and (min-width: 600px) {
  .llms-cols [class*=llms-col-] {
    float: left;
  }
}

.llms-flex-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.llms-flex-cols [class*=llms-col] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

@media all and (min-width: 600px) {
  .llms-cols .llms-col-1, .llms-flex-cols .llms-col-1 {
    width: 100%;
  }
  .llms-cols .llms-col-2, .llms-flex-cols .llms-col-2 {
    width: 50%;
  }
  .llms-cols .llms-col-3, .llms-flex-cols .llms-col-3 {
    width: 33.3333333333%;
  }
  .llms-cols .llms-col-4, .llms-flex-cols .llms-col-4 {
    width: 25%;
  }
  .llms-cols .llms-col-5, .llms-flex-cols .llms-col-5 {
    width: 20%;
  }
  .llms-cols .llms-col-6, .llms-flex-cols .llms-col-6 {
    width: 16.6666666667%;
  }
  .llms-cols .llms-col-7, .llms-flex-cols .llms-col-7 {
    width: 14.2857142857%;
  }
  .llms-cols .llms-col-8, .llms-flex-cols .llms-col-8 {
    width: 12.5%;
  }
  .llms-cols .llms-col-9, .llms-flex-cols .llms-col-9 {
    width: 11.1111111111%;
  }
  .llms-cols .llms-col-10, .llms-flex-cols .llms-col-10 {
    width: 10%;
  }
  .llms-cols .llms-col-11, .llms-flex-cols .llms-col-11 {
    width: 9.0909090909%;
  }
  .llms-cols .llms-col-12, .llms-flex-cols .llms-col-12 {
    width: 8.3333333333%;
  }
}
.llms-button-action,
.llms-button-danger,
.llms-button-primary,
.llms-button-secondary {
  border: none;
  border-radius: 8px;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.llms-button-action:disabled,
.llms-button-danger:disabled,
.llms-button-primary:disabled,
.llms-button-secondary:disabled {
  opacity: 0.5;
}
.llms-button-action:hover, .llms-button-action:active,
.llms-button-danger:hover,
.llms-button-danger:active,
.llms-button-primary:hover,
.llms-button-primary:active,
.llms-button-secondary:hover,
.llms-button-secondary:active {
  color: #fefefe;
}
.llms-button-action:focus,
.llms-button-danger:focus,
.llms-button-primary:focus,
.llms-button-secondary:focus {
  color: #fefefe;
}
.llms-button-action.auto,
.llms-button-danger.auto,
.llms-button-primary.auto,
.llms-button-secondary.auto {
  width: auto;
}
.llms-button-action.full,
.llms-button-danger.full,
.llms-button-primary.full,
.llms-button-secondary.full {
  display: block;
  text-align: center;
  width: 100%;
}
.llms-button-action.square,
.llms-button-danger.square,
.llms-button-primary.square,
.llms-button-secondary.square {
  padding: 12px;
}
.llms-button-action.small,
.llms-button-danger.small,
.llms-button-primary.small,
.llms-button-secondary.small {
  font-size: 13px;
  padding: 8px 14px;
}
.llms-button-action.small.square,
.llms-button-danger.small.square,
.llms-button-primary.small.square,
.llms-button-secondary.small.square {
  padding: 8px;
}
.llms-button-action.large,
.llms-button-danger.large,
.llms-button-primary.large,
.llms-button-secondary.large {
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 32px;
}
.llms-button-action.large.square,
.llms-button-danger.large.square,
.llms-button-primary.large.square,
.llms-button-secondary.large.square {
  padding: 16px;
}
.llms-button-action.large .fa,
.llms-button-danger.large .fa,
.llms-button-primary.large .fa,
.llms-button-secondary.large .fa {
  left: -7px;
  position: relative;
}

/* Fix for cases where link color overrides the button color */
a.llms-button-action,
a.llms-button-danger,
a.llms-button-primary {
  color: #fefefe;
}

.llms-button-primary {
  background: #466dd8;
}
.llms-button-primary:hover, .llms-button-primary.clicked {
  background: #274eba;
}
.llms-button-primary:focus, .llms-button-primary:active {
  background: #6888df;
}

.llms-button-secondary {
  background: #e1e1e1;
  color: #444;
}
.llms-button-secondary:hover {
  color: #414141;
  background: #cdcdcd;
}
.llms-button-secondary:focus, .llms-button-secondary:active {
  color: #414141;
  background: #ebebeb;
}

/* Fix for cases where link color overrides the button color */
a.llms-button-secondary {
  color: #444;
}

.llms-button-action {
  background: #c05621;
}
.llms-button-action:hover, .llms-button-action.clicked {
  background: #f67d28;
}
.llms-button-action:focus, .llms-button-action:active {
  background: #faad76;
}

.llms-button-danger {
  background: #bb231c;
}
.llms-button-danger:hover {
  background: #981c17;
}
.llms-button-danger:focus, .llms-button-danger:active {
  background: #cd261f;
}

.llms-button-outline {
  background: transparent;
  border: 3px solid #1D2327;
  border-radius: 8px;
  color: #1D2327;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.llms-button-outline:disabled {
  opacity: 0.5;
}
.llms-button-outline:hover, .llms-button-outline:active {
  color: #1D2327;
}
.llms-button-outline:focus {
  color: #1D2327;
}
.llms-button-outline.auto {
  width: auto;
}
.llms-button-outline.full {
  display: block;
  text-align: center;
  width: 100%;
}
.llms-button-outline.square {
  padding: 12px;
}

.llms-button-plain {
  background: transparent;
  border: none;
  border-radius: 3px;
  color: #1D2327;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 1px 3px;
  position: relative;
}
.llms-button-plain:hover, .llms-button-plain:active {
  color: #1D2327;
}
.llms-button-plain:focus {
  color: #1D2327;
}

.llms-course-continue-button {
  display: inline-block;
}

.llms-donut {
  background-color: #f1f1f1;
  background-image: none;
  border-radius: 50%;
  color: #466dd8;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.llms-donut:before, .llms-donut:after {
  content: " ";
  display: table;
}
.llms-donut:after {
  clear: both;
}
.llms-donut svg {
  overflow: visible !important;
  pointer-events: none;
  width: 100%;
}
.llms-donut svg path {
  fill: none;
  stroke-width: 35px;
  stroke: #466dd8;
}
.llms-donut.mini {
  height: 36px;
  width: 36px;
}
.llms-donut.mini .percentage {
  font-size: 10px;
}
.llms-donut.small {
  height: 100px;
  width: 100px;
}
.llms-donut.small .percentage {
  font-size: 18px;
}
.llms-donut.medium {
  height: 130px;
  width: 130px;
}
.llms-donut.medium .percentage {
  font-size: 26px;
}
.llms-donut.large {
  height: 260px;
  width: 260px;
}
.llms-donut.large .percentage {
  font-size: 48px;
}
.llms-donut .inside {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  top: 50%;
  z-index: 3;
}
.llms-donut .percentage {
  line-height: 1.2;
  font-size: 34px;
}
.llms-donut .caption {
  font-size: 75%;
}

.lifterlms [data-tip],
.lifterlms [data-title-default],
.lifterlms [data-title-active],
.llms-metabox [data-tip],
.llms-metabox [data-title-default],
.llms-metabox [data-title-active],
.llms-mb-container [data-tip],
.llms-mb-container [data-title-default],
.llms-mb-container [data-title-active],
.llms-quiz-wrapper [data-tip],
.llms-quiz-wrapper [data-title-default],
.llms-quiz-wrapper [data-title-active] {
  position: relative;
}
.lifterlms [data-tip].tip--top-right:before,
.lifterlms [data-title-default].tip--top-right:before,
.lifterlms [data-title-active].tip--top-right:before,
.llms-metabox [data-tip].tip--top-right:before,
.llms-metabox [data-title-default].tip--top-right:before,
.llms-metabox [data-title-active].tip--top-right:before,
.llms-mb-container [data-tip].tip--top-right:before,
.llms-mb-container [data-title-default].tip--top-right:before,
.llms-mb-container [data-title-active].tip--top-right:before,
.llms-quiz-wrapper [data-tip].tip--top-right:before,
.llms-quiz-wrapper [data-title-default].tip--top-right:before,
.llms-quiz-wrapper [data-title-active].tip--top-right:before {
  bottom: 100%;
  left: -10px;
}
.lifterlms [data-tip].tip--top-right:hover:before,
.lifterlms [data-title-default].tip--top-right:hover:before,
.lifterlms [data-title-active].tip--top-right:hover:before,
.llms-metabox [data-tip].tip--top-right:hover:before,
.llms-metabox [data-title-default].tip--top-right:hover:before,
.llms-metabox [data-title-active].tip--top-right:hover:before,
.llms-mb-container [data-tip].tip--top-right:hover:before,
.llms-mb-container [data-title-default].tip--top-right:hover:before,
.llms-mb-container [data-title-active].tip--top-right:hover:before,
.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,
.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,
.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before {
  bottom: calc(100% + 6px);
}
.lifterlms [data-tip].tip--top-right:after,
.lifterlms [data-title-default].tip--top-right:after,
.lifterlms [data-title-active].tip--top-right:after,
.llms-metabox [data-tip].tip--top-right:after,
.llms-metabox [data-title-default].tip--top-right:after,
.llms-metabox [data-title-active].tip--top-right:after,
.llms-mb-container [data-tip].tip--top-right:after,
.llms-mb-container [data-title-default].tip--top-right:after,
.llms-mb-container [data-title-active].tip--top-right:after,
.llms-quiz-wrapper [data-tip].tip--top-right:after,
.llms-quiz-wrapper [data-title-default].tip--top-right:after,
.llms-quiz-wrapper [data-title-active].tip--top-right:after {
  border-top-color: #444;
  left: 6px;
  top: 0;
}
.lifterlms [data-tip].tip--top-right:hover:after,
.lifterlms [data-title-default].tip--top-right:hover:after,
.lifterlms [data-title-active].tip--top-right:hover:after,
.llms-metabox [data-tip].tip--top-right:hover:after,
.llms-metabox [data-title-default].tip--top-right:hover:after,
.llms-metabox [data-title-active].tip--top-right:hover:after,
.llms-mb-container [data-tip].tip--top-right:hover:after,
.llms-mb-container [data-title-default].tip--top-right:hover:after,
.llms-mb-container [data-title-active].tip--top-right:hover:after,
.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,
.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,
.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after {
  top: -6px;
}
.lifterlms [data-tip].tip--top-left:before,
.lifterlms [data-title-default].tip--top-left:before,
.lifterlms [data-title-active].tip--top-left:before,
.llms-metabox [data-tip].tip--top-left:before,
.llms-metabox [data-title-default].tip--top-left:before,
.llms-metabox [data-title-active].tip--top-left:before,
.llms-mb-container [data-tip].tip--top-left:before,
.llms-mb-container [data-title-default].tip--top-left:before,
.llms-mb-container [data-title-active].tip--top-left:before,
.llms-quiz-wrapper [data-tip].tip--top-left:before,
.llms-quiz-wrapper [data-title-default].tip--top-left:before,
.llms-quiz-wrapper [data-title-active].tip--top-left:before {
  bottom: 100%;
  right: -10px;
}
.lifterlms [data-tip].tip--top-left:hover:before,
.lifterlms [data-title-default].tip--top-left:hover:before,
.lifterlms [data-title-active].tip--top-left:hover:before,
.llms-metabox [data-tip].tip--top-left:hover:before,
.llms-metabox [data-title-default].tip--top-left:hover:before,
.llms-metabox [data-title-active].tip--top-left:hover:before,
.llms-mb-container [data-tip].tip--top-left:hover:before,
.llms-mb-container [data-title-default].tip--top-left:hover:before,
.llms-mb-container [data-title-active].tip--top-left:hover:before,
.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,
.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,
.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before {
  bottom: calc(100% + 6px);
}
.lifterlms [data-tip].tip--top-left:after,
.lifterlms [data-title-default].tip--top-left:after,
.lifterlms [data-title-active].tip--top-left:after,
.llms-metabox [data-tip].tip--top-left:after,
.llms-metabox [data-title-default].tip--top-left:after,
.llms-metabox [data-title-active].tip--top-left:after,
.llms-mb-container [data-tip].tip--top-left:after,
.llms-mb-container [data-title-default].tip--top-left:after,
.llms-mb-container [data-title-active].tip--top-left:after,
.llms-quiz-wrapper [data-tip].tip--top-left:after,
.llms-quiz-wrapper [data-title-default].tip--top-left:after,
.llms-quiz-wrapper [data-title-active].tip--top-left:after {
  border-top-color: #444;
  right: 6px;
  top: 0;
}
.lifterlms [data-tip].tip--top-left:hover:after,
.lifterlms [data-title-default].tip--top-left:hover:after,
.lifterlms [data-title-active].tip--top-left:hover:after,
.llms-metabox [data-tip].tip--top-left:hover:after,
.llms-metabox [data-title-default].tip--top-left:hover:after,
.llms-metabox [data-title-active].tip--top-left:hover:after,
.llms-mb-container [data-tip].tip--top-left:hover:after,
.llms-mb-container [data-title-default].tip--top-left:hover:after,
.llms-mb-container [data-title-active].tip--top-left:hover:after,
.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,
.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,
.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after {
  top: -6px;
}
.lifterlms [data-tip].tip--bottom-left:before,
.lifterlms [data-title-default].tip--bottom-left:before,
.lifterlms [data-title-active].tip--bottom-left:before,
.llms-metabox [data-tip].tip--bottom-left:before,
.llms-metabox [data-title-default].tip--bottom-left:before,
.llms-metabox [data-title-active].tip--bottom-left:before,
.llms-mb-container [data-tip].tip--bottom-left:before,
.llms-mb-container [data-title-default].tip--bottom-left:before,
.llms-mb-container [data-title-active].tip--bottom-left:before,
.llms-quiz-wrapper [data-tip].tip--bottom-left:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:before {
  top: 100%;
  right: -10px;
}
.lifterlms [data-tip].tip--bottom-left:hover:before,
.lifterlms [data-title-default].tip--bottom-left:hover:before,
.lifterlms [data-title-active].tip--bottom-left:hover:before,
.llms-metabox [data-tip].tip--bottom-left:hover:before,
.llms-metabox [data-title-default].tip--bottom-left:hover:before,
.llms-metabox [data-title-active].tip--bottom-left:hover:before,
.llms-mb-container [data-tip].tip--bottom-left:hover:before,
.llms-mb-container [data-title-default].tip--bottom-left:hover:before,
.llms-mb-container [data-title-active].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before {
  top: calc(100% + 6px);
}
.lifterlms [data-tip].tip--bottom-left:after,
.lifterlms [data-title-default].tip--bottom-left:after,
.lifterlms [data-title-active].tip--bottom-left:after,
.llms-metabox [data-tip].tip--bottom-left:after,
.llms-metabox [data-title-default].tip--bottom-left:after,
.llms-metabox [data-title-active].tip--bottom-left:after,
.llms-mb-container [data-tip].tip--bottom-left:after,
.llms-mb-container [data-title-default].tip--bottom-left:after,
.llms-mb-container [data-title-active].tip--bottom-left:after,
.llms-quiz-wrapper [data-tip].tip--bottom-left:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:after {
  border-bottom-color: #444;
  right: 6px;
  bottom: 0;
}
.lifterlms [data-tip].tip--bottom-left:hover:after,
.lifterlms [data-title-default].tip--bottom-left:hover:after,
.lifterlms [data-title-active].tip--bottom-left:hover:after,
.llms-metabox [data-tip].tip--bottom-left:hover:after,
.llms-metabox [data-title-default].tip--bottom-left:hover:after,
.llms-metabox [data-title-active].tip--bottom-left:hover:after,
.llms-mb-container [data-tip].tip--bottom-left:hover:after,
.llms-mb-container [data-title-default].tip--bottom-left:hover:after,
.llms-mb-container [data-title-active].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after {
  bottom: -6px;
}
.lifterlms [data-tip].tip--bottom-right:before,
.lifterlms [data-title-default].tip--bottom-right:before,
.lifterlms [data-title-active].tip--bottom-right:before,
.llms-metabox [data-tip].tip--bottom-right:before,
.llms-metabox [data-title-default].tip--bottom-right:before,
.llms-metabox [data-title-active].tip--bottom-right:before,
.llms-mb-container [data-tip].tip--bottom-right:before,
.llms-mb-container [data-title-default].tip--bottom-right:before,
.llms-mb-container [data-title-active].tip--bottom-right:before,
.llms-quiz-wrapper [data-tip].tip--bottom-right:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:before {
  top: 100%;
  left: -10px;
}
.lifterlms [data-tip].tip--bottom-right:hover:before,
.lifterlms [data-title-default].tip--bottom-right:hover:before,
.lifterlms [data-title-active].tip--bottom-right:hover:before,
.llms-metabox [data-tip].tip--bottom-right:hover:before,
.llms-metabox [data-title-default].tip--bottom-right:hover:before,
.llms-metabox [data-title-active].tip--bottom-right:hover:before,
.llms-mb-container [data-tip].tip--bottom-right:hover:before,
.llms-mb-container [data-title-default].tip--bottom-right:hover:before,
.llms-mb-container [data-title-active].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before {
  top: calc(100% + 6px);
}
.lifterlms [data-tip].tip--bottom-right:after,
.lifterlms [data-title-default].tip--bottom-right:after,
.lifterlms [data-title-active].tip--bottom-right:after,
.llms-metabox [data-tip].tip--bottom-right:after,
.llms-metabox [data-title-default].tip--bottom-right:after,
.llms-metabox [data-title-active].tip--bottom-right:after,
.llms-mb-container [data-tip].tip--bottom-right:after,
.llms-mb-container [data-title-default].tip--bottom-right:after,
.llms-mb-container [data-title-active].tip--bottom-right:after,
.llms-quiz-wrapper [data-tip].tip--bottom-right:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:after {
  border-bottom-color: #444;
  left: 6px;
  bottom: 0;
}
.lifterlms [data-tip].tip--bottom-right:hover:after,
.lifterlms [data-title-default].tip--bottom-right:hover:after,
.lifterlms [data-title-active].tip--bottom-right:hover:after,
.llms-metabox [data-tip].tip--bottom-right:hover:after,
.llms-metabox [data-title-default].tip--bottom-right:hover:after,
.llms-metabox [data-title-active].tip--bottom-right:hover:after,
.llms-mb-container [data-tip].tip--bottom-right:hover:after,
.llms-mb-container [data-title-default].tip--bottom-right:hover:after,
.llms-mb-container [data-title-active].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after {
  bottom: -6px;
}
.lifterlms [data-tip]:before,
.lifterlms [data-title-default]:before,
.lifterlms [data-title-active]:before,
.llms-metabox [data-tip]:before,
.llms-metabox [data-title-default]:before,
.llms-metabox [data-title-active]:before,
.llms-mb-container [data-tip]:before,
.llms-mb-container [data-title-default]:before,
.llms-mb-container [data-title-active]:before,
.llms-quiz-wrapper [data-tip]:before,
.llms-quiz-wrapper [data-title-default]:before,
.llms-quiz-wrapper [data-title-active]:before {
  background: #444;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px;
  max-width: 300px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lifterlms [data-tip]:after,
.lifterlms [data-title-default]:after,
.lifterlms [data-title-active]:after,
.llms-metabox [data-tip]:after,
.llms-metabox [data-title-default]:after,
.llms-metabox [data-title-active]:after,
.llms-mb-container [data-tip]:after,
.llms-mb-container [data-title-default]:after,
.llms-mb-container [data-title-active]:after,
.llms-quiz-wrapper [data-tip]:after,
.llms-quiz-wrapper [data-title-default]:after,
.llms-quiz-wrapper [data-title-active]:after {
  content: "";
  border: 6px solid transparent;
  height: 0;
  width: 0;
}
.lifterlms [data-tip]:before, .lifterlms [data-tip]:after,
.lifterlms [data-title-default]:before,
.lifterlms [data-title-default]:after,
.lifterlms [data-title-active]:before,
.lifterlms [data-title-active]:after,
.llms-metabox [data-tip]:before,
.llms-metabox [data-tip]:after,
.llms-metabox [data-title-default]:before,
.llms-metabox [data-title-default]:after,
.llms-metabox [data-title-active]:before,
.llms-metabox [data-title-active]:after,
.llms-mb-container [data-tip]:before,
.llms-mb-container [data-tip]:after,
.llms-mb-container [data-title-default]:before,
.llms-mb-container [data-title-default]:after,
.llms-mb-container [data-title-active]:before,
.llms-mb-container [data-title-active]:after,
.llms-quiz-wrapper [data-tip]:before,
.llms-quiz-wrapper [data-tip]:after,
.llms-quiz-wrapper [data-title-default]:before,
.llms-quiz-wrapper [data-title-default]:after,
.llms-quiz-wrapper [data-title-active]:before,
.llms-quiz-wrapper [data-title-active]:after {
  opacity: 0;
  -webkit-transition: all 0.2s 0.1s ease;
  transition: all 0.2s 0.1s ease;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.lifterlms [data-tip]:hover:before, .lifterlms [data-tip]:hover:after,
.lifterlms [data-title-default]:hover:before,
.lifterlms [data-title-default]:hover:after,
.lifterlms [data-title-active]:hover:before,
.lifterlms [data-title-active]:hover:after,
.llms-metabox [data-tip]:hover:before,
.llms-metabox [data-tip]:hover:after,
.llms-metabox [data-title-default]:hover:before,
.llms-metabox [data-title-default]:hover:after,
.llms-metabox [data-title-active]:hover:before,
.llms-metabox [data-title-active]:hover:after,
.llms-mb-container [data-tip]:hover:before,
.llms-mb-container [data-tip]:hover:after,
.llms-mb-container [data-title-default]:hover:before,
.llms-mb-container [data-title-default]:hover:after,
.llms-mb-container [data-title-active]:hover:before,
.llms-mb-container [data-title-active]:hover:after,
.llms-quiz-wrapper [data-tip]:hover:before,
.llms-quiz-wrapper [data-tip]:hover:after,
.llms-quiz-wrapper [data-title-default]:hover:before,
.llms-quiz-wrapper [data-title-default]:hover:after,
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
  opacity: 1;
  -webkit-transition: all 0 0.1s ease;
  transition: all 0 0.1s ease;
  visibility: visible;
  z-index: 99999999;
}
.lifterlms [data-tip]:before,
.llms-metabox [data-tip]:before,
.llms-mb-container [data-tip]:before,
.llms-quiz-wrapper [data-tip]:before {
  content: attr(data-tip);
}
.lifterlms [data-tip].active:before,
.llms-metabox [data-tip].active:before,
.llms-mb-container [data-tip].active:before,
.llms-quiz-wrapper [data-tip].active:before {
  content: attr(data-tip-active);
}

.llms-membership-image {
  display: block;
  margin: 0 auto;
}

.llms-course-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.llms-featured-image {
  display: block;
  margin: 0 auto;
}

.llms-image-thumb {
  width: 150px;
}

.llms-video-wrapper .center-video {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  text-align: center;
}
.llms-video-wrapper .center-video > .wp-video,
.llms-video-wrapper .center-video .fluid-width-video-wrapper,
.llms-video-wrapper .center-video iframe, .llms-video-wrapper .center-video object, .llms-video-wrapper .center-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.llms-video-wrapper .center-video > .wp-video {
  width: 100% !important;
}
.llms-video-wrapper .center-video .fluid-width-video-wrapper {
  padding-top: 0 !important;
}

.clear {
  clear: both;
  width: 100%;
}

.llms-featured-image {
  text-align: center;
}

#main-content .llms-payment-options p {
  margin: 0;
  font-size: 16px;
}

.llms-option {
  display: block;
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
  font-size: 16px;
}
.llms-option label {
  cursor: pointer;
  position: static;
}

.llms-option:first-child {
  margin-top: 0;
}

.llms-option:last-child {
  margin-bottom: 0;
}

#main-content .llms-option:last-child {
  margin-bottom: 0;
}

.llms-option input[type=radio] {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 0;
}

.llms-option input[type=radio] {
  display: inline-block;
}

.llms-option input[type=radio] + label span.llms-radio {
  display: none;
}

.llms-option input[type=radio] + label span.llms-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 20;
  position: absolute;
  top: 0;
  left: -2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.5) 0 0 0 1px;
          box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.5) 0 0 0 1px;
  background: #efefef;
  background-image: radial-gradient(ellipse at center, #bb231c 0%, #bb231c 40%, #efefef 45%);
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
}

.llms-option input[type=radio]:checked + label span.llms-radio {
  -webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.llms-option input[type=radio] + label span.llms-radio {
  background-position: -24px 0;
}

.llms-option input[type=radio]:checked + label span.llms-radio {
  background-position: 0 0;
}

.llms-option input[type=submit] {
  border: none;
  background: #bb231c;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
}

.llms-styled-text {
  padding: 14px 0;
}

.llms-notice-box {
  border-radius: 3px;
  z-index: 10;
  margin: 10px 0;
  padding: 15px 20px;
  border: 1px solid #ccc;
  list-style-type: none;
  width: 100%;
  overflow: auto;
}
.llms-notice-box input[type=text] {
  height: auto;
}
.llms-notice-box .col-1-1 {
  width: 100%;
}
.llms-notice-box .col-1-1 input[type=text] {
  width: 100%;
}
.llms-notice-box .col-1-2 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .llms-notice-box .col-1-2 {
    width: 100%;
  }
}
.llms-notice-box .col-1-3 {
  width: 33%;
  float: left;
  margin-right: 10px;
}
.llms-notice-box .col-1-4 {
  width: 25%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .llms-notice-box .col-1-4 {
    width: 100%;
  }
}
.llms-notice-box .col-1-6 {
  width: 16.6%;
  float: left;
  margin-right: 10px;
}
.llms-notice-box .col-1-8 {
  width: 11%;
  float: right;
}
.llms-notice-box .llms-pad-right {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .llms-notice-box .llms-pad-right {
    padding-right: 0;
  }
}

input[type=text].cc_cvv,
#cc_cvv {
  margin-right: 0;
  width: 23%;
  float: right;
}

.llms-clear-box {
  border-radius: 3px;
  z-index: 10;
  margin: 10px 0;
  padding: 15px 20px;
  list-style-type: none;
  width: 100%;
  overflow: auto;
}

.llms-price-label {
  font-weight: normal;
}

.llms-final-price {
  font-weight: bold;
  float: right;
}

.llms-center-content {
  text-align: center;
}

.llms-input-text {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

.llms-price {
  margin-bottom: 0;
  font-weight: bold;
}

.llms-price-loop {
  margin-bottom: 0;
  font-weight: bold;
}

.courses .entry {
  padding: 0;
}

.list-view .site-content .llms-course-list .hentry, .list-view .site-content .llms-membership-list .hentry {
  border-top: 0;
  padding-top: 0;
}

.llms-content {
  width: 100%;
}

.llms-lesson-button-wrapper {
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
}

.llms-template-wrapper {
  width: 100%;
  display: block;
  clear: both;
}

.llms-button-wrapper {
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
}

.llms-styled-select {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.llms-styled-select, .llms-styled-select select {
  width: 100%;
}

select:focus {
  outline: none;
}

.llms-styled-select select {
  height: 34px;
  padding: 5px 0 5px 5px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  font-size: 16px;
  color: #444444;
}

@-moz-document url-prefix() {
  .--ms-styled-select select {
    width: 110%;
  }
}
.llms-styled-select .fa-sort-desc {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 24px;
  color: #ccc;
}

select::-ms-expand {
  display: none;
}

_:-o-prefocus .llms-styled-select, .selector .llms-styled-select {
  background: none;
}

.llms-form-item-wrapper {
  margin-bottom: 1em;
}

/* Circle Graph */
.llms-progress-circle {
  position: relative;
  width: 200px;
  height: 200px;
  float: left;
}

.llms-progress-circle-count {
  top: 27%;
  position: absolute;
  width: 94%;
  text-align: center;
  color: #666;
  font-size: 44px;
}

.llms-progress-circle svg {
  position: absolute;
  width: 200px;
  height: 200px;
}

.llms-progress-circle circle {
  fill: transparent;
}

svg .llms-background-circle {
  fill: transparent;
  stroke-width: 10px;
  stroke: #f1f2f1;
  stroke-dasharray: 430;
}

svg .llms-animated-circle {
  fill: transparent;
  stroke-width: 10px;
  stroke: #e5554e;
  stroke-dasharray: 430;
  stroke-dashoffset: 410;
}

.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title {
  font-weight: 700;
}
.llms-widget-syllabus .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.llms-widget-syllabus .section-header .llms-collapse-caret {
  text-align: left;
  width: 14px;
}
.llms-widget-syllabus .llms-lesson-complete, .llms-widget-syllabus .lesson-complete-placeholder {
  font-size: 18px;
  margin-right: 5px;
  color: #ccc;
}
.llms-widget-syllabus .llms-lesson-complete.done, .llms-widget-syllabus .lesson-complete-placeholder.done {
  color: #466dd8;
}
.llms-widget-syllabus .section-title {
  font-weight: bold;
}
.llms-widget-syllabus .lesson-title a {
  text-decoration: underline;
}
.llms-widget-syllabus .lesson-title.done a {
  color: #666;
  text-decoration: line-through;
}
.llms-widget-syllabus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-widget-syllabus ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
.llms-widget-syllabus ul li ul {
  margin: 0 0 15px 0;
}
.llms-widget-syllabus ul li ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
  padding: 0;
}

.llms-remove-coupon {
  float: right;
}

/*.llms-lesson-link-locked, .llms-lesson-link-locked:hover   {
  background: #f1f1f1;
  display: block;
  color: #a6a6a6;
  min-height: 85px;
  padding: 15px;
  text-decoration: none;
  position: relative;
}*/
.llms-lesson-preview.is-complete .llms-lesson-link-locked {
  padding-left: 75px;
}

.llms-lesson-tooltip {
  display: none;
  position: absolute;
  color: #000000;
  background-color: #c0c0c0;
  padding: 0.25em;
  border-radius: 2px;
  z-index: 100;
  top: 0;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}

/* arrows - :after */
.llms-lesson-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #c0c0c0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.llms-lesson-tooltip.active {
  display: inline-block;
}

.llms-favorite-wrapper {
  cursor: pointer;
}
.llms-favorite-wrapper .fa-heart {
  color: #EF476F;
}
.llms-favorite-wrapper button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.llms-favorite-wrapper button:focus {
  outline: 2px dashed #333;
  outline-offset: 2px;
}

.llms-has-favorite .llms-parent-course-link {
  display: inline-block;
  margin-bottom: 20px;
}
.llms-has-favorite .llms-parent-course-link + .llms-favorite-wrapper {
  float: right;
  margin: 0;
}

.llms-syllabus-wrapper .llms-has-favorite {
  text-align: left;
}
.llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper {
  display: inline-block;
}

.llms-loop-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
@media all and (min-width: 600px) {
  .llms-loop-list.cols-1 .llms-loop-item {
    width: 100%;
  }
  .llms-loop-list.cols-2 .llms-loop-item {
    width: 50%;
  }
  .llms-loop-list.cols-3 .llms-loop-item {
    width: 33.3333333333%;
  }
  .llms-loop-list.cols-4 .llms-loop-item {
    width: 25%;
  }
  .llms-loop-list.cols-5 .llms-loop-item {
    width: 20%;
  }
  .llms-loop-list.cols-6 .llms-loop-item {
    width: 16.6666666667%;
  }
}

.llms-loop-item {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.llms-loop-item-content {
  background: #fefefe;
  border: 1px solid #dedede;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 15px;
  margin: 10px;
}
.llms-loop-item-content .llms-loop-link {
  color: #010101;
  display: block;
  text-decoration: none;
}
.llms-loop-item-content .llms-loop-link:visited {
  color: #010101;
}
.llms-loop-item-content .llms-featured-image {
  display: block;
  max-width: 100%;
}
.llms-loop-item-content .llms-loop-title {
  color: #010101;
  margin: 15px 0;
}
.llms-loop-item-content .llms-loop-title:hover {
  color: #466dd8;
}
.llms-loop-item-content .llms-meta,
.llms-loop-item-content .llms-author,
.llms-loop-item-content .llms-loop-title,
.llms-loop-item-content .llms-featured-pricing {
  padding: 0 15px;
}
.llms-loop-item-content .llms-meta,
.llms-loop-item-content .llms-author,
.llms-loop-item-content .llms-featured-pricing {
  color: #444;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.llms-loop-item-content .llms-meta:last-child,
.llms-loop-item-content .llms-author:last-child,
.llms-loop-item-content .llms-featured-pricing:last-child {
  margin-bottom: 0;
}
.llms-loop-item-content .llms-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.llms-loop-item-content .llms-featured-img-wrap {
  overflow: hidden;
}
.llms-loop-item-content p {
  margin-bottom: 0;
}
.llms-loop-item-content .llms-progress {
  margin: 0;
  height: 0.4em;
}
.llms-loop-item-content .llms-progress .progress__indicator {
  display: none;
}
.llms-loop-item-content .llms-progress .llms-progress-bar {
  background-color: #f6f6f6;
  right: 0;
  top: 0;
}

.llms-meta-info {
  margin: 40px 0;
}
.llms-meta-info .llms-meta-title {
  margin: 0;
}
.llms-meta-info .llms-meta p {
  margin-bottom: 0;
}
.llms-meta-info .llms-meta span {
  font-weight: 700;
}

.llms-course-progress {
  margin: 40px auto;
  max-width: 480px;
  text-align: center;
}

.llms-syllabus-wrapper {
  margin: 20px 0;
  text-align: left;
}
.llms-syllabus-wrapper .llms-section-title {
  margin: 40px 0 10px;
}
.llms-syllabus-wrapper .llms-section-title + .llms-lesson-preview {
  border-top: 1px solid #dedede;
}

.llms-lesson-preview {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
}
.llms-lesson-preview section {
  background: #fefefe;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.llms-lesson-preview section:hover {
  background: #eaeaea;
}
.llms-lesson-preview.current-lesson .llms-lesson-title {
  font-weight: 400;
}
.llms-lesson-preview .llms-lesson-link {
  color: #010101;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.llms-lesson-preview .llms-lesson-link:visited {
  color: #212121;
}
.llms-lesson-preview .llms-lesson-link .llms-lesson-preview-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.llms-lesson-preview .llms-lesson-locked {
  background: #EFEFEF;
  color: #666;
}
.llms-lesson-preview .llms-lesson-locked .llms-lesson-link {
  color: #666;
}
.llms-lesson-preview .llms-lesson-locked:hover {
  background: #dedede;
}
.llms-lesson-preview .llms-lesson-thumbnail {
  margin-bottom: 15px;
}
.llms-lesson-preview .llms-lesson-thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}
.llms-lesson-preview .llms-lesson-title {
  font-weight: 700;
  margin: 0 auto 5px;
}
.llms-lesson-preview .llms-lesson-title:last-child {
  margin-bottom: 0;
}
.llms-lesson-preview .llms-lesson-excerpt {
  margin-top: 5px;
}
.llms-lesson-preview .llms-lesson-excerpt p {
  margin: 0 0 10px 0;
  padding: 0;
}
.llms-lesson-preview .llms-lesson-excerpt p:last-of-type {
  margin: 0;
}
.llms-lesson-preview .llms-lesson-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  font-size: 14px;
}
.llms-lesson-preview .llms-lesson-meta div.llms-favorite-wrapper + span.llms-lesson-has-quiz {
  margin-left: 10px;
}
.llms-lesson-preview .llms-lesson-meta div.llms-favorite-wrapper + span.llms-lesson-has-assignment {
  margin-left: 10px;
}
.llms-lesson-preview .llms-lesson-meta span.llms-lesson-has-quiz + span.llms-lesson-has-assignment {
  margin-left: 10px;
}
.llms-lesson-preview .llms-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.llms-lesson-preview .llms-extra {
  min-width: 50px;
  text-align: right;
}
.llms-lesson-preview .llms-lesson-counter,
.llms-lesson-preview .llms-free-lesson-svg,
.llms-lesson-preview .llms-lesson-complete,
.llms-lesson-preview .llms-lesson-complete-placeholder {
  display: block;
}
.llms-lesson-preview.is-free .llms-lesson-complete, .llms-lesson-preview.is-complete .llms-lesson-complete {
  color: #466dd8;
}
.llms-lesson-preview.is-complete .llms-lesson-title:not(.llms-student-dashboard .llms-lesson-title):not(.llms-course-navigation .llms-lesson-title) {
  text-decoration: line-through;
}
.llms-lesson-preview .llms-icon-free {
  background: #466dd8;
  border-radius: 6px;
  color: #fefefe;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 8px 4px;
  white-space: nowrap;
}
.llms-lesson-preview.is-incomplete .llms-lesson-complete {
  color: #cacaca;
}
.llms-lesson-preview .llms-lesson-counter {
  font-size: 16px;
  margin-bottom: 5px;
}
.llms-lesson-preview .llms-free-lesson-svg {
  fill: currentColor;
  height: 23px;
  width: 50px;
}

.llms-course-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.llms-course-navigation .llms-prev-lesson,
.llms-course-navigation .llms-next-lesson,
.llms-course-navigation .llms-back-to-course {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.llms-course-navigation .llms-prev-lesson + .llms-back-to-course {
  text-align: right;
}
.llms-course-navigation .llms-next-lesson .llms-lesson-preview .llms-lesson-link {
  text-align: right;
}
.llms-course-navigation .llms-lesson-preview {
  border: 1px solid #dedede;
}
.llms-course-navigation .llms-lesson-link {
  display: block;
}

/* progress bar */
.llms-progress {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  height: 1em;
  width: 100%;
  margin: 15px 0;
}

.llms-progress .llms-progress-bar {
  background-color: #dedede;
  position: relative;
  height: 0.4em;
  top: 0.3em;
  width: 100%;
}

.llms-progress .progress-bar-complete {
  background-color: #ef476f;
  height: 100%;
}

.progress__indicator {
  float: right;
  text-align: right;
  height: 1em;
  line-height: 1em;
  margin-left: 5px;
  white-space: nowrap;
}

.llms-author .name {
  margin-left: 5px;
}
.llms-author .label {
  margin-left: 5px;
}
.llms-author .avatar {
  border-radius: 50%;
}
.llms-author .bio {
  margin-top: 5px;
}

.llms-instructor-info {
  margin: 40px 0;
}
.llms-instructor-info .llms-meta-title {
  margin: 0;
}
.llms-instructor-info .llms-instructors .llms-col:first-child .llms-author {
  margin-left: 0;
}
.llms-instructor-info .llms-instructors .llms-col:last-child .llms-author {
  margin-right: 0;
}
.llms-instructor-info .llms-instructors .llms-author {
  background: #fefefe;
  border: 1px solid #dedede;
  border-top: 4px solid #466dd8;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #010101;
  text-align: center;
  margin: 45px 0 0;
  padding: 0 20px 20px;
}
.llms-instructor-info .llms-instructors .llms-author .avatar {
  background: #466dd8;
  border: 4px solid #466dd8;
  display: block;
  margin: -35px auto 10px;
}
.llms-instructor-info .llms-instructors .llms-author .llms-author-info {
  display: block;
}
.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name {
  font-weight: 700;
}
.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label {
  font-size: 85%;
}
.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio {
  font-size: 90%;
  margin-bottom: 0;
}

.llms_review {
  margin: 20px 0px;
  padding: 10px;
}
.llms_review h5 {
  font-size: 17px;
  margin: 3px 0px;
}
.llms_review h6 {
  font-size: 13px;
}
.llms_review p {
  font-size: 15px;
}

.review_box [type=text] {
  margin: 10px 0px;
}
.review_box .review_error {
  color: red;
  display: none;
}
.review_box + .thank_you_box {
  display: none;
}

.llms-notice {
  background: rgba(70, 109, 216, 0.3);
  border-color: #466dd8;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 40px;
}
.llms-notice a {
  color: inherit;
}
.llms-notice p:last-child, .llms-notice ul:last-child {
  margin-bottom: 0;
}
.llms-notice li {
  list-style-type: none;
}
.llms-notice.llms-debug {
  background: rgba(202, 202, 202, 0.3);
  border-color: #cacaca;
}
.llms-notice.llms-error {
  background: rgba(187, 35, 28, 0.15);
  border-color: #bb231c;
}
.llms-notice.llms-success {
  background: rgba(77, 141, 60, 0.15);
  border-color: #4d8d3c;
}

.entry-content .llms-notice {
  margin: 0 0 40px;
}
.entry-content .llms-notice li {
  list-style-type: none;
}

ul.llms-achievements-loop,
.lifterlms ul.llms-achievements-loop,
ul.llms-certificates-loop,
.lifterlms ul.llms-certificates-loop {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
}
ul.llms-achievements-loop:before, ul.llms-achievements-loop:after,
.lifterlms ul.llms-achievements-loop:before,
.lifterlms ul.llms-achievements-loop:after,
ul.llms-certificates-loop:before,
ul.llms-certificates-loop:after,
.lifterlms ul.llms-certificates-loop:before,
.lifterlms ul.llms-certificates-loop:after {
  content: " ";
  display: table;
}
ul.llms-achievements-loop:after,
.lifterlms ul.llms-achievements-loop:after,
ul.llms-certificates-loop:after,
.lifterlms ul.llms-certificates-loop:after {
  clear: both;
}
ul.llms-achievements-loop li.llms-achievement-loop-item,
ul.llms-achievements-loop li.llms-certificate-loop-item,
.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item,
.lifterlms ul.llms-achievements-loop li.llms-certificate-loop-item,
ul.llms-certificates-loop li.llms-achievement-loop-item,
ul.llms-certificates-loop li.llms-certificate-loop-item,
.lifterlms ul.llms-certificates-loop li.llms-achievement-loop-item,
.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  width: 100%;
}
@media all and (min-width: 600px) {
  ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,
ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,
ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item {
    width: 100%;
  }
  ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,
ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,
ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item {
    width: 50%;
  }
  ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,
ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,
ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item {
    width: 33.3333333333%;
  }
  ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,
ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,
ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item {
    width: 25%;
  }
  ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item, ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,
.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,
ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,
ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,
.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item {
    width: 20%;
  }
}

.llms-achievement,
.llms-certificate {
  background: #fefefe;
  border: none;
  border-radius: 12px;
  color: #010101;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  width: 100%;
}
.llms-achievement:hover,
.llms-certificate:hover {
  background: #eaeaea;
}
.llms-achievement .llms-achievement-img,
.llms-certificate .llms-achievement-img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.llms-achievement .llms-achievement-title,
.llms-certificate .llms-achievement-title {
  color: #010101;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.llms-achievement .llms-certificate-title,
.llms-certificate .llms-certificate-title {
  color: #010101;
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px;
}
.llms-achievement .llms-achievement-info,
.llms-achievement .llms-achievement-date,
.llms-certificate .llms-achievement-info,
.llms-certificate .llms-achievement-date {
  display: none;
}
.llms-achievement .llms-achievement-content,
.llms-certificate .llms-achievement-content {
  padding: 20px;
}
.llms-achievement .llms-achievement-content:empty,
.llms-certificate .llms-achievement-content:empty {
  padding: 0;
}
.llms-achievement .llms-achievement-content *:last-child,
.llms-certificate .llms-achievement-content *:last-child {
  margin-bottom: 0;
}

.llms-certificate {
  border: 4px double #dedede;
  padding: 20px 10px;
  background: #fefefe;
  text-align: center;
}
.llms-certificate:hover {
  background: #fefefe;
  border-color: #eaeaea;
}

.llms-achievement-modal .llms-achievement {
  background: #fff;
}
.llms-achievement-modal .llms-achievement-info {
  display: block;
}
.llms-achievement-modal .llms-achievement-title {
  display: none;
}

.llms-notification {
  background: #fefefe;
  -webkit-box-shadow: 0 1px 2px -2px #333, 0 1px 1px -1px #333;
          box-shadow: 0 1px 2px -2px #333, 0 1px 1px -1px #333;
  border-top: 4px solid #466dd8;
  color: #010101;
  opacity: 0;
  padding: 12px;
  position: fixed;
  right: -800px;
  top: 24px;
  -webkit-transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out;
  visibility: hidden;
  width: auto;
  z-index: 9999999;
}
.llms-notification:before, .llms-notification:after {
  content: " ";
  display: table;
}
.llms-notification:after {
  clear: both;
}
.llms-notification.visible {
  left: 12px;
  opacity: 1;
  right: 12px;
  -webkit-transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  visibility: visible;
}
.llms-notification.visible:hover .llms-notification-dismiss {
  opacity: 1;
}
.llms-notification .llms-notification-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.llms-notification .llms-notification-main {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.llms-notification .llms-notification-title {
  color: #010101;
  font-size: 18px;
  margin: 0;
}
.llms-notification .llms-notification-body {
  font-size: 14px;
  line-height: 1.4;
}
.llms-notification .llms-notification-body p, .llms-notification .llms-notification-body li {
  font-size: inherit;
}
.llms-notification .llms-notification-body p {
  margin-bottom: 8px;
}
.llms-notification .llms-notification-body p img {
  max-width: 100%;
}
.llms-notification .llms-notification-body .llms-mini-cert {
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: inset 0 0 0 3px #fefefe, inset 0 0 0 4px #dedede;
          box-shadow: inset 0 0 0 3px #fefefe, inset 0 0 0 4px #dedede;
  padding: 16px 16px 24px;
  margin-top: 12px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title {
  font-size: 16px;
  font-weight: 700;
  margin: 12px auto;
  text-align: center;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body {
  width: 100%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(1) {
  width: 65%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(2) {
  width: 35%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(3) {
  width: 85%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(4) {
  width: 75%;
  margin-top: 18px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(5) {
  width: 70%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(6) {
  margin-left: 12px;
  margin-bottom: -24px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(7) {
  width: 65%;
  margin-right: 12px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-line {
  border-radius: 2px;
  height: 8px;
  background: #b0b0b0;
  background-image: -webkit-gradient(linear, left top, right top, from(#b0b0b0), color-stop(20%, #a0a0a0), color-stop(40%, #b0b0b0), to(#b0b0b0));
  background-image: linear-gradient(to right, #b0b0b0 0%, #a0a0a0 20%, #b0b0b0 40%, #b0b0b0 100%);
  background-repeat: no-repeat;
  margin: 4px auto;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-dot {
  background: #b0b0b0;
  border-radius: 50%;
  display: inline-block;
  content: "";
  height: 24px;
  width: 24px;
}
.llms-notification .llms-notification-body .llms-mini-cert p {
  margin-bottom: 0;
}
.llms-notification .llms-notification-aside {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.llms-notification .llms-notification-icon {
  display: block;
  max-width: 64px;
}
.llms-notification .llms-notification-footer {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  margin-top: 12px;
  padding: 6px 6px 0;
  text-align: right;
}
.llms-notification .llms-notification-footer a {
  color: #010101;
}
.llms-notification .llms-notification-dismiss {
  color: #bb231c;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 8px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.llms-sd-notification-center .llms-notification-list,
.llms-sd-notification-center .llms-notification-list-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification {
  background: #fcfcfc;
}
.llms-sd-notification-center .llms-notification {
  opacity: 1;
  border-top: 1px solid #e5e5e5;
  left: auto;
  padding: 24px;
  position: relative;
  right: auto;
  top: auto;
  visibility: visible;
  width: auto;
}
.llms-sd-notification-center .llms-notification .llms-notification-aside {
  max-width: 64px;
}
.llms-sd-notification-center .llms-notification .llms-notification-footer {
  border: none;
  padding: 0;
  text-align: left;
}
.llms-sd-notification-center .llms-notification .llms-progress {
  display: none !important;
}
.llms-sd-notification-center .llms-notification .llms-notification-date {
  color: #515151;
  float: left;
  margin-right: 6px;
}
.llms-sd-notification-center .llms-notification .llms-mini-cert {
  margin: 0 auto;
  max-width: 380px;
}

@media all and (min-width: 480px) {
  .llms-notification {
    right: -800px;
    width: 360px;
  }
  .llms-notification.visible {
    left: auto;
    right: 24px;
  }
  .llms-notification .llms-notification-dismiss {
    opacity: 0;
  }
}
.llms-pagination ul {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
}
.llms-pagination ul li {
  float: left;
}
.llms-pagination ul li a {
  border-bottom: 0;
  text-decoration: none;
}
.llms-pagination ul li .page-numbers {
  padding: 0.5em;
  text-decoration: underline;
}
.llms-pagination ul li .page-numbers.current {
  text-decoration: none;
}

.llms-tooltip {
  background: #2a2a2a;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  top: -20px;
  padding: 8px 12px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease, top 0.2s ease;
  transition: opacity 0.2s ease, top 0.2s ease;
  max-width: 320px;
}
.llms-tooltip.show {
  top: -28px;
  opacity: 1;
}
.llms-tooltip:after {
  bottom: -8px;
  border-top: 8px solid #2a2a2a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.webui-popover-title {
  font-size: initial;
  font-weight: initial;
  line-height: initial;
}

.webui-popover-inverse .webui-popover-inner .close {
  color: #fff;
  opacity: 0.6;
  text-shadow: none;
}
.webui-popover-inverse .webui-popover-inner .close:hover {
  opacity: 0.8;
}
.webui-popover-inverse .webui-popover-content a {
  color: #fff;
  text-decoration: underline;
}
.webui-popover-inverse .webui-popover-content a:hover {
  text-decoration: none;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question {
  background: #efefef;
  border-radius: 6px;
  margin: 0 0 15px;
  position: relative;
  list-style-type: none;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 35px 15px 15px;
  text-decoration: none;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect {
  background: rgba(192, 86, 33, 0.2);
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon {
  background-color: #c05621;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
  background: rgba(77, 141, 60, 0.15);
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
  background-color: #4d8d3c;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect {
  background: rgba(187, 35, 28, 0.15);
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon {
  background-color: #bb231c;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question pre {
  overflow: auto;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title {
  font-size: 22px;
  margin: 0;
  line-height: 1.4;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points {
  line-height: 1.4;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip {
  position: absolute;
  right: -12px;
  top: -2px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon {
  color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main {
  display: none;
  padding: 0 15px 15px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label {
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers {
  margin: 0;
  padding: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  padding: 0;
  margin: 0 0 0 30px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child {
  list-style-type: none;
  margin-left: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img {
  height: auto;
  max-width: 200px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 20px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed {
  opacity: 0.5;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title {
  font-style: italic;
  font-weight: normal;
}
.single-llms_quiz .llms-return {
  margin-bottom: 10px;
}
.single-llms_quiz .llms-quiz-results:before, .single-llms_quiz .llms-quiz-results:after {
  content: " ";
  display: table;
}
.single-llms_quiz .llms-quiz-results:after {
  clear: both;
}
.single-llms_quiz .llms-quiz-results .llms-donut.passing {
  color: #4d8d3c;
}
.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path {
  stroke: #4d8d3c;
}
.single-llms_quiz .llms-quiz-results .llms-donut.pending {
  color: #555;
}
.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path {
  stroke: #555;
}
.single-llms_quiz .llms-quiz-results .llms-donut.failing {
  color: #bb231c;
}
.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path {
  stroke: #bb231c;
}
.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
  margin-bottom: 20px;
}
@media all and (min-width: 600px) {
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
    float: left;
    width: 220px;
  }
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside + .llms-quiz-results-main {
    float: right;
    width: calc(100% - 300px);
  }
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside + .llms-quiz-results-main + .llms-quiz-results-history {
    float: right;
    width: calc(100% - 300px);
  }
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
    clear: right;
  }
}
.single-llms_quiz ul.llms-quiz-meta-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-llms_quiz ul.llms-quiz-meta-info li {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}
.single-llms_quiz ul.llms-quiz-meta-info {
  margin-bottom: 10px;
}
.single-llms_quiz .llms-quiz-buttons {
  margin-top: 10px;
  text-align: left;
}
.single-llms_quiz .llms-quiz-buttons form {
  display: inline-block;
}

.llms-quiz-question-wrapper {
  min-height: 140px;
  position: relative;
}
.llms-quiz-question-wrapper .llms-quiz-loading {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}
.llms-quiz-question-wrapper .llms-question-image img {
  height: auto;
  max-width: 100%;
}

.llms-quiz-ui {
  position: relative;
}
.llms-quiz-ui .llms-quiz-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}
.llms-quiz-ui .llms-progress {
  background-color: #dedede;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 8px;
  margin: 0;
  overflow: hidden;
}
.llms-quiz-ui .llms-progress .progress-bar-complete {
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  width: 0;
}
.llms-quiz-ui .llms-error {
  background: rgba(187, 35, 28, 0.15);
  border: 1px solid #bb231c;
  border-radius: 6px;
  margin: 20px 0;
  padding: 15px;
}
.llms-quiz-ui .llms-error:before, .llms-quiz-ui .llms-error:after {
  content: " ";
  display: table;
}
.llms-quiz-ui .llms-error:after {
  clear: both;
}
.llms-quiz-ui .llms-error a {
  color: #bb231c;
  float: right;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
.llms-quiz-ui .llms-quiz-counter {
  display: none;
  color: #6a6a6a;
  float: right;
  font-size: 18px;
}
.llms-quiz-ui .llms-quiz-counter .llms-sep {
  margin: 0 5px;
}
.llms-quiz-ui .llms-quiz-nav {
  margin-top: 20px;
}
.llms-quiz-ui .llms-quiz-nav button {
  margin: 0 10px 0 0;
}

.llms-question-wrapper .llms-question-text {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.llms-question-wrapper ol.llms-question-choices {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
  position: relative;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child {
  border-bottom: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture {
  border-bottom: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label {
  display: inline-block;
  padding: 0;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker {
  bottom: 10px;
  margin: 0;
  position: absolute;
  right: 10px;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image {
  margin: 2px;
  padding: 20px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img {
  display: block;
  height: auto;
  width: 100%;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked ~ .llms-choice-image {
  background: #efefef;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input {
  display: none;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice label {
  display: block;
  margin: 0;
  padding: 10px 20px;
  position: relative;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .iterator {
  display: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .fa {
  display: inline;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker {
  background: #fefefe;
  color: #010101;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
  width: 40px;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa {
  display: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister, .llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox {
  border-radius: 4px;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio {
  border-radius: 50%;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker {
  background: #ef476f;
  color: #fff;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker .iterator {
  display: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker .fa {
  display: inline;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.llms-quiz-timer {
  background: #fff;
  border: 1px solid #4d8d3c;
  border-radius: 4px;
  color: #4d8d3c;
  float: right;
  font-size: 18px;
  line-height: 1;
  margin-left: 20px;
  padding: 8px 12px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.llms-quiz-timer.color-half {
  border-color: #c05621;
  color: #c05621;
}
.llms-quiz-timer.color-empty {
  border-color: #bb231c;
  color: #bb231c;
}
.llms-quiz-timer .llms-tiles {
  display: inline-block;
  margin-left: 5px;
}

.voucher-expand {
  display: none;
}

@media all and (min-width: 600px) {
  .llms-access-plans.cols-1 .llms-access-plan {
    width: 100%;
  }
  .llms-access-plans.cols-2 .llms-access-plan {
    width: 50%;
  }
  .llms-access-plans.cols-3 .llms-access-plan {
    width: 33.3333333333%;
  }
  .llms-access-plans.cols-4 .llms-access-plan {
    width: 25%;
  }
  .llms-access-plans.cols-5 .llms-access-plan {
    width: 20%;
  }
}

.llms-free-enroll-form {
  margin-bottom: 0;
}

.llms-access-plan {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  text-align: center;
  width: 100%;
}
.llms-access-plan .llms-access-plan-content,
.llms-access-plan .llms-access-plan-footer {
  background: #f1f1f1;
}
.llms-access-plan.featured .llms-access-plan-featured {
  background: #466dd8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.llms-access-plan.featured .llms-access-plan-content {
  border-radius: 0;
}
.llms-access-plan.featured .llms-access-plan-title {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.llms-access-plan.featured .llms-access-plan-footer,
.llms-access-plan.featured .llms-access-plan-content {
  border-left: 3px solid #466dd8;
  border-right: 3px solid #466dd8;
}
.llms-access-plan.featured .llms-access-plan-footer {
  border-bottom-color: #466dd8;
}
.llms-access-plan.on-sale .price-regular {
  text-decoration: line-through;
}
.llms-access-plan.on-sale .price-regular .lifterlms-price {
  font-weight: 400;
}
.llms-access-plan .stamp {
  background: #466dd8;
  border-radius: 6px;
  color: #fefefe;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  padding: 5px 8px 4px;
}

.llms-access-plan-featured {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 2px 0 2px;
  padding: 5px 0 0;
}

.llms-access-plan-content {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  margin: 0 2px 0;
  overflow: hidden;
}
.llms-access-plan-content .llms-access-plan-pricing {
  color: #010101;
  padding: 20px 0 0;
}
.llms-access-plan-content .llms-form-fields {
  padding: 10px;
}

.llms-access-plan-title {
  background: #466dd8;
  color: #fefefe;
  margin: 0;
  padding: 10px 15px;
}

.llms-access-plan-pricing .llms-price-currency-symbol {
  font-size: 14px;
  vertical-align: top;
}

.llms-access-plan-price .lifterlms-price {
  font-weight: 700;
}
.llms-access-plan-price.sale {
  padding: 5px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.llms-access-plan-trial,
.llms-access-plan-schedule,
.llms-access-plan-sale-end,
.llms-access-plan-expiration {
  font-size: 16px;
}

.llms-access-plan-description {
  color: #010101;
  font-size: 16px;
  padding: 10px 10px 0;
}
.llms-access-plan-description ul {
  margin: 0;
}
.llms-access-plan-description ul li {
  border-bottom: 1px solid #d0d0d0;
  list-style-type: none;
}
.llms-access-plan-description ul li:last-child {
  border-bottom: none;
}
.llms-access-plan-description div:last-child, .llms-access-plan-description img:last-child, .llms-access-plan-description p:last-child, .llms-access-plan-description ul:last-child, .llms-access-plan-description li:last-child {
  margin-bottom: 0;
}

.llms-access-plan-restrictions {
  margin-top: 20px;
}
.llms-access-plan-restrictions .stamp {
  vertical-align: baseline;
}
.llms-access-plan-restrictions ul {
  margin: 5px 0 0 0;
  padding: 0;
}
.llms-access-plan-restrictions ul li {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-access-plan-restrictions a {
  color: #c05621;
}
.llms-access-plan-restrictions a:hover {
  color: #f67d28;
}

.llms-access-plan-footer {
  border-bottom: 3px solid #f1f1f1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 15px;
  margin: 0 2px 2px 2px;
}
.llms-access-plan-footer .button {
  display: inline-block;
}
.llms-access-plan-footer .llms-access-plan-pricing {
  padding: 0 0 10px;
}

.webui-popover-content .llms-members-only-restrictions {
  text-align: center;
}
.webui-popover-content .llms-members-only-restrictions ul, .webui-popover-content .llms-members-only-restrictions ol, .webui-popover-content .llms-members-only-restrictions li, .webui-popover-content .llms-members-only-restrictions p {
  margin: 0;
  padding: 0;
}
.webui-popover-content .llms-members-only-restrictions ul, .webui-popover-content .llms-members-only-restrictions ol, .webui-popover-content .llms-members-only-restrictions li {
  list-style-type: none;
}
.webui-popover-content .llms-members-only-restrictions li {
  padding: 8px 0;
  border-top: 1px solid #3b3b3b;
}
.webui-popover-content .llms-members-only-restrictions li:first-child {
  border-top: none;
}
.webui-popover-content .llms-members-only-restrictions li a {
  display: block;
}

.llms-checkout-wrapper .llms-person-login-form-wrapper {
  margin-bottom: 40px;
}
.llms-checkout-wrapper form.llms-login {
  display: none;
}
.llms-checkout-wrapper .llms-form-heading {
  margin: 0 0 20px;
}

.llms-checkout {
  position: relative;
}

.llms-checkout-cols-2.llms-col-2 section {
  background-color: #fefefe;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
}
.llms-checkout-cols-2.llms-col-2 section .llms-form-heading {
  padding: 0;
}
@media all and (min-width: 800px) {
  .llms-checkout-cols-2 .llms-checkout-col {
    float: left;
  }
  .llms-checkout-cols-2 .llms-checkout-col.llms-col-1 {
    margin-right: 20px;
    width: calc(58% - 20px);
  }
  .llms-checkout-cols-2 .llms-checkout-col.llms-col-2 {
    margin-left: 20px;
    width: calc(42% - 20px);
  }
  .llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button {
    width: 100%;
  }
}

.llms-checkout-section {
  margin-bottom: 40px;
  position: relative;
}

.llms-checkout-section-content.llms-form-fields {
  margin: 0px;
}
.llms-checkout-section-content .llms-label {
  font-weight: 400;
}
.llms-checkout-section-content .llms-order-summary {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-checkout-section-content .llms-order-summary li {
  list-style-type: none;
  margin: 0 0 15px 0;
}
.llms-checkout-section-content .llms-order-summary :not(.llms-label) {
  font-weight: 700;
}
.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular, .llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular {
  text-decoration: line-through;
}
.llms-checkout-section-content .llms-coupon-wrapper {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  padding-top: 20px;
}
.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry {
  display: none;
  margin-top: 20px;
}

.llms-form-field.llms-payment-gateway-option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.llms-form-field.llms-payment-gateway-option label + span.llms-description {
  display: inline-block;
  margin-left: 5px;
}
.llms-form-field.llms-payment-gateway-option .llms-description a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.llms-form-field.llms-payment-gateway-option .llms-description img {
  display: inline;
  max-height: 22px;
  vertical-align: middle;
}

.llms-checkout-wrapper ul.llms-payment-gateways {
  margin: 5px 0 0;
  padding: 0;
}

ul.llms-payment-gateways {
  list-style-type: none;
}
ul.llms-payment-gateways li:last-child:after {
  border-bottom: 1px solid #dedede;
  content: "";
  display: block;
  margin: 20px 0;
}
ul.llms-payment-gateways .llms-payment-gateway {
  margin-bottom: 30px;
  list-style-type: none;
}
ul.llms-payment-gateways .llms-payment-gateway:last-child {
  margin-bottom: none;
}
ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label {
  font-weight: 700;
}
ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields {
  display: block;
}
ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice {
  margin-left: 10px;
  margin-right: 10px;
}
ul.llms-payment-gateways .llms-payment-gateway .llms-form-field {
  padding-bottom: 0;
}
ul.llms-payment-gateways .llms-gateway-description {
  margin-left: 40px;
}
ul.llms-payment-gateways .llms-gateway-fields {
  display: none;
  margin: 5px 0 20px;
}
ul.llms-payment-gateways .llms-payment-gateway-error {
  padding: 0 10px;
}

.llms-checkout-confirm {
  margin: 0;
}

.llms-payment-method {
  margin: 10px 10px 0;
}

.llms-gateway-description p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}

.llms-form-fields {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.llms-form-fields * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.llms-form-fields.flush .llms-form-field {
  padding: 0 0 20px;
}
.llms-form-fields label:not(.llms-field-html label) {
  font-weight: 700;
}
.llms-form-fields .wp-block-columns, .llms-form-fields .wp-block-column {
  margin-bottom: 0;
}

.llms-form-heading {
  padding: 0 10px 10px;
}

.llms-form-field {
  float: left;
  padding: 0 10px 20px;
  position: relative;
  width: 100%;
}
.llms-form-field label:empty:after {
  content: " ";
}
.llms-form-field [type=text],
.llms-form-field [type=password],
.llms-form-field [type=email],
.llms-form-field [type=url],
.llms-form-field [type=tel],
.llms-form-field [type=number] {
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  padding: 8px 12px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
.llms-form-field input:focus,
.llms-form-field input:focus-visible {
  border-color: #6888df;
  outline: thin solid;
}
.llms-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fefefe;
  border: 1px solid #999;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #010101;
  padding: 8px 12px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  cursor: inherit;
  line-height: 1.6;
  z-index: 1;
  outline: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, currentcolor 50%), linear-gradient(135deg, currentcolor 50%, transparent 50%);
  background-position: right 15px top 1.3rem, right 10px top 1.3rem;
  background-size: 5px 5px, 5px 5px;
}
.llms-form-field select::-ms-expand {
  display: none;
}
.llms-form-field select:focus {
  border: 1px solid #6888df;
  outline: thin solid;
}
.llms-form-field.valid input[type=date], .llms-form-field.valid input[type=time], .llms-form-field.valid input[type=datetime-local], .llms-form-field.valid input[type=week], .llms-form-field.valid input[type=month], .llms-form-field.valid input[type=text], .llms-form-field.valid input[type=email], .llms-form-field.valid input[type=url], .llms-form-field.valid input[type=password], .llms-form-field.valid input[type=search], .llms-form-field.valid input[type=tel], .llms-form-field.valid input[type=number], .llms-form-field.valid textarea, .llms-form-field.valid select {
  background: rgba(131, 195, 115, 0.3);
  border-color: #83c373;
}
.llms-form-field.error input[type=date], .llms-form-field.error input[type=time], .llms-form-field.error input[type=datetime-local], .llms-form-field.error input[type=week], .llms-form-field.error input[type=month], .llms-form-field.error input[type=text], .llms-form-field.error input[type=email], .llms-form-field.error input[type=url], .llms-form-field.error input[type=password], .llms-form-field.error input[type=search], .llms-form-field.error input[type=tel], .llms-form-field.error input[type=number], .llms-form-field.error textarea, .llms-form-field.error select, .llms-form-field.invalid input[type=date], .llms-form-field.invalid input[type=time], .llms-form-field.invalid input[type=datetime-local], .llms-form-field.invalid input[type=week], .llms-form-field.invalid input[type=month], .llms-form-field.invalid input[type=text], .llms-form-field.invalid input[type=email], .llms-form-field.invalid input[type=url], .llms-form-field.invalid input[type=password], .llms-form-field.invalid input[type=search], .llms-form-field.invalid input[type=tel], .llms-form-field.invalid input[type=number], .llms-form-field.invalid textarea, .llms-form-field.invalid select {
  background: rgba(187, 35, 28, 0.3);
  border-color: #bb231c;
}
.llms-form-field.llms-visually-hidden-field {
  display: none;
}
.llms-form-field.align-right {
  text-align: right;
}
@media screen and (min-width: 600px) {
  .llms-form-field.llms-cols-1 {
    width: 8.3333333333%;
  }
  .llms-form-field.llms-cols-2 {
    width: 16.6666666667%;
  }
  .llms-form-field.llms-cols-3 {
    width: 25%;
  }
  .llms-form-field.llms-cols-4 {
    width: 33.3333333333%;
  }
  .llms-form-field.llms-cols-5 {
    width: 41.6666666667%;
  }
  .llms-form-field.llms-cols-6 {
    width: 50%;
  }
  .llms-form-field.llms-cols-7 {
    width: 58.3333333333%;
  }
  .llms-form-field.llms-cols-8 {
    width: 66.6666666667%;
  }
  .llms-form-field.llms-cols-9 {
    width: 75%;
  }
  .llms-form-field.llms-cols-10 {
    width: 83.3333333333%;
  }
  .llms-form-field.llms-cols-11 {
    width: 91.6666666667%;
  }
  .llms-form-field.llms-cols-12 {
    width: 100%;
  }
}
.llms-form-field.type-hidden {
  padding: 0;
}
.llms-form-field.type-radio input,
.llms-form-field.type-radio label, .llms-form-field.type-checkbox input,
.llms-form-field.type-checkbox label {
  display: inline-block;
  width: auto;
}
.llms-form-field.type-radio input, .llms-form-field.type-checkbox input {
  margin-right: 10px;
}
.llms-form-field.type-radio label + .llms-description, .llms-form-field.type-checkbox label + .llms-description {
  display: block;
}
.llms-form-field.type-radio:not(.is-group) input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: none;
}
.llms-form-field.type-radio:not(.is-group) label:before {
  background: #fafafa;
  background-position: -24px 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.35) 0 0 0 1px;
          box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.35) 0 0 0 1px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  top: -3px;
  vertical-align: middle;
  width: 22px;
  z-index: 2;
}
.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked + label:before {
  -webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  background-position: 0 0;
  background-image: radial-gradient(ellipse at center, #466dd8 0%, #466dd8 40%, #fafafa 45%);
}
.llms-form-field .llms-input-group {
  margin-top: 5px;
}
.llms-form-field .llms-input-group .llms-form-field {
  padding: 0 0 5px 5px;
}
.llms-form-field.type-reset button:not(.auto), .llms-form-field.type-button button:not(.auto), .llms-form-field.type-submit button:not(.auto) {
  width: 100%;
}
.llms-form-field .llms-description {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}
.llms-form-field .llms-required {
  color: #bb231c;
  margin-left: 4px;
}
.llms-form-field input, .llms-form-field textarea, .llms-form-field select {
  width: 100%;
  margin-bottom: 5px;
}
.llms-form-field .select2-container .select2-selection--single {
  height: auto;
  padding: 4px 6px;
}
.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.llms-form-field:has(.llms-visibility-toggle) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-areas: "label toggle" "input input";
  grid-template-columns: 1fr auto;
}
.llms-form-field:has(.llms-visibility-toggle) label {
  grid-area: label;
}
.llms-form-field:has(.llms-visibility-toggle) input {
  grid-area: input;
}
.llms-form-field:has(.llms-visibility-toggle) .llms-visibility-toggle {
  grid-area: toggle;
  justify-self: end;
}

.llms-password-strength-meter {
  border: 1px solid #dadada;
  display: none;
  font-size: 10px;
  margin-top: -10px;
  padding: 1px;
  position: relative;
  text-align: center;
}
.llms-password-strength-meter:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.llms-password-strength-meter.mismatch, .llms-password-strength-meter.too-short, .llms-password-strength-meter.very-weak {
  border-color: #e35b5b;
}
.llms-password-strength-meter.mismatch:before, .llms-password-strength-meter.too-short:before, .llms-password-strength-meter.very-weak:before {
  background: rgba(227, 91, 91, 0.25);
  width: 25%;
}
.llms-password-strength-meter.too-short:before {
  width: 0;
}
.llms-password-strength-meter.weak {
  border-color: #f78b53;
}
.llms-password-strength-meter.weak:before {
  background: rgba(247, 139, 83, 0.25);
  width: 50%;
}
.llms-password-strength-meter.medium {
  border-color: #ffc733;
}
.llms-password-strength-meter.medium:before {
  background: rgba(255, 199, 51, 0.25);
  width: 75%;
}
.llms-password-strength-meter.strong {
  border-color: #83c373;
}
.llms-password-strength-meter.strong:before {
  background: rgba(131, 195, 115, 0.25);
  width: 100%;
}
.llms-password-strength-meter + .llms-description {
  display: block;
}

.llms-widget-syllabus--collapsible .llms-section .section-header {
  cursor: pointer;
}
.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right {
  display: none;
}
.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down {
  display: none;
}
.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson {
  display: none;
}
.llms-widget-syllabus--collapsible .llms-syllabus-footer {
  text-align: left;
}

.llms-student-dashboard {
  /**
   * Dashboard Home
   */
}
.llms-student-dashboard .llms-sd-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 40px 0 20px 0;
}
.llms-student-dashboard .llms-sd-title small {
  font-size: 18px;
}
.llms-student-dashboard .llms-sd-title small + a {
  text-decoration: none;
}
.llms-student-dashboard .llms-sd-items {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.llms-student-dashboard .llms-sd-item {
  display: inline-block;
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}
.llms-student-dashboard .llms-sd-item:last-child .llms-sep {
  display: none;
}
.llms-student-dashboard .llms-sd-item .llms-sep {
  color: #666;
  margin: 0 5px;
}
.llms-student-dashboard .llms-sd-section {
  margin-bottom: 40px;
}
.llms-student-dashboard .llms-sd-section h2 {
  margin: 0 0 15px 0;
}
.llms-student-dashboard .llms-sd-section .llms-sd-section-title {
  margin: 0;
  padding: 0;
}
.llms-student-dashboard .llms-sd-section .llms-sd-section-title:first-child {
  margin: 0 0 10px 0;
}
.llms-student-dashboard .llms-sd-section .llms-sd-section-footer {
  margin-top: 10px;
}
.llms-student-dashboard .llms-sd-section .llms-sd-section-footer a.llms-button-secondary {
  display: inline-block;
}
.llms-student-dashboard .llms-sd-section .llms-certificates-loop {
  margin: 0 0 0 -10px;
}
.llms-student-dashboard .llms-sd-section .llms-certificate {
  padding: 20px 0;
}
.llms-student-dashboard .orders-table {
  border: 1px solid #dedede;
  border-spacing: 0;
  width: 100%;
}
.llms-student-dashboard .orders-table thead {
  display: none;
}
.llms-student-dashboard .orders-table thead th, .llms-student-dashboard .orders-table thead td {
  font-weight: 700;
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .orders-table thead {
    display: table-header-group;
  }
}
.llms-student-dashboard .orders-table tbody tr:nth-child(odd) td, .llms-student-dashboard .orders-table tbody tr:nth-child(odd) th {
  background: #f9f9f9;
}
.llms-student-dashboard .orders-table tbody tr:last-child {
  border-bottom-width: 0;
}
.llms-student-dashboard .orders-table tfoot tr {
  background: #f9f9f9;
}
.llms-student-dashboard .orders-table tfoot th, .llms-student-dashboard .orders-table tfoot td {
  padding: 10px;
  text-align: right;
}
.llms-student-dashboard .orders-table tfoot th:last-child, .llms-student-dashboard .orders-table tfoot td:last-child {
  border-bottom-width: 0;
}
.llms-student-dashboard .orders-table th {
  font-weight: 700;
}
.llms-student-dashboard .orders-table th, .llms-student-dashboard .orders-table td {
  border-color: #dedede;
  border-style: solid;
  border-width: 0;
  display: block;
  padding: 15px 20px;
  text-align: center;
}
.llms-student-dashboard .orders-table th .llms-button-primary, .llms-student-dashboard .orders-table td .llms-button-primary {
  display: inline-block;
}
.llms-student-dashboard .orders-table th:last-child, .llms-student-dashboard .orders-table td:last-child {
  border-bottom-width: 1px;
}
.llms-student-dashboard .orders-table th:before, .llms-student-dashboard .orders-table td:before {
  content: attr(data-label);
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .orders-table th, .llms-student-dashboard .orders-table td {
    border-bottom-width: 1px;
    display: table-cell;
    text-align: left;
  }
  .llms-student-dashboard .orders-table th:first-child, .llms-student-dashboard .orders-table td:first-child {
    width: 220px;
  }
  .llms-student-dashboard .orders-table th:before, .llms-student-dashboard .orders-table td:before {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .orders-table.transactions th:first-child {
    width: auto;
  }
}
.llms-student-dashboard .llms-status {
  border-radius: 6px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 6px;
  vertical-align: middle;
}
.llms-student-dashboard .llms-status.llms-size--large {
  font-size: 105%;
  padding: 6px 12px;
}
.llms-student-dashboard .llms-status.llms-active, .llms-student-dashboard .llms-status.llms-completed, .llms-student-dashboard .llms-status.llms-pass, .llms-student-dashboard .llms-status.llms-txn-succeeded {
  color: #4d8d3c;
  background-color: rgba(77, 141, 60, 0.15);
}
.llms-student-dashboard .llms-status.llms-fail, .llms-student-dashboard .llms-status.llms-failed, .llms-student-dashboard .llms-status.llms-expired, .llms-student-dashboard .llms-status.llms-cancelled, .llms-student-dashboard .llms-status.llms-txn-failed {
  color: #bb231c;
  background-color: rgba(187, 35, 28, 0.15);
}
.llms-student-dashboard .llms-status.llms-incomplete, .llms-student-dashboard .llms-status.llms-on-hold, .llms-student-dashboard .llms-status.llms-pending, .llms-student-dashboard .llms-status.llms-pending-cancel, .llms-student-dashboard .llms-status.llms-refunded, .llms-student-dashboard .llms-status.llms-txn-pending, .llms-student-dashboard .llms-status.llms-txn-refunded {
  color: #c05621;
  background-color: rgba(192, 86, 33, 0.15);
}
.llms-student-dashboard .order-title .llms-status {
  font-size: 18px;
}
.llms-student-dashboard .llms-person-form-wrapper .llms-change-password {
  display: none;
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .order-primary {
    float: left;
    width: 68%;
  }
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .order-secondary {
    float: left;
    width: 32%;
  }
}
.llms-student-dashboard .order-secondary form {
  margin-bottom: 0;
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .llms-view-order.llms-stack-cols .order-primary,
.llms-student-dashboard .llms-view-order.llms-stack-cols .order-secondary {
    float: none;
    width: 100%;
  }
}
.llms-student-dashboard .llms-switch-payment-source .llms-notice,
.llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice {
  margin-left: 10px;
  margin-right: 10px;
}
.llms-student-dashboard .llms-switch-payment-source-main {
  border: none;
  display: none;
  margin: 0;
}
.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways {
  padding: 10px 15px 0;
  margin: 0;
}
.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method,
.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary {
  padding: 0 25px 10px;
  margin: 0;
  list-style-type: none;
}
.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li,
.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li {
  list-style-type: none;
}
.llms-student-dashboard .llms-featured-pricing {
  display: none;
}
.llms-student-dashboard.dashboard .llms-sd-section {
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 40px;
}
.llms-student-dashboard .llms-loop-list {
  margin: 0 -10px;
}

.logged-in .llms-sd-layout-columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media all and (min-width: 600px) {
  .logged-in .llms-sd-layout-columns {
    display: grid;
    grid-gap: 25px;
    grid-template-areas: "nav header" "nav tab";
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
  }
}
.logged-in .llms-sd-layout-columns .llms-sd-nav {
  grid-area: nav;
}
@media all and (min-width: 600px) {
  .logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items .llms-sd-item {
    display: block;
    float: none;
  }
  .logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items .llms-sd-item a {
    display: block;
    padding: 10px 0;
  }
  .logged-in .llms-sd-layout-columns .llms-sd-nav .llms-sd-items .llms-sd-item .llms-sep {
    display: none;
  }
}
.logged-in .llms-sd-layout-columns .llms-sd-header {
  grid-area: header;
}
.logged-in .llms-sd-layout-columns .llms-sd-tab {
  grid-area: tab;
}

.llms-sd-grades .llms-table .llms-progress {
  display: block;
  margin: 0;
}
.llms-sd-grades .llms-table .llms-progress .llms-progress-bar {
  top: 0;
  height: 1.4em;
}
.llms-sd-grades .llms-table .llms-progress .progress__indicator {
  font-size: 1em;
  position: relative;
  right: 0.4em;
  top: 0.2em;
  z-index: 1;
}

.llms-table.llms-single-course-grades tbody tr:first-child td, .llms-table.llms-single-course-grades tbody tr:first-child th {
  background-color: #eaeaea;
}
.llms-table.llms-single-course-grades th {
  font-weight: 400;
  text-align: left;
}
.llms-table.llms-single-course-grades td .llms-donut {
  display: inline-block;
  vertical-align: middle;
}
.llms-table.llms-single-course-grades td .llms-status {
  margin-right: 4px;
}
.llms-table.llms-single-course-grades td .llms-donut + .llms-status {
  margin-left: 4px;
}
.llms-table.llms-single-course-grades th.llms-section_title {
  font-size: 110%;
  font-weight: 700;
}
.llms-table.llms-single-course-grades td.llms-lesson_title {
  max-width: 40%;
}
.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"] {
  pointer-events: none;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] {
  color: inherit;
  position: relative;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip {
  max-width: 380px;
  width: 380px;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show {
  top: -54px;
}

.llms-sd-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.llms-sd-widgets .llms-sd-widget {
  background: #fefefe;
  border: 1px solid #dedede;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 10px 20px;
  padding: 0 0 20px;
}
.llms-sd-widgets .llms-sd-widget:first-child {
  margin-left: 0;
}
.llms-sd-widgets .llms-sd-widget:last-child {
  margin-right: 0;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title {
  background: #466dd8;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 10px;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty {
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-align: center;
}
.llms-sd-widgets .llms-sd-widget .llms-donut {
  margin: 0 auto;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date {
  opacity: 0.8;
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date span {
  display: block;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day {
  font-size: 52px;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff {
  font-size: 12px;
  font-style: italic;
  margin-top: 8px;
  opacity: 0.75;
}
.llms-sd-widgets .llms-sd-widget .llms-achievement {
  background: transparent;
  margin: 0 auto;
  max-width: 120px;
}
.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title {
  display: none;
}

.redeem-voucher .form-row label {
  display: block;
  font-weight: 700;
}
.redeem-voucher .form-row input[type=text] {
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  padding: 8px 12px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.llms-sd-pagination {
  margin-top: 24px;
}
.llms-sd-pagination:before, .llms-sd-pagination:after {
  content: " ";
  display: table;
}
.llms-sd-pagination:after {
  clear: both;
}
.llms-sd-pagination .llms-button-secondary {
  display: inline-block;
}
.llms-sd-pagination .llms-button-secondary.prev {
  float: left;
}
.llms-sd-pagination .llms-button-secondary.next {
  float: right;
}

.llms-sd-notification-center {
  background: #fefefe;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px;
}
.llms-sd-notification-center .llms-notification-list-item .llms-notification {
  z-index: 1;
}
.llms-sd-notification-center .llms-notification-list-item .llms-notification:hover {
  background-color: inherit;
}

.llms-table {
  border: 1px solid #dedede;
  border-spacing: 0;
  width: 100%;
}
.llms-table thead th, .llms-table thead td {
  font-weight: 700;
}
.llms-table tbody tr:nth-child(odd) td, .llms-table tbody tr:nth-child(odd) th {
  background: #f9f9f9;
}
.llms-table tbody tr:last-child {
  border-bottom-width: 0;
}
.llms-table tfoot tr {
  background: #f9f9f9;
}
.llms-table tfoot tr .llms-pagination .page-numbers {
  margin: 0;
}
.llms-table tfoot tr .llms-table-sort {
  text-align: right;
}
.llms-table tfoot tr .llms-table-sort form, .llms-table tfoot tr .llms-table-sort select, .llms-table tfoot tr .llms-table-sort input, .llms-table tfoot tr .llms-table-sort button {
  margin: 0;
}
.llms-table th {
  font-weight: 700;
}
.llms-table th, .llms-table td {
  border-bottom: 1px solid #dedede;
  padding: 15px 20px;
}
.llms-table th:first-child, .llms-table td:first-child {
  padding-left: 12px;
}
.llms-table th:last-child, .llms-table td:last-child {
  padding-right: 12px;
}

#page .llms-table tfoot label {
  display: inline;
}

#page .llms-table tfoot select {
  height: auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

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

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

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

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

.fa-inverse {
  color: #ffffff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*# sourceMappingURL=../maps/css/lifterlms.css.map */
