.cs-pagination ul:before, .cs-pagination ul:after,
.cs-cols:before,
.cs-loop-list:before,
.cs-course-navigation:before,
.cs-access-plans:before,
.cs-checkout-cols-2:before,
.cs-form-fields:before,
.cs-student-dashboard .cs-sd-items:before,
.cs-cols:after,
.cs-loop-list:after,
.cs-course-navigation:after,
.cs-access-plans:after,
.cs-checkout-cols-2:after,
.cs-form-fields:after,
.cs-student-dashboard .cs-sd-items:after {
  content: " ";
  display: table; }

.cs-pagination ul:after,
.cs-cols:after,
.cs-loop-list:after,
.cs-course-navigation:after,
.cs-access-plans:after,
.cs-checkout-cols-2:after,
.cs-form-fields:after,
.cs-student-dashboard .cs-sd-items:after {
  clear: both; }

.cs-cols .cs-col {
  width: 100%; }

@media all and (min-width: 600px) {
  .cs-cols [class*="cs-col-"] {
    float: left; }
  .cs-cols .cs-col-1 {
    width: 100%; }
  .cs-cols .cs-col-2 {
    width: 50%; }
  .cs-cols .cs-col-3 {
    width: 33.33333%; }
  .cs-cols .cs-col-4 {
    width: 25%; }
  .cs-cols .cs-col-5 {
    width: 20%; }
  .cs-cols .cs-col-6 {
    width: 16.66667%; }
  .cs-cols .cs-col-7 {
    width: 14.28571%; }
  .cs-cols .cs-col-8 {
    width: 12.5%; }
  .cs-cols .cs-col-9 {
    width: 11.11111%; }
  .cs-cols .cs-col-10 {
    width: 10%; }
  .cs-cols .cs-col-11 {
    width: 9.09091%; }
  .cs-cols .cs-col-12 {
    width: 8.33333%; } }

