#poststuff .llms-metabox:before, #poststuff .llms-metabox:after,
.llms-collapsible:before,
.llms-collapsible .llms-collapsible-header:before,
.llms-collapsible .llms-collapsible-body:before,
.llms-metabox .llms-access-plans:before,
.llms-form-fields:before,
.llms-collapsible:after,
.llms-collapsible .llms-collapsible-header:after,
.llms-collapsible .llms-collapsible-body:after,
.llms-metabox .llms-access-plans:after,
.llms-form-fields:after {
  content: " ";
  display: table; }

#poststuff .llms-metabox:after,
.llms-collapsible:after,
.llms-collapsible .llms-collapsible-header:after,
.llms-collapsible .llms-collapsible-body:after,
.llms-metabox .llms-access-plans:after,
.llms-form-fields:after {
  clear: both; }

.llms-button-action,
.llms-button-danger,
.llms-button-primary,
.llms-button-secondary {
  border: none;
  border-radius: 0;
  color: #fefefe;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .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; }

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

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

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

.llms-button-danger {
  background: #e5554e; }
  .llms-button-danger:hover {
    background: #e0332a; }
  .llms-button-danger:focus, .llms-button-danger:active {
    background: #e86660; }

.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.2s 0.6s ease;
    transition: all 0.2s 0.6s 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); }

#adminmenu .toplevel_page_lifterlms .wp-menu-image img {
  padding-top: 6px;
  width: 20px; }

#adminmenu .toplevel_page_lifterlms a[href*="page=llms-add-ons"],
#adminmenu .opensub .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a[href*="page=llms-add-ons"] {
  color: #ff922b; }

/******************************************************************

Grids for Breakpoints

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

.last-col:after {
  clear: both; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%; }
  .m-right {
    text-align: center; }
  .m-center {
    text-align: center; }
  .m-left {
    text-align: center; }
  .d-right {
    text-align: right; }
  .d-center {
    text-align: center; }
  .d-left {
    text-align: left; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%; }
  .d-right {
    text-align: right; }
  .d-center {
    text-align: center; }
  .d-left {
    text-align: left; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33%; }
  .d-right {
    text-align: right; }
  .d-center {
    text-align: center; }
  .d-left {
    text-align: left; } }

/******************************************************************

Form Styles

******************************************************************/
#llms-form-wrapper .llms-search-form-wrapper {
  border-bottom: 1px solid #999;
  margin: 20px 0; }

#llms-form-wrapper #llms_analytics_search {
  border: none !important;
  text-shadow: none !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  color: #fefefe !important;
  background: #466dd8 !important;
  border-radius: 0;
  -webkit-transition: .5s;
  transition: .5s; }
  #llms-form-wrapper #llms_analytics_search:hover {
    background: #0185a3 !important; }
  #llms-form-wrapper #llms_analytics_search:active {
    background: #33b1cb !important; }

#llms-skip-setup-form .llms-admin-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #0074a2;
  cursor: pointer; }
  #llms-skip-setup-form .llms-admin-link:hover {
    color: #2ea2cc; }
  #llms-skip-setup-form .llms-admin-link:focus {
    color: #124964; }

/**
 * Toggle Switch ( replaces checkbox on admin panels )
 */
.llms-switch {
  position: relative; }
  .llms-switch .llms-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden; }
  .llms-switch .llms-toggle + label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .llms-switch input.llms-toggle-round + label {
    border: 2px solid #6c7781;
    border-radius: 10px;
    height: 20px;
    width: 36px; }
  .llms-switch input.llms-toggle-round + label:before,
  .llms-switch input.llms-toggle-round + label:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: background 0.4s;
    transition: background 0.4s; }
  .llms-switch input.llms-toggle-round:checked + label {
    border-color: #11a0d2;
    background-color: #11a0d2; }
  .llms-switch input.llms-toggle-round + label:after {
    height: 12px;
    left: 2px;
    top: 2px;
    background-color: #6c7781;
    border-radius: 50%;
    -webkit-transition: margin 0.4s;
    transition: margin 0.4s;
    width: 12px;
    z-index: 3; }
  .llms-switch input.llms-toggle-round:checked + label:after {
    background-color: #fefefe;
    margin-left: 16px; }
  .llms-switch input.llms-toggle-round + label:before {
    height: 8px;
    top: 4px;
    border: 1px solid #6c7781;
    border-radius: 50%;
    right: 4px;
    width: 8px;
    z-index: 2; }
  .llms-switch input.llms-toggle-round:checked + label:before {
    border-color: #fefefe;
    border-radius: 0;
    left: 6px;
    right: auto;
    width: 2px; }

#llms-profile-fields {
  margin: 50px 0; }
  #llms-profile-fields .llms-form-field {
    padding-left: 0; }
  #llms-profile-fields label {
    display: block;
    font-weight: bold;
    padding: 8px 0 2px; }
  #llms-profile-fields .type-checkbox .type-checkbox label {
    display: initial;
    font-weight: initial;
    padding: 0; }
  #llms-profile-fields .type-checkbox .type-checkbox input {
    display: inline-block;
    margin-bottom: 0;
    width: 1rem; }
  #llms-profile-fields select {
    max-width: 100%; }

