.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.container, .banner .banner__content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .banner .banner__content {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .banner .banner__content {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .banner .banner__content {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .banner .banner__content {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important; } }

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
    opacity: 1; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
    opacity: 1; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes straightLine {
  50% {
    -webkit-transform: translate3D(50px, -100px, 0);
            transform: translate3D(50px, -100px, 0); } }

@keyframes straightLine {
  50% {
    -webkit-transform: translate3D(50px, -100px, 0);
            transform: translate3D(50px, -100px, 0); } }

@font-face {
  font-family: 'icon-font';
  src: url("../css/fonts/icon-font.eot?42078688") format("embedded-opentype"), url("../css/fonts/icon-font.eot?42078688#iefix") format("embedded-opentype"), url("../css/fonts/icon-font.woff?42078688") format("woff"), url("../css/fonts/icon-font.ttf?42078688") format("truetype"), url("../css/fonts/icon-font.svg?42078688#icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'A Day Without Sun';
  src: url("../css/fonts/ADayWithoutSun-Regular.eot") format("embedded-opentype"), url("../css/fonts/ADayWithoutSun-Regular.woff2") format("woff2"), url("../css/fonts/ADayWithoutSun-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'KG Happy';
  src: url("../css/fonts/KGHAPPY-webfont.eot") format("embedded-opentype"), url("../css/fonts/KGHAPPY-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/KGHAPPY-webfont.woff2") format("woff2"), url("../css/fonts/KGHAPPY-webfont.woff") format("woff"), url("../css/fonts/KGHAPPY-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'KG Tangled Up In You';
  src: url("../css/fonts/KGTangledUpInYou2-webfont.eot") format("embedded-opentype"), url("../css/fonts/KGTangledUpInYou2-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/KGTangledUpInYou2-webfont.woff2") format("woff2"), url("../css/fonts/KGTangledUpInYou2-webfont.woff") format("woff"), url("../css/fonts/KGTangledUpInYou2-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

[class^="icon-"]:before, .tag .select2-selection__choice__remove:before,
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before,
[class*=" icon-"]:before,
[class^="glyphicon-"]:before,
[class*=" glyphicon-"]:before,
.asc:before,
.desc::before,
.input.checkbox input:checked + label::before,
.input.checkbox input:checked + .checkbox__label::before,
.input.checkbox .checkbox__input:checked + label::before,
.input.checkbox .checkbox__input:checked + .checkbox__label::before,
.input.select .dropdown::before {
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em; }

.icon-add-to-collection {
  font-size: 32px; }
  .icon-add-to-collection::before {
    content: '\e000'; }

.icon-arrow-d,
.icon--arrow-down,
.glyphicon-arrow-down,
.glyphicon-triangle-bottom {
  font-size: 36px; }
  .icon-arrow-d::before,
  .icon--arrow-down::before,
  .glyphicon-arrow-down::before,
  .glyphicon-triangle-bottom::before {
    content: '\e001'; }

.icon-arrow-l,
.icon--arrow-left,
.glyphicon-arrow-left,
.glyphicon-menu-left {
  font-size: 36px; }
  .icon-arrow-l::before,
  .icon--arrow-left::before,
  .glyphicon-arrow-left::before,
  .glyphicon-menu-left::before {
    content: '\e002'; }

.icon-arrow-r,
.icon--arrow-right,
.glyphicon-arrow-right,
.glyphicon-menu-right {
  font-size: 36px; }
  .icon-arrow-r::before,
  .icon--arrow-right::before,
  .glyphicon-arrow-right::before,
  .glyphicon-menu-right::before {
    content: '\e003'; }

.icon-arrow-u,
.icon--arrow-up,
.glyphicon-arrow-up,
.glyphicon-triangle-top {
  font-size: 36px; }
  .icon-arrow-u::before,
  .icon--arrow-up::before,
  .glyphicon-arrow-up::before,
  .glyphicon-triangle-top::before {
    content: '\e004'; }

.icon-arrow-long-d {
  font-size: 36px; }
  .icon-arrow-long-d::before {
    content: '\e005'; }

.icon-arrow-long-l {
  font-size: 19px; }
  .icon-arrow-long-l::before {
    content: '\e006'; }

.icon-arrow-long-r {
  font-size: 19px; }
  .icon-arrow-long-r::before {
    content: '\e007'; }

.icon-arrow-long-u {
  font-size: 36px; }
  .icon-arrow-long-u::before {
    content: '\e008'; }

.icon-audio {
  font-size: 26px; }
  .icon-audio::before {
    content: '\e009'; }

.icon-badge {
  font-size: 36px; }
  .icon-badge::before {
    content: '\e045'; }

.icon-bell {
  font-size: 27px; }
  .icon-bell::before {
    content: '\e00a'; }

.icon-book {
  font-size: 28px; }
  .icon-book::before {
    content: '\e00b'; }

.icon-browse {
  font-size: 31px; }
  .icon-browse::before {
    content: '\e00c'; }

.icon-browser {
  font-size: 26px; }
  .icon-browser::before {
    content: '\e046'; }

.icon-carat-d, .input.select .dropdown::before,
.desc,
.glyphicon-chevron-down {
  font-size: 13px; }
  .icon-carat-d::before, .input.select .dropdown::before,
  .desc::before,
  .glyphicon-chevron-down::before {
    content: '\e00d'; }

.icon-carat-l,
.glyphicon-chevron-left {
  font-size: 22px; }
  .icon-carat-l::before,
  .glyphicon-chevron-left::before {
    content: '\e00e'; }

.icon-carat-r,
.glyphicon-chevron-right {
  font-size: 22px; }
  .icon-carat-r::before,
  .glyphicon-chevron-right::before {
    content: '\e00f'; }

.icon-carat-u,
.asc,
.glyphicon-chevron-up {
  font-size: 13px; }
  .icon-carat-u::before,
  .asc::before,
  .glyphicon-chevron-up::before {
    content: '\e010'; }

.icon-checkmark, .input.checkbox input:checked + label::before,
.input.checkbox input:checked + .checkbox__label::before,
.input.checkbox .checkbox__input:checked + label::before,
.input.checkbox .checkbox__input:checked + .checkbox__label::before {
  font-size: 17px; }
  .icon-checkmark::before, .input.checkbox input:checked + label::before,
  .input.checkbox input:checked + .checkbox__label::before,
  .input.checkbox .checkbox__input:checked + label::before,
  .input.checkbox .checkbox__input:checked + .checkbox__label::before {
    content: '\e011'; }

.icon-circle-half {
  font-size: 20px; }
  .icon-circle-half::before {
    content: '\e012'; }

.icon-clipboard {
  font-size: 31px; }
  .icon-clipboard::before {
    content: '\e013'; }

.icon-collection {
  font-size: 31px; }
  .icon-collection::before {
    content: '\e014'; }

.icon-comment {
  font-size: 27px; }
  .icon-comment::before {
    content: '\e015'; }

.icon-drag {
  font-size: 28px; }
  .icon-drag::before {
    content: '\e016'; }

.icon-duplicate {
  font-size: 31px; }
  .icon-duplicate::before {
    content: '\e017'; }

.icon-ellipsis-h {
  font-size: 4px; }
  .icon-ellipsis-h::before {
    content: '\e018'; }

.icon-exclamation {
  font-size: 30px; }
  .icon-exclamation::before {
    content: '\e019'; }

.icon-eye {
  font-size: 22px; }
  .icon-eye::before {
    content: '\e01a'; }

.icon-eye-closed {
  font-size: 15px; }
  .icon-eye-closed::before {
    content: '\e01b'; }

.icon-fast-forward {
  font-size: 24px; }
  .icon-fast-forward::before {
    content: '\e01c'; }

.icon-flip {
  font-size: 22px; }
  .icon-flip::before {
    content: '\e01d'; }

.icon-floppy-remove,
.glyphicon-floppy-remove {
  font-size: 34px; }
  .icon-floppy-remove::before,
  .glyphicon-floppy-remove::before {
    content: '\e01e'; }

.icon-floppy-saved,
.glyphicon-floppy-saved {
  font-size: 34px; }
  .icon-floppy-saved::before,
  .glyphicon-floppy-saved::before {
    content: '\e01f'; }

.icon-gear {
  font-size: 28px; }
  .icon-gear::before {
    content: '\e020'; }

.icon-graph-bar {
  font-size: 26px; }
  .icon-graph-bar::before {
    content: '\e021'; }

.icon-graph-line {
  font-size: 37px; }
  .icon-graph-line::before {
    content: '\e022'; }

.icon-home {
  font-size: 35px; }
  .icon-home::before {
    content: '\e023'; }

.icon-info {
  font-size: 28px; }
  .icon-info::before {
    content: '\e024'; }

.icon-keyhole {
  font-size: 28px; }
  .icon-keyhole::before {
    content: '\e047'; }

.icon-lightbulb {
  font-size: 35px; }
  .icon-lightbulb::before {
    content: '\e025'; }

.icon-lightning {
  font-size: 32px; }
  .icon-lightning::before {
    content: '\e026'; }

.icon-lock {
  font-size: 30px; }
  .icon-lock::before {
    content: '\e027'; }

.icon-map {
  font-size: 28px; }
  .icon-map::before {
    content: '\e028'; }

.icon-map-pin {
  font-size: 31px; }
  .icon-map-pin::before {
    content: '\e029'; }

.icon-minus {
  font-size: 2px; }
  .icon-minus::before {
    content: '\e02a'; }

.icon-nav {
  font-size: 25px; }
  .icon-nav::before {
    content: '\e02b'; }

.icon-notes {
  font-size: 35px; }
  .icon-notes::before {
    content: '\e02c'; }

.icon-pause {
  font-size: 23px; }
  .icon-pause::before {
    content: '\e02d'; }

.icon-pencil,
.glyphicon-pencil {
  font-size: 27px; }
  .icon-pencil::before,
  .glyphicon-pencil::before {
    content: '\e02e'; }

.icon-play {
  font-size: 28px; }
  .icon-play::before {
    content: '\e02f'; }

.icon-plus,
.glyphicon-plus {
  font-size: 23px; }
  .icon-plus::before,
  .glyphicon-plus::before {
    content: '\e030'; }

.icon-questions {
  font-size: 28px; }
  .icon-questions::before {
    content: '\e031'; }

.icon-repeat {
  font-size: 24px; }
  .icon-repeat::before {
    content: '\e032'; }

.icon-return {
  font-size: 26px; }
  .icon-return::before {
    content: '\e033'; }

.icon-review {
  font-size: 43px; }
  .icon-review::before {
    content: '\e034'; }

.icon-rewind {
  font-size: 24px; }
  .icon-rewind::before {
    content: '\e035'; }

.icon-search {
  font-size: 27px; }
  .icon-search::before {
    content: '\e036'; }

.icon-star {
  font-size: 26px; }
  .icon-star::before {
    content: '\e037'; }

.icon-star-filled {
  font-size: 26px; }
  .icon-star-filled::before {
    content: '\e038'; }

.icon-strikes {
  font-size: 28px; }
  .icon-strikes::before {
    content: '\e039'; }

.icon-thumbs-d {
  font-size: 33px; }
  .icon-thumbs-d::before {
    content: '\e03a'; }

.icon-thumbs-u {
  font-size: 33px; }
  .icon-thumbs-u::before {
    content: '\e03b'; }

.icon-toc {
  font-size: 21px; }
  .icon-toc::before {
    content: '\e03c'; }

.icon-trash {
  font-size: 29px; }
  .icon-trash::before {
    content: '\e03d'; }

.icon-trophy {
  font-size: 29px; }
  .icon-trophy::before {
    content: '\e03e'; }

.icon-user {
  font-size: 28px; }
  .icon-user::before {
    content: '\e03f'; }

.icon-user-filled {
  font-size: 28px; }
  .icon-user-filled::before {
    content: '\e040'; }

.icon-users {
  font-size: 29px; }
  .icon-users::before {
    content: '\e041'; }

.icon-x, .tag .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.icon--close,
.glyphicon-remove {
  font-size: 21px; }
  .icon-x::before, .tag .select2-selection__choice__remove::before,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::before,
  .icon--close::before,
  .glyphicon-remove::before {
    content: '\e042'; }

.icon-zoom-in {
  font-size: 26px; }
  .icon-zoom-in::before {
    content: '\e043'; }

.icon-zoom-out {
  font-size: 26px; }
  .icon-zoom-out::before {
    content: '\e044'; }

.icon-exit-sign {
  font-size: 15px; }
  .icon-exit-sign::before {
    content: '\e050'; }

.asc,
.desc {
  font-size: inherit; }
  .asc::before,
  .desc::before {
    font-size: 13px; }

html, body, header, footer, nav, section, h1, h2, h3, h4, h5, h6, p, ul, li,
a, table, thead, tbody, tr, td, th, button, span, ::before, ::after,
input, textarea, div, i {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-weight: inherit; }
  @media only screen and (max-width: 319px) {
    html, body, header, footer, nav, section, h1, h2, h3, h4, h5, h6, p, ul, li,
    a, table, thead, tbody, tr, td, th, button, span, ::before, ::after,
    input, textarea, div, i {
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
      word-wrap: break-word; } }

html,
body {
  width: 100%;
  min-height: 100%;
  color: #231f20;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 108%; }

body.overlay--open,
.genome-viewport .content.overlay--open {
  overflow: hidden; }

.course-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  z-index: 9999; }

a {
  text-decoration: none;
  color: inherit; }

table {
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  border-spacing: 0; }
  table th,
  table td {
    padding: 0.75rem;
    text-align: left; }
  table th {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  table thead tr {
    background-color: #fff;
    font: 1.15rem "Arial", sans-serif; }
  table tbody tr {
    background-color: #fff; }
    table tbody tr:nth-of-type(odd) {
      background-color: #f0f0f0; }
  table .input {
    margin-bottom: 0; }
  table .table__actions {
    min-width: 110px;
    text-align: center; }
  table .table__edit,
  table .table__delete {
    display: inline-block;
    margin: 0 0.4rem; }
  table .table__sort .asc::before,
  table .table__sort .desc::before {
    margin-right: 0.2rem;
    vertical-align: middle; }

.is--over {
  cursor: pointer; }
  .is--over.locked, .is--over[aria-disabled='true'] {
    cursor: default; }

.engine-nav__btn {
  width: 55px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  background: #b32e31;
  color: #fff;
  transition: all 250ms;
  z-index: 1000; }
  .engine-nav__btn.engine-nav__btn--desktop {
    display: none; }
    @media (min-width: 768px) {
      .engine-nav__btn.engine-nav__btn--desktop {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 768px) {
    .engine-nav__btn.engine-nav__btn--mobile {
      display: none; } }
  .engine-nav__btn.is--over {
    background-color: #231f20; }
  .engine-nav__btn.disabled {
    background-color: #565250; }
    .engine-nav__btn.disabled span {
      opacity: 0.5; }
  [data-single-page="true"] .engine-nav__btn {
    display: none; }

.graphic--background {
  min-height: 150px;
  z-index: -1; }

img.graphic--background {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

div.graphic--background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.hidden {
  display: none !important; }

p {
  margin: 0 0 0.75rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }
  p:last-child {
    margin-bottom: 0; }

ul {
  padding-left: 1.75rem; }
  ul li {
    position: relative;
    list-style-type: none; }
    ul li::before {
      width: 0;
      height: 0;
      position: absolute;
      top: 9px;
      left: -15px;
      border-top: 4px solid transparent;
      border-left: 7px solid #b32e31;
      border-bottom: 4px solid transparent;
      content: ''; }
    ul li ul {
      padding-left: 1.05rem; }
      ul li ul li::before {
        width: 5px;
        height: 5px;
        top: 9px;
        border: 0;
        background-color: #231f20; }
      ul li ul li ul li::before {
        border: 1px solid;
        background-color: transparent; }

.header--line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  color: #b1b3b6; }
  .header--line::after {
    height: 2px;
    min-width: 10px;
    display: inline-block;
    margin: auto;
    margin-left: 0.5rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #b1b3b6;
    content: ''; }

.font__header--xl {
  font-family: "Arial", sans-serif;
  font-size: calc(4.5rem * 0.7);
  line-height: 1.1; }
  @media (min-width: 576px) {
    .font__header--xl {
      font-size: 4.5rem; } }

.font__header--l {
  font-family: "Arial", sans-serif;
  font-size: calc(3.5rem * 0.7);
  line-height: 1.2; }
  @media (min-width: 576px) {
    .font__header--l {
      font-size: 3.5rem; } }

.font__header--m, .banner .banner__title {
  font-family: "Arial", sans-serif;
  font-size: calc(3rem * 0.75);
  line-height: 1.25; }
  @media (min-width: 576px) {
    .font__header--m, .banner .banner__title {
      font-size: 3rem; } }

.font__header--s {
  font-family: "Arial", sans-serif;
  font-size: calc(2.5rem * 0.8);
  line-height: 1.2; }
  @media (min-width: 576px) {
    .font__header--s {
      font-size: 2.5rem; } }

.font__header--xs {
  font-family: "Arial", sans-serif;
  font-size: calc(2.25rem * 0.8);
  line-height: 1.2; }
  @media (min-width: 576px) {
    .font__header--xs {
      font-size: 2.25rem; } }

.font__subheader--l {
  font-family: "Arial", sans-serif;
  font-size: calc(2rem * 0.8);
  line-height: 1.2; }
  @media (min-width: 576px) {
    .font__subheader--l {
      font-size: 2rem; } }

.font__subheader--m, .admin .results__table .table__header__title {
  font-family: "Arial", sans-serif;
  font-size: calc(1.75rem * 0.85);
  line-height: 1.2; }
  @media (min-width: 576px) {
    .font__subheader--m, .admin .results__table .table__header__title {
      font-size: 1.75rem; } }

.font__subheader--s, .header--line, .search--large .text input,
.search--large .search__input, .banner .banner__title .title--small, .search-results__none,
.search-results__empty {
  font-family: "Arial", sans-serif;
  font-size: calc(1.4rem * 0.9);
  line-height: 1.1; }
  @media (min-width: 576px) {
    .font__subheader--s, .header--line, .search--large .text input,
    .search--large .search__input, .banner .banner__title .title--small, .search-results__none,
    .search-results__empty {
      font-size: 1.4rem; } }

.font__body--l, .search .text input,
.search .search__input {
  font-family: "Arial", sans-serif;
  font-size: 1.15rem;
  line-height: 1.1; }

.font__body--m, body, input,
textarea {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

.font__body--s {
  font-family: "Arial", sans-serif;
  font-size: 0.925rem;
  line-height: 1.5; }

.font__body--xs {
  font-family: "Arial", sans-serif;
  font-size: 0.85rem;
  line-height: 1.2; }

.font-family--display {
  font-family: "Arial", sans-serif; }

.font-family--default {
  font-family: "Arial", sans-serif; }

.font-weight--bold {
  font-weight: 900; }

.btn--primary, .survey-overlay .learning-link--checkbox {
  max-width: 330px;
  display: block;
  margin: 0.5rem 0;
  padding: 0.6rem 1.5rem;
  background-color: #ef3e42;
  color: white;
  text-align: center;
  font: 1rem "KG Happy", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  box-shadow: 4px 4px 0 1px #b32e31;
  transition: background-color 250ms, color 250ms, box-shadow 250ms; }
  .btn--primary.is--over:not([aria-disabled='true']), .survey-overlay .is--over.learning-link--checkbox:not([aria-disabled='true']) {
    background-color: #b32e31;
    box-shadow: 4px 4px 0 1px #761e20;
    color: #fff; }
  .btn--primary[aria-disabled='true'], .survey-overlay .learning-link--checkbox[aria-disabled='true'],
  .btn--primary.disabled .btn--primary[disabled],
  .survey-overlay .disabled.learning-link--checkbox .btn--primary[disabled],
  .btn--primary.disabled .survey-overlay .learning-link--checkbox[disabled],
  .survey-overlay .btn--primary.disabled .learning-link--checkbox[disabled],
  .survey-overlay .disabled.learning-link--checkbox .learning-link--checkbox[disabled], .btn--primary[disabled='true'], .survey-overlay .learning-link--checkbox[disabled='true'], .btn--primary.is--disabled, .survey-overlay .is--disabled.learning-link--checkbox {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6); }
  .btn--primary.-reversed.is--over:not([aria-disabled='true']), .survey-overlay .-reversed.is--over.learning-link--checkbox:not([aria-disabled='true']) {
    background-color: #f36e71;
    box-shadow: 4px 4px 0 1px #ef3e42; }

.btn--secondary {
  max-width: 330px;
  display: block;
  margin: 0.5rem 0;
  padding: 0.6rem 1.5rem;
  background-color: transparent;
  color: #231f20;
  text-align: center;
  font: 1rem "KG Happy", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  box-shadow: inset 0 0 0 2px #231f20;
  transition: background-color 250ms, color 250ms; }
  .btn--secondary.is--over:not([aria-disabled='true']) {
    background-color: #231f20;
    color: #fff; }
  .btn--secondary[aria-disabled='true'],
  .btn--secondary.disabled .btn--secondary[disabled], .btn--secondary[disabled='true'], .btn--secondary.is--disabled {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.6); }
  .btn--secondary.-reversed {
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff; }
    .btn--secondary.-reversed.is--over {
      background-color: #fff;
      color: #231f20; }

.btn--tertiary {
  max-width: 300px;
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  color: #231f20;
  border-radius: 20px;
  text-align: center;
  font: 1rem "Arial", sans-serif;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  transition: background-color 250ms, color 250ms; }
  .btn--tertiary.is--over:not([aria-disabled='true']) {
    background-color: rgba(35, 31, 32, 0.2); }
  .btn--tertiary[aria-disabled='true'],
  .btn--tertiary.disabled .btn--tertiary[disabled], .btn--tertiary[disabled='true'], .btn--tertiary.is--disabled {
    color: #565250; }
  .btn--tertiary.-reversed {
    color: #fff; }
    .btn--tertiary.-reversed.is--over {
      background-color: #666666; }

.btn--link {
  position: relative;
  text-decoration: underline;
  color: #b32e31;
  cursor: pointer;
  background-color: transparent;
  transition: color 250ms; }
  .btn--link.is--over {
    color: #000; }
  .btn--link.-reversed {
    color: #ef3e42; }
    .btn--link.-reversed.is--over {
      color: #eaeaf2; }

.btn--icon {
  position: relative;
  background-color: transparent;
  color: #231f20;
  overflow: visible; }
  .btn--icon::before {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    border-radius: 50%;
    background-color: #231f20;
    opacity: 0.2;
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(0, 0, 1);
            transform: translate3d(-50%, 0, 0) scale3d(0, 0, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
    transition: transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
    transition: transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995), -webkit-transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
    content: ''; }
  .btn--icon.-reversed {
    color: #fff; }
    .btn--icon.-reversed::before {
      background-color: #fff; }
  .btn--icon[aria-disabled='true'],
  .btn--icon.disabled .btn--icon[disabled], .btn--icon[disabled='true'], .btn--icon.is--disabled {
    color: #565250; }
    .btn--icon[aria-disabled='true']::before,
    .btn--icon.disabled .btn--icon[disabled]::before, .btn--icon[disabled='true']::before, .btn--icon.is--disabled::before {
      display: none; }
  .btn--icon.is--over::before {
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1); }

hr {
  height: 2px;
  margin: 1rem 0;
  background-color: #c0c0c0;
  border: 0; }

.radio__label,
.checkboxes__label,
.input label {
  display: block;
  padding-bottom: 0.25rem;
  font: 1rem "Arial", sans-serif;
  font-weight: 900; }

.checkbox input + label,
.radio input + label,
.toggle input + label {
  padding-bottom: 0;
  font-family: "Arial", sans-serif;
  font-weight: 500; }

textarea {
  display: block; }

.input.checkbox {
  position: relative;
  font-family: "Arial", sans-serif;
  text-align: left; }
  .input.checkbox input,
  .input.checkbox .checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .input.checkbox input:checked + label::before,
    .input.checkbox input:checked + .checkbox__label::before,
    .input.checkbox .checkbox__input:checked + label::before,
    .input.checkbox .checkbox__input:checked + .checkbox__label::before {
      font-size: 9px;
      font-weight: bold;
      color: #080707; }
    .input.checkbox input:checked + label::after,
    .input.checkbox input:checked + .checkbox__label::after,
    .input.checkbox .checkbox__input:checked + label::after,
    .input.checkbox .checkbox__input:checked + .checkbox__label::after {
      background-color: #ef3e42; }
    .input.checkbox input:disabled + label,
    .input.checkbox input:disabled + .checkbox__label,
    .input.checkbox input[aria-disabled='true'] + label,
    .input.checkbox input[aria-disabled='true'] + .checkbox__label,
    .input.checkbox .checkbox__input:disabled + label,
    .input.checkbox .checkbox__input:disabled + .checkbox__label,
    .input.checkbox .checkbox__input[aria-disabled='true'] + label,
    .input.checkbox .checkbox__input[aria-disabled='true'] + .checkbox__label {
      color: #565250; }
      .input.checkbox input:disabled + label::after,
      .input.checkbox input:disabled + .checkbox__label::after,
      .input.checkbox input[aria-disabled='true'] + label::after,
      .input.checkbox input[aria-disabled='true'] + .checkbox__label::after,
      .input.checkbox .checkbox__input:disabled + label::after,
      .input.checkbox .checkbox__input:disabled + .checkbox__label::after,
      .input.checkbox .checkbox__input[aria-disabled='true'] + label::after,
      .input.checkbox .checkbox__input[aria-disabled='true'] + .checkbox__label::after {
        border-color: #565250; }
    .input.checkbox input:disabled:checked + label::after,
    .input.checkbox input:disabled:checked + .checkbox__label::after,
    .input.checkbox input[aria-disabled='true']:checked + label::after,
    .input.checkbox input[aria-disabled='true']:checked + .checkbox__label::after,
    .input.checkbox .checkbox__input:disabled:checked + label::after,
    .input.checkbox .checkbox__input:disabled:checked + .checkbox__label::after,
    .input.checkbox .checkbox__input[aria-disabled='true']:checked + label::after,
    .input.checkbox .checkbox__input[aria-disabled='true']:checked + .checkbox__label::after {
      background-color: #f0f0f0; }
  .input.checkbox label,
  .input.checkbox .checkbox__label {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer; }
    .input.checkbox label::before, .input.checkbox label::after,
    .input.checkbox .checkbox__label::before,
    .input.checkbox .checkbox__label::after {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .input.checkbox label::before,
    .input.checkbox .checkbox__label::before {
      position: absolute;
      top: 5px;
      left: 4px; }
    .input.checkbox label::after,
    .input.checkbox .checkbox__label::after {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 5px;
      background-color: transparent;
      border: 2px solid #231f20;
      transition: background-color 250ms;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      content: ''; }

.input.radio {
  position: relative;
  font-family: "Arial", sans-serif;
  text-align: left; }
  .input.radio input,
  .input.radio .radio__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
    .input.radio input:checked + label::before,
    .input.radio input:checked + .radio__label::before,
    .input.radio .radio__input:checked + label::before,
    .input.radio .radio__input:checked + .radio__label::before {
      background-color: #ef3e42; }
    .input.radio input:checked + label::after,
    .input.radio input:checked + .radio__label::after,
    .input.radio .radio__input:checked + label::after,
    .input.radio .radio__input:checked + .radio__label::after {
      background-color: #231f20;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
    .input.radio input:disabled + label,
    .input.radio input:disabled + .radio__label,
    .input.radio input[aria-disabled='true'] + label,
    .input.radio input[aria-disabled='true'] + .radio__label,
    .input.radio .radio__input:disabled + label,
    .input.radio .radio__input:disabled + .radio__label,
    .input.radio .radio__input[aria-disabled='true'] + label,
    .input.radio .radio__input[aria-disabled='true'] + .radio__label {
      color: #565250; }
      .input.radio input:disabled + label::before,
      .input.radio input:disabled + .radio__label::before,
      .input.radio input[aria-disabled='true'] + label::before,
      .input.radio input[aria-disabled='true'] + .radio__label::before,
      .input.radio .radio__input:disabled + label::before,
      .input.radio .radio__input:disabled + .radio__label::before,
      .input.radio .radio__input[aria-disabled='true'] + label::before,
      .input.radio .radio__input[aria-disabled='true'] + .radio__label::before {
        border-color: #565250; }
    .input.radio input:disabled:checked + label::before,
    .input.radio input:disabled:checked + .radio__label::before,
    .input.radio input[aria-disabled='true']:checked + label::before,
    .input.radio input[aria-disabled='true']:checked + .radio__label::before,
    .input.radio .radio__input:disabled:checked + label::before,
    .input.radio .radio__input:disabled:checked + .radio__label::before,
    .input.radio .radio__input[aria-disabled='true']:checked + label::before,
    .input.radio .radio__input[aria-disabled='true']:checked + .radio__label::before {
      background-color: #f0f0f0; }
    .input.radio input:disabled:checked + label::after,
    .input.radio input:disabled:checked + .radio__label::after,
    .input.radio input[aria-disabled='true']:checked + label::after,
    .input.radio input[aria-disabled='true']:checked + .radio__label::after,
    .input.radio .radio__input:disabled:checked + label::after,
    .input.radio .radio__input:disabled:checked + .radio__label::after,
    .input.radio .radio__input[aria-disabled='true']:checked + label::after,
    .input.radio .radio__input[aria-disabled='true']:checked + .radio__label::after {
      background-color: #b1b3b6; }
  .input.radio label,
  .input.radio .radio__label {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
    cursor: pointer; }
    @media only screen and (max-width: 319px) {
      .input.radio label,
      .input.radio .radio__label {
        margin-right: 0.15rem; } }
    .input.radio label:last-child,
    .input.radio .radio__label:last-child {
      margin-right: 0; }
    .input.radio label::before, .input.radio label::after,
    .input.radio .radio__label::before,
    .input.radio .radio__label::after {
      border-radius: 50%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      content: ''; }
    .input.radio label::before,
    .input.radio .radio__label::before {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 5px;
      background-color: transparent;
      border: 2px solid #231f20;
      transition: background-color 250ms; }
    .input.radio label::after,
    .input.radio .radio__label::after {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 5px;
      left: 5px;
      -webkit-transform: scale3d(0, 0, 1);
              transform: scale3d(0, 0, 1);
      transition: -webkit-transform 250ms;
      transition: transform 250ms;
      transition: transform 250ms, -webkit-transform 250ms; }

.input.toggle {
  position: relative;
  font-family: "Arial", sans-serif;
  text-align: left; }
  .input.toggle input,
  .input.toggle .toggle__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .input.toggle input:checked + label::before,
    .input.toggle input:checked + .toggle__label::before,
    .input.toggle .toggle__input:checked + label::before,
    .input.toggle .toggle__input:checked + .toggle__label::before {
      background-color: #ef3e42; }
    .input.toggle input:checked + label::after,
    .input.toggle input:checked + .toggle__label::after,
    .input.toggle .toggle__input:checked + label::after,
    .input.toggle .toggle__input:checked + .toggle__label::after {
      -webkit-transform: translate3d(22px, 0, 0);
              transform: translate3d(22px, 0, 0); }
    .input.toggle input:disabled + label,
    .input.toggle input:disabled + .toggle__label,
    .input.toggle input[aria-disabled='true'] + label,
    .input.toggle input[aria-disabled='true'] + .toggle__label,
    .input.toggle .toggle__input:disabled + label,
    .input.toggle .toggle__input:disabled + .toggle__label,
    .input.toggle .toggle__input[aria-disabled='true'] + label,
    .input.toggle .toggle__input[aria-disabled='true'] + .toggle__label {
      color: #565250; }
      .input.toggle input:disabled + label::before,
      .input.toggle input:disabled + .toggle__label::before,
      .input.toggle input[aria-disabled='true'] + label::before,
      .input.toggle input[aria-disabled='true'] + .toggle__label::before,
      .input.toggle .toggle__input:disabled + label::before,
      .input.toggle .toggle__input:disabled + .toggle__label::before,
      .input.toggle .toggle__input[aria-disabled='true'] + label::before,
      .input.toggle .toggle__input[aria-disabled='true'] + .toggle__label::before {
        border-color: #565250;
        background-color: #f0f0f0; }
      .input.toggle input:disabled + label::after,
      .input.toggle input:disabled + .toggle__label::after,
      .input.toggle input[aria-disabled='true'] + label::after,
      .input.toggle input[aria-disabled='true'] + .toggle__label::after,
      .input.toggle .toggle__input:disabled + label::after,
      .input.toggle .toggle__input:disabled + .toggle__label::after,
      .input.toggle .toggle__input[aria-disabled='true'] + label::after,
      .input.toggle .toggle__input[aria-disabled='true'] + .toggle__label::after {
        background-color: #565250; }
    .input.toggle input:disabled:checked + label::before,
    .input.toggle input:disabled:checked + .toggle__label::before,
    .input.toggle input[aria-disabled='true']:checked + label::before,
    .input.toggle input[aria-disabled='true']:checked + .toggle__label::before,
    .input.toggle .toggle__input:disabled:checked + label::before,
    .input.toggle .toggle__input:disabled:checked + .toggle__label::before,
    .input.toggle .toggle__input[aria-disabled='true']:checked + label::before,
    .input.toggle .toggle__input[aria-disabled='true']:checked + .toggle__label::before {
      background-color: #565250; }
    .input.toggle input:disabled:checked + label::after,
    .input.toggle input:disabled:checked + .toggle__label::after,
    .input.toggle input[aria-disabled='true']:checked + label::after,
    .input.toggle input[aria-disabled='true']:checked + .toggle__label::after,
    .input.toggle .toggle__input:disabled:checked + label::after,
    .input.toggle .toggle__input:disabled:checked + .toggle__label::after,
    .input.toggle .toggle__input[aria-disabled='true']:checked + label::after,
    .input.toggle .toggle__input[aria-disabled='true']:checked + .toggle__label::after {
      background-color: #f0f0f0; }
  .input.toggle label,
  .input.toggle .toggle__label {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer; }
    .input.toggle label::before, .input.toggle label::after,
    .input.toggle .toggle__label::before,
    .input.toggle .toggle__label::after {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      content: ''; }
    .input.toggle label::before,
    .input.toggle .toggle__label::before {
      width: 44px;
      height: 20px;
      display: inline-block;
      margin-right: 5px;
      background-color: transparent;
      border: 2px solid #231f20;
      transition: background-color 250ms;
      border-radius: 10px; }
    .input.toggle label::after,
    .input.toggle .toggle__label::after {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 5px;
      left: 6px;
      background-color: #231f20;
      border-radius: 50%;
      transition: -webkit-transform 250ms;
      transition: transform 250ms;
      transition: transform 250ms, -webkit-transform 250ms; }

.input {
  max-width: 100%; }
  .input.text, .input.textarea, .input.search, .input.email, .input.password, .input.tel, .input.url, .input.date, .input.time, .input.number {
    max-width: 100%;
    text-align: left; }
    @media (min-width: 768px) {
      .input.text, .input.textarea, .input.search, .input.email, .input.password, .input.tel, .input.url, .input.date, .input.time, .input.number {
        min-width: 100px; } }
    .input.text > *, .input.textarea > *, .input.search > *, .input.email > *, .input.password > *, .input.tel > *, .input.url > *, .input.date > *, .input.time > *, .input.number > * {
      width: 100%; }
    .input.text input,
    .input.text textarea,
    .input.text .text__input, .input.textarea input,
    .input.textarea textarea,
    .input.textarea .text__input, .input.search input,
    .input.search textarea,
    .input.search .text__input, .input.email input,
    .input.email textarea,
    .input.email .text__input, .input.password input,
    .input.password textarea,
    .input.password .text__input, .input.tel input,
    .input.tel textarea,
    .input.tel .text__input, .input.url input,
    .input.url textarea,
    .input.url .text__input, .input.date input,
    .input.date textarea,
    .input.date .text__input, .input.time input,
    .input.time textarea,
    .input.time .text__input, .input.number input,
    .input.number textarea,
    .input.number .text__input {
      min-height: 40px;
      padding: 0.5rem;
      border: 2px solid #b32e31;
      border-radius: 0;
      resize: vertical;
      transition: border 250ms; }
      @media (min-width: 768px) {
        .input.text input,
        .input.text textarea,
        .input.text .text__input, .input.textarea input,
        .input.textarea textarea,
        .input.textarea .text__input, .input.search input,
        .input.search textarea,
        .input.search .text__input, .input.email input,
        .input.email textarea,
        .input.email .text__input, .input.password input,
        .input.password textarea,
        .input.password .text__input, .input.tel input,
        .input.tel textarea,
        .input.tel .text__input, .input.url input,
        .input.url textarea,
        .input.url .text__input, .input.date input,
        .input.date textarea,
        .input.date .text__input, .input.time input,
        .input.time textarea,
        .input.time .text__input, .input.number input,
        .input.number textarea,
        .input.number .text__input {
          min-height: 43px; } }
      .input.text input:focus,
      .input.text textarea:focus,
      .input.text .text__input:focus, .input.textarea input:focus,
      .input.textarea textarea:focus,
      .input.textarea .text__input:focus, .input.search input:focus,
      .input.search textarea:focus,
      .input.search .text__input:focus, .input.email input:focus,
      .input.email textarea:focus,
      .input.email .text__input:focus, .input.password input:focus,
      .input.password textarea:focus,
      .input.password .text__input:focus, .input.tel input:focus,
      .input.tel textarea:focus,
      .input.tel .text__input:focus, .input.url input:focus,
      .input.url textarea:focus,
      .input.url .text__input:focus, .input.date input:focus,
      .input.date textarea:focus,
      .input.date .text__input:focus, .input.time input:focus,
      .input.time textarea:focus,
      .input.time .text__input:focus, .input.number input:focus,
      .input.number textarea:focus,
      .input.number .text__input:focus {
        border-color: #231f20; }

.inputfile .choose-file-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border: 2px solid #b32e31;
  background-color: #fff;
  font-weight: 500;
  cursor: pointer; }
  .inputfile .choose-file-btn .button {
    display: none; }

.inputfile input {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.inputfile p {
  padding-top: 0.25rem;
  text-align: right; }

.input.select {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (min-width: 768px) {
    .input.select {
      max-width: 380px; } }
  .input.select .dropdown {
    width: 100%;
    position: relative;
    border: 2px solid #b32e31;
    background: #fff;
    z-index: 0; }
    .input.select .dropdown::before, .input.select .dropdown::after {
      width: 60px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: none; }
    .input.select .dropdown::before {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #080707;
      z-index: 0; }
    .input.select .dropdown::after {
      background-color: #ef3e42;
      z-index: -1;
      content: ''; }
    .input.select .dropdown select,
    .input.select .dropdown .select__selected {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 0.5rem;
      min-height: 43px;
      padding-right: 68px;
      font-size: 1rem;
      border: 0;
      background: transparent;
      cursor: pointer; }
      .input.select .dropdown select::-ms-expand,
      .input.select .dropdown .select__selected::-ms-expand {
        display: none; }
  .input.select label,
  .input.select .select__label {
    display: block;
    padding-bottom: 0.25rem;
    font: 1rem "Arial", sans-serif;
    font-weight: 900;
    text-align: left; }
    .input.select label::-ms-expand,
    .input.select .select__label::-ms-expand {
      display: none; }

.selection {
  margin-bottom: 0.75rem; }
  .selection .input.select {
    max-width: 100%; }
  .selection .select2-selection,
  .selection .select2-container--focus .select2-selection--multiple {
    border: 2px solid #231f20; }
  .selection .select2-selection {
    width: 100%;
    background-color: #f6f6fa;
    border-radius: 0;
    padding: 0.5rem; }
  .selection .select2-selection__rendered {
    vertical-align: middle; }
    .selection .select2-selection__rendered li::before {
      display: none; }

.tag,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.1rem 0.4rem 0.1rem 0;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border: 1px solid #231f20;
  border-radius: 5px;
  list-style-type: none;
  transition: background-color 250ms, color 250ms; }
  .tag.is--over,
  .select2-container--default .select2-selection--multiple .select2-selection__choice.is--over {
    background-color: #231f20;
    color: #fff; }
  .tag .tag__required,
  .tag .tag__remove,
  .tag .select2-selection__choice__remove,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .tag__required,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .tag__remove,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    width: 2rem;
    height: 100%;
    margin: -0.25rem -0.5rem;
    margin-left: 0.25rem;
    padding: 0.2rem;
    text-align: center;
    font-size: 1.15rem;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .tag .tag__required,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .tag__required {
    font-size: 18px;
    background-color: #ef3e42;
    color: #231f20; }
  .tag .tag__remove,
  .tag .select2-selection__choice__remove,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .tag__remove,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #080707;
    transition: background-color 250ms; }
    .tag .tag__remove:hover,
    .tag .select2-selection__choice__remove:hover,
    .select2-container--default .select2-selection--multiple .select2-selection__choice .tag__remove:hover,
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
      background-color: #eaeaf2; }
  .tag .select2-selection__choice__remove,
  .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    font-family: 'icon-font';
    font-size: 0; }
    .tag .select2-selection__choice__remove::before,
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::before {
      font-size: 1.15rem;
      line-height: inherit; }

.search {
  position: relative; }
  .search .search__btn {
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ef3e42;
    color: #231f20;
    transition: all 250ms; }
    .search .search__btn.is--over {
      background-color: #231f20;
      color: #fff; }
  .search .search__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .search .search__submit {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
    color: transparent;
    cursor: pointer; }
  .search .text {
    margin-bottom: 0; }
  .search .text input,
  .search .search__input {
    height: inherit;
    padding-left: 57px;
    border: 0; }
    .search .text input::-webkit-input-placeholder,
    .search .search__input::-webkit-input-placeholder {
      color: #565250; }
    .search .text input:-ms-input-placeholder,
    .search .search__input:-ms-input-placeholder {
      color: #565250; }
    .search .text input::placeholder,
    .search .search__input::placeholder {
      color: #565250; }
  .search--large .text input,
  .search--large .search__input {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem; }

.arrow {
  width: 100%;
  height: 2px;
  position: relative;
  margin: 10px 0;
  background-color: #231f20; }
  .arrow::before, .arrow::after {
    width: 10px;
    height: inherit;
    position: absolute;
    left: calc(100% - 10px);
    background-color: inherit;
    content: ''; }
  .arrow::before {
    bottom: calc(100% + 2px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .arrow::after {
    top: calc(100% + 2px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.arrow--vertical {
  width: 2px;
  height: 100%;
  position: relative;
  background-color: #231f20; }
  .arrow--vertical::before, .arrow--vertical::after {
    width: inherit;
    height: 10px;
    position: absolute;
    top: calc(100% - 10px);
    background-color: inherit;
    content: ''; }
  .arrow--vertical::before {
    left: calc(100% + 2px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .arrow--vertical::after {
    right: calc(100% + 2px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.style-guide {
  background-color: #f6f6fa; }
  .style-guide section {
    margin-bottom: 2rem; }
    .style-guide section > a {
      display: block;
      margin-bottom: 1.5rem; }
    .style-guide section table td,
    .style-guide section table th {
      width: 50%; }
  .style-guide p,
  .style-guide ul,
  .style-guide ol {
    max-width: 700px; }
  .style-guide .header--fullbleed {
    padding: 1rem;
    padding-top: 4rem;
    background: linear-gradient(-304deg, #b32e31, #ef3e42);
    color: #fff; }
  .style-guide .monospace {
    font: 1rem monospace;
    color: #000;
    background-color: #d8d8d8;
    border: 0;
    resize: vertical; }
    .style-guide .monospace.monospace-textarea {
      width: 100%;
      max-width: 700px;
      min-height: 78px;
      margin-bottom: 1rem;
      padding: 0.25rem 0.75rem; }
  .style-guide nav {
    padding: 1.5rem;
    color: #fff; }
    @media (min-width: 768px) {
      .style-guide nav {
        width: 275px;
        position: fixed;
        top: calc(1.5rem + 9rem);
        left: 1.5rem;
        padding: 0; } }
    .style-guide nav a {
      display: block;
      padding: 0.75rem;
      border-top: 1px solid #fff;
      background-color: #231f20; }
      .style-guide nav a:first-child {
        border-top: 0; }
      .style-guide nav a.is--over {
        background-color: #080707; }
  .style-guide .styleGuide__wrapper {
    max-width: 1020px;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .style-guide .styleGuide__wrapper {
        margin-left: calc(275px + (1.5rem)); } }
    .style-guide .styleGuide__wrapper .header--line {
      margin-top: 1.5rem;
      margin-bottom: 0.5rem; }
      .style-guide .styleGuide__wrapper .header--line:first-child {
        margin-top: 0; }
  .style-guide .section__colors .colors__card:nth-of-type(1) .colors__spec::before {
    content: "$color-primary"; }
  .style-guide .section__colors .colors__card:nth-of-type(1) .colors__spec::after {
    content: "hex: #ef3e42"; }
  .style-guide .section__colors .colors__card:nth-of-type(1) .colors__hue {
    background: #ef3e42; }
  .style-guide .section__colors .colors__card:nth-of-type(2) .colors__spec::before {
    content: "$color-secondary"; }
  .style-guide .section__colors .colors__card:nth-of-type(2) .colors__spec::after {
    content: "hex: #231f20"; }
  .style-guide .section__colors .colors__card:nth-of-type(2) .colors__hue {
    background: #231f20; }
  .style-guide .section__colors .colors__card:nth-of-type(3) .colors__spec::before {
    content: "$color-accent-01"; }
  .style-guide .section__colors .colors__card:nth-of-type(3) .colors__spec::after {
    content: "hex: #b32e31"; }
  .style-guide .section__colors .colors__card:nth-of-type(3) .colors__hue {
    background: #b32e31; }
  .style-guide .section__colors .colors__card:nth-of-type(4) .colors__spec::before {
    content: "$color-accent-02"; }
  .style-guide .section__colors .colors__card:nth-of-type(4) .colors__spec::after {
    content: "hex: #c99e22"; }
  .style-guide .section__colors .colors__card:nth-of-type(4) .colors__hue {
    background: #c99e22; }
  .style-guide .section__colors .colors__card:nth-of-type(5) .colors__spec::before {
    content: "$color-accent-03"; }
  .style-guide .section__colors .colors__card:nth-of-type(5) .colors__spec::after {
    content: "hex: #cba77b"; }
  .style-guide .section__colors .colors__card:nth-of-type(5) .colors__hue {
    background: #cba77b; }
  .style-guide .section__colors .colors__card:nth-of-type(6) .colors__spec::before {
    content: "$color-accent-04"; }
  .style-guide .section__colors .colors__card:nth-of-type(6) .colors__spec::after {
    content: "hex: #f8e080"; }
  .style-guide .section__colors .colors__card:nth-of-type(6) .colors__hue {
    background: #f8e080; }
  .style-guide .section__colors .colors__card:nth-of-type(7) .colors__spec::before {
    content: "$color-accent-05"; }
  .style-guide .section__colors .colors__card:nth-of-type(7) .colors__spec::after {
    content: "hex: #565250"; }
  .style-guide .section__colors .colors__card:nth-of-type(7) .colors__hue {
    background: #565250; }
  .style-guide .section__colors .colors__card:nth-of-type(8) .colors__spec::before {
    content: "$color-accent-06"; }
  .style-guide .section__colors .colors__card:nth-of-type(8) .colors__spec::after {
    content: "hex: #231f20"; }
  .style-guide .section__colors .colors__card:nth-of-type(8) .colors__hue {
    background: #231f20; }
  .style-guide .section__colors .colors__card:nth-of-type(9) .colors__spec::before {
    content: "$color-success"; }
  .style-guide .section__colors .colors__card:nth-of-type(9) .colors__spec::after {
    content: "hex: #39b54a"; }
  .style-guide .section__colors .colors__card:nth-of-type(9) .colors__hue {
    background: #39b54a; }
  .style-guide .section__colors .colors__card:nth-of-type(10) .colors__spec::before {
    content: "$color-alert"; }
  .style-guide .section__colors .colors__card:nth-of-type(10) .colors__spec::after {
    content: "hex: #ed1c24"; }
  .style-guide .section__colors .colors__card:nth-of-type(10) .colors__hue {
    background: #ed1c24; }
  .style-guide .section__colors .colors__card:nth-of-type(11) .colors__spec::before {
    content: "$color-gray-900"; }
  .style-guide .section__colors .colors__card:nth-of-type(11) .colors__spec::after {
    content: "hex: #231f20"; }
  .style-guide .section__colors .colors__card:nth-of-type(11) .colors__hue {
    background: #231f20; }
  .style-guide .section__colors .colors__card:nth-of-type(12) .colors__spec::before {
    content: "$color-gray-700"; }
  .style-guide .section__colors .colors__card:nth-of-type(12) .colors__spec::after {
    content: "hex: #565250"; }
  .style-guide .section__colors .colors__card:nth-of-type(12) .colors__hue {
    background: #565250; }
  .style-guide .section__colors .colors__card:nth-of-type(13) .colors__spec::before {
    content: "$color-gray-500"; }
  .style-guide .section__colors .colors__card:nth-of-type(13) .colors__spec::after {
    content: "hex: #b1b3b6"; }
  .style-guide .section__colors .colors__card:nth-of-type(13) .colors__hue {
    background: #b1b3b6; }
  .style-guide .section__colors .colors__card:nth-of-type(14) .colors__spec::before {
    content: "$color-gray-300"; }
  .style-guide .section__colors .colors__card:nth-of-type(14) .colors__spec::after {
    content: "hex: #c0c0c0"; }
  .style-guide .section__colors .colors__card:nth-of-type(14) .colors__hue {
    background: #c0c0c0; }
  .style-guide .section__colors .colors__card:nth-of-type(15) .colors__spec::before {
    content: "$color-gray-100"; }
  .style-guide .section__colors .colors__card:nth-of-type(15) .colors__spec::after {
    content: "hex: #f0f0f0"; }
  .style-guide .section__colors .colors__card:nth-of-type(15) .colors__hue {
    background: #f0f0f0; }
  .style-guide .section__colors .colors__card:nth-of-type(16) .colors__spec::before {
    content: "$color-slate-900"; }
  .style-guide .section__colors .colors__card:nth-of-type(16) .colors__spec::after {
    content: "hex: #080707"; }
  .style-guide .section__colors .colors__card:nth-of-type(16) .colors__hue {
    background: #080707; }
  .style-guide .section__colors .colors__card:nth-of-type(17) .colors__spec::before {
    content: "$color-slate-200"; }
  .style-guide .section__colors .colors__card:nth-of-type(17) .colors__spec::after {
    content: "hex: #eaeaf2"; }
  .style-guide .section__colors .colors__card:nth-of-type(17) .colors__hue {
    background: #eaeaf2; }
  .style-guide .section__colors .colors__card:nth-of-type(18) .colors__spec::before {
    content: "$color-slate-100"; }
  .style-guide .section__colors .colors__card:nth-of-type(18) .colors__spec::after {
    content: "hex: #f6f6fa"; }
  .style-guide .section__colors .colors__card:nth-of-type(18) .colors__hue {
    background: #f6f6fa; }
  .style-guide .section__colors .colors__card:nth-of-type(19) .colors__spec::before {
    content: "$gradient-primary"; }
  .style-guide .section__colors .colors__card:nth-of-type(19) .colors__spec::after {
    content: "hex: linear-gradient(-304deg, #b32e31, #ef3e42)"; }
  .style-guide .section__colors .colors__card:nth-of-type(19) .colors__hue {
    background: linear-gradient(-304deg, #b32e31, #ef3e42); }
  .style-guide .section__colors .colors__card:nth-of-type(20) .colors__spec::before {
    content: "$gradient-secondary"; }
  .style-guide .section__colors .colors__card:nth-of-type(20) .colors__spec::after {
    content: "hex: linear-gradient(to right, rgba(35, 31, 32, 0.95) 0%, rgba(35, 31, 32, 0.95) 50%, rgba(35, 31, 32, 0.5) 70%, rgba(35, 31, 32, 0) 80%)"; }
  .style-guide .section__colors .colors__card:nth-of-type(20) .colors__hue {
    background: linear-gradient(to right, rgba(35, 31, 32, 0.95) 0%, rgba(35, 31, 32, 0.95) 50%, rgba(35, 31, 32, 0.5) 70%, rgba(35, 31, 32, 0) 80%); }
  .style-guide .section__colors .colors__card:nth-of-type(21) .colors__spec::before {
    content: "$gradient-tertiary"; }
  .style-guide .section__colors .colors__card:nth-of-type(21) .colors__spec::after {
    content: "hex: linear-gradient(to right, #c99e22, #b32e31)"; }
  .style-guide .section__colors .colors__card:nth-of-type(21) .colors__hue {
    background: linear-gradient(to right, #c99e22, #b32e31); }
  .style-guide .section__colors .colors__card:nth-of-type(22) .colors__spec::before {
    content: "$pattern-primary"; }
  .style-guide .section__colors .colors__card:nth-of-type(22) .colors__spec::after {
    content: 'hex: url("graphics/pattern-primary-gray-900.svg") 0 0/60px 60px repeat'; }
  .style-guide .section__colors .colors__card:nth-of-type(22) .colors__hue {
    background: url("graphics/pattern-primary-gray-900.svg") 0 0/60px 60px repeat; }
  .style-guide .section__colors .colors__card:nth-of-type(23) .colors__spec::before {
    content: "$pattern-secondary"; }
  .style-guide .section__colors .colors__card:nth-of-type(23) .colors__spec::after {
    content: 'hex: url("graphics/pattern-secondary-gray-900.svg") 0 0/63px 63px repeat'; }
  .style-guide .section__colors .colors__card:nth-of-type(23) .colors__hue {
    background: url("graphics/pattern-secondary-gray-900.svg") 0 0/63px 63px repeat; }
  .style-guide .section__colors .colors__card {
    width: 250px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.25rem;
    background-color: #fff; }
    .style-guide .section__colors .colors__card .colors__hue {
      width: 60px;
      height: 60px; }
    .style-guide .section__colors .colors__card .colors__spec {
      padding: 0.5rem; }
      .style-guide .section__colors .colors__card .colors__spec::before {
        display: block; }
  .style-guide .section__colors .gradient__card .colors__spec::after,
  .style-guide .section__colors .pattern__card .colors__spec::after {
    display: none; }
  .style-guide .section__spacing tr:nth-child(1) .spacing__spec::before {
    content: "$spacing-xl"; }
  .style-guide .section__spacing tr:nth-child(1) .spacing__spec::after {
    content: "size: 2rem"; }
  .style-guide .section__spacing tr:nth-child(1) .spacing__graphic {
    width: 2rem;
    height: 2rem; }
  .style-guide .section__spacing tr:nth-child(2) .spacing__spec::before {
    content: "$spacing-l"; }
  .style-guide .section__spacing tr:nth-child(2) .spacing__spec::after {
    content: "size: 1.5rem"; }
  .style-guide .section__spacing tr:nth-child(2) .spacing__graphic {
    width: 1.5rem;
    height: 1.5rem; }
  .style-guide .section__spacing tr:nth-child(3) .spacing__spec::before {
    content: "$spacing-m"; }
  .style-guide .section__spacing tr:nth-child(3) .spacing__spec::after {
    content: "size: 1rem"; }
  .style-guide .section__spacing tr:nth-child(3) .spacing__graphic {
    width: 1rem;
    height: 1rem; }
  .style-guide .section__spacing tr:nth-child(4) .spacing__spec::before {
    content: "$spacing-s"; }
  .style-guide .section__spacing tr:nth-child(4) .spacing__spec::after {
    content: "size: 0.75rem"; }
  .style-guide .section__spacing tr:nth-child(4) .spacing__graphic {
    width: 0.75rem;
    height: 0.75rem; }
  .style-guide .section__spacing tr:nth-child(5) .spacing__spec::before {
    content: "$spacing-xs"; }
  .style-guide .section__spacing tr:nth-child(5) .spacing__spec::after {
    content: "size: 0.5rem"; }
  .style-guide .section__spacing tr:nth-child(5) .spacing__graphic {
    width: 0.5rem;
    height: 0.5rem; }
  .style-guide .section__spacing tr:nth-child(6) .spacing__spec::before {
    content: "$spacing-xxs"; }
  .style-guide .section__spacing tr:nth-child(6) .spacing__spec::after {
    content: "size: 0.25rem"; }
  .style-guide .section__spacing tr:nth-child(6) .spacing__graphic {
    width: 0.25rem;
    height: 0.25rem; }
  .style-guide .section__spacing .spacing__graphic {
    background-color: #231f20;
    display: block; }
  .style-guide .section__spacing .spacing__spec::before {
    display: block; }
  .style-guide .section__spacing .spacing__example {
    position: relative;
    border: 1.5rem solid #abff98;
    background-color: #c0c0c0; }
    .style-guide .section__spacing .spacing__example::after {
      position: absolute;
      bottom: 100%;
      right: 0;
      content: '$spacing-l'; }
    .style-guide .section__spacing .spacing__example .example__header {
      border-bottom: 0.75rem solid #ffc798; }
    .style-guide .section__spacing .spacing__example p {
      max-width: 100%;
      position: relative; }
      .style-guide .section__spacing .spacing__example p::after {
        position: absolute;
        bottom: 85%;
        right: 0;
        content: '$spacing-s'; }
  .style-guide .section__layout .layout {
    margin-bottom: 1.5rem; }
  .style-guide .section__layout .layout__example {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .style-guide .section__layout .layout__card {
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 1.5rem;
    background-color: #fff;
    text-align: center; }
  .style-guide .section__layout .row {
    position: relative;
    padding: 30px 10px 10px;
    background-color: #b1b3b6; }
    .style-guide .section__layout .row::before {
      position: absolute;
      top: 2px;
      left: 2px;
      content: 'class="row"'; }
  .style-guide .section__layout .col {
    margin: 1px;
    padding: 1rem;
    background-color: #b32e31;
    border-radius: 3px; }
  .style-guide .section__components .component {
    margin-bottom: 1.5rem; }
  .style-guide .section__components .component__example {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .style-guide .section__components .component__card {
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 1.5rem;
    background-color: #fff;
    text-align: center; }
    .style-guide .section__components .component__card.-reversed {
      background-color: #231f20;
      color: #fff; }
  .style-guide .section__icons video {
    display: block;
    margin: 1rem 0; }
  .style-guide .section__icons .icons {
    margin: 1rem 0; }
  .style-guide .section__icons .icon-example {
    height: 110px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.75rem;
    background-color: #fff;
    text-align: center; }
    .style-guide .section__icons .icon-example i {
      display: block;
      margin: auto; }

body {
  height: 100vh;
  background-color: #f6f6fa; }
  body.courses.view > .page > .main-container {
    width: 100%;
    height: 100%; }
  body.courses.view .genome-container {
    height: inherit; }
  body.courses.view .aicc-container {
    width: inherit;
    height: inherit;
    display: block;
    border: 0; }
  body > .page {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    body > .page > .main-container {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }

.footer {
  margin-top: auto;
  padding: 2rem;
  text-align: center;
  background-color: #fff;
  display: none; }
  .footer .footer__btn-text {
    margin: 0 auto 0.25rem; }

.global-nav {
  width: 80px;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #231f20;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  z-index: 100; }
  .global-nav ul {
    padding: 0; }
    .global-nav ul li::before {
      display: none; }
  .global-nav .global-nav__item {
    transition: background-color 250ms; }
    .global-nav .global-nav__item.is--over {
      background-color: #080707; }
    .global-nav .global-nav__item.is--active {
      background-color: #080707; }
    .global-nav .global-nav__item a {
      height: 80px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.5rem; }
    .global-nav .global-nav__item i {
      width: 62px;
      position: relative;
      text-align: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .global-nav .global-nav__item .global-nav__item-text {
      display: none; }
  .global-nav .global-nav__toggle-desktop {
    margin: 1.5rem;
    text-align: center; }
    .global-nav .global-nav__toggle-desktop .toggle__btn {
      display: inline-block; }
  .global-nav.transition--off, .global-nav.is--open {
    transition: height 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }
    @media (min-width: 768px) {
      .global-nav.transition--off, .global-nav.is--open {
        transition: width 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995); } }
    .global-nav.transition--off .global-nav__list, .global-nav.is--open .global-nav__list {
      transition: -webkit-transform 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
      transition: transform 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
      transition: transform 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995), -webkit-transform 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }
    .global-nav.transition--off .global-nav__profile, .global-nav.is--open .global-nav__profile {
      transition: all 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }

.final-overlay-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  padding: 1.5rem 0.25rem;
  background: #ef3e42;
  color: #231f20;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 900;
  z-index: 20;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  transition: all 250ms;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .final-overlay-toggle.is--active {
    display: block; }
  .final-overlay-toggle.is--over {
    background-color: #231f20;
    color: #fff; }

.paginator {
  margin-top: 1rem;
  text-align: center; }
  .paginator .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .paginator .pagination > * {
      margin: 0 0.25rem; }
  .paginator .paginator__counter {
    font-weight: 900; }
  .paginator .next.disabled .btn--icon,
  .paginator .prev.disabled .btn--icon {
    color: #565250; }
    .paginator .next.disabled .btn--icon::before,
    .paginator .prev.disabled .btn--icon::before {
      display: none; }
  .paginator .active {
    font-weight: 900; }
  .paginator li {
    list-style-type: none; }

.admin .edit__section__body [class^='col-'],
.input-overlay .input-overlay__body [class^='col-'],
.users .account__item [class^='col-'],
.upload-confirm__content [class^='col-'] {
  margin-bottom: 1rem; }
  .admin .edit__section__body [class^='col-']:empty, .admin .edit__section__body [class^='col-']:last-child,
  .input-overlay .input-overlay__body [class^='col-']:empty,
  .input-overlay .input-overlay__body [class^='col-']:last-child,
  .users .account__item [class^='col-']:empty,
  .users .account__item [class^='col-']:last-child,
  .upload-confirm__content [class^='col-']:empty,
  .upload-confirm__content [class^='col-']:last-child {
    margin-bottom: 0; }

.flash-messages {
  z-index: 99; }
  .flash-messages .message {
    width: calc(100% - (0.75rem * 2));
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 900;
    margin: 0.75rem;
    padding: 1rem;
    border: 2px solid #231f20;
    border-radius: 30px;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.25);
    background-color: #eaeaf2;
    z-index: 1;
    -webkit-animation: fadeInDown 500ms;
            animation: fadeInDown 500ms;
    cursor: pointer; }
    @media (min-width: 576px) {
      .flash-messages .message {
        width: 100%;
        max-width: 500px;
        top: 0;
        margin: 1rem auto;
        z-index: 3; } }
    .flash-messages .message i {
      margin-right: 0.75rem;
      line-height: 100%; }
  .flash-messages .badge-toast {
    position: fixed;
    bottom: 1rem;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem;
    background: linear-gradient(-304deg, #b32e31, #ef3e42);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    color: #fff;
    -webkit-animation: fadeInRight 250ms;
            animation: fadeInRight 250ms;
    z-index: 20;
    cursor: pointer; }
    .flash-messages .badge-toast .badge-toast__icon {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 0.75rem;
      padding: 0.5rem;
      color: #c99e22;
      border: 2px solid #fff;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .flash-messages .badge-toast .badge-toast__icon {
          font-size: 40px; } }

.portal-body--padding {
  padding: 1.5rem 0.75rem;
  overflow-x: hidden; }
  @media only screen and (max-width: 319px) {
    .portal-body--padding {
      padding: 1.5rem 0.25rem; } }
  @media (min-width: 576px) {
    .portal-body--padding {
      padding: 2rem 1rem;
      overflow-x: inherit; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

.desktop-only {
  display: none; }
  @media (min-width: 768px) {
    .desktop-only {
      display: block; } }

.required > label:after {
  content: ' *';
  color: #ed1c24; }

.banner {
  background: #b32e31;
  color: #fff; }
  .banner .banner__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem; }
    @media (min-width: 768px) {
      .banner .banner__content {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 4rem; } }
  .banner .banner__back {
    margin-right: 1rem;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .banner .banner__text {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 768px) {
      .banner .banner__text {
        width: 50%;
        margin-right: 0.75rem; } }
  .banner .banner__title .title--small {
    display: block;
    text-transform: uppercase; }
  .banner .banner__body {
    width: 100%;
    max-width: 600px;
    margin-bottom: 0; }
  .banner .banner__filters {
    margin-left: auto; }
    @media (min-width: 992px) {
      .banner .banner__filters {
        display: none; } }
  .banner .banner__decorative-icon {
    position: absolute;
    top: 0;
    right: 1.5rem;
    font-size: 100px;
    opacity: 0.2; }
    @media (min-width: 768px) {
      .banner .banner__decorative-icon {
        position: static;
        margin-left: auto;
        opacity: 1; } }
  .banner .search,
  .banner .select {
    width: 100%;
    margin: 0.75rem auto 0; }
  .banner .banner__btn-text {
    margin-left: auto;
    margin-right: auto; }
  .banner.banner--subpage {
    background: linear-gradient(-304deg, #b32e31, #ef3e42);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
  .banner.banner--featured {
    position: relative;
    background: transparent;
    overflow: hidden; }
    .banner.banner--featured::after {
      min-height: inherit;
      display: block;
      font-size: 0;
      content: ''; }
    @media (min-width: 992px) {
      .banner.banner--featured {
        min-height: 300px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .banner.banner--featured .banner__graphic {
      background: linear-gradient(-304deg, #b32e31, #ef3e42); }
      .banner.banner--featured .banner__graphic::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(35, 31, 32, 0.85);
        content: ''; }
        @media (min-width: 768px) {
          .banner.banner--featured .banner__graphic::before {
            background: linear-gradient(to right, rgba(35, 31, 32, 0.95) 0%, rgba(35, 31, 32, 0.95) 50%, rgba(35, 31, 32, 0.5) 70%, rgba(35, 31, 32, 0) 80%); } }
    .banner.banner--featured .banner__content {
      padding-top: 1rem; }
    .banner.banner--featured .banner__title {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 992px) {
        .banner.banner--featured .banner__title {
          margin-right: 1rem;
          margin-bottom: 0; } }
    .banner.banner--featured .title--small {
      text-transform: inherit; }
    .banner.banner--featured .banner__btn-text {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      margin-bottom: 0;
      background-color: #231f20;
      border: 4px solid #231f20; }
  @media (min-width: 992px) {
    .banner.banner--featured--empty {
      min-height: auto; } }

.topic,
.card {
  position: relative;
  padding: 0.75rem;
  color: #fff;
  border: 2px solid #231f20;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  transition: box-shadow 250ms, -webkit-transform 250ms;
  transition: box-shadow 250ms, transform 250ms;
  transition: box-shadow 250ms, transform 250ms, -webkit-transform 250ms; }
  @media (min-width: 768px) {
    .topic,
    .card {
      padding: 1rem; } }
  .topic.is--locked,
  .card.is--locked {
    box-shadow: none;
    border-color: #565250;
    cursor: default;
    background: #565250 !important; }
    .topic.is--locked::before,
    .card.is--locked::before {
      background: rgba(35, 31, 32, 0.5); }
      @media (min-width: 768px) {
        .topic.is--locked::before,
        .card.is--locked::before {
          background: linear-gradient(to top, #231f20, rgba(35, 31, 32, 0)); } }
    .topic.is--locked .card__arrow,
    .card.is--locked .card__arrow {
      background-color: #c0c0c0; }
    .topic.is--locked .card__locked__icon,
    .card.is--locked .card__locked__icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      font-size: 130px;
      color: #b1b3b6;
      opacity: 0.3;
      line-height: 0;
      z-index: -1; }
      @media (min-width: 768px) {
        .topic.is--locked .card__locked__icon,
        .card.is--locked .card__locked__icon {
          font-size: 150px; } }
  .topic:not(.is--locked).is--over,
  .card:not(.is--locked).is--over {
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  .topic .card__completed,
  .card .card__completed {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.5rem;
    background-color: #231f20;
    border-radius: 50%; }

.topic {
  display: block;
  margin-bottom: 1rem;
  border: 2px solid #231f20;
  background: linear-gradient(to right, #c99e22, #b32e31); }
  .topic::after {
    min-height: inherit;
    display: block;
    font-size: 0;
    content: ''; }
  .topic .topic__title {
    min-height: 65px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 319px) {
      .topic .topic__title {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .topic .topic__title {
        min-height: 90px; } }
  .topic .topic__icon {
    margin-right: 0.75rem;
    line-height: 0; }
    @media (min-width: 768px) {
      .topic .topic__icon {
        font-size: 50px; } }
    @media only screen and (max-width: 319px) {
      .topic .topic__icon {
        width: 100%;
        margin: 0 0 0.75rem;
        text-align: center; } }

.card__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.5rem; }
  .card__list .card {
    width: 100%;
    margin: 0.5rem; }
    @media (min-width: 576px) {
      .card__list .card {
        width: calc(50% - (0.5rem * 2)); } }
  @media (min-width: 992px) {
    .card__list.card__list--max-4 .card {
      width: calc(33.33% - (0.5rem * 2)); } }
  @media (min-width: 1200px) {
    .card__list.card__list--max-4 .card {
      width: calc(25% - (0.5rem * 2)); } }
  @media (min-width: 1200px) {
    .card__list.card__list--max-3 .card {
      width: calc(33.33% - (0.5rem * 2)); } }

.card {
  width: 100%;
  min-height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 50px;
  background-size: cover;
  background: url("graphics/pattern-primary-gray-900.svg") 0 0/60px 60px repeat, linear-gradient(to right, #c99e22, #b32e31);
  z-index: 1; }
  @media (min-width: 768px) {
    .card {
      min-height: 250px;
      padding-top: 2rem; } }
  .card:nth-child(3n) {
    background: url("graphics/pattern-secondary-gray-900.svg") 0 0/63px 63px repeat, linear-gradient(to right, #c99e22, #b32e31); }

@-webkit-keyframes cardScale {
  0% { }
  30% {
    -webkit-transform: scale3d(0.85, 0.85, 1);
            transform: scale3d(0.85, 0.85, 1); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.35, 1.35, 1);
            transform: scale3d(1.35, 1.35, 1);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); } }

@keyframes cardScale {
  0% { }
  30% {
    -webkit-transform: scale3d(0.85, 0.85, 1);
            transform: scale3d(0.85, 0.85, 1); }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(1.35, 1.35, 1);
            transform: scale3d(1.35, 1.35, 1);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); } }
  .card.is--active {
    -webkit-animation: cardScale 500ms !important;
            animation: cardScale 500ms !important;
    -webkit-animation-fill-mode: both !important;
            animation-fill-mode: both !important;
    z-index: 10; }
  .card::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(35, 31, 32, 0.8);
    z-index: -1;
    content: ''; }
    @media (min-width: 768px) {
      .card::before {
        background: linear-gradient(to top, rgba(35, 31, 32, 0.95) 0%, rgba(35, 31, 32, 0.95) 50%, rgba(35, 31, 32, 0) 90%); } }
  .card .card__arrow {
    width: 60px;
    background-color: #ef3e42; }
    @media (min-width: 576px) {
      .card .card__arrow {
        width: 80px; } }
  .card .card__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .card .card__required {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.05rem 0.25rem;
    color: #231f20; }
    .card .card__required::before {
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      right: 0;
      border-top: 60px solid #ef3e42;
      border-left: 60px solid transparent;
      z-index: -1;
      content: ''; }

.filters {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 50px;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 150ms cubic-bezier(0.06, 0.32, 0.375, 0.995), -webkit-transform 450ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
  transition: transform 450ms cubic-bezier(0.06, 0.32, 0.375, 0.995), opacity 150ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
  transition: transform 450ms cubic-bezier(0.06, 0.32, 0.375, 0.995), opacity 150ms cubic-bezier(0.06, 0.32, 0.375, 0.995), -webkit-transform 450ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
  z-index: 3; }
  @media (min-width: 768px) {
    .filters {
      padding-top: 0;
      max-width: calc(100% - 80px); } }
  @media (min-width: 992px) {
    .filters {
      max-width: 325px;
      height: inherit;
      position: static;
      padding-top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      transition: none;
      opacity: 1; } }
  .filters.is--open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  @media (min-width: 992px) {
    .filters.filters--inline {
      max-width: 1100px;
      margin: 0 auto 1rem; } }
  @media (min-width: 992px) {
    .filters.filters--inline .filters__header,
    .filters.filters--inline .filters__body {
      padding: 0.75rem; } }
  .filters.filters--inline .filters__header {
    height: auto; }
  @media (min-width: 992px) {
    .filters.filters--inline .checkbox {
      display: inline-block;
      margin-right: 0.75rem; } }
  .filters .filters__header,
  .filters .filters__body {
    padding: 0.75rem; }
    @media (min-width: 992px) {
      .filters .filters__header,
      .filters .filters__body {
        padding: 1.5rem; } }
  .filters .filters__header {
    background-color: #eaeaf2; }
    @media (min-width: 992px) {
      .filters .filters__header {
        height: 209px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        background-color: #9f292b; } }
  .filters .filters__title {
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .filters .filters__title {
        color: #fff; } }
  .filters .filters__toggle {
    display: inline-block; }
    @media (min-width: 992px) {
      .filters .filters__toggle {
        display: none; } }
  .filters .input.checkbox {
    margin-bottom: 0.75rem; }
    .filters .input.checkbox:last-child {
      margin-bottom: 0; }
  .filters .checkbox__wrapper {
    margin-bottom: 1.5rem; }
    .filters .checkbox__wrapper:last-child {
      margin-bottom: 0; }

.search-results {
  margin-top: 1rem; }

.results__tags {
  margin-bottom: 1rem; }

.search-results__none,
.search-results__empty {
  padding: 1rem 0;
  text-align: center; }

.live-search__wrapper {
  position: relative;
  width: 100%;
  z-index: 20; }
  .live-search__wrapper .live-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #231f20;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35); }
    .live-search__wrapper .live-search > * {
      padding: 0.75rem; }
    .live-search__wrapper .live-search .live-search__result {
      font-weight: bold;
      transition: background-color 250ms;
      border-top: 2px solid #eaeaf2; }
      .live-search__wrapper .live-search .live-search__result.is--over {
        background-color: #eaeaf2; }
      .live-search__wrapper .live-search .live-search__result > * {
        width: 100%;
        display: block; }
    .live-search__wrapper .live-search .live-search__view-all {
      text-align: right;
      background-color: #f6f6fa; }

.users.no-auth header,
.users.no-auth footer,
.admin.login header,
.admin.login footer {
  display: none; }

.users.no-auth > .page,
.admin.login > .page {
  width: 100%;
  margin: 0; }

.users.no-auth .input,
.users.no-auth .input-overlay__submit,
.admin.login .input,
.admin.login .input-overlay__submit {
  margin-bottom: 1rem; }

.users.no-auth .graphic__wrapper::before,
.admin.login .graphic__wrapper::before {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.85);
  content: ''; }

@media (min-width: 768px) {
  .users.login .graphic__wrapper::before,
  .admin.login .graphic__wrapper::before {
    background: rgba(35, 31, 32, 0.85); } }

@media (min-width: 768px) {
  .users.login .login__wrapper,
  .admin.login .login__wrapper {
    min-height: 100vh;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .users.login .login__wrapper::after,
    .admin.login .login__wrapper::after {
      min-height: inherit;
      display: block;
      font-size: 0;
      content: ''; } }

.users.login .login__content,
.admin.login .login__content {
  color: #fff;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 768px) {
    .users.login .login__content,
    .admin.login .login__content {
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      padding-right: 1rem; } }

.users.login .login__logo,
.admin.login .login__logo {
  width: 113px;
  height: 56px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .users.login .login__logo,
    .admin.login .login__logo {
      width: 176px;
      height: 87px;
      margin: 0; } }

.users.login .login__title,
.admin.login .login__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0; }
  .users.login .login__title::after,
  .admin.login .login__title::after {
    height: 2px;
    display: inline-block;
    margin: auto;
    margin-left: 0.5rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #fff;
    content: ''; }

.users.login .login__submit,
.users.login .login__link,
.admin.login .login__submit,
.admin.login .login__link {
  width: 100%;
  margin: 0 auto 1rem; }

.users.login .login__agreement label::after,
.admin.login .login__agreement label::after {
  background-color: #fff; }

.users.forgot-password .overlay-content,
.users.new-password .overlay-content,
.users.register .overlay-content {
  z-index: 3; }

@media (min-width: 768px) {
  .users.logout .graphic__wrapper::before,
  .admin.logout .graphic__wrapper::before {
    background: rgba(35, 31, 32, 0.85); } }

@media (min-width: 768px) {
  .users.logout .logout__wrapper,
  .admin.logout .logout__wrapper {
    min-height: 100vh;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .users.logout .logout__wrapper::after,
    .admin.logout .logout__wrapper::after {
      min-height: inherit;
      display: block;
      font-size: 0;
      content: ''; } }

.users.logout .logout__wrapper .btn--primary, .users.logout .logout__wrapper .survey-overlay .learning-link--checkbox, .survey-overlay .users.logout .logout__wrapper .learning-link--checkbox,
.admin.logout .logout__wrapper .btn--primary,
.admin.logout .logout__wrapper .survey-overlay .learning-link--checkbox,
.survey-overlay .admin.logout .logout__wrapper .learning-link--checkbox {
  margin: 0.5rem auto; }

.users.logout .logout__content,
.admin.logout .logout__content {
  color: #fff;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  z-index: 1;
  border: 2px solid #fff;
  padding: 0 4rem; }

.users.logout .logout__title,
.admin.logout .logout__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.users.logout .row,
.admin.logout .row {
  border-top: 2px solid #fff;
  padding: 1.5rem 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.learningobjects.cover .main-container {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.learningobjects.cover .cover-directions__wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0; }

.learningobjects.cover .cover-directions {
  color: #fff;
  font-family: "KG Tangled Up In You", sans-serif;
  font-size: 1.15rem;
  text-align: center;
  max-width: 300px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.learningobjects.cover .cover__wrapper {
  width: 475px;
  height: 615px;
  max-height: 725px;
  background: #fff;
  position: relative;
  left: 50%;
  top: 0;
  margin: auto 0;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  .learningobjects.cover .cover__wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #303030;
    width: 50px;
    height: 100%;
    z-index: -1; }

.learningobjects.cover .open-book .book-cover {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.learningobjects.cover .book-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(-304deg, #b32e31, #ef3e42);
  border-left: #231f20 solid 40px;
  box-shadow: 4px -2px 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition: all 0.5s ease-in; }

.learningobjects.cover figure {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .learningobjects.cover figure.inside-front {
    background: #fff;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.learningobjects.cover .cover__spine {
  width: 57px;
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  right: calc(100% + 10px);
  background: url("../img/cover-spine.svg") repeat-y 0 0;
  z-index: 1; }
  .learningobjects.cover .cover__spine:before {
    content: '';
    width: 70px;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    right: calc(100% - 70px);
    background: url("../img/book-spine-front.svg") repeat-y 0 0;
    z-index: 2; }

.learningobjects.cover .cover__logo {
  margin: 0 auto 0.75rem; }

.learningobjects.cover .cover__title-01,
.learningobjects.cover .cover__title-02 {
  color: #fff;
  font: 6rem "A Day Without Sun", sans-serif;
  line-height: 0.8;
  text-transform: uppercase; }

.learningobjects.cover .cover__title-01 {
  font-size: 4rem; }
  .learningobjects.cover .cover__title-01 .text-lowercase {
    text-transform: lowercase; }

.learningobjects.cover .cover__title-02 {
  width: 80%;
  margin: 0 auto; }

.learningobjects.cover .cover__divider {
  width: 180px;
  height: 29px;
  margin: 0.75rem auto;
  background: url("../img/cover-divider.svg") no-repeat center center; }

.learningobjects.cover .cover__description {
  margin: 1rem 0;
  font: 0.85rem "KG Happy", sans-serif; }

.learningobjects.cover .cover__btn {
  margin: 0.5rem auto; }

.learningobjects.getting-started .book-page::after {
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 2px solid #000;
  background-color: #f8e080;
  content: ''; }

.learningobjects.getting-started .book-page--left {
  padding-bottom: 0;
  background-image: url("../img/bg-book-pattern-circles-small.svg");
  background-size: 16px 16px; }
  .learningobjects.getting-started .book-page--left .getting-started__name {
    font: 2.5rem "A Day Without Sun", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-animation: fadeInDown 0.5s 0.25s both ease-in;
            animation: fadeInDown 0.5s 0.25s both ease-in; }
    .learningobjects.getting-started .book-page--left .getting-started__name::after {
      width: 102px;
      height: 20px;
      display: block;
      background: url("../img/getting-started-squiggle.svg") no-repeat 0 0;
      content: '';
      -webkit-animation: fadeInUp 0.5s 0.25s both ease-in;
              animation: fadeInUp 0.5s 0.25s both ease-in; }
  .learningobjects.getting-started .book-page--left .getting-started__bubble {
    position: relative;
    margin-top: auto;
    z-index: 1;
    top: -15px;
    left: 0; }
    .learningobjects.getting-started .book-page--left .getting-started__bubble .bubble__text__wrapper {
      height: 222px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font: 1.15rem "KG Tangled Up In You", sans-serif;
      line-height: 0.95;
      text-align: center;
      -webkit-animation: jackInTheBox 1s 0.1s both ease-in;
              animation: jackInTheBox 1s 0.1s both ease-in; }
    .learningobjects.getting-started .book-page--left .getting-started__bubble .bubble__text {
      width: 255px; }
    .learningobjects.getting-started .book-page--left .getting-started__bubble .bubble__vector {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/getting-started-bubble.svg") no-repeat center center;
      z-index: -1; }
    .learningobjects.getting-started .book-page--left .getting-started__bubble .bubble__img {
      display: block;
      margin-left: 5%;
      margin-bottom: -7px;
      -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
              animation: fadeIn 0.5s 0.25s both ease-in; }
  .learningobjects.getting-started .book-page--left .getting-started__city {
    width: 279px;
    height: 205px;
    position: absolute;
    bottom: calc(26px - 10px);
    right: 35px;
    -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
            animation: fadeInUp 0.5s 0.5s both ease-in; }
  .learningobjects.getting-started .book-page--left .getting-started__buildings {
    width: 100%;
    height: 100%;
    background: url("../img/getting-started-buildings.svg") no-repeat 0 0; }
  .learningobjects.getting-started .book-page--left .getting-started__balloon {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 200px;
    right: 35px;
    background: url("../img/getting-started-balloon.svg") no-repeat 0 0;
    -webkit-animation: floating 3s both ease-in-out;
            animation: floating 3s both ease-in-out; }

.learningobjects.getting-started .book-page--right > *:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 4px dotted #b1b3b6;
  -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
          animation: fadeIn 0.5s 0.25s both ease-in; }

.learningobjects.getting-started .book-page--right .getting-started__lightbulb {
  width: 167px;
  height: 100px;
  background: url("../img/getting-started-lightbulb-divider.svg") no-repeat 0 0;
  margin: 0 auto 0.5rem;
  -webkit-animation: fadeInDown 0.5s 0.25s both ease-in;
          animation: fadeInDown 0.5s 0.25s both ease-in; }
  .learningobjects.getting-started .book-page--right .getting-started__lightbulb::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 34px;
    background: url("../img/getting-started-lightbulb.svg") no-repeat 0 0;
    width: 100px;
    height: 100px;
    -webkit-animation: pulse 2s both ease-in-out;
            animation: pulse 2s both ease-in-out; }

.learningobjects.getting-started .book-page--right .getting-started__title {
  text-align: center;
  font: 3.5rem "A Day Without Sun", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-animation: fadeInDown 0.5s 0.25s both ease-in;
          animation: fadeInDown 0.5s 0.25s both ease-in; }

.learningobjects.getting-started .book-page--right .getting-started__link--video {
  -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
          animation: fadeInUp 0.5s 0.5s both ease-in; }
  .learningobjects.getting-started .book-page--right .getting-started__link--video .learning-link--checkbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .learningobjects.getting-started .book-page--right .getting-started__link--video .learning-link--checkbox::before {
      width: 206px;
      height: 133px;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      display: block;
      margin: 0 auto;
      background: url("../img/getting-started-video.png") no-repeat center center;
      content: ''; }
  .learningobjects.getting-started .book-page--right .getting-started__link--video .card__icon {
    display: none; }
  .learningobjects.getting-started .book-page--right .getting-started__link--video .card__title {
    font-size: 0.85rem; }

.learningobjects.getting-started .book-page--right .getting-started__link--calendar {
  -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
          animation: fadeInUp 0.5s 0.5s both ease-in; }
  .learningobjects.getting-started .book-page--right .getting-started__link--calendar .card__icon {
    width: 50px;
    height: 46px;
    background: url("../img/getting-started-calendar.svg") no-repeat 0 0; }

.learningobjects.getting-started .book-page--right .getting-started__link--path {
  -webkit-animation: fadeInUp 0.5s 0.75s both ease-in;
          animation: fadeInUp 0.5s 0.75s both ease-in; }
  .learningobjects.getting-started .book-page--right .getting-started__link--path .card__icon {
    width: 48px;
    height: 50px;
    background: url("../img/getting-started-path.svg") no-repeat 0 0; }

.learningobjects.final-assessment .book-page::after {
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 2px solid #000;
  background-color: #f8e080;
  content: ''; }

.learningobjects.final-assessment [data-sim-complete="true"] .final-assessment__bubble,
.learningobjects.final-assessment [data-sim-complete="true"] .final-assessment__air-balloon,
.learningobjects.final-assessment [data-sim-complete="true"] .final-assessment__party-popper {
  display: block; }

.learningobjects.final-assessment [data-sim-complete="true"] .final-assessment__city,
.learningobjects.final-assessment [data-sim-complete="true"] .final-assessment__lightbulb {
  display: none; }

.learningobjects.final-assessment [data-sim-complete="false"] .final-assessment__bubble,
.learningobjects.final-assessment [data-sim-complete="false"] .final-assessment__air-balloon,
.learningobjects.final-assessment [data-sim-complete="false"] .final-assessment__party-popper {
  display: none; }

.learningobjects.final-assessment [data-sim-complete="false"] .final-assessment__header {
  display: none !important; }

.learningobjects.final-assessment [data-sim-complete="false"] .final-assessment__city,
.learningobjects.final-assessment [data-sim-complete="false"] .final-assessment__lightbulb {
  display: block; }

.learningobjects.final-assessment .book-page--left {
  padding-bottom: 0;
  background-image: url("../img/bg-book-pattern-circles-small.svg");
  background-size: 16px 16px; }
  .learningobjects.final-assessment .book-page--left .final-assessment__bubble {
    position: relative;
    margin: auto 20px calc(-26px + 14px) 0;
    z-index: 1;
    -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
            animation: fadeInUp 0.5s 0.5s both ease-in; }
    .learningobjects.final-assessment .book-page--left .final-assessment__bubble .bubble__text__wrapper {
      width: 241px;
      height: 145px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: -50px;
      font: 1.15rem "KG Tangled Up In You", sans-serif;
      line-height: 0.95;
      text-align: center;
      -webkit-animation: jackInTheBox 1s 0.1s both ease-in;
              animation: jackInTheBox 1s 0.1s both ease-in; }
      @media (min-width: 1200px) {
        .learningobjects.final-assessment .book-page--left .final-assessment__bubble .bubble__text__wrapper {
          margin-bottom: -80px; } }
    .learningobjects.final-assessment .book-page--left .final-assessment__bubble .bubble__text {
      width: 200px; }
    .learningobjects.final-assessment .book-page--left .final-assessment__bubble .bubble__vector {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/course_complete-bubble.svg") no-repeat center center;
      z-index: -1; }
    .learningobjects.final-assessment .book-page--left .final-assessment__bubble .bubble__img {
      position: relative;
      margin-left: auto;
      display: block;
      -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
              animation: fadeIn 0.5s 0.25s both ease-in; }
  .learningobjects.final-assessment .book-page--left .final-assessment__city {
    width: 279px;
    height: 205px;
    position: absolute;
    bottom: calc(26px - 10px);
    right: 35px;
    -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
            animation: fadeInUp 0.5s 0.5s both ease-in; }
  .learningobjects.final-assessment .book-page--left .final-assessment__buildings {
    width: 100%;
    height: 100%;
    background: url("../img/getting-started-buildings.svg") no-repeat 0 0; }
  .learningobjects.final-assessment .book-page--left .final-assessment__balloon {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 200px;
    right: 35px;
    background: url("../img/getting-started-balloon.svg") no-repeat 0 0;
    -webkit-animation: floating 3s infinite both ease-in-out;
            animation: floating 3s infinite both ease-in-out; }
  .learningobjects.final-assessment .book-page--left .final-assessment__party-popper {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    background: url("../img/course_complete-party-popper.svg") no-repeat 0 0;
    -webkit-animation: swing 3s infinite both ease-in-out;
            animation: swing 3s infinite both ease-in-out; }
  .learningobjects.final-assessment .book-page--left .final-assessment__air-balloon {
    width: 39px;
    height: 58px;
    position: absolute;
    bottom: 33%;
    left: 30px;
    background: url("../img/course_complete-air-balloon.svg") no-repeat 0 0;
    -webkit-animation: floating 3s infinite both ease-in-out;
            animation: floating 3s infinite both ease-in-out; }
  .learningobjects.final-assessment .book-page--left .final-assessment__flourish {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/course_complete-flourish.svg") no-repeat 0 0;
    background-size: 450px 590px;
    z-index: -1;
    -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
            animation: fadeIn 0.5s 0.25s both ease-in; }

.learningobjects.final-assessment .book-page--right .final-assessment__header {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .learningobjects.final-assessment .book-page--right .final-assessment__header > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 0; }
  .learningobjects.final-assessment .book-page--right .final-assessment__header .header__graphic--trophy {
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-animation: pulse 2s infinite both ease-in-out;
            animation: pulse 2s infinite both ease-in-out; }

.learningobjects.final-assessment .book-page--right > *:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 4px dotted #b1b3b6;
  -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
          animation: fadeIn 0.5s 0.25s both ease-in; }

.learningobjects.final-assessment .book-page--right .final-assessment__lightbulb {
  width: 167px;
  height: 100px;
  background: url("../img/getting-started-lightbulb-divider.svg") no-repeat 0 0;
  margin: 0 auto 0.5rem;
  -webkit-animation: fadeInDown 0.5s 0.25s both ease-in;
          animation: fadeInDown 0.5s 0.25s both ease-in;
  border-bottom: 0; }
  .learningobjects.final-assessment .book-page--right .final-assessment__lightbulb::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 34px;
    background: url("../img/getting-started-lightbulb.svg") no-repeat 0 0;
    width: 100px;
    height: 100px;
    -webkit-animation: pulse 2s infinite both ease-in-out;
            animation: pulse 2s infinite both ease-in-out; }

.learningobjects.final-assessment .book-page--right .final-assessment__title {
  text-align: center;
  font: 3.5rem "A Day Without Sun", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-animation: fadeInDown 0.5s 0.25s both ease-in;
          animation: fadeInDown 0.5s 0.25s both ease-in; }

.learningobjects.final-assessment .book-page--right .final-assessment__link--video {
  -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
          animation: fadeInUp 0.5s 0.5s both ease-in; }
  .learningobjects.final-assessment .book-page--right .final-assessment__link--video .learning-link--checkbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .learningobjects.final-assessment .book-page--right .final-assessment__link--video .learning-link--checkbox::before {
      width: 206px;
      height: 133px;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      display: block;
      margin: 0 auto;
      background: url("../img/getting-started-video.png") no-repeat center center;
      content: ''; }
  .learningobjects.final-assessment .book-page--right .final-assessment__link--video .card__icon {
    display: none; }
  .learningobjects.final-assessment .book-page--right .final-assessment__link--video .card__title {
    font-size: 1rem; }

.learningobjects.final-assessment .book-page--right .final-assessment__link--calendar {
  -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
          animation: fadeInUp 0.5s 0.5s both ease-in; }
  .learningobjects.final-assessment .book-page--right .final-assessment__link--calendar .card__icon {
    width: 50px;
    height: 46px;
    background: url("../img/getting-started-calendar.svg") no-repeat 0 0; }

.learningobjects.final-assessment .book-page--right .final-assessment__link--path {
  -webkit-animation: fadeInUp 0.5s 0.75s both ease-in;
          animation: fadeInUp 0.5s 0.75s both ease-in; }
  .learningobjects.final-assessment .book-page--right .final-assessment__link--path .card__icon {
    width: 48px;
    height: 50px;
    background: url("../img/getting-started-path.svg") no-repeat 0 0; }

.learningobjects.index .book-page--left {
  padding-left: 10%; }
  @media (min-width: 1200px) {
    .learningobjects.index .book-page--left {
      padding-left: 100px; } }
  .learningobjects.index .book-page--left .book-page__title {
    margin-left: 25%; }
    @media (min-width: 1200px) {
      .learningobjects.index .book-page--left .book-page__title {
        margin-left: 0; } }
  .learningobjects.index .book-page--left .book-page__img {
    right: 90%; }
  .learningobjects.index .book-page--left .learning-link {
    left: -35px; }
  .learningobjects.index .book-page--left .section-link-custom {
    position: absolute;
    top: 0;
    left: -114px; }
  .learningobjects.index .book-page--left hr {
    margin-left: 25px; }

.learningobjects.index .book-page--right {
  padding-right: 10%; }
  @media (min-width: 1200px) {
    .learningobjects.index .book-page--right {
      padding-right: 100px; } }
  .learningobjects.index .book-page--right .book-page__title {
    margin-right: 25%; }
    @media (min-width: 1200px) {
      .learningobjects.index .book-page--right .book-page__title {
        margin-right: 0; } }
  .learningobjects.index .book-page--right .book-page__img {
    left: 100%; }
  .learningobjects.index .book-page--right .learning-link {
    right: -35px; }
  .learningobjects.index .book-page--right hr {
    margin-right: 25px; }

.learningobjects.index .book-page__title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font: 5.625rem "A Day Without Sun", sans-serif;
  border-bottom: 4px dotted; }
  .learningobjects.index .book-page__title .book-page__img {
    position: absolute;
    top: 15px; }

.learningobjects.index hr {
  width: 60%;
  height: 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 auto;
  background-color: #f8e080; }

.learningobjects.index .learning-link {
  position: relative;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 1rem 0;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .learningobjects.index .learning-link.section-link--culture_champion .card__img-01 {
    background: url("../img/mission-culture-champion-01.svg") no-repeat center center; }
  .learningobjects.index .learning-link.section-link--culture_champion .card__img-02 {
    background: url("../img/mission-culture-champion-02.svg") no-repeat center center;
    height: 55%;
    width: 55%;
    top: 10.5%;
    left: 20%;
    z-index: 2; }
  .learningobjects.index .learning-link.section-link--coaching .card__img-01 {
    background: url("../img/mission-coaching-01.svg") no-repeat center center; }
  .learningobjects.index .learning-link.section-link--coaching .card__img-02 {
    background: url("../img/mission-coaching-02.svg") no-repeat center center;
    height: 90%;
    width: 100%;
    top: 10%;
    right: 23%;
    z-index: 0; }
  .learningobjects.index .learning-link.section-link--team_building .card__img-01 {
    background: url("../img/mission-team-building-01.svg") no-repeat center center; }
  .learningobjects.index .learning-link.section-link--team_building .card__img-02 {
    background: url("../img/mission-team-building-02.svg") no-repeat center center;
    height: 90%;
    width: 85%;
    bottom: 30%;
    left: 11%;
    z-index: 0; }
  .learningobjects.index .learning-link.section-link--earn_your_stripes .card__img-01 {
    width: 78%;
    background: url("../img/mission-earn-your-stripes-01.svg") no-repeat left center; }
  .learningobjects.index .learning-link.section-link--earn_your_stripes .card__img-02 {
    background: url("../img/mission-earn-your-stripes-02.svg") no-repeat left center;
    width: 235px;
    height: 104px;
    bottom: 25%;
    left: 7%;
    z-index: 0; }
  .learningobjects.index .learning-link.is--locked .card__img__wrapper {
    opacity: 0.25; }
  .learningobjects.index .learning-link.is--over:not(.is--locked) {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .learningobjects.index .learning-link.is--over.section-link--culture_champion .card__img-02 {
    -webkit-animation: wobble 2s both;
            animation: wobble 2s both; }
  .learningobjects.index .learning-link.is--over.section-link--coaching .card__img-02 {
    -webkit-animation: tada 2s both;
            animation: tada 2s both; }
  .learningobjects.index .learning-link.is--over.section-link--team_building .card__img-02 {
    -webkit-animation: swing 2s both;
            animation: swing 2s both; }
  .learningobjects.index .learning-link.is--over.section-link--earn_your_stripes .card__img-02 {
    -webkit-animation: pulse 1s both;
            animation: pulse 1s both; }
  .learningobjects.index .learning-link .card__title {
    display: none; }
  .learningobjects.index .learning-link .card__img__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: 100% 100%; }
  .learningobjects.index .learning-link .card__img-01 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .learningobjects.index .learning-link .card__img-02 {
    position: absolute; }
  .learningobjects.index .learning-link .card__locked__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    font-size: 65px;
    color: #565250;
    z-index: 2; }
  .learningobjects.index .learning-link .card__completed {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 40px;
    background: url("../img/icon-completed.svg") no-repeat center center;
    z-index: 2; }
    .learningobjects.index .learning-link .card__completed .icon-checkmark, .learningobjects.index .learning-link .card__completed .input.checkbox input:checked + label::before, .input.checkbox .learningobjects.index .learning-link .card__completed input:checked + label::before,
    .learningobjects.index .learning-link .card__completed .input.checkbox input:checked + .checkbox__label::before, .input.checkbox .learningobjects.index .learning-link .card__completed input:checked + .checkbox__label::before,
    .learningobjects.index .learning-link .card__completed .input.checkbox .checkbox__input:checked + label::before, .input.checkbox .learningobjects.index .learning-link .card__completed .checkbox__input:checked + label::before,
    .learningobjects.index .learning-link .card__completed .input.checkbox .checkbox__input:checked + .checkbox__label::before, .input.checkbox .learningobjects.index .learning-link .card__completed .checkbox__input:checked + .checkbox__label::before {
      display: none; }

.learningobjects.index .book-page__flourish {
  position: absolute; }
  .learningobjects.index .book-page__flourish.book-page__flourish-01 {
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    background: url("../img/home-flourish-01.png") no-repeat 0 0; }
  .learningobjects.index .book-page__flourish.book-page__flourish-02 {
    width: 50px;
    height: 80px;
    top: 150px;
    left: 0;
    background: url("../img/home-flourish-02.png") no-repeat 0 0; }
  .learningobjects.index .book-page__flourish.book-page__flourish-03 {
    width: 35px;
    height: 63px;
    bottom: 150px;
    right: 0;
    background: url("../img/home-flourish-03.png") no-repeat 0 0; }
  .learningobjects.index .book-page__flourish.book-page__flourish-04 {
    width: 91px;
    height: 100px;
    bottom: 0;
    right: 0;
    background: url("../img/home-flourish-04.png") no-repeat 0 0; }

.learningobjects.goals-view .goals-view__flourish {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1; }

.learningobjects.goals-view .book-page--left .goals-view__description {
  text-align: center;
  font: 1.4rem "KG Tangled Up In You", sans-serif;
  -webkit-animation: zoomIn 0.5s 0.25s both ease-in;
          animation: zoomIn 0.5s 0.25s both ease-in; }

.learningobjects.goals-view .book-page--left .goals-view__asset {
  position: absolute; }

.learningobjects.goals-view .book-page--left .subpage__mission__wrapper {
  -webkit-animation: fadeIn 0.75s 0.25s both ease-in;
          animation: fadeIn 0.75s 0.25s both ease-in; }

.learningobjects.goals-view .book-page--left .goals-view__mission.subpage__mission {
  -webkit-animation: zoomInUp 1s 0s both ease-in;
          animation: zoomInUp 1s 0s both ease-in; }

.learningobjects.goals-view .book-page--right .goals-view__title {
  font-size: 3.5rem;
  -webkit-animation: fadeInDown 0.25s 0.25s both ease-in;
          animation: fadeInDown 0.25s 0.25s both ease-in; }
  .learningobjects.goals-view .book-page--right .goals-view__title::after {
    -webkit-animation: fadeInUp 0.25s 0.25s both ease-in;
            animation: fadeInUp 0.25s 0.25s both ease-in; }

.learningobjects.goals-view .book-page--right .goals-view__directions {
  margin-bottom: 0;
  font: 1rem "KG Tangled Up In You", sans-serif;
  color: #ed1c24;
  -webkit-animation: fadeInDown 0.25s 0.25s both ease-in;
          animation: fadeInDown 0.25s 0.25s both ease-in; }

.learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link {
  -webkit-animation: fadeInDown 0.5s 0.5s both ease-in;
          animation: fadeInDown 0.5s 0.5s both ease-in; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(11) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
  .learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:nth-child(12) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }

.learningobjects.goals-view .book-page--right .goals-view__list .goals-view__link:not(:last-child) {
  border-bottom: 1px dashed #000; }

.learningobjects.goals-view .book-page--right .goals-view__sim {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 4px dotted #ed1c24;
  -webkit-animation: fadeInUp 0.5s 0.1s both ease-in;
          animation: fadeInUp 0.5s 0.1s both ease-in; }
  .learningobjects.goals-view .book-page--right .goals-view__sim.is--locked {
    color: #b1b3b6; }
    .learningobjects.goals-view .book-page--right .goals-view__sim.is--locked .sim__arrow {
      opacity: 0.35; }
  .learningobjects.goals-view .book-page--right .goals-view__sim .sim__directions {
    font: 1rem "KG Tangled Up In You", sans-serif;
    -webkit-animation: fadeInUp 0.5s 0.2s both ease-in;
            animation: fadeInUp 0.5s 0.2s both ease-in; }
  .learningobjects.goals-view .book-page--right .goals-view__sim .sim__arrow {
    width: 29px;
    height: 25px;
    display: inline-block;
    margin: 0 0 -17px 10px;
    background: url("../img/goals-view-arrow.png") no-repeat 0 0; }

.learningobjects.goals-view .book-page--right .goals-view__link--sim {
  -webkit-animation: fadeInUp 0.5s 0.3s both ease-in;
          animation: fadeInUp 0.5s 0.3s both ease-in; }
  .learningobjects.goals-view .book-page--right .goals-view__link--sim .card__icon {
    width: 50px;
    height: 36px;
    background: url("../img/mission-sim.svg") no-repeat 0 0; }

.learningobjects.goals-view .mission--culture_champion .goals-view__flourish-01 {
  background-size: 430px 430px;
  background-image: url("../img/culture_champion-goals-flourish-01.svg");
  -webkit-animation: fadeIn 0.5s 0.1s both ease-in;
          animation: fadeIn 0.5s 0.1s both ease-in; }

.learningobjects.goals-view .mission--culture_champion .goals-view__asset-01 {
  bottom: 65px;
  left: -25px;
  -webkit-animation: flipInY 0.5s 0.2s both ease-in;
          animation: flipInY 0.5s 0.2s both ease-in; }

.learningobjects.goals-view .mission--culture_champion .goals-view__asset-02 {
  bottom: 20px;
  left: 40px;
  -webkit-animation: flipInY 0.5s 0.3s both ease-in;
          animation: flipInY 0.5s 0.3s both ease-in; }

.learningobjects.goals-view .mission--culture_champion .goals-view__asset-03 {
  bottom: 60px;
  right: 30px;
  z-index: 1;
  -webkit-animation: flipInY 0.5s 0.4s both ease-in;
          animation: flipInY 0.5s 0.4s both ease-in; }

.learningobjects.goals-view .mission--culture_champion .goals-view__asset-04 {
  bottom: -6px;
  right: 30px;
  -webkit-animation: fadeInUp 0.25s 0.2s both ease-in;
          animation: fadeInUp 0.25s 0.2s both ease-in; }

.learningobjects.goals-view .mission--coaching .goals-view__flourish-01 {
  background-size: 135px 130px;
  background-image: url("../img/coaching-goals-flourish-01.svg");
  -webkit-animation: fadeIn 0.25s 0.1s both ease-in;
          animation: fadeIn 0.25s 0.1s both ease-in; }

.learningobjects.goals-view .mission--coaching .goals-view__flourish-02 {
  background-size: 445px 445px;
  background-image: url("../img/coaching-goals-flourish-02.svg");
  -webkit-animation: fadeIn 0.5s 0.1s both ease-in;
          animation: fadeIn 0.5s 0.1s both ease-in; }

.learningobjects.goals-view .mission--coaching .goals-view__asset-01 {
  bottom: 65px;
  left: -25px;
  -webkit-animation: flipInY 0.5s 0.2s both ease-in;
          animation: flipInY 0.5s 0.2s both ease-in; }

.learningobjects.goals-view .mission--coaching .goals-view__asset-02 {
  bottom: 20px;
  left: 40px;
  -webkit-animation: flipInY 0.5s 0.3s both ease-in;
          animation: flipInY 0.5s 0.3s both ease-in; }

.learningobjects.goals-view .mission--coaching .goals-view__asset-03 {
  bottom: 120px;
  left: 111px;
  z-index: 1;
  -webkit-animation: flipInY 0.5s 0.4s both ease-in;
          animation: flipInY 0.5s 0.4s both ease-in; }

.learningobjects.goals-view .mission--coaching .goals-view__asset-04 {
  bottom: 10px;
  right: 40px;
  -webkit-animation: flipInY 0.5s 0.5s both ease-in;
          animation: flipInY 0.5s 0.5s both ease-in; }

.learningobjects.goals-view .mission--team_building .goals-view__flourish-01 {
  width: 95%;
  background-size: 430px 430px;
  background-image: url("../img/team_building-goals-flourish-01.svg");
  -webkit-animation: fadeIn 0.5s 0.1s both ease-in;
          animation: fadeIn 0.5s 0.1s both ease-in; }

.learningobjects.goals-view .mission--team_building .goals-view__asset-01 {
  bottom: 75px;
  left: 15%;
  -webkit-animation: flipInY 0.5s 0.2s both ease-in;
          animation: flipInY 0.5s 0.2s both ease-in; }

.learningobjects.goals-view .mission--team_building .goals-view__asset-02 {
  bottom: 95px;
  right: 16%;
  -webkit-animation: flipInY 0.5s 0.3s both ease-in;
          animation: flipInY 0.5s 0.3s both ease-in; }

.learningobjects.goals-view .mission--team_building .goals-view__asset-03 {
  bottom: 70px;
  left: 35%;
  -webkit-animation: flipInY 0.5s 0.4s both ease-in;
          animation: flipInY 0.5s 0.4s both ease-in; }

.learningobjects.goals-view .mission--team_building .goals-view__asset-04 {
  bottom: 10px;
  right: 50px;
  -webkit-animation: fadeInUp 0.25s 0.2s both ease-in;
          animation: fadeInUp 0.25s 0.2s both ease-in; }

.learningobjects.goals-view .mission--earn_your_stripes .goals-view__flourish-01 {
  background-size: 450px 663px;
  background-image: url("../img/earn_your_stripes-goals-flourish-01.svg");
  -webkit-animation: fadeIn 0.5s 0.1s both ease-in;
          animation: fadeIn 0.5s 0.1s both ease-in; }

.learningobjects.goals-view .mission--earn_your_stripes .goals-view__asset-01 {
  bottom: 65px;
  left: -25px;
  -webkit-animation: flipInY 0.5s 0.2s both ease-in;
          animation: flipInY 0.5s 0.2s both ease-in; }

.learningobjects.goals-view .mission--earn_your_stripes .goals-view__asset-02 {
  bottom: 20px;
  left: 40px;
  -webkit-animation: flipInY 0.5s 0.3s both ease-in;
          animation: flipInY 0.5s 0.3s both ease-in; }

.learningobjects.goals-view .mission--earn_your_stripes .goals-view__asset-03 {
  bottom: 110px;
  right: 70px;
  -webkit-animation: flipInY 0.5s 0.4s both ease-in;
          animation: flipInY 0.5s 0.4s both ease-in; }

.learningobjects.goals-view .mission--earn_your_stripes .goals-view__asset-04 {
  bottom: -6px;
  right: 50px;
  -webkit-animation: fadeInUp 0.25s 0.2s both ease-in;
          animation: fadeInUp 0.25s 0.2s both ease-in; }

.learningobjects.goals-view .mission--earn_your_stripes .goals-view__list {
  padding: 0.5rem 0;
  -webkit-column-rule: 1px dashed #000;
          column-rule: 1px dashed #000;
  -webkit-column-count: 2;
          column-count: 2; }
  .learningobjects.goals-view .mission--earn_your_stripes .goals-view__list .goals-view__link:nth-child(5) {
    border-bottom: 0; }

.learningobjects.goals-view .mission--earn_your_stripes .learning-link--checkbox {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.learningobjects.goals-view .mission--culture_champion .learning-link--checkbox,
.learningobjects.goals-view .mission--coaching .learning-link--checkbox {
  min-height: 42px; }
  .learningobjects.goals-view .mission--culture_champion .learning-link--checkbox::after,
  .learningobjects.goals-view .mission--coaching .learning-link--checkbox::after {
    min-height: inherit;
    display: block;
    font-size: 0;
    content: ''; }

.learningobjects.playlist-view .playlist-view__asset {
  position: absolute; }

.learningobjects.playlist-view .book-page--left .subpage__mission__wrapper {
  -webkit-animation: fadeIn 0.75s 0.25s both ease-in;
          animation: fadeIn 0.75s 0.25s both ease-in; }

.learningobjects.playlist-view .book-page--left .playlist-view__mission.subpage__mission {
  -webkit-animation: zoomInUp 1s 0s both ease-in;
          animation: zoomInUp 1s 0s both ease-in; }

.learningobjects.playlist-view .book-page--left .playlist-view__asset--vector {
  bottom: -4px;
  right: 65px;
  -webkit-animation: fadeInUp 0.25s 0.25s both ease-in;
          animation: fadeInUp 0.25s 0.25s both ease-in; }

.learningobjects.playlist-view .book-page--left .playlist-view__bubble {
  margin-top: auto; }
  .learningobjects.playlist-view .book-page--left .playlist-view__bubble .bubble__text__wrapper {
    height: 165px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -105px;
    margin-left: 50px;
    font: 1.1rem "KG Tangled Up In You", sans-serif;
    line-height: 0.95;
    text-align: center;
    -webkit-animation: jackInTheBox 1s 0.1s both ease-in;
            animation: jackInTheBox 1s 0.1s both ease-in; }
    @media (min-width: 1200px) {
      .learningobjects.playlist-view .book-page--left .playlist-view__bubble .bubble__text__wrapper {
        margin-left: 80px; } }
  .learningobjects.playlist-view .book-page--left .playlist-view__bubble .bubble__text {
    width: 205px;
    margin-bottom: -8px; }
  .learningobjects.playlist-view .book-page--left .playlist-view__bubble .bubble__vector {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/playlist-bubble.svg") no-repeat center center;
    z-index: -1; }
  .learningobjects.playlist-view .book-page--left .playlist-view__bubble .bubble__img {
    margin-left: -12px;
    margin-bottom: -25px;
    -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
            animation: fadeIn 0.5s 0.25s both ease-in;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.learningobjects.playlist-view .book-page--right .playlist-view__title {
  font-size: 2.5rem;
  -webkit-animation: fadeInDown 0.25s 0.25s both ease-in;
          animation: fadeInDown 0.25s 0.25s both ease-in; }
  .learningobjects.playlist-view .book-page--right .playlist-view__title::after {
    -webkit-animation: fadeInUp 0.25s 0.25s both ease-in;
            animation: fadeInUp 0.25s 0.25s both ease-in; }

.learningobjects.playlist-view .book-page--right .playlist-view__link {
  -webkit-animation: fadeInDown 0.5s 0.5s both ease-in;
          animation: fadeInDown 0.5s 0.5s both ease-in; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

.learningobjects.playlist-view .book-page--right .playlist-view__list .playlist-view__list__title {
  font: 1.75rem "KG Tangled Up In You", sans-serif;
  color: #ef3e42;
  -webkit-animation: fadeInDown 0.25s 0.25s both ease-in;
          animation: fadeInDown 0.25s 0.25s both ease-in; }

.learningobjects.playlist-view .book-page--right .playlist-view__list .learning-link--checkbox::after {
  min-height: inherit;
  display: block;
  font-size: 0;
  content: ''; }

.learningobjects.playlist-view .book-page--right .playlist-view__list .learning-link--checkbox .card__icon {
  display: none; }

.learningobjects.playlist-view .book-page--right .playlist-view__list .learning-link--checkbox .card__title {
  font-size: 1rem; }

.learningobjects.playlist-view .book-page--right .playlist-view__link--watch {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 4px dotted #000;
  -webkit-animation: fadeIn 0.25s 0.5s both ease-in;
          animation: fadeIn 0.25s 0.5s both ease-in; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link--watch .card__icon {
    width: 41px;
    height: 30px;
    background: url("../img/icon-video.svg") no-repeat 0 0; }

.learningobjects.playlist-view .book-page--right .playlist-view__link--solve {
  width: 75%;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 4px dotted #ef3e42;
  -webkit-animation: fadeIn 0.25s 0.5s both ease-in;
          animation: fadeIn 0.25s 0.5s both ease-in; }
  .learningobjects.playlist-view .book-page--right .playlist-view__link--solve .card__icon {
    width: 36px;
    height: 48px;
    background: url("../img/icon-lightbulb.svg") no-repeat 0 0; }

.learningobjects.playlist-view .book-page--right .playlist-view__sim {
  margin-top: auto; }

.learningobjects.playlist-view .book-page--right .learning-link--checkbox {
  -webkit-animation: fadeInDown 0.5s 0.5s both ease-in;
          animation: fadeInDown 0.5s 0.5s both ease-in; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .learningobjects.playlist-view .book-page--right .learning-link--checkbox:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

.learningobjects.playlist-view .book-page--right .playlist-view__asset--photo {
  bottom: 100px;
  right: -30px;
  z-index: 1;
  -webkit-animation: flipInY 0.5s 0.2s both ease-in;
          animation: flipInY 0.5s 0.2s both ease-in; }

.learningobjects.playlist-view .book-page--right .playlist-view__flourish {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -6px;
  right: 0;
  background: url("../img/playlist-flourish.svg") no-repeat bottom right;
  -webkit-animation: fadeIn 0.5s 0.1s both ease-in;
          animation: fadeIn 0.5s 0.1s both ease-in; }

.learningobjects.playlist-view .mission--culture_champion .playlist-view__asset--vector {
  width: 200px;
  height: 98px;
  background: url("../img/culture_champion-playlist-asset-01.svg") no-repeat 0 0; }

.learningobjects.playlist-view .mission--coaching .playlist-view__asset--vector {
  width: 210px;
  height: 110px;
  background: url("../img/coaching-playlist-asset-01.svg") no-repeat 0 0; }

.learningobjects.playlist-view .mission--team_building .playlist-view__asset--vector {
  width: 226px;
  height: 81px;
  background: url("../img/team_building-playlist-asset-01.svg") no-repeat 0 0; }

.learningobjects.playlist-view .mission--earn_your_stripes .playlist-view__asset--vector {
  width: 220px;
  height: 110px;
  background: url("../img/earn_your_stripes-playlist-asset-01.svg") no-repeat 0 0; }

.learningobjects.course-complete .main-container {
  background: url("../img/course_complete-streamers.png") repeat 0 0; }

.learningobjects.course-complete .book-page::after {
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 2px solid #000;
  background-color: #f8e080;
  content: ''; }

.learningobjects.course-complete .book-page--left {
  background-image: url("../img/bg-book-pattern-circles-small.svg");
  background-size: 16px 16px; }
  .learningobjects.course-complete .book-page--left .course-complete__bubble {
    position: relative;
    margin: auto 20px calc(-26px + 6px) 0;
    z-index: 1;
    -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
            animation: fadeInUp 0.5s 0.5s both ease-in; }
    .learningobjects.course-complete .book-page--left .course-complete__bubble .bubble__text__wrapper {
      width: 241px;
      height: 145px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: -50px;
      font: 1.15rem "KG Tangled Up In You", sans-serif;
      line-height: 0.95;
      text-align: center;
      -webkit-animation: jackInTheBox 1s 0.1s both ease-in;
              animation: jackInTheBox 1s 0.1s both ease-in; }
      @media (min-width: 1200px) {
        .learningobjects.course-complete .book-page--left .course-complete__bubble .bubble__text__wrapper {
          margin-bottom: -80px; } }
    .learningobjects.course-complete .book-page--left .course-complete__bubble .bubble__text {
      width: 200px; }
    .learningobjects.course-complete .book-page--left .course-complete__bubble .bubble__vector {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/course_complete-bubble.svg") no-repeat center center;
      z-index: -1; }
    .learningobjects.course-complete .book-page--left .course-complete__bubble .bubble__img {
      position: relative;
      margin-left: auto;
      display: block;
      -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
              animation: fadeIn 0.5s 0.25s both ease-in; }
  .learningobjects.course-complete .book-page--left .course-complete__party-popper {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    background: url("../img/course_complete-party-popper.svg") no-repeat 0 0;
    -webkit-animation: swing 3s infinite both ease-in-out;
            animation: swing 3s infinite both ease-in-out; }
  .learningobjects.course-complete .book-page--left .course-complete__air-balloon {
    width: 39px;
    height: 58px;
    position: absolute;
    bottom: 33%;
    left: 30px;
    background: url("../img/course_complete-air-balloon.svg") no-repeat 0 0;
    -webkit-animation: floating 3s infinite both ease-in-out;
            animation: floating 3s infinite both ease-in-out; }
  .learningobjects.course-complete .book-page--left .course-complete__flourish {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/course_complete-flourish.svg") no-repeat 0 0;
    background-size: 450px 590px;
    z-index: -1;
    -webkit-animation: fadeIn 0.5s 0.25s both ease-in;
            animation: fadeIn 0.5s 0.25s both ease-in; }

.learningobjects.course-complete .book-page--right {
  text-align: center; }
  .learningobjects.course-complete .book-page--right .course-complete__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .learningobjects.course-complete .book-page--right .course-complete__header > * {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      min-width: 0; }
    .learningobjects.course-complete .book-page--right .course-complete__header .header__graphic--trophy {
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      -webkit-animation: pulse 2s infinite both ease-in-out;
              animation: pulse 2s infinite both ease-in-out; }
  .learningobjects.course-complete .book-page--right .header__graphic {
    -webkit-animation: fadeInUp 0.5s 0.5s both ease-in;
            animation: fadeInUp 0.5s 0.5s both ease-in; }
    .learningobjects.course-complete .book-page--right .header__graphic:nth-child(1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .learningobjects.course-complete .book-page--right .header__graphic:nth-child(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .learningobjects.course-complete .book-page--right .header__graphic:nth-child(3) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .learningobjects.course-complete .book-page--right .header__graphic:nth-child(4) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .learningobjects.course-complete .book-page--right .header__graphic:nth-child(5) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
  .learningobjects.course-complete .book-page--right .course-complete__title__wrapper {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 4px dotted #b1b3b6;
    -webkit-animation: fadeIn 0.25s 0.25s both ease-in;
            animation: fadeIn 0.25s 0.25s both ease-in; }
  .learningobjects.course-complete .book-page--right .course-complete__title {
    font: 3.5rem "A Day Without Sun", sans-serif;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    -webkit-animation: fadeInDown 0.3s 0.25s both ease-in;
            animation: fadeInDown 0.3s 0.25s both ease-in; }
    .learningobjects.course-complete .book-page--right .course-complete__title::before {
      width: 65%;
      height: 14px;
      display: block;
      margin: 0.5rem auto;
      background: url("../img/underline.svg") no-repeat center center;
      content: '';
      -webkit-animation: fadeInDown 0.2s 0.25s both ease-in;
              animation: fadeInDown 0.2s 0.25s both ease-in; }
  .learningobjects.course-complete .book-page--right .video__graphic {
    -webkit-animation: fadeInDown 0.4s 0.25s both ease-in;
            animation: fadeInDown 0.4s 0.25s both ease-in; }
  .learningobjects.course-complete .book-page--right .course-complete__subtitle {
    font: 1.4rem "KG Tangled Up In You", sans-serif;
    -webkit-animation: fadeInDown 0.5s 0.25s both ease-in;
            animation: fadeInDown 0.5s 0.25s both ease-in; }
  .learningobjects.course-complete .book-page--right .course-complete__text {
    width: 75%;
    margin: 0 auto;
    font: 1rem "KG Tangled Up In You", sans-serif;
    -webkit-animation: fadeInDown 0.6s 0.25s both ease-in;
            animation: fadeInDown 0.6s 0.25s both ease-in; }
  .learningobjects.course-complete .book-page--right .course-complete__hands {
    width: 67px;
    height: 64px;
    position: absolute;
    bottom: calc(26px - 7px);
    right: 10px;
    background: url("../img/course_complete-hands.svg") no-repeat 0 0;
    -webkit-animation: fadeInUp 0.25s 0.25s both ease-in;
            animation: fadeInUp 0.25s 0.25s both ease-in; }

.main-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

.learningobjects:not(.admin) {
  background: url("../img/bg-portal.jpg") center; }

.book-wrapper,
.book-cover {
  max-height: 725px; }

.book-wrapper {
  width: 100%;
  height: 615px;
  max-width: 1150px;
  min-width: 1012px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding-left: 110px;
  padding-right: 110px; }
  .book-wrapper::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 30px 0 0;
    border-color: #efefef transparent transparent;
    position: absolute;
    top: 13px;
    left: 125px;
    z-index: 1;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  .book-wrapper::after {
    width: 52px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../img/book-spine.png") center no-repeat;
    background-size: 100%;
    z-index: 2;
    content: ''; }
  .book-wrapper .book-cover {
    width: 50%;
    height: 100%;
    position: relative;
    margin: 0 2px;
    padding: 5px 2px 0;
    background: linear-gradient(-304deg, #b32e31, #ef3e42);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4); }
    .book-wrapper .book-cover.book-cover--left {
      padding-left: 15px; }
    .book-wrapper .book-cover.book-cover--right {
      padding-right: 15px; }

.book-page {
  width: 100%;
  height: calc(100% - 8px);
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: #fff;
  z-index: 1; }
  .book-page::before {
    width: 100%;
    height: 8px;
    position: absolute;
    top: calc(100% - 1px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: ''; }
  .book-page.book-page--left {
    padding-right: 50px;
    background-image: url("../img/bg-book-pattern-circles.png");
    background-repeat: repeat; }
    .book-page.book-page--left::before {
      right: 0;
      background-image: url("../img/book-border-page-left.svg"); }
  .book-page.book-page--right {
    padding-left: 50px; }
    .book-page.book-page--right::before {
      left: 0;
      background-image: url("../img/book-border-page-right.svg"); }
  .book-page .section-link.section-link-custom .card__img__wrapper {
    width: auto;
    height: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .book-page .section-link.section-link-custom .card__title {
    display: block;
    margin-top: 5px;
    font: 1.15rem "KG Tangled Up In You", sans-serif;
    line-height: 0.8; }
  .book-page .section-link.section-link-custom .card__locked__icon {
    font-size: 40px; }
  .book-page .section-link.section-link-custom .learning-link {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75rem 1.5rem;
    text-align: center; }
  .book-page .section-link.section-link-custom .section-link--getting_started {
    width: 165px;
    height: 125px;
    top: 40px;
    right: calc(100% - 43px);
    padding-bottom: 1.5rem;
    background: url("../img/paper-01.png") no-repeat center center;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    z-index: 1; }
    .book-page .section-link.section-link-custom .section-link--getting_started.is--completed .card__completed {
      display: none; }
    .book-page .section-link.section-link-custom .section-link--getting_started .card__img-01 {
      width: 59px;
      height: 26px;
      position: relative;
      background: url("../img/mission-getting-started.svg") no-repeat 0 0; }
  .book-page .section-link.section-link-custom .section-link--final_assessment {
    width: 165px;
    height: 143px;
    bottom: -20px;
    left: calc(100% - 13px);
    background: url("../img/paper-02.png") no-repeat center center;
    -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
            transform: rotate(6deg);
    z-index: 1; }
    .book-page .section-link.section-link-custom .section-link--final_assessment .card__title {
      display: block;
      margin-top: 5px;
      font: 1.15rem "KG Tangled Up In You", sans-serif;
      line-height: 0.8; }
    .book-page .section-link.section-link-custom .section-link--final_assessment.is--locked .card__title {
      opacity: 0.5; }
    .book-page .section-link.section-link-custom .section-link--final_assessment .card__img-01 {
      width: 96px;
      height: 70px;
      position: relative;
      background: url("../img/mission-sim.svg") no-repeat 0 0; }

.learning-link--checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  transition: background-color 150ms; }
  .learning-link--checkbox.is--over:not(.is--locked) {
    background-color: rgba(239, 62, 66, 0.35); }
  .learning-link--checkbox.learning-link--small .card__title {
    font-size: 1rem; }
  .learning-link--checkbox.learning-link--large .card__title {
    font-size: 1.4rem; }
  .learning-link--checkbox.learning-link--large .card__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 0.5rem; }
  .learning-link--checkbox.is--locked {
    color: #b1b3b6; }
    .learning-link--checkbox.is--locked .card__icon {
      opacity: 0.25; }
    .learning-link--checkbox.is--locked .card__checkbox {
      color: #565250;
      border-color: #b1b3b6; }
    .learning-link--checkbox.is--locked .icon-lock {
      font-size: 17px; }
  .learning-link--checkbox.is--completed .card__checkbox {
    color: #fff;
    background-color: #39b54a; }
  .learning-link--checkbox.is--completed .icon-checkmark, .learning-link--checkbox.is--completed .input.checkbox input:checked + label::before, .input.checkbox .learning-link--checkbox.is--completed input:checked + label::before,
  .learning-link--checkbox.is--completed .input.checkbox input:checked + .checkbox__label::before, .input.checkbox .learning-link--checkbox.is--completed input:checked + .checkbox__label::before,
  .learning-link--checkbox.is--completed .input.checkbox .checkbox__input:checked + label::before, .input.checkbox .learning-link--checkbox.is--completed .checkbox__input:checked + label::before,
  .learning-link--checkbox.is--completed .input.checkbox .checkbox__input:checked + .checkbox__label::before, .input.checkbox .learning-link--checkbox.is--completed .checkbox__input:checked + .checkbox__label::before {
    font-size: 16px; }
  .learning-link--checkbox .card__checkbox {
    width: 25px;
    height: 25px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 0.5rem;
    border: 1px solid #000;
    border-bottom-width: 2px;
    border-right-width: 2px; }
    .learning-link--checkbox .card__checkbox .card__completed {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .learning-link--checkbox .card__text {
    max-width: calc(100% - 25px - 0.5rem); }
  .learning-link--checkbox .card__title {
    font-family: "KG Tangled Up In You", sans-serif;
    line-height: 1; }
  .learning-link--checkbox .card__time {
    font: 1rem "KG Tangled Up In You", sans-serif;
    color: #b1b3b6; }

.goals-view .subpage__title,
.playlist-view .subpage__title {
  margin-bottom: 0.75rem;
  font-family: "KG Tangled Up In You", sans-serif;
  line-height: 1;
  text-align: center; }
  .goals-view .subpage__title::after,
  .playlist-view .subpage__title::after {
    width: 100%;
    height: 14px;
    display: block;
    margin-top: -10px;
    background: url("../img/underline.svg") no-repeat center center;
    content: ''; }

.goals-view .subpage__mission__wrapper,
.playlist-view .subpage__mission__wrapper {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 4px dotted #b1b3b6; }
  .goals-view .subpage__mission__wrapper .subpage__mission,
  .playlist-view .subpage__mission__wrapper .subpage__mission {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: block;
    margin: 0 auto; }

.goals-view .mission--culture_champion .subpage__mission,
.playlist-view .mission--culture_champion .subpage__mission {
  width: 180px;
  height: 164px; }

.goals-view .mission--coaching .subpage__mission,
.playlist-view .mission--coaching .subpage__mission {
  width: 192px;
  height: 157px; }

.goals-view .mission--team_building .subpage__mission,
.playlist-view .mission--team_building .subpage__mission {
  width: 250px;
  height: 148px; }

.goals-view .mission--earn_your_stripes .subpage__mission,
.playlist-view .mission--earn_your_stripes .subpage__mission {
  width: 250px;
  height: 175px; }

.btn--go-back,
.btn--next-up {
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 0;
  border-bottom: 82px solid black;
  z-index: 3;
  transition: border-color 150ms; }
  .btn--go-back.is--over,
  .btn--next-up.is--over {
    border-bottom-color: #565250; }
  .btn--go-back a,
  .btn--next-up a {
    width: 82px;
    height: 82px;
    position: absolute;
    top: 0;
    display: block; }
  .btn--go-back .btn-arrow,
  .btn--next-up .btn-arrow {
    width: 32px;
    height: 22px;
    position: absolute;
    bottom: 12px;
    background: url("../img/icon-next.svg"); }

.btn--next-up {
  right: -3px;
  border-left: 82px solid transparent; }
  .btn--next-up a {
    right: 0; }
  .btn--next-up .btn-arrow {
    right: 12px; }

.btn--go-back {
  left: -3px;
  border-right: 82px solid transparent; }
  .btn--go-back a {
    left: 0; }
  .btn--go-back .btn-arrow {
    left: 12px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.admin .results {
  overflow-x: auto; }

.admin .results__table .table__header {
  background-color: #231f20;
  color: #fff; }

.admin .results__table .table__header__title {
  text-transform: uppercase;
  display: inline;
  vertical-align: middle;
  margin-right: 1rem; }

.admin .results__table .table__header__csv-upload {
  display: inline-block;
  margin: 0; }

.admin .results__table .table__header__add {
  float: right;
  margin: 0; }

.admin__subnav__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1rem; }
  .admin__subnav__wrapper .admin__subnav:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .admin__subnav__wrapper .admin__subnav:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .admin__subnav__wrapper .admin__subnav:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .admin__subnav__wrapper .admin__subnav--active {
    background-color: #231f20;
    color: #fff; }
    .admin__subnav__wrapper .admin__subnav--active.-reversed {
      background-color: #fff;
      color: #231f20; }

.admin.edit .section,
.admin.settings .section {
  border-bottom: #c0c0c0 solid 1px; }
  .admin.edit .section:last-child,
  .admin.settings .section:last-child {
    border-bottom: 0; }

.admin.edit .edit__section,
.admin.settings .edit__section {
  margin-bottom: 1.5rem;
  background-color: #f0f0f0; }
  .admin.edit .edit__section > *,
  .admin.settings .edit__section > * {
    padding: 1rem; }
  .admin.edit .edit__section .is--expanded::after,
  .admin.settings .edit__section .is--expanded::after {
    border-width: 10px 10px 0 10px;
    border-color: #c0c0c0 transparent transparent transparent;
    width: 0;
    height: 0;
    border-style: solid;
    position: relative;
    display: inline-block;
    float: right;
    content: ''; }
  .admin.edit .edit__section .section__title,
  .admin.settings .edit__section .section__title {
    background: #fff;
    font-size: 1.15rem;
    font-weight: bold; }
  .admin.edit .edit__section .accordian__header,
  .admin.settings .edit__section .accordian__header {
    background: transparent; }
  .admin.edit .edit__section .section__data,
  .admin.settings .edit__section .section__data {
    margin-top: 1rem; }
  .admin.edit .edit__section .goal__content,
  .admin.settings .edit__section .goal__content {
    background: #565250;
    color: #fff;
    font-weight: bold;
    margin: 0.375rem;
    padding: 1rem; }
  .admin.edit .edit__section .goal__content__data,
  .admin.settings .edit__section .goal__content__data {
    color: #231f20; }
  .admin.edit .edit__section .section__course,
  .admin.settings .edit__section .section__course {
    background: #fff;
    margin: 0.375rem;
    padding: 1rem;
    font-weight: bold; }
  .admin.edit .edit__section .accordian__content,
  .admin.settings .edit__section .accordian__content {
    font-weight: normal; }
  .admin.edit .edit__section .edit__section__submit,
  .admin.settings .edit__section .edit__section__submit {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      .admin.edit .edit__section .edit__section__submit,
      .admin.settings .edit__section .edit__section__submit {
        margin-right: 0; } }
  .admin.edit .edit__section .edit__section__header,
  .admin.settings .edit__section .edit__section__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #231f20;
    color: #fff; }
    .admin.edit .edit__section .edit__section__header .edit__section__header-btn,
    .admin.settings .edit__section .edit__section__header .edit__section__header-btn {
      margin: 0 0 0 auto; }

.admin.edit .edit__actions,
.admin.settings .edit__actions {
  margin-bottom: 1.5rem;
  text-align: center; }
  .admin.edit .edit__actions .edit__action,
  .admin.settings .edit__actions .edit__action {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.return__container {
  background: #ef3e42;
  text-align: center;
  padding: 0.75rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  position: relative; }
  .return__container .submit {
    color: #fff; }

.upload-confirm .upload-confirm__table {
  margin-bottom: 3rem; }

.upload-confirm .input.select {
  margin-left: auto; }

.upload-confirm .input.checkbox {
  text-align: center; }

.upload-confirm .upload-confirm__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .upload-confirm .upload-confirm__actions .upload-confirm__action {
    margin: 0.5rem; }

.admin.dashboard .nav-item {
  display: block;
  margin-bottom: 0.75rem;
  border: 3px solid #231f20;
  background-color: #231f20;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  transition: -webkit-transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
  transition: transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
  transition: transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995), -webkit-transform 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }
  @media (min-width: 768px) {
    .admin.dashboard .nav-item {
      margin-bottom: 1.5rem; } }
  .admin.dashboard .nav-item.is--over {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }

@media (min-width: 768px) {
  .admin.dashboard .nav-item--badges .nav-item__icon {
    font-size: 60px; } }

@media (min-width: 768px) {
  .admin.dashboard .nav-item--content .nav-item__icon {
    font-size: 40px; } }

@media (min-width: 768px) {
  .admin.dashboard .nav-item--guide .nav-item__icon {
    font-size: 40px; } }

@media (min-width: 768px) {
  .admin.dashboard .nav-item--codes .nav-item__icon {
    font-size: 50px; } }

@media (min-width: 768px) {
  .admin.dashboard .nav-item--reports .nav-item__icon {
    font-size: 48px; } }

@media (min-width: 768px) {
  .admin.dashboard .nav-item--users .nav-item__icon {
    font-size: 44px; } }

.admin.dashboard .nav-item__icon {
  width: 75px;
  height: 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem;
  margin-left: auto;
  color: #ef3e42;
  border: 3px solid #ef3e42;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .admin.dashboard .nav-item__icon {
      width: 100px;
      height: 100px; } }

.admin.dashboard .nav-item__text {
  padding: 1rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }

.admin.reports.index .report__card__wrapper {
  margin-bottom: 2rem; }

.admin.reports.index .report__card {
  padding: 0.75rem;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15); }
  .admin.reports.index .report__card .card__title {
    padding: 0 0.75rem;
    color: #b32e31;
    font-family: "Arial", sans-serif; }

.admin.reports.index .analytics__card .analytics__title {
  margin: 0 -0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #c0c0c0; }

.admin.reports.index .analytics__card .admin__subnav__wrapper {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.admin.reports.index .usage__cards__title {
  margin: 1.5rem 0; }

.admin.reports.index .usage__card {
  height: 100%; }
  .admin.reports.index .usage__card.usage--los .usage__icon {
    background: linear-gradient(to bottom, #dfb63f, #c99e22);
    font-size: 30px; }
  .admin.reports.index .usage__card.usage--los .usage__list {
    color: #c99e22; }
  .admin.reports.index .usage__card.usage--topics .usage__icon {
    background: linear-gradient(to bottom, #706b69, #565250);
    font-size: 45px; }
  .admin.reports.index .usage__card.usage--topics .usage__list {
    color: #565250; }
  .admin.reports.index .usage__card.usage--visited .usage__icon {
    background: linear-gradient(to bottom, #706b69, #565250);
    font-size: 49px; }
  .admin.reports.index .usage__card.usage--visited .usage__list {
    color: #565250; }
  .admin.reports.index .usage__card.usage--searched .usage__icon {
    background: linear-gradient(to bottom, #dfb63f, #c99e22);
    font-size: 40px; }
  .admin.reports.index .usage__card.usage--searched .usage__list {
    color: #c99e22; }
  .admin.reports.index .usage__card .usage__header {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: -0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    border-bottom: 1px solid #c0c0c0;
    z-index: 1; }
    .admin.reports.index .usage__card .usage__header::before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("graphics/pattern-primary-gray-900.svg") 0 0/60px 60px repeat;
      opacity: 0.08;
      z-index: -1;
      content: ''; }
  .admin.reports.index .usage__card .usage__icon {
    width: 100px;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc((-0.75rem) * 2);
    color: #fff; }
  .admin.reports.index .usage__card .usage__list {
    font-weight: bold; }

.admin.reports .report__download {
  margin: 0 0 0 auto; }

.admin.learningobjects.edit .edit__scorm__manage-btn {
  margin: 0 auto; }

.admin.learningobjects.edit .edit__topics__add {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem; }
  .admin.learningobjects.edit .edit__topics__add .edit__topics__add-icon {
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border: 2px solid #231f20;
    transition: all 250ms; }
    @media only screen and (max-width: 319px) {
      .admin.learningobjects.edit .edit__topics__add .edit__topics__add-icon {
        margin: 0.5rem auto 0; } }
    .admin.learningobjects.edit .edit__topics__add .edit__topics__add-icon.is--over {
      background-color: #231f20;
      color: #fff; }

.admin.topics.edit .edit__level__title {
  margin-right: 1rem; }

.admin.badges.edit .badge-image {
  max-width: 100%;
  display: block;
  margin: 0.75rem auto 0; }

.reports.index.admin .content .container.text-center, .reports.index.admin .content .banner .text-center.banner__content, .banner .reports.index.admin .content .text-center.banner__content {
  padding: 1rem;
  text-align: center;
  border: 2px solid white;
  padding: 2rem 0;
  background: #231f20; }

.reports.index.admin .content .big-text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75rem;
  text-align: center; }

.reports.index.admin .content .mega {
  font-size: 3rem; }

.reports.index.admin .content .filters {
  margin: 0 auto;
  background: transparent; }

.reports.index.admin .content input {
  background: transparent;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-weight: 900; }

.reports.index.admin .content .update--results__btn {
  margin: 1rem auto; }

.reports.index.admin .u-full-width {
  border: 1px solid #231f20;
  margin-bottom: 1.5rem; }

.reports.index.admin .table-header {
  font-size: 1.4rem;
  padding: 0.75rem 0.5rem; }

.reports.index.admin .table-body {
  padding: 1rem; }

.reports.index.admin .behavior,
.reports.index.admin .table-body {
  width: 100%;
  margin: 0 auto; }

.reports.index.admin .stacked-bar-graph {
  margin: 0 auto; }

.reports.index.admin .graph-block-label,
.reports.index.admin .graph-block-fill {
  text-align: center;
  font-weight: bold; }

.reports.index.admin .graph-block-fill {
  padding: 0.5rem; }

.portal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 1rem 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 59;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-animation: fadeIn 200ms;
          animation: fadeIn 200ms; }
  .portal-overlay::before {
    min-height: inherit;
    display: block;
    font-size: 0;
    content: ''; }
  .portal-overlay::after {
    width: 100%;
    height: 1rem;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: auto;
    content: ''; }
  .portal-overlay .overlay-content {
    width: 100%;
    max-width: 600px;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: auto;
    margin-bottom: 0;
    box-shadow: 0 8px 56px 10px rgba(0, 0, 0, 0.35);
    -webkit-animation: fadeInUp 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995);
            animation: fadeInUp 350ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }

.mfa .content.container {
    text-align: center;
}

.mfa .content.container .portal-overlay--mfa .portal-overlay__content {
    width: 50%;
    min-width: 400px;
    margin: auto;
    padding: 20px;
    background-color: #fff;

}

#course-iframe-container {
  padding: 25px 50px; }
  #course-iframe-container .overlay-content {
    max-width: 1200px;
    height: 600px;
    position: relative;
    background-color: #fff; }
  #course-iframe-container .close-iframe-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #080707; }
  #course-iframe-container .course-iframe-wrapper {
    width: 100%;
    height: 100%; }
    #course-iframe-container .course-iframe-wrapper #course-iframe {
      width: 100%;
      height: 100%;
      border: 0; }

.course-launch__overlay {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "KG Tangled Up In You", sans-serif;
  text-align: center;
  background: linear-gradient(-304deg, #b32e31, #ef3e42);
  color: #fff; }
  .course-launch__overlay .text__overlay {
    margin: auto; }
  .course-launch__overlay h2 {
    font-size: 4rem;
    margin-bottom: 1rem; }
  .course-launch__overlay p {
    font-size: 2rem; }

.book-overlay {
  font-family: "KG Tangled Up In You", sans-serif; }
  .book-overlay .book-overlay__content {
    max-width: 800px;
    padding: 2rem 2.5rem 2.5rem;
    background-color: #fff;
    text-align: center;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    .book-overlay .book-overlay__content > * {
      margin-left: auto;
      margin-right: auto; }
    .book-overlay .book-overlay__content .content {
      margin-left: 1rem;
      margin-right: 1rem; }
    .book-overlay .book-overlay__content .content__title {
      font-size: 3rem; }
    .book-overlay .book-overlay__content .content__text {
      font-size: 1.15rem;
      font-family: "KG Happy", sans-serif;
      text-align: left; }
  .book-overlay body {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden; }
  .book-overlay .pyro {
    position: relative;
    left: 0;
    top: 0; }
  .book-overlay .pyro > .before, .book-overlay .pyro > .after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }
  .book-overlay .pyro > .after {
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  to {
    box-shadow: 218px -363.666666667px #ff0900, -149px -3.6666666667px blue, 69px -289.666666667px #91ff00, 100px -188.666666667px #ff5100, 206px -360.666666667px #d5ff00, -190px -15.6666666667px #ff2b00, -220px -181.666666667px #6600ff, -97px -161.666666667px #0015ff, -190px -296.666666667px #1eff00, -176px -8.6666666667px #3300ff, -161px -108.666666667px #00ff55, 68px -16.6666666667px #ff006a, -123px -232.666666667px #e600ff, 250px -94.6666666667px #00bbff, -125px -187.666666667px #7b00ff, 78px -238.666666667px #00ff09, 233px -164.666666667px #73ff00, 34px -221.666666667px #4dff00, 57px -369.666666667px #11ff00, -239px 59.3333333333px #91ff00, 96px -230.666666667px #cc00ff, 87px -135.666666667px #9900ff, 41px -156.666666667px #ff5100, 105px 35.3333333333px #3700ff, 245px -157.666666667px #40ff00, -187px -413.666666667px #ff00a6, 158px -197.666666667px #ff7700, 138px -70.6666666667px #ff9900, 82px -80.6666666667px #00ff66, 170px -152.666666667px #ff2b00, -16px -208.666666667px #0dff00, 37px -400.666666667px #ff1e00, -221px -353.666666667px #ff002b, 236px -194.666666667px #00ffd9, 127px 43.3333333333px #00ff26, 196px -154.666666667px #b300ff, 163px -35.6666666667px #00ffae, -223px -309.666666667px #aaff00, -244px -9.6666666667px #00ff80, 199px -110.666666667px #a2ff00, -158px -17.6666666667px #bb00ff, -18px -28.6666666667px #ff00e6, 217px 27.3333333333px #88ff00, 1px -168.666666667px #008cff, -85px -49.6666666667px #0d00ff, 126px -36.6666666667px #00ff37, 206px -201.666666667px #ff0088, 233px -262.666666667px #ff00a6, -224px -81.6666666667px #8000ff, 36px -1.6666666667px #bb00ff, 16px -254.666666667px #8000ff; } }

@keyframes bang {
  to {
    box-shadow: 218px -363.666666667px #ff0900, -149px -3.6666666667px blue, 69px -289.666666667px #91ff00, 100px -188.666666667px #ff5100, 206px -360.666666667px #d5ff00, -190px -15.6666666667px #ff2b00, -220px -181.666666667px #6600ff, -97px -161.666666667px #0015ff, -190px -296.666666667px #1eff00, -176px -8.6666666667px #3300ff, -161px -108.666666667px #00ff55, 68px -16.6666666667px #ff006a, -123px -232.666666667px #e600ff, 250px -94.6666666667px #00bbff, -125px -187.666666667px #7b00ff, 78px -238.666666667px #00ff09, 233px -164.666666667px #73ff00, 34px -221.666666667px #4dff00, 57px -369.666666667px #11ff00, -239px 59.3333333333px #91ff00, 96px -230.666666667px #cc00ff, 87px -135.666666667px #9900ff, 41px -156.666666667px #ff5100, 105px 35.3333333333px #3700ff, 245px -157.666666667px #40ff00, -187px -413.666666667px #ff00a6, 158px -197.666666667px #ff7700, 138px -70.6666666667px #ff9900, 82px -80.6666666667px #00ff66, 170px -152.666666667px #ff2b00, -16px -208.666666667px #0dff00, 37px -400.666666667px #ff1e00, -221px -353.666666667px #ff002b, 236px -194.666666667px #00ffd9, 127px 43.3333333333px #00ff26, 196px -154.666666667px #b300ff, 163px -35.6666666667px #00ffae, -223px -309.666666667px #aaff00, -244px -9.6666666667px #00ff80, 199px -110.666666667px #a2ff00, -158px -17.6666666667px #bb00ff, -18px -28.6666666667px #ff00e6, 217px 27.3333333333px #88ff00, 1px -168.666666667px #008cff, -85px -49.6666666667px #0d00ff, 126px -36.6666666667px #00ff37, 206px -201.666666667px #ff0088, 233px -262.666666667px #ff00a6, -224px -81.6666666667px #8000ff, 36px -1.6666666667px #bb00ff, 16px -254.666666667px #8000ff; } }

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
  .book-overlay .book-overlay__title {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 3rem;
    line-height: 1;
    -webkit-animation: fadeInDown 0.2s 0.25s both ease-in;
            animation: fadeInDown 0.2s 0.25s both ease-in; }
    .book-overlay .book-overlay__title:after {
      content: '';
      background: url("../img/loader.gif") no-repeat 0 0;
      position: relative;
      display: block;
      margin: 0 auto;
      width: 140px;
      height: 18px; }
  .book-overlay .book-overlay__subtitle {
    line-height: 1;
    font-size: 2rem;
    -webkit-animation: fadeInDown 0.3s 0.25s both ease-in;
            animation: fadeInDown 0.3s 0.25s both ease-in; }
    .book-overlay .book-overlay__subtitle .subtitle__accent {
      color: #ef3e42; }
  .book-overlay .book-overlay__divider {
    width: 50%;
    height: 0;
    margin: 0.5rem auto;
    border-bottom: 4px dotted #b1b3b6;
    -webkit-animation: fadeInDown 0.4s 0.25s both ease-in;
            animation: fadeInDown 0.4s 0.25s both ease-in; }
  .book-overlay .book-overlay__text {
    font-size: 1rem;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    -webkit-animation: fadeInDown 0.5s 0.25s both ease-in;
            animation: fadeInDown 0.5s 0.25s both ease-in; }
  .book-overlay .book-overlay__link {
    max-width: 300px !important;
    margin: 1rem auto 0;
    font-family: "KG Happy", sans-serif;
    text-transform: uppercase;
    -webkit-animation: fadeInUp 0.5s 0.25s both ease-in;
            animation: fadeInUp 0.5s 0.25s both ease-in; }

.survey-overlay .book-overlay__mission {
  -webkit-animation: fadeInLeft 0.25s 0.5s both ease-in;
          animation: fadeInLeft 0.25s 0.5s both ease-in; }

.survey-overlay .book-overlay__completed {
  -webkit-animation: fadeInRight 0.25s 0.5s both ease-in;
          animation: fadeInRight 0.25s 0.5s both ease-in; }

.survey-overlay .book-overlay__graphics {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .survey-overlay .book-overlay__graphics > *:first-child {
    border-right: 1px solid #c99e22; }
  .survey-overlay .book-overlay__graphics .book-overlay__graphic {
    padding: 0 1rem;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    width: 50%; }

.survey-overlay .book-overlay__link {
  margin: 1rem auto 0; }

.survey-overlay .learning-link--checkbox .card__checkbox,
.survey-overlay .learning-link--checkbox .card__icon {
  display: none; }

.survey-overlay .learning-link--checkbox .card__text {
  max-width: 100%; }

.survey-overlay .learning-link--checkbox .card__title {
  font: 1rem "KG Happy", sans-serif;
  line-height: 1.1; }

.dilemma-overlay .book-overlay__lightbulb {
  -webkit-animation: pulse 2s infinite both ease-in-out;
          animation: pulse 2s infinite both ease-in-out; }

.dilemma-overlay .book-overlay__content > * {
  max-width: 700px; }

.dilemma-overlay .book-overlay__graphics {
  width: 80px; }

.input-overlay .input-overlay__title,
.input-overlay .input-overlay__body {
  padding: 0.75rem; }
  @media (min-width: 576px) {
    .input-overlay .input-overlay__title,
    .input-overlay .input-overlay__body {
      padding: 1.5rem; } }
  @media (min-width: 768px) {
    .input-overlay .input-overlay__title,
    .input-overlay .input-overlay__body {
      padding: 2rem 3rem; } }

.input-overlay .input-overlay__title {
  background: linear-gradient(-304deg, #b32e31, #ef3e42);
  color: #fff; }

.input-overlay .input-overlay__close {
  float: right;
  margin-left: 0.75rem; }

.input-overlay .input-overlay__body {
  background-color: #eaeaf2; }

.input-overlay .input-overlay__submit,
.input-overlay .input-overlay__link {
  display: block;
  margin: 0 auto;
  text-align: center; }

.input-overlay .input-overlay__submit {
  width: 100%; }
  @media (min-width: 768px) {
    .input-overlay .input-overlay__submit {
      width: auto; } }

.add-lo-overlay .select {
  max-width: 100%; }

.bulk-actions__wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #eaeaf2;
  padding: 0.75rem;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.25);
  z-index: 59; }
  @media (min-width: 768px) {
    .bulk-actions__wrapper {
      width: calc(100% - 80px);
      margin-left: 80px; } }
  .bulk-actions__wrapper .bulk-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      .bulk-actions__wrapper .bulk-actions {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .bulk-actions__wrapper .bulk-actions__selected {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 992px) {
      .bulk-actions__wrapper .bulk-actions__selected {
        -webkit-order: inherit;
            -ms-flex-order: inherit;
                order: inherit;
        margin-right: auto; } }
    .bulk-actions__wrapper .bulk-actions__selected .bulk-actions__selected__number {
      min-width: 50px;
      margin-right: 0.5rem;
      padding: 0.5rem 1rem;
      text-align: center;
      background-color: #fff; }
  .bulk-actions__wrapper .bulk-actions__item {
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    position: relative;
    margin: 0.25rem; }
  .bulk-actions__wrapper .bulk-actions__toggle {
    width: 100%;
    padding: 0.25rem 0.75rem;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    border: 1px solid #231f20;
    transition: all 250ms; }
    .bulk-actions__wrapper .bulk-actions__toggle.is--over, .bulk-actions__wrapper .bulk-actions__toggle.is--active {
      background-color: #231f20;
      color: #fff; }
  .bulk-actions__wrapper .bulk-actions__options {
    width: 120%;
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0.75rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
    background-color: #fff;
    text-align: center;
    border: 1px solid #231f20; }
    .bulk-actions__wrapper .bulk-actions__options::after {
      width: 20px;
      height: 20px;
      position: absolute;
      top: calc(100% - 10px);
      left: 0;
      right: 0;
      margin: auto;
      background-color: #fff;
      border-bottom: 1px solid #231f20;
      border-right: 1px solid #231f20;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      content: ''; }
    .bulk-actions__wrapper .bulk-actions__options:not(.hidden) {
      -webkit-animation: fadeIn 250ms;
              animation: fadeIn 250ms; }
    .bulk-actions__wrapper .bulk-actions__options .btn--primary, .bulk-actions__wrapper .bulk-actions__options .survey-overlay .learning-link--checkbox, .survey-overlay .bulk-actions__wrapper .bulk-actions__options .learning-link--checkbox {
      width: 100%;
      border-radius: 0;
      max-width: none; }
  .bulk-actions__wrapper .bulk-actions__divider {
    width: 100%;
    margin: 0.5rem 0; }
    @media (min-width: 992px) {
      .bulk-actions__wrapper .bulk-actions__divider {
        display: none; } }
  .bulk-actions__wrapper .bulk-actions__cancel {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto; }
    @media (min-width: 992px) {
      .bulk-actions__wrapper .bulk-actions__cancel {
        -webkit-order: inherit;
            -ms-flex-order: inherit;
                order: inherit; } }