.cs-button-action,
.cs-button-danger,
.cs-button-primary,
.cs-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; }
  .cs-button-action:disabled,
  .cs-button-danger:disabled,
  .cs-button-primary:disabled,
  .cs-button-secondary:disabled {
    opacity: 0.5; }
  .cs-button-action:hover, .cs-button-action:active,
  .cs-button-danger:hover,
  .cs-button-danger:active,
  .cs-button-primary:hover,
  .cs-button-primary:active,
  .cs-button-secondary:hover,
  .cs-button-secondary:active {
    color: #fefefe; }
  .cs-button-action:focus,
  .cs-button-danger:focus,
  .cs-button-primary:focus,
  .cs-button-secondary:focus {
    color: #fefefe; }
  .cs-button-action.auto,
  .cs-button-danger.auto,
  .cs-button-primary.auto,
  .cs-button-secondary.auto {
    width: auto; }
  .cs-button-action.full,
  .cs-button-danger.full,
  .cs-button-primary.full,
  .cs-button-secondary.full {
    display: block;
    text-align: center;
    width: 100%; }
  .cs-button-action.square,
  .cs-button-danger.square,
  .cs-button-primary.square,
  .cs-button-secondary.square {
    padding: 12px; }
  .cs-button-action.small,
  .cs-button-danger.small,
  .cs-button-primary.small,
  .cs-button-secondary.small {
    font-size: 13px;
    padding: 8px 14px; }
    .cs-button-action.small.square,
    .cs-button-danger.small.square,
    .cs-button-primary.small.square,
    .cs-button-secondary.small.square {
      padding: 8px; }
  .cs-button-action.large,
  .cs-button-danger.large,
  .cs-button-primary.large,
  .cs-button-secondary.large {
    font-size: 18px;
    line-height: 1.2;
    padding: 16px 32px; }
    .cs-button-action.large.square,
    .cs-button-danger.large.square,
    .cs-button-primary.large.square,
    .cs-button-secondary.large.square {
      padding: 16px; }
    .cs-button-action.large .fa,
    .cs-button-danger.large .fa,
    .cs-button-primary.large .fa,
    .cs-button-secondary.large .fa {
      left: -7px;
      position: relative; }

.cs-button-primary {
  background: #2295ff; }
  .cs-button-primary:hover, .cs-button-primary.clicked {
    background: #0077e4; }
  .cs-button-primary:focus, .cs-button-primary:active {
    background: #4ba9ff; }

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

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

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

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

.cs [data-tip],
.cs [data-title-default],
.cs [data-title-active],
.cs-metabox [data-tip],
.cs-metabox [data-title-default],
.cs-metabox [data-title-active],
.cs-mb-container [data-tip],
.cs-mb-container [data-title-default],
.cs-mb-container [data-title-active],
.cs-ques-wrapper [data-tip],
.cs-ques-wrapper [data-title-default],
.cs-ques-wrapper [data-title-active] {
  position: relative; }
  .cs [data-tip].tip--top-right:before,
  .cs [data-title-default].tip--top-right:before,
  .cs [data-title-active].tip--top-right:before,
  .cs-metabox [data-tip].tip--top-right:before,
  .cs-metabox [data-title-default].tip--top-right:before,
  .cs-metabox [data-title-active].tip--top-right:before,
  .cs-mb-container [data-tip].tip--top-right:before,
  .cs-mb-container [data-title-default].tip--top-right:before,
  .cs-mb-container [data-title-active].tip--top-right:before,
  .cs-ques-wrapper [data-tip].tip--top-right:before,
  .cs-ques-wrapper [data-title-default].tip--top-right:before,
  .cs-ques-wrapper [data-title-active].tip--top-right:before {
    bottom: 100%;
    left: -10px; }
  .cs [data-tip].tip--top-right:hover:before,
  .cs [data-title-default].tip--top-right:hover:before,
  .cs [data-title-active].tip--top-right:hover:before,
  .cs-metabox [data-tip].tip--top-right:hover:before,
  .cs-metabox [data-title-default].tip--top-right:hover:before,
  .cs-metabox [data-title-active].tip--top-right:hover:before,
  .cs-mb-container [data-tip].tip--top-right:hover:before,
  .cs-mb-container [data-title-default].tip--top-right:hover:before,
  .cs-mb-container [data-title-active].tip--top-right:hover:before,
  .cs-ques-wrapper [data-tip].tip--top-right:hover:before,
  .cs-ques-wrapper [data-title-default].tip--top-right:hover:before,
  .cs-ques-wrapper [data-title-active].tip--top-right:hover:before {
    bottom: calc( 100% + 6px); }
  .cs [data-tip].tip--top-right:after,
  .cs [data-title-default].tip--top-right:after,
  .cs [data-title-active].tip--top-right:after,
  .cs-metabox [data-tip].tip--top-right:after,
  .cs-metabox [data-title-default].tip--top-right:after,
  .cs-metabox [data-title-active].tip--top-right:after,
  .cs-mb-container [data-tip].tip--top-right:after,
  .cs-mb-container [data-title-default].tip--top-right:after,
  .cs-mb-container [data-title-active].tip--top-right:after,
  .cs-ques-wrapper [data-tip].tip--top-right:after,
  .cs-ques-wrapper [data-title-default].tip--top-right:after,
  .cs-ques-wrapper [data-title-active].tip--top-right:after {
    border-top-color: #444;
    left: 6px;
    top: 0; }
  .cs [data-tip].tip--top-right:hover:after,
  .cs [data-title-default].tip--top-right:hover:after,
  .cs [data-title-active].tip--top-right:hover:after,
  .cs-metabox [data-tip].tip--top-right:hover:after,
  .cs-metabox [data-title-default].tip--top-right:hover:after,
  .cs-metabox [data-title-active].tip--top-right:hover:after,
  .cs-mb-container [data-tip].tip--top-right:hover:after,
  .cs-mb-container [data-title-default].tip--top-right:hover:after,
  .cs-mb-container [data-title-active].tip--top-right:hover:after,
  .cs-ques-wrapper [data-tip].tip--top-right:hover:after,
  .cs-ques-wrapper [data-title-default].tip--top-right:hover:after,
  .cs-ques-wrapper [data-title-active].tip--top-right:hover:after {
    top: -6px; }
  .cs [data-tip].tip--top-left:before,
  .cs [data-title-default].tip--top-left:before,
  .cs [data-title-active].tip--top-left:before,
  .cs-metabox [data-tip].tip--top-left:before,
  .cs-metabox [data-title-default].tip--top-left:before,
  .cs-metabox [data-title-active].tip--top-left:before,
  .cs-mb-container [data-tip].tip--top-left:before,
  .cs-mb-container [data-title-default].tip--top-left:before,
  .cs-mb-container [data-title-active].tip--top-left:before,
  .cs-ques-wrapper [data-tip].tip--top-left:before,
  .cs-ques-wrapper [data-title-default].tip--top-left:before,
  .cs-ques-wrapper [data-title-active].tip--top-left:before {
    bottom: 100%;
    right: -10px; }
  .cs [data-tip].tip--top-left:hover:before,
  .cs [data-title-default].tip--top-left:hover:before,
  .cs [data-title-active].tip--top-left:hover:before,
  .cs-metabox [data-tip].tip--top-left:hover:before,
  .cs-metabox [data-title-default].tip--top-left:hover:before,
  .cs-metabox [data-title-active].tip--top-left:hover:before,
  .cs-mb-container [data-tip].tip--top-left:hover:before,
  .cs-mb-container [data-title-default].tip--top-left:hover:before,
  .cs-mb-container [data-title-active].tip--top-left:hover:before,
  .cs-ques-wrapper [data-tip].tip--top-left:hover:before,
  .cs-ques-wrapper [data-title-default].tip--top-left:hover:before,
  .cs-ques-wrapper [data-title-active].tip--top-left:hover:before {
    bottom: calc( 100% + 6px); }
  .cs [data-tip].tip--top-left:after,
  .cs [data-title-default].tip--top-left:after,
  .cs [data-title-active].tip--top-left:after,
  .cs-metabox [data-tip].tip--top-left:after,
  .cs-metabox [data-title-default].tip--top-left:after,
  .cs-metabox [data-title-active].tip--top-left:after,
  .cs-mb-container [data-tip].tip--top-left:after,
  .cs-mb-container [data-title-default].tip--top-left:after,
  .cs-mb-container [data-title-active].tip--top-left:after,
  .cs-ques-wrapper [data-tip].tip--top-left:after,
  .cs-ques-wrapper [data-title-default].tip--top-left:after,
  .cs-ques-wrapper [data-title-active].tip--top-left:after {
    border-top-color: #444;
    right: 6px;
    top: 0; }
  .cs [data-tip].tip--top-left:hover:after,
  .cs [data-title-default].tip--top-left:hover:after,
  .cs [data-title-active].tip--top-left:hover:after,
  .cs-metabox [data-tip].tip--top-left:hover:after,
  .cs-metabox [data-title-default].tip--top-left:hover:after,
  .cs-metabox [data-title-active].tip--top-left:hover:after,
  .cs-mb-container [data-tip].tip--top-left:hover:after,
  .cs-mb-container [data-title-default].tip--top-left:hover:after,
  .cs-mb-container [data-title-active].tip--top-left:hover:after,
  .cs-ques-wrapper [data-tip].tip--top-left:hover:after,
  .cs-ques-wrapper [data-title-default].tip--top-left:hover:after,
  .cs-ques-wrapper [data-title-active].tip--top-left:hover:after {
    top: -6px; }
  .cs [data-tip].tip--bottom-left:before,
  .cs [data-title-default].tip--bottom-left:before,
  .cs [data-title-active].tip--bottom-left:before,
  .cs-metabox [data-tip].tip--bottom-left:before,
  .cs-metabox [data-title-default].tip--bottom-left:before,
  .cs-metabox [data-title-active].tip--bottom-left:before,
  .cs-mb-container [data-tip].tip--bottom-left:before,
  .cs-mb-container [data-title-default].tip--bottom-left:before,
  .cs-mb-container [data-title-active].tip--bottom-left:before,
  .cs-ques-wrapper [data-tip].tip--bottom-left:before,
  .cs-ques-wrapper [data-title-default].tip--bottom-left:before,
  .cs-ques-wrapper [data-title-active].tip--bottom-left:before {
    top: 100%;
    right: -10px; }
  .cs [data-tip].tip--bottom-left:hover:before,
  .cs [data-title-default].tip--bottom-left:hover:before,
  .cs [data-title-active].tip--bottom-left:hover:before,
  .cs-metabox [data-tip].tip--bottom-left:hover:before,
  .cs-metabox [data-title-default].tip--bottom-left:hover:before,
  .cs-metabox [data-title-active].tip--bottom-left:hover:before,
  .cs-mb-container [data-tip].tip--bottom-left:hover:before,
  .cs-mb-container [data-title-default].tip--bottom-left:hover:before,
  .cs-mb-container [data-title-active].tip--bottom-left:hover:before,
  .cs-ques-wrapper [data-tip].tip--bottom-left:hover:before,
  .cs-ques-wrapper [data-title-default].tip--bottom-left:hover:before,
  .cs-ques-wrapper [data-title-active].tip--bottom-left:hover:before {
    top: calc( 100% + 6px); }
  .cs [data-tip].tip--bottom-left:after,
  .cs [data-title-default].tip--bottom-left:after,
  .cs [data-title-active].tip--bottom-left:after,
  .cs-metabox [data-tip].tip--bottom-left:after,
  .cs-metabox [data-title-default].tip--bottom-left:after,
  .cs-metabox [data-title-active].tip--bottom-left:after,
  .cs-mb-container [data-tip].tip--bottom-left:after,
  .cs-mb-container [data-title-default].tip--bottom-left:after,
  .cs-mb-container [data-title-active].tip--bottom-left:after,
  .cs-ques-wrapper [data-tip].tip--bottom-left:after,
  .cs-ques-wrapper [data-title-default].tip--bottom-left:after,
  .cs-ques-wrapper [data-title-active].tip--bottom-left:after {
    border-bottom-color: #444;
    right: 6px;
    bottom: 0; }
  .cs [data-tip].tip--bottom-left:hover:after,
  .cs [data-title-default].tip--bottom-left:hover:after,
  .cs [data-title-active].tip--bottom-left:hover:after,
  .cs-metabox [data-tip].tip--bottom-left:hover:after,
  .cs-metabox [data-title-default].tip--bottom-left:hover:after,
  .cs-metabox [data-title-active].tip--bottom-left:hover:after,
  .cs-mb-container [data-tip].tip--bottom-left:hover:after,
  .cs-mb-container [data-title-default].tip--bottom-left:hover:after,
  .cs-mb-container [data-title-active].tip--bottom-left:hover:after,
  .cs-ques-wrapper [data-tip].tip--bottom-left:hover:after,
  .cs-ques-wrapper [data-title-default].tip--bottom-left:hover:after,
  .cs-ques-wrapper [data-title-active].tip--bottom-left:hover:after {
    bottom: -6px; }
  .cs [data-tip].tip--bottom-right:before,
  .cs [data-title-default].tip--bottom-right:before,
  .cs [data-title-active].tip--bottom-right:before,
  .cs-metabox [data-tip].tip--bottom-right:before,
  .cs-metabox [data-title-default].tip--bottom-right:before,
  .cs-metabox [data-title-active].tip--bottom-right:before,
  .cs-mb-container [data-tip].tip--bottom-right:before,
  .cs-mb-container [data-title-default].tip--bottom-right:before,
  .cs-mb-container [data-title-active].tip--bottom-right:before,
  .cs-ques-wrapper [data-tip].tip--bottom-right:before,
  .cs-ques-wrapper [data-title-default].tip--bottom-right:before,
  .cs-ques-wrapper [data-title-active].tip--bottom-right:before {
    top: 100%;
    left: -10px; }
  .cs [data-tip].tip--bottom-right:hover:before,
  .cs [data-title-default].tip--bottom-right:hover:before,
  .cs [data-title-active].tip--bottom-right:hover:before,
  .cs-metabox [data-tip].tip--bottom-right:hover:before,
  .cs-metabox [data-title-default].tip--bottom-right:hover:before,
  .cs-metabox [data-title-active].tip--bottom-right:hover:before,
  .cs-mb-container [data-tip].tip--bottom-right:hover:before,
  .cs-mb-container [data-title-default].tip--bottom-right:hover:before,
  .cs-mb-container [data-title-active].tip--bottom-right:hover:before,
  .cs-ques-wrapper [data-tip].tip--bottom-right:hover:before,
  .cs-ques-wrapper [data-title-default].tip--bottom-right:hover:before,
  .cs-ques-wrapper [data-title-active].tip--bottom-right:hover:before {
    top: calc( 100% + 6px); }
  .cs [data-tip].tip--bottom-right:after,
  .cs [data-title-default].tip--bottom-right:after,
  .cs [data-title-active].tip--bottom-right:after,
  .cs-metabox [data-tip].tip--bottom-right:after,
  .cs-metabox [data-title-default].tip--bottom-right:after,
  .cs-metabox [data-title-active].tip--bottom-right:after,
  .cs-mb-container [data-tip].tip--bottom-right:after,
  .cs-mb-container [data-title-default].tip--bottom-right:after,
  .cs-mb-container [data-title-active].tip--bottom-right:after,
  .cs-ques-wrapper [data-tip].tip--bottom-right:after,
  .cs-ques-wrapper [data-title-default].tip--bottom-right:after,
  .cs-ques-wrapper [data-title-active].tip--bottom-right:after {
    border-bottom-color: #444;
    left: 6px;
    bottom: 0; }
  .cs [data-tip].tip--bottom-right:hover:after,
  .cs [data-title-default].tip--bottom-right:hover:after,
  .cs [data-title-active].tip--bottom-right:hover:after,
  .cs-metabox [data-tip].tip--bottom-right:hover:after,
  .cs-metabox [data-title-default].tip--bottom-right:hover:after,
  .cs-metabox [data-title-active].tip--bottom-right:hover:after,
  .cs-mb-container [data-tip].tip--bottom-right:hover:after,
  .cs-mb-container [data-title-default].tip--bottom-right:hover:after,
  .cs-mb-container [data-title-active].tip--bottom-right:hover:after,
  .cs-ques-wrapper [data-tip].tip--bottom-right:hover:after,
  .cs-ques-wrapper [data-title-default].tip--bottom-right:hover:after,
  .cs-ques-wrapper [data-title-active].tip--bottom-right:hover:after {
    bottom: -6px; }
  .cs [data-tip]:before,
  .cs [data-title-default]:before,
  .cs [data-title-active]:before,
  .cs-metabox [data-tip]:before,
  .cs-metabox [data-title-default]:before,
  .cs-metabox [data-title-active]:before,
  .cs-mb-container [data-tip]:before,
  .cs-mb-container [data-title-default]:before,
  .cs-mb-container [data-title-active]:before,
  .cs-ques-wrapper [data-tip]:before,
  .cs-ques-wrapper [data-title-default]:before,
  .cs-ques-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; }
  .cs [data-tip]:after,
  .cs [data-title-default]:after,
  .cs [data-title-active]:after,
  .cs-metabox [data-tip]:after,
  .cs-metabox [data-title-default]:after,
  .cs-metabox [data-title-active]:after,
  .cs-mb-container [data-tip]:after,
  .cs-mb-container [data-title-default]:after,
  .cs-mb-container [data-title-active]:after,
  .cs-ques-wrapper [data-tip]:after,
  .cs-ques-wrapper [data-title-default]:after,
  .cs-ques-wrapper [data-title-active]:after {
    content: '';
    border: 6px solid transparent;
    height: 0;
    width: 0; }
  .cs [data-tip]:before, .cs [data-tip]:after,
  .cs [data-title-default]:before,
  .cs [data-title-default]:after,
  .cs [data-title-active]:before,
  .cs [data-title-active]:after,
  .cs-metabox [data-tip]:before,
  .cs-metabox [data-tip]:after,
  .cs-metabox [data-title-default]:before,
  .cs-metabox [data-title-default]:after,
  .cs-metabox [data-title-active]:before,
  .cs-metabox [data-title-active]:after,
  .cs-mb-container [data-tip]:before,
  .cs-mb-container [data-tip]:after,
  .cs-mb-container [data-title-default]:before,
  .cs-mb-container [data-title-default]:after,
  .cs-mb-container [data-title-active]:before,
  .cs-mb-container [data-title-active]:after,
  .cs-ques-wrapper [data-tip]:before,
  .cs-ques-wrapper [data-tip]:after,
  .cs-ques-wrapper [data-title-default]:before,
  .cs-ques-wrapper [data-title-default]:after,
  .cs-ques-wrapper [data-title-active]:before,
  .cs-ques-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; }
  .cs [data-tip]:hover:before, .cs [data-tip]:hover:after,
  .cs [data-title-default]:hover:before,
  .cs [data-title-default]:hover:after,
  .cs [data-title-active]:hover:before,
  .cs [data-title-active]:hover:after,
  .cs-metabox [data-tip]:hover:before,
  .cs-metabox [data-tip]:hover:after,
  .cs-metabox [data-title-default]:hover:before,
  .cs-metabox [data-title-default]:hover:after,
  .cs-metabox [data-title-active]:hover:before,
  .cs-metabox [data-title-active]:hover:after,
  .cs-mb-container [data-tip]:hover:before,
  .cs-mb-container [data-tip]:hover:after,
  .cs-mb-container [data-title-default]:hover:before,
  .cs-mb-container [data-title-default]:hover:after,
  .cs-mb-container [data-title-active]:hover:before,
  .cs-mb-container [data-title-active]:hover:after,
  .cs-ques-wrapper [data-tip]:hover:before,
  .cs-ques-wrapper [data-tip]:hover:after,
  .cs-ques-wrapper [data-title-default]:hover:before,
  .cs-ques-wrapper [data-title-default]:hover:after,
  .cs-ques-wrapper [data-title-active]:hover:before,
  .cs-ques-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; }

.cs [data-tip]:before,
.cs-metabox [data-tip]:before,
.cs-mb-container [data-tip]:before,
.cs-ques-wrapper [data-tip]:before {
  content: attr(data-tip); }

.cs [data-tip].active:before,
.cs-metabox [data-tip].active:before,
.cs-mb-container [data-tip].active:before,
.cs-ques-wrapper [data-tip].active:before {
  content: attr(data-tip-active); }

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

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

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

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

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

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

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

/* Genesis Overrides */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.courses .entry {
  padding: 0; }

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

.cs-content {
  width: 100%; }

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

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

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

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

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

select:focus {
  outline: none; }

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

@-moz-document url-prefix() {
  .--ms-styled-select select {
    width: 110%; } }

.cs-styled-select .fa-sort-desc {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 24px;
  color: #ccc; }

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

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

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

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

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

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

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

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

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

.cs-widget-syllabus .cs-lesson.current-lesson .lesson-title {
  font-weight: 700; }

.cs-widget-syllabus .cs-lesson-complete, .cs-widget-syllabus .lesson-complete-placeholder {
  font-size: 1.2em;
  margin-right: 6px;
  color: #ccc; }
  .cs-widget-syllabus .cs-lesson-complete.done, .cs-widget-syllabus .lesson-complete-placeholder.done {
    color: #e5554e; }

.cs-widget-syllabus .section-title {
  font-weight: bold; }

.cs-widget-syllabus .lesson-title a {
  text-decoration: none; }
  .cs-widget-syllabus .lesson-title a:hover {
    text-decoration: none !important; }

.cs-widget-syllabus .lesson-title.done a {
  color: #999;
  text-decoration: line-through; }

.cs-widget-syllabus ul {
  list-style-type: none; }
  .cs-widget-syllabus ul li {
    list-style-type: none; }
    .cs-widget-syllabus ul li ul li {
      margin: 0 0 2px 0;
      padding: 0; }

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

.cs-lesson-link-locked, .cs-lesson-link-locked:hover {
  background: #f1f1f1;
  -webkit-box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
          box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
  display: block;
  color: #a6a6a6;
  min-height: 85px;
  padding: 15px;
  text-decoration: none;
  position: relative; }

.cs-lesson-preview.is-complete .cs-lesson-link-locked {
  padding-left: 75px; }

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

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

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

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

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

.cs-loop-item-content {
  background: #f1f1f1;
  padding-bottom: 10px;
  margin: 10px; }
  .cs-loop-item-content:hover {
    background: #eaeaea; }
  .cs-loop-item-content .cs-loop-link {
    color: #212121;
    display: block; }
    .cs-loop-item-content .cs-loop-link:visited {
      color: #212121; }
  .cs-loop-item-content .cs-featured-image {
    display: block;
    max-width: 100%; }
  .cs-loop-item-content .cs-loop-title {
    margin-top: 5px; }
    .cs-loop-item-content .cs-loop-title:hover {
      color: #2295ff; }
  .cs-loop-item-content .cs-meta,
  .cs-loop-item-content .cs-author,
  .cs-loop-item-content .cs-loop-title {
    padding: 0 10px; }
  .cs-loop-item-content .cs-meta,
  .cs-loop-item-content .cs-author {
    color: #444;
    display: block;
    font-size: 13px;
    margin-bottom: 3px; }
    .cs-loop-item-content .cs-meta:last-child,
    .cs-loop-item-content .cs-author:last-child {
      margin-bottom: 0; }
  .cs-loop-item-content .cs-featured-img-wrap {
    overflow: hidden; }
  .cs-loop-item-content p {
    margin-bottom: 0; }
  .cs-loop-item-content .cs-progress {
    margin: 0;
    height: .4em; }
    .cs-loop-item-content .cs-progress .progress__indicator {
      display: none; }
    .cs-loop-item-content .cs-progress .cs-progress-bar {
      background-color: #f6f6f6;
      right: 0;
      top: 0; }

.course .cs-meta-info {
  margin: 20px 0; }
  .course .cs-meta-info .cs-meta-title {
    margin-bottom: 5px; }
  .course .cs-meta-info .cs-meta p {
    margin-bottom: 0; }
  .course .cs-meta-info .cs-meta span {
    font-weight: 700; }

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

.cs-syllabus-wrapper {
  margin: 15px;
  text-align: center; }
  .cs-syllabus-wrapper .cs-section-title {
    margin: 25px 0 0; }

.cs-course-navigation .cs-prev-lesson,
.cs-course-navigation .cs-next-lesson,
.cs-course-navigation .cs-back-to-course {
  width: 49%; }

.cs-course-navigation .cs-prev-lesson,
.cs-course-navigation .cs-back-to-course {
  float: left;
  margin-right: 0.5%; }

.cs-course-navigation .cs-next-lesson,
.cs-course-navigation .cs-prev-lesson + .cs-back-to-course {
  float: right;
  margin-left: 0.5%; }

.cs-lesson-preview {
  display: inline-block;
  margin-top: 15px;
  max-width: 100%;
  position: relative;
  width: 480px; }
  .cs-lesson-preview .cs-lesson-link {
    background: #f1f1f1;
    color: #212121;
    display: block;
    padding: 15px;
    text-decoration: none; }
    .cs-lesson-preview .cs-lesson-link:before, .cs-lesson-preview .cs-lesson-link:after {
      content: " ";
      display: table; }
    .cs-lesson-preview .cs-lesson-link:after {
      clear: both; }
    .cs-lesson-preview .cs-lesson-link:hover {
      background: #eaeaea; }
    .cs-lesson-preview .cs-lesson-link:visited {
      color: #212121; }
  .cs-lesson-preview .cs-lesson-thumbnail {
    margin-bottom: 10px; }
    .cs-lesson-preview .cs-lesson-thumbnail img {
      display: block;
      width: 100%; }
  .cs-lesson-preview .cs-pre-text {
    text-align: left; }
  .cs-lesson-preview .cs-lesson-title {
    font-weight: 700;
    margin: 0 auto 10px;
    text-align: left; }
    .cs-lesson-preview .cs-lesson-title:last-child {
      margin-bottom: 0; }
  .cs-lesson-preview .cs-lesson-excerpt {
    text-align: left; }
  .cs-lesson-preview .cs-main {
    float: left;
    width: 100%; }
  .cs-lesson-preview .cs-extra {
    float: right;
    width: 15%; }
  .cs-lesson-preview .cs-extra + .cs-main {
    width: 85%; }
  .cs-lesson-preview .cs-lesson-counter,
  .cs-lesson-preview .cs-free-lesson-svg,
  .cs-lesson-preview .cs-lesson-complete,
  .cs-lesson-preview .cs-lesson-complete-placeholder {
    display: block;
    font-size: 32px;
    margin-bottom: 15px; }
  .cs-lesson-preview.is-free .cs-lesson-complete, .cs-lesson-preview.is-complete .cs-lesson-complete {
    color: #2295ff; }
  .cs-lesson-preview .cs-icon-free {
    background: #2295ff;
    border-radius: 4px;
    color: #f1f1f1;
    display: inline-block;
    padding: 5px 6px 4px;
    line-height: 1;
    font-size: 14px; }
  .cs-lesson-preview.is-incomplete .cs-lesson-complete {
    color: #cacaca; }
  .cs-lesson-preview .cs-lesson-counter {
    font-size: 16px;
    line-height: 1; }
  .cs-lesson-preview .cs-free-lesson-svg {
    fill: currentColor;
    height: 23px;
    width: 50px; }
  .cs-lesson-preview p {
    margin-bottom: 0; }

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

.cs-progress .cs-progress-bar {
  background-color: #f1f2f1;
  position: relative;
  height: .4em;
  top: .3em;
  width: 100%; }

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

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

.cs-author .name {
  margin-left: 5px; }

.cs-author .label {
  margin-left: 5px; }

.cs-author .avatar {
  border-radius: 50%; }

.cs-author .bio {
  margin-top: 5px; }

.cs-instructor-info .cs-instructors .cs-col:first-child .cs-author {
  margin-left: 0; }

.cs-instructor-info .cs-instructors .cs-col:last-child .cs-author {
  margin-right: 0; }

.cs-instructor-info .cs-instructors .cs-author {
  background: #f5f5f5;
  border-top: 4px solid #2295ff;
  text-align: center;
  margin: 45px 5px 5px;
  padding: 0 10px 10px; }
  .cs-instructor-info .cs-instructors .cs-author .avatar {
    background: #2295ff;
    border: 4px solid #2295ff;
    display: block;
    margin: -35px auto 10px; }
  .cs-instructor-info .cs-instructors .cs-author .cs-author-info {
    display: block; }
    .cs-instructor-info .cs-instructors .cs-author .cs-author-info.name {
      font-weight: 700; }
    .cs-instructor-info .cs-instructors .cs-author .cs-author-info.label {
      font-size: 85%; }
    .cs-instructor-info .cs-instructors .cs-author .cs-author-info.bio {
      font-size: 90%;
      margin-bottom: 0; }

.cs-notice {
  background: rgba(34, 149, 255, 0.3);
  border-color: #2295ff;
  border-style: solid;
  border-width: 3px;
  padding: 10px;
  margin-bottom: 10px; }
  .cs-notice p:last-child, .cs-notice ul:last-child {
    margin-bottom: 0; }
  .cs-notice li {
    list-style-type: none; }
  .cs-notice.cs-debug {
    background: rgba(202, 202, 202, 0.3);
    border-color: #cacaca; }
  .cs-notice.cs-error {
    background: rgba(229, 85, 78, 0.3);
    border-color: #e5554e; }
  .cs-notice.cs-success {
    background: rgba(131, 195, 115, 0.3);
    border-color: #83c373; }

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

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

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

.cs-certificate {
  border: 4px double #f1f1f1;
  padding: 20px 10px;
  background: #fff;
  text-align: center; }
  .cs-certificate:hover {
    background: #fff;
    border-color: #eaeaea; }

.cs-achievement-modal .cs-achievement {
  background: #fff; }

.cs-achievement-modal .cs-achievement-info {
  display: block; }

.cs-achievement-modal .cs-achievement-title {
  display: none; }

.cs-notification {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px -2px #333, 0 1px 1px -1px #333;
          box-shadow: 0 1px 2px -2px #333, 0 1px 1px -1px #333;
  border-top: 4px solid #2295ff;
  left: 12px;
  opacity: 0;
  padding: 12px;
  position: fixed;
  right: 12px;
  top: 24px;
  -webkit-transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out;
  visibility: none;
  width: auto;
  z-index: 9999999; }
  .cs-notification:before, .cs-notification:after {
    content: " ";
    display: table; }
  .cs-notification:after {
    clear: both; }
  .cs-notification.visible {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    visibility: visible; }
    .cs-notification.visible:hover .cs-notification-dismiss {
      opacity: 1; }
  .cs-notification .cs-notification-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cs-notification .cs-notification-main {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .cs-notification .cs-notification-title {
    font-size: 18px;
    margin: 0; }
  .cs-notification .cs-notification-body {
    font-size: 14px;
    line-height: 1.4; }
    .cs-notification .cs-notification-body p, .cs-notification .cs-notification-body li {
      font-size: inherit; }
    .cs-notification .cs-notification-body p {
      margin-bottom: 8px; }
    .cs-notification .cs-notification-body .cs-mini-cert {
      background: #f6f6f6;
      border: 4px double #b0b0b0;
      padding: 24px 8px; }
      .cs-notification .cs-notification-body .cs-mini-cert .cs-mini-cert-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
        text-align: center; }
      .cs-notification .cs-notification-body .cs-mini-cert p, .cs-notification .cs-notification-body .cs-mini-cert li {
        font-size: 14px; }
        .cs-notification .cs-notification-body .cs-mini-cert p:last-child, .cs-notification .cs-notification-body .cs-mini-cert li:last-child {
          margin-bottom: 0; }
  .cs-notification .cs-notification-aside {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 12px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .cs-notification .cs-notification-icon {
    display: block;
    max-width: 64px; }
  .cs-notification .cs-notification-footer {
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    margin-top: 12px;
    padding: 6px 6px 0;
    text-align: right; }
  .cs-notification .cs-notification-dismiss {
    color: #e5554e;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 8px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }

.cs-sd-notification-center .cs-notification-list,
.cs-sd-notification-center .cs-notification-list-item {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.cs-sd-notification-center .cs-notification-list-item:hover .cs-notification {
  background: #fcfcfc; }

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

@media all and (min-width: 480px) {
  .cs-notification {
    left: auto;
    right: -800px;
    width: 360px; }
    .cs-notification.visible {
      right: 24px; }
    .cs-notification .cs-notification-dismiss {
      opacity: 0; } }

.cs-pagination ul {
  list-style-type: none; }
  .cs-pagination ul li {
    float: left; }
    .cs-pagination ul li a {
      border-bottom: 0;
      text-decoration: none; }
    .cs-pagination ul li .page-numbers {
      padding: 0.5em;
      text-decoration: underline; }
      .cs-pagination ul li .page-numbers.current {
        text-decoration: none; }

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

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

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

.webui-popover-inverse .webui-popover-content a {
  color: #fff;
  text-decoration: underline; }
  .webui-popover-inverse .webui-popover-content a:hover {
    text-decoration: none; }

.single-cs_ques .cs-ques-attempt-results {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question {
    background: #efefef;
    margin: 0 0 10px;
    position: relative; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .toggle-answer {
      color: inherit;
      display: block;
      padding: 10px 35px 10px 10px;
      text-decoration: none; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .toggle-answer:before, .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .toggle-answer:after {
        content: " ";
        display: table; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .toggle-answer:after {
        clear: both; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--waiting.correct, .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--waiting.incorrect {
      background: rgba(255, 146, 43, 0.2); }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--waiting.correct .cs-status-icon, .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--waiting.incorrect .cs-status-icon {
        background-color: #ff922b; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--graded.correct {
      background: rgba(131, 195, 115, 0.2); }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--graded.correct .cs-status-icon {
        background-color: #83c373; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--graded.incorrect {
      background: rgba(229, 85, 78, 0.2); }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.status--graded.incorrect .cs-status-icon {
        background-color: #e5554e; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-question-title {
      float: left;
      margin: 0;
      line-height: 1; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-points {
      float: right;
      line-height: 1; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-status-icon-tip {
      position: absolute;
      right: -12px;
      top: -2px; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-status-icon {
      color: rgba(255, 255, 255, 0.65);
      border-radius: 50%;
      font-size: 30px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 40px; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main {
      display: none;
      padding: 0 10px 10px; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main .cs-ques-results-label {
        font-weight: 700;
        margin-bottom: 10px; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main ul.cs-ques-attempt-answers {
        margin: 0;
        padding: 0; }
        .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main ul.cs-ques-attempt-answers li.cs-ques-attempt-answer {
          padding: 0;
          margin: 0 0 0 30px; }
          .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main ul.cs-ques-attempt-answers li.cs-ques-attempt-answer:only-child {
            list-style-type: none;
            margin-left: 0; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main img {
        height: auto;
        max-width: 200px; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main .cs-ques-attempt-answer-section {
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        margin-top: 20px;
        padding-top: 20px; }
        .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question .cs-ques-attempt-question-main .cs-ques-attempt-answer-section:first-child {
          border-top: none;
          margin-top: 0;
          padding-top: 0; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.type--picture_choice ul.cs-ques-attempt-answers, .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.type--picture_reorder ul.cs-ques-attempt-answers {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.type--picture_choice ul.cs-ques-attempt-answers li.cs-ques-attempt-answer, .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.type--picture_reorder ul.cs-ques-attempt-answers li.cs-ques-attempt-answer {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 5px; }
    .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.type--removed {
      opacity: .5; }
      .single-cs_ques .cs-ques-attempt-results .cs-ques-attempt-question.type--removed .cs-question-title {
        font-style: italic;
        font-weight: normal; }

.single-cs_ques .cs-return {
  margin-bottom: 10px; }

.single-cs_ques .cs-ques-results:before, .single-cs_ques .cs-ques-results:after {
  content: " ";
  display: table; }

.single-cs_ques .cs-ques-results:after {
  clear: both; }

.single-cs_ques .cs-ques-results .cs-donut.passing {
  color: #83c373; }
  .single-cs_ques .cs-ques-results .cs-donut.passing svg path {
    stroke: #83c373; }

.single-cs_ques .cs-ques-results .cs-donut.pending {
  color: #555; }
  .single-cs_ques .cs-ques-results .cs-donut.pending svg path {
    stroke: #555; }

.single-cs_ques .cs-ques-results .cs-donut.failing {
  color: #e5554e; }
  .single-cs_ques .cs-ques-results .cs-donut.failing svg path {
    stroke: #e5554e; }

.single-cs_ques .cs-ques-results .cs-ques-results-aside,
.single-cs_ques .cs-ques-results .cs-ques-results-main,
.single-cs_ques .cs-ques-results .cs-ques-results-history {
  margin-bottom: 20px; }

@media all and (min-width: 600px) {
  .single-cs_ques .cs-ques-results .cs-ques-results-aside {
    float: left;
    width: 220px; }
  .single-cs_ques .cs-ques-results .cs-ques-results-main,
  .single-cs_ques .cs-ques-results .cs-ques-results-history {
    float: left;
    width: calc( 100% - 300px); } }

.single-cs_ques ul.cs-ques-meta-info,
.single-cs_ques ul.cs-ques-meta-info li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.single-cs_ques ul.cs-ques-meta-info {
  margin-bottom: 10px; }

.single-cs_ques .cs-ques-buttons {
  margin-top: 10px;
  text-align: left; }
  .single-cs_ques .cs-ques-buttons form {
    display: inline-block; }

.cs-ques-question-wrapper {
  min-height: 140px;
  position: relative; }
  .cs-ques-question-wrapper .cs-ques-loading {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1; }

.cs-ques-ui {
  background: #fcfcfc;
  padding: 20px;
  position: relative; }
  .cs-ques-ui .cs-ques-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px; }
  .cs-ques-ui .cs-progress {
    background-color: #f1f2f1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 8px;
    margin: 0;
    overflow: hidden; }
    .cs-ques-ui .cs-progress .progress-bar-complete {
      -webkit-transition: width 0.3s ease-in;
      transition: width 0.3s ease-in;
      width: 0; }
  .cs-ques-ui .cs-error {
    background: #e5554e;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0;
    padding: 10px; }
    .cs-ques-ui .cs-error:before, .cs-ques-ui .cs-error:after {
      content: " ";
      display: table; }
    .cs-ques-ui .cs-error:after {
      clear: both; }
    .cs-ques-ui .cs-error a {
      color: rgba(255, 255, 255, 0.6);
      float: right;
      font-size: 22px;
      line-height: 1;
      text-decoration: none; }
  .cs-ques-ui .cs-ques-counter {
    display: none;
    color: #6a6a6a;
    float: right;
    font-size: 18px; }
    .cs-ques-ui .cs-ques-counter .cs-sep {
      margin: 0 5px; }
  .cs-ques-ui .cs-ques-nav {
    margin-top: 20px; }
    .cs-ques-ui .cs-ques-nav button {
      margin: 0 10px 0 0; }

.cs-question-wrapper .cs-question-text {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px; }

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

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

.voucher-expand {
  display: none; }

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

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

.cs-access-plan {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  text-align: center;
  width: 100%; }
  .cs-access-plan .cs-access-plan-footer,
  .cs-access-plan .cs-access-plan-content {
    background: #f1f1f1; }
  .cs-access-plan.featured .cs-access-plan-featured {
    background: #4ba9ff; }
  .cs-access-plan.featured .cs-access-plan-footer,
  .cs-access-plan.featured .cs-access-plan-content {
    border-left: 3px solid #2295ff;
    border-right: 3px solid #2295ff; }
  .cs-access-plan.featured .cs-access-plan-footer {
    border-bottom-color: #2295ff; }
  .cs-access-plan.on-sale .price-regular {
    text-decoration: line-through; }
  .cs-access-plan .stamp {
    background: #2295ff;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    padding: 2px 3px;
    vertical-align: top; }
  .cs-access-plan .cs-access-plan-restrictions ul {
    margin: 0; }

.cs-access-plan-featured {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 2px 0 2px; }

.cs-access-plan-content {
  margin: 0 2px 0; }
  .cs-access-plan-content .cs-access-plan-pricing {
    padding: 10px 0 0; }

.cs-access-plan-title {
  background: #2295ff;
  color: #fff;
  margin-bottom: 0;
  padding: 10px; }

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

.cs-access-plan-price {
  font-size: 18px;
  font-variant: small-caps;
  line-height: 20px; }
  .cs-access-plan-price .cs-price {
    font-weight: 700; }
  .cs-access-plan-price.sale {
    padding: 5px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0; }

.cs-access-plan-trial,
.cs-access-plan-schedule,
.cs-access-plan-sale-end,
.cs-access-plan-expiration {
  font-size: 15px;
  font-variant: small-caps;
  line-height: 1.2; }

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

.cs-access-plan-restrictions .stamp {
  vertical-align: baseline; }

.cs-access-plan-restrictions ul {
  margin: 0; }
  .cs-access-plan-restrictions ul li {
    font-size: 12px;
    line-height: 14px;
    list-style-type: none; }

.cs-access-plan-restrictions a {
  color: #f8954f; }
  .cs-access-plan-restrictions a:hover {
    color: #f67d28; }

.cs-access-plan-footer {
  border-bottom: 3px solid #f1f1f1;
  padding: 10px;
  margin: 0 2px 2px 2px; }
  .cs-access-plan-footer .cs-access-plan-pricing {
    padding: 0 0 10px; }

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

.cs-checkout-wrapper form.cs-login {
  border: 3px solid #2295ff;
  display: none;
  margin-bottom: 10px; }

.cs-checkout-wrapper .cs-form-heading {
  background: #2295ff;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px; }

.cs-checkout {
  background: #fff;
  position: relative; }

@media all and (min-width: 800px) {
  .cs-checkout-cols-2 .cs-checkout-col {
    float: left; }
    .cs-checkout-cols-2 .cs-checkout-col.cs-col-1 {
      margin-right: 5px;
      width: calc( 58% - 5px); }
    .cs-checkout-cols-2 .cs-checkout-col.cs-col-2 {
      margin-left: 5px;
      width: calc( 42% - 5px); }
      .cs-checkout-cols-2 .cs-checkout-col.cs-col-2 button {
        width: 100%; } }

.cs-checkout-section {
  border: 3px solid #2295ff;
  margin-bottom: 10px;
  position: relative; }

.cs-checkout-section-content {
  margin: 10px; }
  .cs-checkout-section-content.cs-form-fields {
    margin: 0px; }
  .cs-checkout-section-content .cs-label {
    font-weight: 400;
    font-variant: small-caps;
    text-transform: lowercase; }
  .cs-checkout-section-content .cs-order-summary {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .cs-checkout-section-content .cs-order-summary li {
      list-style-type: none; }
    .cs-checkout-section-content .cs-order-summary li.cs-pricing.on-sale .price-regular, .cs-checkout-section-content .cs-order-summary li.cs-pricing.has-coupon .price-regular {
      text-decoration: line-through; }
  .cs-checkout-section-content .cs-coupon-wrapper {
    border-top: 1px solid #dadada;
    margin-top: 10px;
    padding-top: 10px; }
    .cs-checkout-section-content .cs-coupon-wrapper .cs-coupon-entry {
      display: none;
      margin-top: 10px; }

.cs-form-field.cs-payment-gateway-option label + span.cs-description {
  display: inline-block;
  margin-left: 5px; }

.cs-form-field.cs-payment-gateway-option .cs-description a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none; }

.cs-form-field.cs-payment-gateway-option .cs-description img {
  display: inline;
  max-height: 22px;
  vertical-align: middle; }

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

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

.cs-checkout-confirm {
  margin: 0 10px; }

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

.cs-gateway-description p {
  font-size: 85%;
  font-style: italic;
  margin-bottom: 0; }

.cs-form-fields {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cs-form-fields.flush .cs-form-field {
    padding: 0 0 10px; }
  .cs-form-fields .wp-block-columns, .cs-form-fields .wp-block-column {
    margin-bottom: 0; }

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

.cs-form-field {
  float: left;
  padding: 0 10px 10px;
  position: relative;
  width: 100%; }
  .cs-form-field label:empty:after {
    content: '\00a0'; }
  .cs-form-field.valid input[type="date"], .cs-form-field.valid input[type="time"], .cs-form-field.valid input[type="datetime-local"], .cs-form-field.valid input[type="week"], .cs-form-field.valid input[type="month"], .cs-form-field.valid input[type="text"], .cs-form-field.valid input[type="email"], .cs-form-field.valid input[type="url"], .cs-form-field.valid input[type="password"], .cs-form-field.valid input[type="search"], .cs-form-field.valid input[type="tel"], .cs-form-field.valid input[type="number"], .cs-form-field.valid textarea, .cs-form-field.valid select {
    background: rgba(131, 195, 115, 0.3);
    border-color: #83c373; }
  .cs-form-field.error input[type="date"], .cs-form-field.error input[type="time"], .cs-form-field.error input[type="datetime-local"], .cs-form-field.error input[type="week"], .cs-form-field.error input[type="month"], .cs-form-field.error input[type="text"], .cs-form-field.error input[type="email"], .cs-form-field.error input[type="url"], .cs-form-field.error input[type="password"], .cs-form-field.error input[type="search"], .cs-form-field.error input[type="tel"], .cs-form-field.error input[type="number"], .cs-form-field.error textarea, .cs-form-field.error select, .cs-form-field.invalid input[type="date"], .cs-form-field.invalid input[type="time"], .cs-form-field.invalid input[type="datetime-local"], .cs-form-field.invalid input[type="week"], .cs-form-field.invalid input[type="month"], .cs-form-field.invalid input[type="text"], .cs-form-field.invalid input[type="email"], .cs-form-field.invalid input[type="url"], .cs-form-field.invalid input[type="password"], .cs-form-field.invalid input[type="search"], .cs-form-field.invalid input[type="tel"], .cs-form-field.invalid input[type="number"], .cs-form-field.invalid textarea, .cs-form-field.invalid select {
    background: rgba(229, 85, 78, 0.3);
    border-color: #e5554e; }
  .cs-form-field.cs-visually-hidden-field {
    display: none; }
  .cs-form-field.align-right {
    text-align: right; }
  @media screen and (min-width: 600px) {
    .cs-form-field.cs-cols-1 {
      width: 8.33333%; }
    .cs-form-field.cs-cols-2 {
      width: 16.66667%; }
    .cs-form-field.cs-cols-3 {
      width: 25%; }
    .cs-form-field.cs-cols-4 {
      width: 33.33333%; }
    .cs-form-field.cs-cols-5 {
      width: 41.66667%; }
    .cs-form-field.cs-cols-6 {
      width: 50%; }
    .cs-form-field.cs-cols-7 {
      width: 58.33333%; }
    .cs-form-field.cs-cols-8 {
      width: 66.66667%; }
    .cs-form-field.cs-cols-9 {
      width: 75%; }
    .cs-form-field.cs-cols-10 {
      width: 83.33333%; }
    .cs-form-field.cs-cols-11 {
      width: 91.66667%; }
    .cs-form-field.cs-cols-12 {
      width: 100%; } }
  .cs-form-field.type-hidden {
    padding: 0; }
  .cs-form-field.type-radio input,
  .cs-form-field.type-radio label, .cs-form-field.type-checkbox input,
  .cs-form-field.type-checkbox label {
    display: inline;
    width: auto; }
  .cs-form-field.type-radio input, .cs-form-field.type-checkbox input {
    margin-right: 5px; }
  .cs-form-field.type-radio label + .cs-description, .cs-form-field.type-checkbox label + .cs-description {
    display: block; }
  .cs-form-field.type-radio:not(.is-group) input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: none; }
  .cs-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; }
  .cs-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, #2295ff 0%, #2295ff 40%, #fafafa 45%); }
  .cs-form-field .cs-input-group {
    margin-top: 5px; }
    .cs-form-field .cs-input-group .cs-form-field {
      padding: 0 0 5px 5px; }
  .cs-form-field.type-reset button:not(.auto), .cs-form-field.type-button button:not(.auto), .cs-form-field.type-submit button:not(.auto) {
    width: 100%; }
  .cs-form-field .cs-description {
    font-size: 14px;
    font-style: italic; }
  .cs-form-field .cs-required {
    color: #e5554e;
    margin-left: 4px; }
  .cs-form-field input, .cs-form-field textarea, .cs-form-field select {
    width: 100%;
    margin-bottom: 5px; }
  .cs-form-field .select2-container .select2-selection--single {
    height: auto;
    padding: 4px 6px; }
  .cs-form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%; }

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

.cs-widget-syllabus--collapsible .cs-section .section-header {
  cursor: pointer; }

.cs-widget-syllabus--collapsible .cs-section.cs-section--opened .cs-collapse-caret .fa-caret-right {
  display: none; }

.cs-widget-syllabus--collapsible .cs-section.cs-section--closed .cs-collapse-caret .fa-caret-down {
  display: none; }

.cs-widget-syllabus--collapsible .cs-section.cs-section--closed .cs-lesson {
  display: none; }

.cs-widget-syllabus--collapsible .cs-syllabus-footer {
  text-align: left; }

.cs-student-dashboard {
  /**
	 * Dashboard Home
	 */ }
  .cs-student-dashboard .cs-sd-title {
    margin: 25px 0; }
  .cs-student-dashboard .cs-sd-items {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .cs-student-dashboard .cs-sd-item {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .cs-student-dashboard .cs-sd-item:last-child .cs-sep {
      display: none; }
    .cs-student-dashboard .cs-sd-item .cs-sep {
      color: #333;
      margin: 0 5px; }
  .cs-student-dashboard .cs-sd-section {
    margin-bottom: 25px; }
    .cs-student-dashboard .cs-sd-section .cs-sd-section-footer {
      margin-top: 10px; }
  .cs-student-dashboard .orders-table {
    border: 1px solid #f5f5f5;
    width: 100%; }
    .cs-student-dashboard .orders-table thead {
      display: none; }
      .cs-student-dashboard .orders-table thead th, .cs-student-dashboard .orders-table thead td {
        font-weight: 700; }
      @media all and (min-width: 600px) {
        .cs-student-dashboard .orders-table thead {
          display: table-header-group; } }
    .cs-student-dashboard .orders-table tbody tr:nth-child(even) td, .cs-student-dashboard .orders-table tbody tr:nth-child(even) th {
      background: #f9f9f9; }
    .cs-student-dashboard .orders-table tfoot th, .cs-student-dashboard .orders-table tfoot td {
      padding: 10px;
      text-align: right; }
      .cs-student-dashboard .orders-table tfoot th:last-child, .cs-student-dashboard .orders-table tfoot td:last-child {
        border-bottom-width: 0; }
    .cs-student-dashboard .orders-table th {
      font-weight: 700; }
    .cs-student-dashboard .orders-table th, .cs-student-dashboard .orders-table td {
      border-color: #efefef;
      border-style: solid;
      border-width: 0;
      display: block;
      padding: 8px 12px;
      text-align: center; }
      .cs-student-dashboard .orders-table th .cs-button-primary, .cs-student-dashboard .orders-table td .cs-button-primary {
        display: inline-block; }
      .cs-student-dashboard .orders-table th:last-child, .cs-student-dashboard .orders-table td:last-child {
        border-bottom-width: 1px; }
      .cs-student-dashboard .orders-table th:before, .cs-student-dashboard .orders-table td:before {
        content: attr(data-label); }
      @media all and (min-width: 600px) {
        .cs-student-dashboard .orders-table th, .cs-student-dashboard .orders-table td {
          border-bottom-width: 1px;
          display: table-cell;
          text-align: left; }
          .cs-student-dashboard .orders-table th:first-child, .cs-student-dashboard .orders-table td:first-child {
            width: 220px; }
          .cs-student-dashboard .orders-table th:before, .cs-student-dashboard .orders-table td:before {
            display: none; } }
    @media all and (min-width: 600px) {
      .cs-student-dashboard .orders-table.transactions th:first-child {
        width: auto; } }
  .cs-student-dashboard .cs-status {
    border-radius: 3px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 80%;
    padding: 3px 6px;
    vertical-align: middle; }
    .cs-student-dashboard .cs-status.cs-size--large {
      font-size: 105%;
      padding: 6px 12px; }
    .cs-student-dashboard .cs-status.cs-active, .cs-student-dashboard .cs-status.cs-completed, .cs-student-dashboard .cs-status.cs-pass, .cs-student-dashboard .cs-status.cs-txn-succeeded {
      color: #1f3818;
      background-color: #83c373; }
    .cs-student-dashboard .cs-status.cs-fail, .cs-student-dashboard .cs-status.cs-failed, .cs-student-dashboard .cs-status.cs-expired, .cs-student-dashboard .cs-status.cs-cancelled, .cs-student-dashboard .cs-status.cs-txn-failed {
      color: #5a110d;
      background-color: #e5554e; }
    .cs-student-dashboard .cs-status.cs-incomplete, .cs-student-dashboard .cs-status.cs-on-hold, .cs-student-dashboard .cs-status.cs-pending, .cs-student-dashboard .cs-status.cs-pending-cancel, .cs-student-dashboard .cs-status.cs-refunded, .cs-student-dashboard .cs-status.cs-txn-pending, .cs-student-dashboard .cs-status.cs-txn-refunded {
      color: #664200;
      background-color: orange; }
  .cs-student-dashboard .cs-person-form-wrapper .cs-change-password {
    display: none; }
  @media all and (min-width: 600px) {
    .cs-student-dashboard .order-primary {
      float: left;
      width: 68%; } }
  @media all and (min-width: 600px) {
    .cs-student-dashboard .order-secondary {
      float: left;
      width: 32%; } }
  .cs-student-dashboard .order-secondary form {
    margin-bottom: 0; }
  @media all and (min-width: 600px) {
    .cs-student-dashboard .cs-view-order.cs-stack-cols .order-primary,
    .cs-student-dashboard .cs-view-order.cs-stack-cols .order-secondary {
      float: none;
      width: 100%; } }
  .cs-student-dashboard .cs-switch-payment-source .cs-notice,
  .cs-student-dashboard .cs-switch-payment-source .entry-content .cs-notice {
    margin-left: 10px;
    margin-right: 10px; }
  .cs-student-dashboard .cs-switch-payment-source-main {
    border: none;
    display: none;
    margin: 0; }
    .cs-student-dashboard .cs-switch-payment-source-main ul.cs-payment-gateways {
      padding: 10px 15px 0;
      margin: 0; }
    .cs-student-dashboard .cs-switch-payment-source-main .cs-payment-method,
    .cs-student-dashboard .cs-switch-payment-source-main ul.cs-order-summary {
      padding: 0 25px 10px;
      margin: 0;
      list-style-type: none; }
      .cs-student-dashboard .cs-switch-payment-source-main .cs-payment-method li,
      .cs-student-dashboard .cs-switch-payment-source-main ul.cs-order-summary li {
        list-style-type: none; }
  .cs-student-dashboard .cs-loop-list {
    margin: 0 -10px; }

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

.cs-table.cs-single-course-grades th {
  font-weight: 400; }

.cs-table.cs-single-course-grades td .cs-donut {
  display: inline-block;
  vertical-align: middle; }

.cs-table.cs-single-course-grades td .cs-status {
  margin-right: 4px; }

.cs-table.cs-single-course-grades td .cs-donut + .cs-status {
  margin-left: 4px; }

.cs-table.cs-single-course-grades th.cs-section_title {
  font-size: 110%;
  font-weight: 700; }

.cs-table.cs-single-course-grades td.cs-lesson_title {
  padding-left: 36px;
  max-width: 40%; }

.cs-table.cs-single-course-grades td.cs-associated_ques .cs-donut {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.cs-table.cs-single-course-grades td.cs-lesson_title a[href="#"] {
  pointer-events: none; }

.cs-table.cs-single-course-grades td.cs-lesson_title a[href^="#"] {
  color: inherit;
  position: relative; }
  .cs-table.cs-single-course-grades td.cs-lesson_title a[href^="#"] .cs-tooltip {
    max-width: 380px;
    width: 380px; }
    .cs-table.cs-single-course-grades td.cs-lesson_title a[href^="#"] .cs-tooltip.show {
      top: -54px; }

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

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

.cs-sd-notification-center .cs-notification {
  z-index: 1; }

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: .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; }

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

.cs-spinner {
  -webkit-animation: cs-spinning 1.5s linear infinite;
          animation: cs-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; }
  .cs-spinner.small {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px; }

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

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

/*# sourceMappingURL=../maps/css/cs.css.map */
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

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

#conditional-shortcode-build-container {
  width: 100%;
}

.shortcode-droppable {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  border: 1px solid #858585;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}

#conditional-shortcode-build-container .shortcode-droppable > * {
  margin-bottom: 10px;
}

.shortcode-droppable:hover {
  /* pointer-events: auto; */
}

.ui-sortable-helper {
  /* border: 2px solid red; */
  /* pointer-events: none; */
  /* width: 20px !important;
  height: 20px !important; */
  display: block !important;
  overflow: hidden;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 8px rgba(53,41,41, .8);
  -moz-box-shadow: 0 0 8px rgba(53,41,41, .8);
  box-shadow: 0 0 8px rgba(53,41,41, .8);
  transform: scale(1.015);
  z-index: 100;
}

.draggable-item {
  width: inherit;
  padding: 15px 20px;
  background-color: #f5f5f5;
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  
  -webkit-transition: box-shadow .25s ease-in-out;
  -moz-transition: box-shadow .25s ease-in-out;
  -o-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  
}
.connected-sortable {
  margin: 0 auto;
  list-style: none;
  width: 90%;
}
.sortable-placeholder {
  background-color: #ddd;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.shortcode-droppable.highlighted {
  background-color: #e5e5e5;
}
/* styles during drag */
tr.draggable-item.ui-sortable-helper {
  background-color: #e5e5e5;
  color: black !important;
  -webkit-box-shadow: 0 0 8px rgba(53,41,41, .8);
  -moz-box-shadow: 0 0 8px rgba(53,41,41, .8);
  box-shadow: 0 0 8px rgba(53,41,41, .8);
  transform: scale(1.015);
  z-index: 100;
}
tr.draggable-item.ui-sortable-placeholder {
  background-color: #ddd;
  color: black !important;
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

#conditional-shortcode-build-container .droppable-container {
  min-height: 300px;
  max-height: 800px;
  overflow: auto;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  width: 100%;
}

#conditional-shortcode-build-container .removable-parent {
  position: relative;
}

.logical-operator-block.removable-parent,
.conditionl-input-block.removable-parent {
  padding: 10px;
  background: antiquewhite;
}

.logical-operator-block.removable-parent {
  width: 85px;
}

.conditionl-input-block.removable-parent {
  width: 260px;
}

span.removable {
  position: absolute;
  right: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid red;
  font-size: 15px;
  background: red;
  color: #fff;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
  top: 0;
  display: none;
  cursor: pointer;
}

#conditional-shortcode-build-container
  .removable-parent:hover
  > span.removable {
  display: block;
  background-color: salmon;
}

#conditional-shortcode-build-container
  .removable-parent:hover
  > span.removable {
  display: block;
  background-color: salmon;
}

.shortcode-editor-open {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: #2271b1;
  font-size: 30px;
  font-weight: 600;
}

.shortcode-editor-container:hover .shortcode-editor-open {
  z-index: 100;
  background: rgba(100, 100, 100, 0.4);
  top: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.shortcode-editor-container .shortcode-editor-close,
.shortcode-editor-container.zoom .shortcode-editor-open {
  display: none;
}

.shortcode-editor-container.zoom .shortcode-editor-close {
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  margin: auto;
}

.shortcode-editor-container.hover {
  position: relative;
  /* height: 270px;
    overflow: hidden; */
  z-index: 100000;
}

.shortcode-editor-container.zoom {
  position: fixed;
  top: 0;
  left: 0;

  background: rgba(100, 100, 100, 0.8);
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 50px;
  overflow: auto;
}

.shortcode-editor-container .true-false-editor {
  width: 100%;
  height: 100%;
}

.shortcode-editor-container.zoom .wp-editor-wrap::after {
  width: 100px;
  height: 100px;
  z-index: 99999;
  border: 1px solid red;
}

#th-primary {
  width: 50px;
}

#th-shortcode,
.td-shortcode {
  max-width: 400px !important;
  width: auto;
}

.td-shortcode > * {
  width: 100%;
}

.td-shortcode > span {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.all-buttons-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

form#shortcode-filter {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

.delete_shortcode_button {
  /* float: right; */
}

.bulk-shortcode-edit #the-list tr {
  /* border-bottom: 5px solid #e5e5e5; */
}

.shortcode-bulk-nav .tablenav-pages > * {
  width: 46px;
  display: inline-block;
  border: 1px solid #2271b1;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  background-color: #a9d9ff;
  font-weight: 600;
}

.shortcode-bulk-nav .tablenav-pages > .current {
  color: #a9d9ff;
  background-color: #2271b1;
}

.all-buttons-container .save-button {
  padding: 6px;
  width: 115px;
}

.lan-name {
  width: 150px;
}

.conditional-shortcode-text-field {
  display: flex;
  margin-bottom: 10px 0;
}

.width100 {
  width: 100%;
  margin-bottom: 10px;
}

.correction_factor-div label {
  font-size: 16px;
  padding-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
}
.correction_factor-div input {
  padding: 3px 8px;
  font-size: 1.7em;
  line-height: 100%;
  height: 1.7em;
  width: 100%;
  outline: 0;
  margin: 0 0 3px;
  background-color: #fff;
}
.answer-correction-factor,
.option-correction-factor,
.answer-category {
  width: 100%;
}

input.answer-remove {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  background-color: #e8aeae;
  color: #ff0000;
  font-size: 25px;
  padding: 0;
  line-height: 17px;
  border: 2px solid #fd0003;
  cursor: pointer;
}

input.option-remove {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  background-color: #e8aeae;
  color: #ff0000;
  font-size: 25px;
  padding: 0;
  line-height: 17px;
  border: 2px solid #fd0003;
  cursor: pointer;
}

.conditional-shortcode-answer-heading {
  display: flex;
  justify-content: flex-end;
  margin: 15px 0;
}

.conditional-shortcode-answer-heading > input {
  height: 30px;
  line-height: 30px;
  margin: 0;
}

tr.answer-tr + tr.answer-tr > td {
  border: 20px solid solid;
}

tr.option-tr + tr.option-tr > td {
  border: 20px solid solid;
}

/* tr.answer-tr > td{
  border: 20px solid solid;
  
  border-bottom: 20px solid solid;
} */