a.llms-voucher-delete {
  background: #e5554e;
  color: #fefefe;
  display: block;
  padding: 4px 2px;
  text-decoration: none;
  -webkit-transition: ease .3s all;
  transition: ease .3s all; }
  a.llms-voucher-delete:hover {
    background: #af3a26; }

.llms-voucher-codes-wrapper table,
.llms-voucher-redemption-wrapper table {
  width: 100%;
  border-collapse: collapse; }
  .llms-voucher-codes-wrapper table th, .llms-voucher-codes-wrapper table td,
  .llms-voucher-redemption-wrapper table th,
  .llms-voucher-redemption-wrapper table td {
    border: none; }
  .llms-voucher-codes-wrapper table thead,
  .llms-voucher-redemption-wrapper table thead {
    background-color: #466dd8;
    color: #fff; }
    .llms-voucher-codes-wrapper table thead th,
    .llms-voucher-redemption-wrapper table thead th {
      padding: 10px 10px; }
  .llms-voucher-codes-wrapper table tr,
  .llms-voucher-redemption-wrapper table tr {
    counter-increment: row-counter; }
    .llms-voucher-codes-wrapper table tr:nth-child(even),
    .llms-voucher-redemption-wrapper table tr:nth-child(even) {
      background-color: #F1F1F1; }
    .llms-voucher-codes-wrapper table tr td,
    .llms-voucher-redemption-wrapper table tr td {
      padding: 5px; }
      .llms-voucher-codes-wrapper table tr td:first-child:before,
      .llms-voucher-redemption-wrapper table tr td:first-child:before {
        content: counter(row-counter); }

.llms-voucher-codes-wrapper table {
  width: 100%;
  border-collapse: collapse; }
  .llms-voucher-codes-wrapper table th, .llms-voucher-codes-wrapper table td {
    border: none; }
  .llms-voucher-codes-wrapper table thead {
    background-color: #466dd8;
    color: #fff; }
  .llms-voucher-codes-wrapper table tr:nth-child(even) {
    background-color: #F1F1F1; }
  .llms-voucher-codes-wrapper table tr td span {
    display: inline-block;
    min-width: 30px; }

.llms-voucher-codes-wrapper button {
  cursor: pointer; }

.llms-voucher-codes-wrapper .llms-voucher-delete {
  float: right;
  margin-right: 15px; }

.llms-voucher-codes-wrapper .llms-voucher-uses {
  width: 50px; }

.llms-voucher-codes-wrapper .llms-voucher-add-codes {
  float: right; }
  .llms-voucher-codes-wrapper .llms-voucher-add-codes input[type="text"] {
    width: 30px; }

.llms-voucher-export-wrapper .llms-voucher-export-type {
  width: 100%; }
  .llms-voucher-export-wrapper .llms-voucher-export-type p {
    margin: 0 0 0 15px; }

.llms-voucher-export-wrapper .llms-voucher-email-wrapper {
  width: 100%;
  margin: 25px 0; }
  .llms-voucher-export-wrapper .llms-voucher-email-wrapper input[type="text"] {
    width: 100%; }
  .llms-voucher-export-wrapper .llms-voucher-email-wrapper p {
    margin: 0; }

.llms-voucher-export-wrapper > button {
  float: right; }

.postbox .inside {
  overflow: auto; }

.llms-widget {
  background: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px 20px;
  position: relative;
  width: 100%; }
  .llms-widget.alt {
    border: 1px solid #ccc;
    background-color: #efefef;
    margin-bottom: 10px; }
    .llms-widget.alt .llms-label {
      color: #777;
      font-size: 14px;
      margin-bottom: 10px;
      padding-bottom: 5px; }
    .llms-widget.alt h2 {
      color: #444;
      font-weight: 300; }
  .llms-widget h1 {
    font-size: 2.4em; }
  .llms-widget h2 {
    font-size: 1.8em; }
  .llms-widget .llms-label {
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #999;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  .llms-widget .llms-chart {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .llms-widget mark.yes {
    background-color: #7ad03a; }
  .llms-widget .llms-subtitle {
    margin-bottom: 0; }
  .llms-widget .spinner {
    float: none;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    z-index: 2; }
  .llms-widget.is-loading:before {
    background: #fefefe;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .llms-widget.is-loading .spinner {
    visibility: visible; }
  .llms-widget td[colspan="2"] {
    padding-left: 0; }
  .llms-widget tr.llms-disabled-field {
    opacity: 0.5;
    pointer-events: none; }

.llms-widget-1-3,
.llms-widget-1-4,
.llms-widget-1-5 {
  text-align: center; }

.llms-widget .llms-widget-info-toggle {
  color: #ccc;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 13px; }

.llms-widget.info-showing .llms-widget-info {
  display: block; }

.llms-widget-info {
  background: #444;
  color: #fefefe;
  bottom: -50px;
  display: none;
  padding: 15px;
  position: absolute;
  text-align: center;
  left: 10px;
  right: 15px;
  z-index: 3; }
  .llms-widget-info:before {
    content: '';
    border: 12px solid transparent;
    border-bottom-color: #444;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: -24px; }
  .llms-widget-info p {
    margin: 0; }

.llms-widget-row:before, .llms-widget-row:after {
  content: " ";
  display: table; }

.llms-widget-row:after {
  clear: both; }

.llms-widget-row .no-padding {
  padding: 0 !important; }

/******************************************************************

SVG Styles

******************************************************************/
svg.icon {
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: currentColor;
  vertical-align: baseline; }
  button svg.icon {
    height: 18px;
    width: 18px;
    margin: 4px -4px 0 4px;
    -webkit-filter: drop-shadow(0 1px #eee);
            filter: drop-shadow(0 1px #eee);
    float: right; }
  svg.icon.menu-icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    fill: currentColor;
    vertical-align: text-bottom;
    margin-right: 10px; }
  svg.icon.tree-icon {
    height: 13px;
    width: 13px;
    vertical-align: middle; }
  svg.icon.section-icon {
    height: 16px;
    width: 16px;
    vertical-align: text-bottom; }
  svg.icon.button-icon {
    height: 16px;
    width: 16px;
    vertical-align: text-bottom; }
  svg.icon.button-icon-attr {
    height: 10px;
    width: 10px;
    vertical-align: middle; }
  svg.icon.list-icon {
    height: 12px;
    width: 12px;
    vertical-align: middle; }
    svg.icon.list-icon.on {
      color: #466dd8; }
    svg.icon.list-icon.off {
      color: #444; }
  svg.icon.detail-icon {
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
    cursor: default; }
    svg.icon.detail-icon.on {
      color: #466dd8; }
    svg.icon.detail-icon.off {
      color: #ccc; }

svg.icon-ion-arrow-up {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

svg use {
  pointer-events: none; }

/******************************************************************

Metabox Tabs

******************************************************************/
#side-sortables .tab-content {
  padding: 0; }

.llms-mb-container .tab-content {
  display: none;
  background: #fefefe;
  padding: 15px; }
  .llms-mb-container .tab-content ul:not(.select2-selection__rendered) {
    margin: 0; }
    .llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li {
      padding: 20px 0;
      margin: 0;
      border-bottom: 1px solid #ccc; }
      .llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li.select:not([class*="d-"]) {
        width: 100%; }
      .llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li:last-child {
        border: 0;
        padding-bottom: 0; }
      .llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li.top {
        border-bottom: 0;
        padding-bottom: 0; }
  .llms-mb-container .tab-content .full-width {
    width: 100%; }
  .llms-mb-container .tab-content #wp-content-editor-tools {
    background: none; }

.llms-mb-container .tab-content.llms-active {
  display: inherit; }

.llms-mb-container .tab-content .no-border {
  border-bottom: 0px; }

/******************************************************************

Styles for topModal modal

******************************************************************/
/**
 * Base modal styles
 */
.topModal {
  display: none;
  position: relative;
  border: 4px solid #808080;
  background: #fff;
  z-index: 1000001;
  padding: 2px;
  max-width: 500px;
  margin: 34px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #dddddd; }

.topModalClose {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px; }

.topModalContainer {
  display: none;
  overflow: auto;
  overflow-y: hidden;
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  width: auto !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  z-index: 100002 !important; }

.topModalBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0 !important;
  left: 0;
  margin-left: 0 !important;
  z-index: 100002 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  overflow-y: hidden; }

body.modal-open {
  overflow: hidden; }

.llms-modal-header {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  background: #466dd8;
  color: #eeeeee;
  padding: 10px 15px;
  font-size: 18px; }

#llms-icon-modal-close {
  width: 16px;
  height: 16px;
  fill: #fefefe; }

.llms-modal-content {
  padding: 20px; }
  .llms-modal-content h3 {
    margin-top: 0; }

/**
 * Custom Modal Styles for LifterLMS
 */
.llms-modal-form h1 {
  margin-top: 0; }

.llms-modal-form input[type=text] {
  width: 100%; }

.llms-modal-form textarea,
.llms-modal-form input[type="text"],
.llms-modal-form input[type="password"],
.llms-modal-form input[type="file"],
.llms-modal-form input[type="datetime"],
.llms-modal-form input[type="datetime-local"],
.llms-modal-form input[type="date"],
.llms-modal-form input[type="month"],
.llms-modal-form input[type="time"],
.llms-modal-form input[type="week"],
.llms-modal-form input[type="number"],
.llms-modal-form input[type="email"],
.llms-modal-form input[type="url"],
.llms-modal-form input[type="search"],
.llms-modal-form input[type="tel"],
.llms-modal-form input[type="color"] {
  padding: 0 .4em 0 .4em;
  margin-bottom: 2em;
  vertical-align: middle;
  border-radius: 3px;
  min-width: 50px;
  max-width: 635px;
  width: 100%;
  min-height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 0 24px 0;
  outline: none;
  -webkit-transition: border 0.3s ease-in-out 0s;
  transition: border 0.3s ease-in-out 0s; }
  .llms-modal-form textarea:focus,
  .llms-modal-form input[type="text"]:focus,
  .llms-modal-form input[type="password"]:focus,
  .llms-modal-form input[type="file"]:focus,
  .llms-modal-form input[type="datetime"]:focus,
  .llms-modal-form input[type="datetime-local"]:focus,
  .llms-modal-form input[type="date"]:focus,
  .llms-modal-form input[type="month"]:focus,
  .llms-modal-form input[type="time"]:focus,
  .llms-modal-form input[type="week"]:focus,
  .llms-modal-form input[type="number"]:focus,
  .llms-modal-form input[type="email"]:focus,
  .llms-modal-form input[type="url"]:focus,
  .llms-modal-form input[type="search"]:focus,
  .llms-modal-form input[type="tel"]:focus,
  .llms-modal-form input[type="color"]:focus {
    background: #fefefe;
    border: 1px solid #466dd8; }

.llms-modal-form textarea {
  padding: .4em !important;
  height: 100px !important;
  border-radius: 3px;
  vertical-align: middle;
  min-height: 32px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .llms-modal-form textarea:focus {
    background: #fefefe;
    border: 1px solid #466dd8; }

.llms-modal-form .chosen-container-single .chosen-single {
  border-radius: 3px;
  vertical-align: middle;
  min-height: 32px;
  border: 1px solid #ccc;
  width: 100%;
  background: #fefefe !important;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  line-height: 32px;
  margin: 0 0 24px 0; }
  .llms-modal-form .chosen-container-single .chosen-single:focus {
    background: #fefefe;
    border: 1px solid #466dd8; }

.llms-modal-form .chosen-container-single .chosen-single div b {
  margin-top: 4px; }

.llms-modal-form .chosen-search input[type=text] {
  border: 1px solid #ccc; }
  .llms-modal-form .chosen-search input[type=text]:focus {
    background-color: #fefefe;
    border: 1px solid #466dd8; }

.llms-modal-form .chosen-container-single .chosen-drop {
  margin-top: -28px; }

.llms-modal-form .llms-button-primary, .llms-modal-form .llms-button-secondary {
  padding: 10px 10px;
  border-radius: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 1px 1px #ccc;
          box-shadow: 0 1px 1px #ccc; }
  .llms-modal-form .llms-button-primary.full, .llms-modal-form .llms-button-secondary.full {
    width: 100%; }

.modal-open .select2-dropdown {
  z-index: 1000005; }

.button.llms-merge-code-button {
  vertical-align: middle; }
  .button.llms-merge-code-button img {
    margin-right: 3px;
    margin-top: -3px;
    vertical-align: middle; }

.llms-mb-container .button.llms-merge-code-button img {
  margin-right: 4px; }

.llms-mb-container .llms-merge-code-wrapper {
  float: right;
  top: -5px; }

.llms-merge-code-wrapper {
  display: inline;
  position: relative; }

.llms-merge-codes {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #ccc;
          box-shadow: 0 1px 0 #ccc;
  color: #555;
  display: none;
  left: 1px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  width: 160px; }
  .llms-merge-codes ul {
    margin: 0;
    padding: 0; }
  .llms-merge-codes li {
    cursor: pointer;
    margin: 0;
    padding: 4px 8px !important;
    border-bottom: 1px solid #ccc; }
  .llms-merge-codes li:hover {
    color: #23282d;
    background: #fefefe; }
  .llms-merge-codes.active {
    display: block;
    z-index: 777; }

/******************************************************************

Base Mobile

******************************************************************/
.llms-nav-tab,
.llms-nav-tab-filters {
  display: block;
  width: 100%; }

form.llms-nav-tab-filters.full-width {
  width: 100%; }
  form.llms-nav-tab-filters.full-width label {
    display: inline-block;
    width: 10%;
    text-align: left; }
  form.llms-nav-tab-filters.full-width .select2-container {
    width: 85% !important; }

.llms-nav-tab-settings {
  display: block;
  width: 100%; }

#llms-form-wrapper .llms-select {
  width: 100%;
  margin-bottom: 20px; }

#llms-form-wrapper .llms-checkbox {
  display: inline-block;
  width: 100%;
  text-align: left; }

#llms-form-wrapper .llms-filter-options {
  width: 100%; }

#llms-form-wrapper .llms-date-select {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }
  #llms-form-wrapper .llms-date-select input[type="text"] {
    width: 100%; }

ul.tabs li {
  display: block; }

@media only screen and (min-width: 481px) {
  /******************************************************************

Larger Phones

******************************************************************/
  #llms-form-wrapper .llms-checkbox {
    width: 33%; } }

@media only screen and (min-width: 768px) {
  /******************************************************************

Tablets and small computers

******************************************************************/
  ul.tabs li {
    display: inline-block; }
  .llms-nav-tab {
    display: inline-block;
    width: 33%; }
  .llms-nav-tab-settings {
    display: inline-block;
    width: 25%; }
  #llms-form-wrapper .llms-select {
    width: 50%;
    max-width: 500px; }
  #llms-form-wrapper .llms-filter-options {
    width: 50%;
    max-width: 500px; }
  #llms-form-wrapper .llms-date-select {
    width: 47.5%; }
    #llms-form-wrapper .llms-date-select:first-child {
      margin-right: 5%; }
  .llms-widget input[type="text"],
  .llms-widget input[type="password"],
  .llms-widget input[type="datetime"],
  .llms-widget input[type="datetime-local"],
  .llms-widget input[type="date"],
  .llms-widget input[type="month"],
  .llms-widget input[type="time"],
  .llms-widget input[type="week"],
  .llms-widget input[type="number"],
  .llms-widget input[type="email"],
  .llms-widget input[type="url"],
  .llms-widget input[type="search"],
  .llms-widget input[type="tel"],
  .llms-widget input[type="color"],
  .llms-widget select,
  .llms-widget textarea {
    width: 50%; }
    .llms-widget input[type="text"].medium,
    .llms-widget input[type="password"].medium,
    .llms-widget input[type="datetime"].medium,
    .llms-widget input[type="datetime-local"].medium,
    .llms-widget input[type="date"].medium,
    .llms-widget input[type="month"].medium,
    .llms-widget input[type="time"].medium,
    .llms-widget input[type="week"].medium,
    .llms-widget input[type="number"].medium,
    .llms-widget input[type="email"].medium,
    .llms-widget input[type="url"].medium,
    .llms-widget input[type="search"].medium,
    .llms-widget input[type="tel"].medium,
    .llms-widget input[type="color"].medium,
    .llms-widget select.medium,
    .llms-widget textarea.medium {
      width: 30%; }
    .llms-widget input[type="text"].small,
    .llms-widget input[type="password"].small,
    .llms-widget input[type="datetime"].small,
    .llms-widget input[type="datetime-local"].small,
    .llms-widget input[type="date"].small,
    .llms-widget input[type="month"].small,
    .llms-widget input[type="time"].small,
    .llms-widget input[type="week"].small,
    .llms-widget input[type="number"].small,
    .llms-widget input[type="email"].small,
    .llms-widget input[type="url"].small,
    .llms-widget input[type="search"].small,
    .llms-widget input[type="tel"].small,
    .llms-widget input[type="color"].small,
    .llms-widget select.small,
    .llms-widget textarea.small {
      width: 20%; }
    .llms-widget input[type="text"].tiny,
    .llms-widget input[type="password"].tiny,
    .llms-widget input[type="datetime"].tiny,
    .llms-widget input[type="datetime-local"].tiny,
    .llms-widget input[type="date"].tiny,
    .llms-widget input[type="month"].tiny,
    .llms-widget input[type="time"].tiny,
    .llms-widget input[type="week"].tiny,
    .llms-widget input[type="number"].tiny,
    .llms-widget input[type="email"].tiny,
    .llms-widget input[type="url"].tiny,
    .llms-widget input[type="search"].tiny,
    .llms-widget input[type="tel"].tiny,
    .llms-widget input[type="color"].tiny,
    .llms-widget select.tiny,
    .llms-widget textarea.tiny {
      width: 10%; } }

@media only screen and (min-width: 1030px) {
  /******************************************************************

Desktop Stylesheet

******************************************************************/
  .llms-nav-tab {
    display: inline-block;
    width: 33.333%; }
  .llms-nav-tab-settings {
    display: inline-block;
    width: 25%; }
  #llms-form-wrapper .llms-select {
    display: inline-block;
    width: 47.5%; }
    #llms-form-wrapper .llms-select:first-child {
      margin-right: 5%; }
  #llms-form-wrapper .llms-filter-options {
    display: inline-block;
    width: 47.5%; }
    #llms-form-wrapper .llms-filter-options.date-filter {
      margin-right: 5%; }
    #llms-form-wrapper .llms-filter-options .llms-date-select {
      margin-bottom: 0; }
  #llms-form-wrapper .llms-date-select {
    width: 47.5%; }
    #llms-form-wrapper .llms-date-select:first-child {
      margin-right: 5%; }
  .llms-widget-row:before, .llms-widget-row:after {
    content: " ";
    display: table; }
  .llms-widget-row:after {
    clear: both; }
  .llms-widget-row .llms-widget-1-5 {
    vertical-align: top;
    width: 20%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px; }
  .llms-widget-row .llms-widget-1-4 {
    vertical-align: top;
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px; }
  .llms-widget-row .llms-widget-1-3 {
    width: 33.3%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px; }
  .llms-widget-row .llms-widget-1-2 {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
    vertical-align: top; } }

@media only screen and (min-width: 1240px) {
  /******************************************************************

large Monitor Stylesheet

******************************************************************/
  .llms-nav-tab-filters,
  .llms-nav-tab-settings {
    float: left;
    width: 12.5%; } }

#post_course_difficulty {
  min-width: 200px; }

#_video-embed, #_audio-embed {
  width: 100%; }

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

.llms_certificate_default_image, .llms_certificate_image {
  width: 300px; }

.llms_achievement_default_image, .llms_achievement_image {
  width: 120px; }

div[id^="lifterlms-"] .inside {
  overflow: visible; }

.llms-admin-notice {
  position: relative; }
  .llms-admin-notice .notice-dismiss {
    text-decoration: none; }

.llms-button-action.small .dashicons,
.llms-button-danger.small .dashicons,
.llms-button-primary.small .dashicons,
.llms-button-secondary.small .dashicons {
  font-size: 13px;
  height: 13px;
  width: 13px; }

a.llms-view-as {
  line-height: 2;
  margin-right: 8px; }

.llms-image-field-preview {
  max-height: 80px;
  vertical-align: middle;
  width: auto; }

.llms-image-field-remove.hidden {
  display: none; }

.llms-log-viewer {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin: 20px 0;
  padding: 25px; }
  .llms-log-viewer pre {
    font-family: monospace;
    margin: 0;
    padding: 0;
    white-space: pre-wrap; }

.llms-status--tools .llms-table {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }
  .llms-status--tools .llms-table td, .llms-status--tools .llms-table th {
    padding: 10px;
    vertical-align: top; }
  .llms-status--tools .llms-table th {
    width: 28%; }
  .llms-status--tools .llms-table p {
    margin: 0 0 10px; }

.llms-error {
  color: #e5554e;
  font-style: italic; }

.llms-table-wrap {
  position: relative; }

.llms-table-header {
  padding: 0 10px;
  margin-bottom: 10px; }
  .llms-table-header:before, .llms-table-header:after {
    content: " ";
    display: table; }
  .llms-table-header:after {
    clear: both; }
  .llms-table-header h2 {
    padding: 0;
    display: inline-block;
    line-height: 1;
    margin: 0;
    vertical-align: middle; }
  .llms-table-header .llms-table-search,
  .llms-table-header .llms-table-filters {
    float: right;
    padding-left: 10px; }
  .llms-table-header .llms-table-search input {
    margin: 0;
    padding: 5px; }

.llms-table {
  border: 1px solid #cecece;
  border-collapse: collapse;
  width: 100%; }
  .llms-table a {
    color: #466dd8; }
    .llms-table a:hover {
      color: #2b55cb; }
  .llms-table td, .llms-table th {
    border-bottom: 1px solid #cecece;
    font-size: 95%;
    padding: 4px;
    text-align: center; }
    .llms-table td.expandable.closed, .llms-table th.expandable.closed {
      display: none; }
    .llms-table td .llms-button-primary,
    .llms-table td .llms-button-secondary,
    .llms-table td .llms-button-action,
    .llms-table td .llms-button-danger, .llms-table th .llms-button-primary,
    .llms-table th .llms-button-secondary,
    .llms-table th .llms-button-action,
    .llms-table th .llms-button-danger {
      display: inline-block; }
  .llms-table tr.llms-quiz-pending td {
    font-weight: 700; }
  .llms-table thead th,
  .llms-table tfoot th {
    background-color: #eaeaea;
    font-weight: 500; }
    .llms-table thead th a.llms-sortable,
    .llms-table tfoot th a.llms-sortable {
      padding-right: 16px;
      position: relative;
      text-decoration: none;
      width: 100%; }
      .llms-table thead th a.llms-sortable.active[data-order="DESC"] .asc,
      .llms-table tfoot th a.llms-sortable.active[data-order="DESC"] .asc {
        opacity: 1; }
      .llms-table thead th a.llms-sortable.active[data-order="ASC"] .desc,
      .llms-table tfoot th a.llms-sortable.active[data-order="ASC"] .desc {
        opacity: 1; }
      .llms-table thead th a.llms-sortable:hover[data-order="DESC"] .asc,
      .llms-table tfoot th a.llms-sortable:hover[data-order="DESC"] .asc {
        opacity: 0; }
      .llms-table thead th a.llms-sortable:hover[data-order="DESC"] .desc,
      .llms-table tfoot th a.llms-sortable:hover[data-order="DESC"] .desc {
        opacity: 1; }
      .llms-table thead th a.llms-sortable:hover[data-order="ASC"] .asc,
      .llms-table tfoot th a.llms-sortable:hover[data-order="ASC"] .asc {
        opacity: 1; }
      .llms-table thead th a.llms-sortable:hover[data-order="ASC"] .desc,
      .llms-table tfoot th a.llms-sortable:hover[data-order="ASC"] .desc {
        opacity: 0; }
      .llms-table thead th a.llms-sortable .dashicons,
      .llms-table tfoot th a.llms-sortable .dashicons {
        color: #444;
        font-size: 16px;
        height: 16px;
        opacity: 0;
        position: absolute;
        width: 16px; }
  .llms-table tfoot th {
    border-bottom: none; }
    .llms-table tfoot th .llms-table-export {
      float: left; }
      .llms-table tfoot th .llms-table-export .llms-table-progress {
        background: #fafafa;
        display: none;
        margin-left: 8px;
        vertical-align: middle;
        width: 100px; }
    .llms-table tfoot th .llms-table-pagination {
      float: right; }
  .llms-table.zebra tbody tr:nth-child(even) th, .llms-table.zebra tbody tr:nth-child(even) td {
    background-color: #fafafa; }
  .llms-table.zebra tbody tr:nth-child(odd) th, .llms-table.zebra tbody tr:nth-child(odd) td {
    background-color: #fff; }
  .llms-table.text-left td, .llms-table.text-left th {
    text-align: left; }
  .llms-table.size-large td, .llms-table.size-large th {
    font-size: 105%;
    padding: 8px; }
  .llms-table .llms-action-icon {
    color: #777;
    text-decoration: none; }
    .llms-table .llms-action-icon .tooltip {
      cursor: pointer; }
    .llms-table .llms-action-icon:hover {
      color: #466dd8; }
    .llms-table .llms-action-icon.danger:hover {
      color: #e5554e; }
  .llms-table .llms-table-page-count {
    font-size: 11px;
    font-weight: 300;
    padding: 0 5px; }

.llms-table-progress {
  background: #eee;
  height: 16px;
  position: relative; }
  .llms-table-progress .llms-table-progress-text {
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    right: 4px;
    top: 0; }
  .llms-table-progress .llms-table-progress-inner {
    background: #466dd8;
    height: 100%;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }

.llms-table.llms-gateway-table .status .fa,
.llms-table.llms-integrations-table .status .fa {
  color: #466dd8;
  font-size: 22px; }

.llms-table.llms-gateway-table .sort,
.llms-table.llms-integrations-table .sort {
  cursor: move;
  text-align: center;
  width: 10px; }

.llms-gb-table-notifications th, .llms-gb-table-notifications td {
  text-align: left; }

.llms-order-note .llms-order-note-content {
  background: #efefef;
  margin-bottom: 10px;
  padding: 10px;
  position: relative; }
  .llms-order-note .llms-order-note-content:after {
    border-style: solid;
    border-color: #efefef transparent;
    border-width: 10px 10px 0 0;
    bottom: -10px;
    content: '';
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    width: 0; }
  .llms-order-note .llms-order-note-content p {
    font-size: 13px;
    margin: 0;
    line-height: 1.5; }

.llms-order-note .llms-order-note-meta {
  color: #999;
  font-size: 11px;
  margin-left: 10px; }

.llms-mb-list label {
  font-weight: bold;
  width: 100%;
  display: block; }

.llms-mb-list .input-full {
  width: 100%; }

#poststuff .llms-metabox h2, #poststuff .llms-metabox h3, #poststuff .llms-metabox h6 {
  font-weight: 300;
  margin: 0;
  padding: 0; }

#poststuff .llms-metabox h2 {
  font-size: 22px; }

#poststuff .llms-metabox h3 {
  color: #777;
  font-size: 16px; }

#poststuff .llms-metabox h4 {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  margin: 0; }

#poststuff .llms-metabox .llms-transaction-test-mode {
  background: #ffffd7;
  font-style: italic;
  left: 0;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center; }

#poststuff .llms-metabox a.llms-editable,
#poststuff .llms-metabox .llms-metabox-icon,
#poststuff .llms-metabox button.llms-editable {
  color: #999;
  text-decoration: none; }
  #poststuff .llms-metabox a.llms-editable:hover,
  #poststuff .llms-metabox .llms-metabox-icon:hover,
  #poststuff .llms-metabox button.llms-editable:hover {
    color: #466dd8; }

#poststuff .llms-metabox button.llms-editable {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  vertical-align: top; }

#poststuff .llms-metabox h4 button.llms-editable {
  float: right; }

.llms-metabox-section {
  background: #fff;
  margin-top: 25px;
  position: relative; }
  .llms-metabox-section.no-top-margin {
    margin-top: 0; }
  .llms-metabox-section .llms-metabox-field {
    margin: 15px 0;
    position: relative; }
    .llms-metabox-section .llms-metabox-field label {
      color: #777;
      display: block;
      margin-bottom: 5px;
      font-weight: 500;
      vertical-align: baseline; }
    .llms-metabox-section .llms-metabox-field select,
    .llms-metabox-section .llms-metabox-field textarea,
    .llms-metabox-section .llms-metabox-field input[type="text"],
    .llms-metabox-section .llms-metabox-field input[type="number"] {
      width: 100%; }
    .llms-metabox-section .llms-metabox-field input.md-text {
      width: 105px; }
    .llms-metabox-section .llms-metabox-field input.sm-text {
      width: 45px; }
    .llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-date-input {
      width: 95px; }
    .llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-time-input {
      width: 45px; }
    .llms-metabox-section .llms-metabox-field .llms-datetime-field em {
      font-style: normal;
      padding: 0 3px; }

.llms-collapsible {
  border: 1px solid #e5e5e5;
  position: relative;
  margin-top: 0;
  margin-bottom: -1px; }
  .llms-collapsible:last-child {
    margin-bottom: 0; }
  .llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-down {
    display: none; }
  .llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-up {
    display: inline; }
  .llms-collapsible .llms-collapsible-header {
    padding: 10px; }
    .llms-collapsible .llms-collapsible-header h3 {
      color: #777;
      margin: 0;
      font-size: 16px; }
    .llms-collapsible .llms-collapsible-header .dashicons-arrow-up {
      display: inline; }
    .llms-collapsible .llms-collapsible-header .dashicons-arrow-up {
      display: none; }
    .llms-collapsible .llms-collapsible-header a {
      text-decoration: none; }
    .llms-collapsible .llms-collapsible-header .dashicons {
      color: #777;
      cursor: pointer;
      -webkit-transition: color .4s ease;
      transition: color .4s ease; }
      .llms-collapsible .llms-collapsible-header .dashicons:hover {
        color: #466dd8; }
      .llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning:hover, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-trash:hover, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-no:hover {
        color: #e5554e; }
  .llms-collapsible .llms-collapsible-body {
    display: none;
    padding: 10px; }

._llms_instructors_data.repeater .llms-repeater-rows .llms-repeater-row:first-child .llms-repeater-remove {
  display: none; }

._llms_instructors_data.repeater .llms-mb-list {
  padding: 0 5px !important; }

.post-type-llms_order #post-body-content {
  display: none; }

#lifterlms-order-details .handlediv,
#lifterlms-order-details .handlediv.button-link,
#lifterlms-order-details .postbox-header {
  display: none; }

#lifterlms-order-details .inside {
  padding: 20px;
  margin-top: 0; }

.llms-table tbody tr.llms-txn-failed td {
  background-color: rgba(229, 85, 78, 0.5);
  border-bottom-color: rgba(229, 85, 78, 0.5); }

.llms-table tbody tr.llms-txn-refunded td {
  background-color: rgba(255, 165, 0, 0.5);
  border-bottom-color: rgba(255, 165, 0, 0.5); }

.llms-txn-refund-form .llms-metabox-section,
.llms-manual-txn-form .llms-metabox-section {
  margin-top: 0; }

.llms-txn-refund-form .llms-metabox-field,
.llms-manual-txn-form .llms-metabox-field {
  text-align: right; }
  .llms-txn-refund-form .llms-metabox-field input[type="number"],
  .llms-manual-txn-form .llms-metabox-field input[type="number"] {
    max-width: 100px; }
  .llms-txn-refund-form .llms-metabox-field input[type="text"],
  .llms-manual-txn-form .llms-metabox-field input[type="text"] {
    max-width: 340px; }

.llms-manual-txn-form {
  background-color: #eaeaea; }
  .llms-manual-txn-form .llms-metabox-section {
    background-color: #eaeaea; }

#llms-remaining-edit {
  display: none; }

.llms-remaining-edit--content label, .llms-remaining-edit--content span, .llms-remaining-edit--content textarea {
  display: block; }

.llms-remaining-edit--content label {
  margin-bottom: 20px; }

.llms-remaining-edit--content textarea, .llms-remaining-edit--content input {
  width: 100%; }

.llms-metabox #llms-new-access-plan-model {
  display: none; }

.llms-metabox .llms-access-plans {
  margin-top: 25px; }
  .llms-metabox .llms-access-plans > .llms-no-plans-msg {
    display: none; }
  .llms-metabox .llms-access-plans > .llms-no-plans-msg:last-child {
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
            box-shadow: inset 0 0 0 1px #e5e5e5;
    display: block;
    text-align: center;
    padding: 10px; }
  .llms-metabox .llms-access-plans.dragging {
    background: #efefef;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
            box-shadow: inset 0 0 0 1px #e5e5e5; }
  .llms-metabox .llms-access-plans .llms-spinning {
    z-index: 1; }
  .llms-metabox .llms-access-plans .llms-invalid {
    border-color: #e5554e; }
    .llms-metabox .llms-access-plans .llms-invalid .dashicons-warning {
      display: inline; }
  .llms-metabox .llms-access-plans .dashicons-warning {
    display: none; }

.llms-metabox .llms-access-plan {
  text-align: left; }
  .llms-metabox .llms-access-plan [data-tip]:before {
    text-align: center; }
  .llms-metabox .llms-access-plan .llms-plan-link,
  .llms-metabox .llms-access-plan [data-controller] {
    display: none; }
  .llms-metabox .llms-access-plan:hover .llms-plan-link, .llms-metabox .llms-access-plan.opened .llms-plan-link {
    display: inline-block; }
  .llms-metabox .llms-access-plan .llms-metabox-field {
    margin: 5px 0; }
  .llms-metabox .llms-access-plan .llms-required {
    color: #e5554e;
    margin-left: 3px; }

.llms-metabox-students .llms-table tr .name {
  text-align: left; }

.llms-metabox-students .llms-add-student:hover {
  color: #83c373; }

.llms-metabox-students .llms-remove-student:hover {
  color: #e5554e; }

.llms-mb-container .tab-content ul:not(.select2-selection__rendered).llms-mb-repeater-fields > li.llms-mb-list {
  border-bottom: none;
  padding: 0 0 10px; }

.llms-mb-list.repeater .llms-repeater-rows {
  position: relative;
  margin-top: 10px;
  min-height: 10px; }
  .llms-mb-list.repeater .llms-repeater-rows.dragging {
    background: #efefef;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
            box-shadow: inset 0 0 0 1px #e5e5e5; }

.llms-mb-list.repeater .llms-repeater-row {
  background: #fff; }

.llms-mb-list.repeater .llms-mb-repeater-footer {
  text-align: right;
  margin-top: 20px; }

.llms-mb-list.repeater .tmce-active .wp-editor-area {
  color: #32373c; }

.llms-builder-launcher .llms-button-primary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wp-list-table .llms-status {
  border-radius: 3px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 80%;
  padding: 3px 6px;
  vertical-align: middle; }
  .wp-list-table .llms-status.llms-size--large {
    font-size: 105%;
    padding: 6px 12px; }
  .wp-list-table .llms-status.llms-active, .wp-list-table .llms-status.llms-completed, .wp-list-table .llms-status.llms-pass, .wp-list-table .llms-status.llms-txn-succeeded {
    color: #1f3818;
    background-color: #83c373; }
  .wp-list-table .llms-status.llms-fail, .wp-list-table .llms-status.llms-failed, .wp-list-table .llms-status.llms-expired, .wp-list-table .llms-status.llms-cancelled, .wp-list-table .llms-status.llms-txn-failed {
    color: #5a110d;
    background-color: #e5554e; }
  .wp-list-table .llms-status.llms-incomplete, .wp-list-table .llms-status.llms-on-hold, .wp-list-table .llms-status.llms-pending, .wp-list-table .llms-status.llms-pending-cancel, .wp-list-table .llms-status.llms-refunded, .wp-list-table .llms-status.llms-txn-pending, .wp-list-table .llms-status.llms-txn-refunded {
    color: #664200;
    background-color: orange; }

#lifterlms-order-transactions .llms-table tfoot th {
  text-align: right; }

.llms-post-table-post-filter {
  display: inline-block;
  margin-right: 6px;
  max-width: 100%;
  width: 220px; }

.llms-nav-tab-wrapper {
  background: #466dd8;
  margin: 20px 0; }
  .llms-nav-tab-wrapper.llms-nav-secondary {
    background: #e1e1e1; }
    .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item {
      margin: 0; }
      .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,
      .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
        background: #cdcdcd; }
    .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link {
      color: #414141;
      font-size: 13px;
      padding: 8px 14px; }
      .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link .dashicons {
        font-size: 15px;
        height: 15px;
        width: 15px; }
  .llms-nav-tab-wrapper.llms-nav-text {
    background: inherit; }
    .llms-nav-tab-wrapper.llms-nav-text .llms-nav-item {
      background: inherit; }
      .llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:last-child:after {
        display: none; }
      .llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:after {
        content: '|';
        display: inline-block;
        margin: 0 3px 0 0; }
      .llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link:hover,
      .llms-nav-tab-wrapper.llms-nav-text .llms-nav-item.llms-active .llms-nav-link {
        background: inherit;
        color: #466dd8;
        text-decoration: underline; }
      .llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link {
        color: #1c3987;
        display: inline-block;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        text-transform: none; }
  .llms-nav-tab-wrapper .llms-nav-items {
    margin: 0; }
    .llms-nav-tab-wrapper .llms-nav-items:before, .llms-nav-tab-wrapper .llms-nav-items:after {
      content: " ";
      display: table; }
    .llms-nav-tab-wrapper .llms-nav-items:after {
      clear: both; }
  .llms-nav-tab-wrapper .llms-nav-item {
    margin: 0; }
    .llms-nav-tab-wrapper .llms-nav-item .llms-nav-link:hover {
      background: #2b55cb; }
    .llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link {
      background: #1c3987; }
    .llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link {
      font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .llms-nav-tab-wrapper .llms-nav-item {
        float: left; }
        .llms-nav-tab-wrapper .llms-nav-item.llms-nav-item-right {
          float: right; } }
  .llms-nav-tab-wrapper .llms-nav-link {
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 300;
    font-size: 14px;
    padding: 9px 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

#llms-options-page-contents h2 {
  color: #999;
  font-weight: 500;
  letter-spacing: 2px;
  border-bottom: 1px solid #999; }

.llms-reporting.wrap .llms-options-page-contents {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  margin: 0 0 20px;
  padding: 20px; }
  .llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary {
    background: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 -20px 40px;
    padding: 0 20px; }
    .llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link {
      padding: 8px 14px; }

.llms-reporting.wrap .llms-stab-title {
  color: #1c3987;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px; }

.llms-reporting.wrap td.id a {
  text-decoration: none; }

.llms-reporting.wrap th.name, .llms-reporting.wrap td.name,
.llms-reporting.wrap th.title, .llms-reporting.wrap td.title {
  text-align: left; }

.llms-reporting.wrap td.section-title {
  background: #eaeaea;
  text-align: left;
  font-weight: 700;
  padding: 16px 4px; }

.llms-reporting.wrap td.questions-table {
  text-align: left; }
  .llms-reporting.wrap td.questions-table .correct,
  .llms-reporting.wrap td.questions-table .question,
  .llms-reporting.wrap td.questions-table .selected {
    text-align: left;
    max-width: 300px; }
    .llms-reporting.wrap td.questions-table .correct img,
    .llms-reporting.wrap td.questions-table .question img,
    .llms-reporting.wrap td.questions-table .selected img {
      height: auto;
      max-width: 64px; }

.llms-reporting.wrap table.quiz-attempts {
  margin-bottom: 40px; }

.llms-reporting.wrap.tab--enrollments .llms-nav-tab-wrapper.llms-nav-secondary, .llms-reporting.wrap.tab--sales .llms-nav-tab-wrapper.llms-nav-secondary {
  margin-bottom: 0; }

.llms-reporting.wrap.tab--enrollments .llms-options-page-contents, .llms-reporting.wrap.tab--sales .llms-options-page-contents {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin-top: 20px;
  padding: 0; }

.llms-reporting.wrap.tab--enrollments .llms-nav-item.llms-analytics-form, .llms-reporting.wrap.tab--sales .llms-nav-item.llms-analytics-form {
  color: #414141;
  font-size: 13px;
  padding: 6px 14px; }
  .llms-reporting.wrap.tab--enrollments .llms-nav-item.llms-analytics-form input, .llms-reporting.wrap.tab--sales .llms-nav-item.llms-analytics-form input {
    border: 0;
    font-size: 13px;
    margin: 0;
    padding: 3px 6px;
    vertical-align: middle; }
  .llms-reporting.wrap.tab--enrollments .llms-nav-item.llms-analytics-form .select2-container input, .llms-reporting.wrap.tab--sales .llms-nav-item.llms-analytics-form .select2-container input {
    width: 100% !important; }

.llms-reporting.wrap.tab--enrollments .button.small, .llms-reporting.wrap.tab--sales .button.small {
  height: 23px;
  line-height: 23px; }

.llms-reporting.wrap.tab--enrollments .llms-analytics-filters, .llms-reporting.wrap.tab--sales .llms-analytics-filters {
  display: none; }
  .llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    .llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item label, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item label {
      display: block; }
  .llms-reporting.wrap.tab--enrollments .llms-analytics-filters .button, .llms-reporting.wrap.tab--sales .llms-analytics-filters .button {
    float: right; }

.llms-reporting.wrap .llms-reporting-tab.llms-reporting-quiz .llms-table-filter-wrap {
  width: 160px; }

.llms-reporting-tab h1, .llms-reporting-tab h2, .llms-reporting-tab h3, .llms-reporting-tab h4, .llms-reporting-tab h5, .llms-reporting-tab h6 {
  margin: 0; }
  .llms-reporting-tab h1 a, .llms-reporting-tab h2 a, .llms-reporting-tab h3 a, .llms-reporting-tab h4 a, .llms-reporting-tab h5 a, .llms-reporting-tab h6 a {
    color: #1c3987;
    text-decoration: none; }
    .llms-reporting-tab h1 a:hover, .llms-reporting-tab h2 a:hover, .llms-reporting-tab h3 a:hover, .llms-reporting-tab h4 a:hover, .llms-reporting-tab h5 a:hover, .llms-reporting-tab h6 a:hover {
      color: #466dd8; }

.llms-reporting-tab .llms-reporting-header {
  background: #fafafa;
  padding: 20px;
  margin: 0 -20px; }
  .llms-reporting-tab .llms-reporting-header .llms-reporting-header-img {
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle; }
    .llms-reporting-tab .llms-reporting-header .llms-reporting-header-img img {
      display: block;
      max-height: 64px;
      width: auto; }
  .llms-reporting-tab .llms-reporting-header .llms-reporting-header-info {
    display: inline-block;
    vertical-align: middle; }

.llms-reporting-breadcrumbs {
  background: #fafafa;
  margin: -20px -20px 0;
  padding: 20px 20px 10px; }
  .llms-reporting-breadcrumbs a {
    color: #466dd8;
    text-decoration: none; }
    .llms-reporting-breadcrumbs a:hover {
      color: #2b55cb; }
    .llms-reporting-breadcrumbs a:after {
      content: ' > ';
      color: #555; }
    .llms-reporting-breadcrumbs a:last-child {
      color: #1c3987; }
      .llms-reporting-breadcrumbs a:last-child:after {
        display: none; }

#llms-students-table .name {
  text-align: left; }

.llms-reporting-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .llms-reporting-tab-content > header:before, .llms-reporting-tab-content > header:after {
    content: " ";
    display: table; }
  .llms-reporting-tab-content > header:after {
    clear: both; }
  .llms-reporting-tab-content h3 {
    margin-bottom: 20px; }
  .llms-reporting-tab-content .llms-reporting-tab-filter {
    float: right;
    position: relative;
    margin-right: 0.75em;
    width: 180px;
    top: -3px; }
  .llms-reporting-tab-content .llms-reporting-tab-main {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .llms-reporting-tab-content .llms-reporting-tab-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px; }
  .llms-reporting-tab-content > .llms-table-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.llms-reporting-widgets:before, .llms-reporting-widgets:after {
  content: " ";
  display: table; }

.llms-reporting-widgets:after {
  clear: both; }

.llms-reporting-widget {
  border-top: 4px solid #466dd8;
  background: #fafafa;
  margin-bottom: 0.75em;
  padding: 18px 15px 15px; }
  .llms-reporting-widget:before, .llms-reporting-widget:after {
    content: " ";
    display: table; }
  .llms-reporting-widget:after {
    clear: both; }
  .llms-reporting-widget .fa {
    color: #555;
    float: left;
    font-size: 32px;
    margin-right: 10px; }
  .llms-reporting-widget .llms-reporting-widget-data {
    line-height: 0.8; }
  .llms-reporting-widget strong {
    color: #333;
    font-size: 20px; }
  .llms-reporting-widget.llms-reporting-student-address strong {
    line-height: 1.1; }
  .llms-reporting-widget sup,
  .llms-reporting-widget .llms-price-currency-symbol {
    font-size: 75%;
    position: relative;
    top: -4px;
    vertical-align: baseline; }
  .llms-reporting-widget small {
    color: #888; }
    .llms-reporting-widget small.compare {
      margin-left: 5px; }
      .llms-reporting-widget small.compare.positive {
        color: #83c373; }
      .llms-reporting-widget small.compare.negative {
        color: #e5554e; }

.llms-reporting-event {
  border-left: 4px solid #555;
  background: #fafafa;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  padding: 10px; }
  .llms-reporting-event:before, .llms-reporting-event:after {
    content: " ";
    display: table; }
  .llms-reporting-event:after {
    clear: both; }
  .llms-reporting-event.color--blue {
    border-left-color: #466dd8; }
  .llms-reporting-event.color--green, .llms-reporting-event._enrollment_trigger, .llms-reporting-event._is_complete.yes {
    border-left-color: #83c373; }
  .llms-reporting-event.color--purple, .llms-reporting-event._status.enrolled {
    border-left-color: #845ef7; }
  .llms-reporting-event.color--red, .llms-reporting-event._status.expired, .llms-reporting-event._status.cancelled {
    border-left-color: #e5554e; }
  .llms-reporting-event.color--orange, .llms-reporting-event._achievement_earned, .llms-reporting-event._certificate_earned, .llms-reporting-event._email_sent {
    border-left-color: #ff922b; }
  .llms-reporting-event time {
    color: #888; }
  .llms-reporting-event .llms-student-avatar {
    margin-left: 10px;
    float: right; }
  .llms-reporting-event a {
    text-decoration: none;
    color: inherit; }

.llms-quiz-attempt-results {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .llms-quiz-attempt-results .llms-quiz-attempt-question {
    background: #efefef;
    margin: 0 0 10px;
    position: relative; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
      color: inherit;
      display: block;
      padding: 10px 35px 10px 10px;
      text-decoration: none; }
      .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before, .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after {
        content: " ";
        display: table; }
      .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after {
        clear: both; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct, .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect {
      background: rgba(255, 146, 43, 0.2); }
      .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon, .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon {
        background-color: #ff922b; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
      background: rgba(131, 195, 115, 0.2); }
      .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
        background-color: #83c373; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect {
      background: rgba(229, 85, 78, 0.2); }
      .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon {
        background-color: #e5554e; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title {
      float: left;
      margin: 0;
      line-height: 1; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points {
      float: right;
      line-height: 1; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip {
      position: absolute;
      right: -12px;
      top: -2px; }
    .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; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main {
      display: none;
      padding: 0 10px 10px; }
      .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label {
        font-weight: 700;
        margin-bottom: 10px; }
      .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers {
        margin: 0;
        padding: 0; }
        .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; }
          .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; }
      .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img {
        height: auto;
        max-width: 200px; }
      .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; }
        .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; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers, .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer, .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; }
    .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed {
      opacity: .5; }
      .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title {
        font-style: italic;
        font-weight: normal; }

.wrap.llms-reporting .llms-header,
.wrap.lifterlms-settings .llms-header {
  background: #fff;
  border-bottom: 1px solid #efefef;
  margin: -10px -20px 0;
  padding: 10px 0;
  z-index: 1; }
  .wrap.llms-reporting .llms-header .lifterlms-logo,
  .wrap.lifterlms-settings .llms-header .lifterlms-logo {
    max-width: 140px; }
  .wrap.llms-reporting .llms-header .llms-save,
  .wrap.lifterlms-settings .llms-header .llms-save {
    float: right; }
  .wrap.llms-reporting .llms-header .llms-inside-wrap,
  .wrap.lifterlms-settings .llms-header .llms-inside-wrap {
    padding: 0 10px; }

.wrap.llms-reporting .llms-inside-wrap,
.wrap.lifterlms-settings .llms-inside-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto; }

.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  margin: 0 -20px 20px;
  z-index: 1; }
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
    background: #fafafa;
    color: #466dd8;
    border-top-color: #466dd8; }
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
    font-weight: 700; }
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link {
    border-top: 2px solid transparent;
    padding: 14px; }

.wrap.llms-reporting .llms-setting-group,
.wrap.lifterlms-settings .llms-setting-group {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  margin: 0 0 20px;
  padding: 20px; }
  .wrap.llms-reporting .llms-setting-group .llms-label,
  .wrap.lifterlms-settings .llms-setting-group .llms-label {
    border-bottom: 1px solid #efefef;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    margin: -20px -20px 20px; }
  .wrap.llms-reporting .llms-setting-group .llms-help-tooltip .dashicons,
  .wrap.lifterlms-settings .llms-setting-group .llms-help-tooltip .dashicons {
    color: #444;
    cursor: help; }
  .wrap.llms-reporting .llms-setting-group .form-table,
  .wrap.lifterlms-settings .llms-setting-group .form-table {
    margin: 0; }
    .wrap.llms-reporting .llms-setting-group .form-table tr:first-child .llms-subtitle,
    .wrap.lifterlms-settings .llms-setting-group .form-table tr:first-child .llms-subtitle {
      margin-top: 0; }
  .wrap.llms-reporting .llms-setting-group td[colspan="2"],
  .wrap.lifterlms-settings .llms-setting-group td[colspan="2"] {
    padding-top: 0;
    padding-left: 0; }
  .wrap.llms-reporting .llms-setting-group tr.llms-disabled-field,
  .wrap.lifterlms-settings .llms-setting-group tr.llms-disabled-field {
    opacity: 0.5;
    pointer-events: none; }
  .wrap.llms-reporting .llms-setting-group input[type="text"],
  .wrap.llms-reporting .llms-setting-group input[type="password"],
  .wrap.llms-reporting .llms-setting-group input[type="datetime"],
  .wrap.llms-reporting .llms-setting-group input[type="datetime-local"],
  .wrap.llms-reporting .llms-setting-group input[type="date"],
  .wrap.llms-reporting .llms-setting-group input[type="month"],
  .wrap.llms-reporting .llms-setting-group input[type="time"],
  .wrap.llms-reporting .llms-setting-group input[type="week"],
  .wrap.llms-reporting .llms-setting-group input[type="number"],
  .wrap.llms-reporting .llms-setting-group input[type="email"],
  .wrap.llms-reporting .llms-setting-group input[type="url"],
  .wrap.llms-reporting .llms-setting-group input[type="search"],
  .wrap.llms-reporting .llms-setting-group input[type="tel"],
  .wrap.llms-reporting .llms-setting-group input[type="color"],
  .wrap.llms-reporting .llms-setting-group select,
  .wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area),
  .wrap.lifterlms-settings .llms-setting-group input[type="text"],
  .wrap.lifterlms-settings .llms-setting-group input[type="password"],
  .wrap.lifterlms-settings .llms-setting-group input[type="datetime"],
  .wrap.lifterlms-settings .llms-setting-group input[type="datetime-local"],
  .wrap.lifterlms-settings .llms-setting-group input[type="date"],
  .wrap.lifterlms-settings .llms-setting-group input[type="month"],
  .wrap.lifterlms-settings .llms-setting-group input[type="time"],
  .wrap.lifterlms-settings .llms-setting-group input[type="week"],
  .wrap.lifterlms-settings .llms-setting-group input[type="number"],
  .wrap.lifterlms-settings .llms-setting-group input[type="email"],
  .wrap.lifterlms-settings .llms-setting-group input[type="url"],
  .wrap.lifterlms-settings .llms-setting-group input[type="search"],
  .wrap.lifterlms-settings .llms-setting-group input[type="tel"],
  .wrap.lifterlms-settings .llms-setting-group input[type="color"],
  .wrap.lifterlms-settings .llms-setting-group select,
  .wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area) {
    width: 50%; }
    .wrap.llms-reporting .llms-setting-group input[type="text"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="password"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="datetime"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="datetime-local"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="date"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="month"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="time"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="week"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="number"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="email"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="url"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="search"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="tel"].medium,
    .wrap.llms-reporting .llms-setting-group input[type="color"].medium,
    .wrap.llms-reporting .llms-setting-group select.medium,
    .wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="text"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="password"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="datetime"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="datetime-local"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="date"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="month"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="time"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="week"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="number"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="email"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="url"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="search"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="tel"].medium,
    .wrap.lifterlms-settings .llms-setting-group input[type="color"].medium,
    .wrap.lifterlms-settings .llms-setting-group select.medium,
    .wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).medium {
      width: 30%; }
    .wrap.llms-reporting .llms-setting-group input[type="text"].small,
    .wrap.llms-reporting .llms-setting-group input[type="password"].small,
    .wrap.llms-reporting .llms-setting-group input[type="datetime"].small,
    .wrap.llms-reporting .llms-setting-group input[type="datetime-local"].small,
    .wrap.llms-reporting .llms-setting-group input[type="date"].small,
    .wrap.llms-reporting .llms-setting-group input[type="month"].small,
    .wrap.llms-reporting .llms-setting-group input[type="time"].small,
    .wrap.llms-reporting .llms-setting-group input[type="week"].small,
    .wrap.llms-reporting .llms-setting-group input[type="number"].small,
    .wrap.llms-reporting .llms-setting-group input[type="email"].small,
    .wrap.llms-reporting .llms-setting-group input[type="url"].small,
    .wrap.llms-reporting .llms-setting-group input[type="search"].small,
    .wrap.llms-reporting .llms-setting-group input[type="tel"].small,
    .wrap.llms-reporting .llms-setting-group input[type="color"].small,
    .wrap.llms-reporting .llms-setting-group select.small,
    .wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).small,
    .wrap.lifterlms-settings .llms-setting-group input[type="text"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="password"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="datetime"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="datetime-local"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="date"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="month"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="time"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="week"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="number"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="email"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="url"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="search"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="tel"].small,
    .wrap.lifterlms-settings .llms-setting-group input[type="color"].small,
    .wrap.lifterlms-settings .llms-setting-group select.small,
    .wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).small {
      width: 20%; }
    .wrap.llms-reporting .llms-setting-group input[type="text"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="password"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="datetime"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="datetime-local"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="date"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="month"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="time"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="week"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="number"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="email"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="url"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="search"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="tel"].tiny,
    .wrap.llms-reporting .llms-setting-group input[type="color"].tiny,
    .wrap.llms-reporting .llms-setting-group select.tiny,
    .wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="text"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="password"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="datetime"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="datetime-local"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="date"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="month"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="time"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="week"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="number"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="email"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="url"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="search"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="tel"].tiny,
    .wrap.lifterlms-settings .llms-setting-group input[type="color"].tiny,
    .wrap.lifterlms-settings .llms-setting-group select.tiny,
    .wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).tiny {
      width: 10%; }

@media only screen and (min-width: 782px) {
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
    background: #fff; } }

.wrap.llms-reporting #llms-mailhawk-connect,
.wrap.lifterlms-settings #llms-mailhawk-connect {
  font-size: 16px;
  height: auto;
  margin: 0 0 6px;
  padding: 8px 14px;
  position: relative; }
  .wrap.llms-reporting #llms-mailhawk-connect .dashicons,
  .wrap.lifterlms-settings #llms-mailhawk-connect .dashicons {
    margin: -4px 4px 0 0;
    vertical-align: middle; }

.wrap.llms-reporting #llms-sendwp-connect,
.wrap.lifterlms-settings #llms-sendwp-connect {
  font-size: 16px;
  height: auto;
  margin: 0 0 6px;
  padding: 8px 14px;
  position: relative; }
  .wrap.llms-reporting #llms-sendwp-connect .fa,
  .wrap.lifterlms-settings #llms-sendwp-connect .fa {
    margin-right: 4px; }

@media only screen and (min-width: 782px) {
  .wrap.lifterlms-settings .llms-header {
    position: sticky;
    top: 30px; }
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary {
    position: sticky;
    top: 93px; } }

.wrap.llms-reporting .llms-inside-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 0 0 20px; }

.llms-remarks .llms-remarks-field {
  height: 120px;
  width: 100%; }

.llms-remarks input[type="number"] {
  width: 60px; }

button[name="llms_quiz_attempt_action"] .save {
  display: none; }

button[name="llms_quiz_attempt_action"].grading .default {
  display: none; }

button[name="llms_quiz_attempt_action"].grading .save {
  display: inline; }

.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 10px; }
  .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 10px;
  position: relative;
  width: 100%; }
  .llms-form-field label:empty:after {
    content: '\00a0'; }
  .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(229, 85, 78, 0.3);
    border-color: #e5554e; }
  .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.33333%; }
    .llms-form-field.llms-cols-2 {
      width: 16.66667%; }
    .llms-form-field.llms-cols-3 {
      width: 25%; }
    .llms-form-field.llms-cols-4 {
      width: 33.33333%; }
    .llms-form-field.llms-cols-5 {
      width: 41.66667%; }
    .llms-form-field.llms-cols-6 {
      width: 50%; }
    .llms-form-field.llms-cols-7 {
      width: 58.33333%; }
    .llms-form-field.llms-cols-8 {
      width: 66.66667%; }
    .llms-form-field.llms-cols-9 {
      width: 75%; }
    .llms-form-field.llms-cols-10 {
      width: 83.33333%; }
    .llms-form-field.llms-cols-11 {
      width: 91.66667%; }
    .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;
    width: auto; }
  .llms-form-field.type-radio input, .llms-form-field.type-checkbox input {
    margin-right: 5px; }
  .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: rgba(255, 255, 255, 0.15) 0 1px 1px, inset rgba(0, 0, 0, 0.35) 0 0 0 1px;
            box-shadow: rgba(255, 255, 255, 0.15) 0 1px 1px, inset rgba(0, 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; }
  .llms-form-field .llms-required {
    color: #e5554e;
    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-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 .4s ease;
    transition: width .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%; }

/*!
 *  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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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; }

.llms-spinning {
  background: rgba(250, 250, 250, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.llms-spinner {
  -webkit-animation: llms-spinning 1.5s linear infinite;
          animation: llms-spinning 1.5s linear infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #313131;
  border-radius: 50%;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px; }
  .llms-spinner.small {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px; }

@-webkit-keyframes llms-spinning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    border-radius: 5%; }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg); } }

@keyframes llms-spinning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    border-radius: 5%; }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg); } }

/*# sourceMappingURL=../maps/css/admin.css.map */