.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; } }

@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: 'Example';
  src: url("../css/fonts/example-regular.eot") format("embedded-opentype"), url("../css/fonts/example-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/example-regular.woff2") format("woff2"), url("../css/fonts/example-regular.woff") format("woff"), url("../css/fonts/example-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

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

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

@font-face {
  font-family: 'Example';
  src: url("../css/fonts/example-bold-italic.eot") format("embedded-opentype"), url("../css/fonts/example-bold-italic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/example-bold-italic.woff2") format("woff2"), url("../css/fonts/example-bold-italic.woff") format("woff"), url("../css/fonts/example-bold-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  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,
.topic[data-type="lo-type-system-sim"] .card__duration::before,
.card.clickable[data-type="lo-type-system-sim"] .card__duration::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; }

[class^="icon-"], .tag .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
[class*=" icon-"],
[class^="glyphicon-"],
[class*=" glyphicon-"],
.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,
.topic[data-type="lo-type-system-sim"] .card__duration::before,
.card.clickable[data-type="lo-type-system-sim"] .card__duration::before {
  font-size: 33px;
  line-height: 1; }

.icon-add-to-collection::before {
  content: '\e000'; }

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

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

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

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

.icon-arrow-long-d::before {
  content: '\e005'; }

.icon-arrow-long-l::before {
  content: '\e006'; }

.icon-arrow-long-r::before {
  content: '\e007'; }

.icon-arrow-long-u::before {
  content: '\e008'; }

.icon-assessment:before {
  content: '\e04b'; }

.icon-audio::before {
  content: '\e009'; }

.icon-badge::before {
  content: '\e00a'; }

.icon-bell::before {
  content: '\e00b'; }

.icon-book::before {
  content: '\e00c'; }

.icon-browse::before {
  content: '\e00d'; }

.icon-browser::before {
  content: '\e00e'; }

.icon-carat-d::before, .input.select .dropdown::before,
.glyphicon-chevron-down::before,
.desc::before {
  content: '\e00f'; }

.icon-carat-l::before,
.glyphicon-chevron-left::before {
  content: '\e010'; }

.icon-carat-r::before,
.glyphicon-chevron-right::before {
  content: '\e011'; }

.icon-carat-u::before,
.glyphicon-chevron-up::before,
.asc::before {
  content: '\e012'; }

.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: '\e013'; }

.icon-circle-half::before {
  content: '\e014'; }

.icon-clipboard::before {
  content: '\e015'; }

.icon-collection::before {
  content: '\e016'; }

.icon-comment::before {
  content: '\e017'; }

.icon-contract:before {
  content: '\e04a'; }

.icon-drag::before {
  content: '\e018'; }

.icon-duplicate::before {
  content: '\e019'; }

.icon-ellipsis-h::before {
  content: '\e01a'; }

.icon-exclamation::before {
  content: '\e01b'; }

.icon-expand:before {
  content: '\e049'; }

.icon-eye::before {
  content: '\e01c'; }

.icon-eye-closed::before {
  content: '\e01d'; }

.icon-fast-forward::before {
  content: '\e01e'; }

.icon-flip::before {
  content: '\e01f'; }

.icon-floppy-remove::before,
.glyphicon-floppy-remove::before {
  content: '\e020'; }

.icon-floppy-saved::before,
.glyphicon-floppy-saved::before {
  content: '\e021'; }

.icon-gear::before {
  content: '\e022'; }

.icon-graph-bar::before {
  content: '\e023'; }

.icon-graph-line::before {
  content: '\e024'; }

.icon-home::before {
  content: '\e025'; }

.icon-hyperlink::before {
  content: '\e026'; }

.icon-info::before {
  content: '\e027'; }

.icon-keyhole::before {
  content: '\e028'; }

.icon-lightbulb::before {
  content: '\e029'; }

.icon-lightning::before {
  content: '\e02a'; }

.icon-lock::before {
  content: '\e02b'; }

.icon-map::before {
  content: '\e02c'; }

.icon-map-pin::before {
  content: '\e02d'; }

.icon-minus::before {
  content: '\e02e'; }

.icon-nav::before {
  content: '\e02f'; }

.icon-notes::before {
  content: '\e030'; }

.icon-no-phone::before, .topic[data-type="lo-type-system-sim"] .card__duration::before,
.card.clickable[data-type="lo-type-system-sim"] .card__duration::before {
  content: '\e04c'; }

.icon-pause::before {
  content: '\e031'; }

.icon-pencil::before,
.glyphicon-pencil::before {
  content: '\e032'; }

.icon-play::before {
  content: '\e033'; }

.icon-plus::before,
.glyphicon-plus::before {
  content: '\e034'; }

.icon-questions::before {
  content: '\e035'; }

.icon-repeat::before {
  content: '\e036'; }

.icon-return::before {
  content: '\e037'; }

.icon-review::before {
  content: '\e038'; }

.icon-rewind::before {
  content: '\e039'; }

.icon-search::before {
  content: '\e03a'; }

.icon-star::before {
  content: '\e03b'; }

.icon-star-filled::before {
  content: '\e03c'; }

.icon-strikes::before {
  content: '\e03d'; }

.icon-thumbs-d::before {
  content: '\e03e'; }

.icon-thumbs-u::before {
  content: '\e03f'; }

.icon-toc::before {
  content: '\e040'; }

.icon-trash::before {
  content: '\e041'; }

.icon-trophy::before {
  content: '\e042'; }

.icon-user::before {
  content: '\e043'; }

.icon-user-filled::before {
  content: '\e044'; }

.icon-users::before {
  content: '\e045'; }

.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: '\e046'; }

.icon-zoom-in::before {
  content: '\e047'; }

.icon-zoom-out::before {
  content: '\e048'; }

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: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 100%; }
  @media (min-width: 768px) {
    html {
      font-size: 110%; } }

body.overlay--open,
.genome-viewport .content__wrapper.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%;
  border: 1px solid #c0c0c0;
  border-spacing: 0; }
  table th,
  table td {
    padding: 0.75rem; }
  table th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left; }
  table thead tr {
    height: 50px;
    background-color: #fff;
    font-family: "EYInterstate", sans-serif;
    font-weight: bold; }
  table tbody tr {
    height: 72px;
    background-color: #fff; }
    table tbody tr:nth-of-type(even) {
      background-color: #f6f6fa; }
  table tbody td {
    border-top: 1px solid #c0c0c0; }
  table .input {
    margin-bottom: 0; }
  table .checkbox label::after {
    border-radius: 50%; }
  table .table__actions {
    min-width: 122px;
    text-align: center; }
  table .table__edit,
  table .table__delete {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  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: #188ce5;
  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: #2e2e38; }
  .engine-nav__btn.disabled {
    background-color: #808080; }
    .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 #188ce5;
      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: #333333; }
      ul li ul li ul li::before {
        border: 1px solid;
        background-color: transparent; }

.header--line {
  font: 1.25rem "EYInterstate", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  color: #2e2e38; }
  .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: #2e2e38;
    content: ''; }

.font__header--xl {
  font-family: "EYInterstate", 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: "EYInterstate", 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: "EYInterstate", 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: "EYInterstate", 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: "EYInterstate", 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: "EYInterstate", 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 .table__header .table__header__title {
  font-family: "EYInterstate", sans-serif;
  font-size: calc(1.75rem * 0.85);
  line-height: 1.2; }
  @media (min-width: 576px) {
    .font__subheader--m, .admin .table__header .table__header__title {
      font-size: 1.75rem; } }

.font__subheader--s, .search--large .text input,
.search--large .search__input, .banner .banner__title .title--small, .search-results__none,
.search-results__empty, .tripjs.trip-block.custom-joyride .trip-header {
  font-family: "EYInterstate", sans-serif;
  font-size: calc(1.5rem * 0.9);
  line-height: 1.35; }
  @media (min-width: 576px) {
    .font__subheader--s, .search--large .text input,
    .search--large .search__input, .banner .banner__title .title--small, .search-results__none,
    .search-results__empty, .tripjs.trip-block.custom-joyride .trip-header {
      font-size: 1.5rem; } }

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

.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: "EYInterstate", sans-serif; }

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

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

.btn--primary {
  min-width: 150px;
  max-width: 300px;
  display: block;
  margin: 0.5rem 0;
  padding: 0.75rem 1.5rem;
  background-color: #ffe600;
  color: #2e2e38;
  text-align: center;
  font: 1rem "EYInterstate", sans-serif;
  line-height: 100%;
  font-weight: 900;
  border: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 150ms; }
  .btn--primary.is--over:not([aria-disabled='true']) {
    border-color: #dac60b; }
  .btn--primary.btn--light.is--over:not([aria-disabled='true']) {
    background-color: #eaeaf2;
    border-color: #eaeaf2; }
  .btn--primary[aria-disabled='true'], .btn--primary.disabled, .btn--primary[disabled], .btn--primary[disabled='true'], .btn--primary.is--disabled {
    background-color: rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.13);
    color: rgba(0, 0, 0, 0.22); }

.btn--secondary {
  min-width: 150px;
  max-width: 300px;
  display: block;
  margin: 0.5rem 0;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  text-align: center;
  color: #2e2e38;
  font: 1rem "EYInterstate", sans-serif;
  line-height: 100%;
  font-weight: 900;
  border: 1px solid #2e2e38;
  transition: background-color 150ms; }
  .btn--secondary.is--over:not([aria-disabled='true']) {
    background-color: rgba(46, 46, 56, 0.15); }
  .btn--secondary.btn--light {
    color: #fff;
    border-color: #fff; }
    .btn--secondary.btn--light.is--over {
      background-color: rgba(255, 255, 255, 0.1); }
  .btn--secondary[aria-disabled='true'], .btn--secondary.disabled, .btn--secondary[disabled], .btn--secondary[disabled='true'], .btn--secondary.is--disabled {
    background-color: rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.13);
    color: rgba(0, 0, 0, 0.22); }

.btn--tertiary {
  max-width: 300px;
  display: block;
  margin: 0.5rem 0;
  padding: 0.75rem 0.75rem;
  background-color: transparent;
  color: #2e2e38;
  text-align: center;
  font: 1rem "EYInterstate", sans-serif;
  line-height: 100%;
  font-weight: 900;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: background-color 150ms, color 150ms; }
  .btn--tertiary.is--over:not([aria-disabled='true']) {
    background-color: rgba(46, 46, 56, 0.15); }
  .btn--tertiary.btn--light {
    color: #fff; }
    .btn--tertiary.btn--light.is--over {
      background-color: rgba(255, 255, 255, 0.1); }
  .btn--tertiary[aria-disabled='true'], .btn--tertiary.disabled, .btn--tertiary[disabled], .btn--tertiary[disabled='true'], .btn--tertiary.is--disabled {
    background-color: rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.13);
    color: rgba(0, 0, 0, 0.22); }

.btn--link {
  position: relative;
  color: #1162a0;
  cursor: pointer;
  background-color: transparent;
  font-weight: 900;
  transition: border-color 150ms; }
  .btn--link.is--over {
    text-decoration: underline; }
  .btn--link.btn--light {
    color: #ffe600; }
  .btn--link[aria-disabled='true'], .btn--link.disabled, .btn--link[disabled], .btn--link[disabled='true'], .btn--link.is--disabled {
    color: #808080; }

.btn--icon {
  width: 45px;
  height: 45px;
  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;
  background-color: transparent;
  color: #2e2e38;
  overflow: visible; }
  .btn--icon::before {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    border-radius: 50%;
    background-color: #2e2e38;
    -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);
    opacity: 0.2;
    content: ''; }
  .btn--icon.btn--light {
    color: #fff; }
    .btn--icon.btn--light::before {
      background-color: #fff; }
  .btn--icon[aria-disabled='true'], .btn--icon.disabled, .btn--icon[disabled], .btn--icon[disabled='true'], .btn--icon.is--disabled {
    color: #808080; }
    .btn--icon[aria-disabled='true']::before, .btn--icon.disabled::before, .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); }

.btn--icon-accent {
  width: 45px;
  height: 45px;
  background: #2e2e38;
  color: #fff;
  transition: all 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }
  .btn--icon-accent.is--over {
    background: #ffe600;
    color: #333333; }
  .btn--icon-accent[aria-disabled='true'], .btn--icon-accent.disabled, .btn--icon-accent[disabled], .btn--icon-accent[disabled='true'], .btn--icon-accent.is--disabled {
    color: #999999;
    background: #f0f0f0; }

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 "EYInterstate", 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: "EYInterstate", 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: 18px;
      font-weight: bold;
      color: #fff; }
    .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: #2e2e38; }
    .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: #808080; }
      .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 {
        background-color: #f0f0f0;
        border-color: transparent; }
    .input.checkbox input:disabled:checked + label::before,
    .input.checkbox input:disabled:checked + .checkbox__label::before,
    .input.checkbox input[aria-disabled='true']:checked + label::before,
    .input.checkbox input[aria-disabled='true']:checked + .checkbox__label::before,
    .input.checkbox .checkbox__input:disabled:checked + label::before,
    .input.checkbox .checkbox__input:disabled:checked + .checkbox__label::before,
    .input.checkbox .checkbox__input[aria-disabled='true']:checked + label::before,
    .input.checkbox .checkbox__input[aria-disabled='true']:checked + .checkbox__label::before {
      color: #999999; }
  .input.checkbox label,
  .input.checkbox .checkbox__label {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: 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: 1px;
      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: 1px solid #2e2e38;
      transition: background-color 250ms;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      content: ''; }

.input.radio {
  position: relative;
  font-family: "EYInterstate", 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::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: #2e2e38;
      -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: #808080; }
      .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: #808080; }
    .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: #999999; }
  .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: 1px solid #2e2e38;
      transition: background-color 250ms; }
    .input.radio label::after,
    .input.radio .radio__label::after {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 3px;
      left: 3px;
      -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: "EYInterstate", 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 {
      border-color: #2db757; }
    .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(15px, 0, 0);
              transform: translate3d(15px, 0, 0);
      background-color: #2db757; }
    .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: #808080; }
      .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: #808080; }
      .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 {
        border: 1px solid #808080;
        background-color: #fff; }
    .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: 34px;
      height: 14px;
      display: inline-block;
      margin-right: 5px;
      margin-top: 3px;
      background-color: transparent;
      border: 1px solid #2e2e38;
      transition: background-color 250ms;
      border-radius: 10px; }
    .input.toggle label::after,
    .input.toggle .toggle__label::after {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #2e2e38;
      border-radius: 50%;
      transition: all 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: 1px solid #2e2e38;
      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: #333333; }

.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: 1px solid #2e2e38;
  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 #2e2e38;
    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: #17171c;
      z-index: 0; }
    .input.select .dropdown::after {
      background-color: #ffe600;
      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 "EYInterstate", 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: 1px solid #2e2e38; }
  .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 #2e2e38;
  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: #2e2e38;
    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;
    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-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    margin: -0.25rem -0.5rem;
    margin-left: 0.25rem;
    padding: 0.2rem;
    text-align: center;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    line-height: 0;
    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: #ffe600;
    color: #2e2e38; }
  .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 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #17171c;
    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: 33px; }

.search {
  position: relative; }
  .search .search__btn {
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffe600;
    color: #2e2e38;
    transition: all 250ms; }
    .search .search__btn.is--over {
      background-color: #2e2e38;
      color: #fff; }
  .search .search__icon {
    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; }
  .search .search__submit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent;
    color: transparent;
    cursor: pointer; }
  .search .text {
    height: 100%;
    margin-bottom: 0; }
  .search .text input,
  .search .search__input {
    height: inherit;
    padding-right: 57px;
    border: 0; }
    .search .text input::-webkit-input-placeholder,
    .search .search__input::-webkit-input-placeholder {
      color: #808080; }
    .search .text input:-ms-input-placeholder,
    .search .search__input:-ms-input-placeholder {
      color: #808080; }
    .search .text input::placeholder,
    .search .search__input::placeholder {
      color: #808080; }
  .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: #2e2e38; }
  .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: #2e2e38; }
  .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(to right, #17171c, #2e2e38);
    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: #2e2e38; }
      .style-guide nav a:first-child {
        border-top: 0; }
      .style-guide nav a.is--over {
        background-color: #17171c; }
  .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: #ffe600"; }
  .style-guide .section__colors .colors__card:nth-of-type(1) .colors__hue {
    background: #ffe600; }
  .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: #2e2e38"; }
  .style-guide .section__colors .colors__card:nth-of-type(2) .colors__hue {
    background: #2e2e38; }
  .style-guide .section__colors .colors__card:nth-of-type(3) .colors__spec::before {
    content: "$color-accent-dark-01"; }
  .style-guide .section__colors .colors__card:nth-of-type(3) .colors__spec::after {
    content: "hex: #188ce5"; }
  .style-guide .section__colors .colors__card:nth-of-type(3) .colors__hue {
    background: #188ce5; }
  .style-guide .section__colors .colors__card:nth-of-type(4) .colors__spec::before {
    content: "$color-accent-dark-01-lighten"; }
  .style-guide .section__colors .colors__card:nth-of-type(4) .colors__spec::after {
    content: "hex: #8bc6f3"; }
  .style-guide .section__colors .colors__card:nth-of-type(4) .colors__hue {
    background: #8bc6f3; }
  .style-guide .section__colors .colors__card:nth-of-type(5) .colors__spec::before {
    content: "$color-accent-dark-02"; }
  .style-guide .section__colors .colors__card:nth-of-type(5) .colors__spec::after {
    content: "hex: #27acaa"; }
  .style-guide .section__colors .colors__card:nth-of-type(5) .colors__hue {
    background: #27acaa; }
  .style-guide .section__colors .colors__card:nth-of-type(6) .colors__spec::before {
    content: "$color-accent-dark-02-lighten"; }
  .style-guide .section__colors .colors__card:nth-of-type(6) .colors__spec::after {
    content: "hex: #85e3e2"; }
  .style-guide .section__colors .colors__card:nth-of-type(6) .colors__hue {
    background: #85e3e2; }
  .style-guide .section__colors .colors__card:nth-of-type(7) .colors__spec::before {
    content: "$color-accent-dark-03"; }
  .style-guide .section__colors .colors__card:nth-of-type(7) .colors__spec::after {
    content: "hex: #750e5c"; }
  .style-guide .section__colors .colors__card:nth-of-type(7) .colors__hue {
    background: #750e5c; }
  .style-guide .section__colors .colors__card:nth-of-type(8) .colors__spec::before {
    content: "$color-accent-dark-03-lighten"; }
  .style-guide .section__colors .colors__card:nth-of-type(8) .colors__spec::after {
    content: "hex: #eb56c7"; }
  .style-guide .section__colors .colors__card:nth-of-type(8) .colors__hue {
    background: #eb56c7; }
  .style-guide .section__colors .colors__card:nth-of-type(9) .colors__spec::before {
    content: "$color-accent-dark-04"; }
  .style-guide .section__colors .colors__card:nth-of-type(9) .colors__spec::after {
    content: "hex: #2db757"; }
  .style-guide .section__colors .colors__card:nth-of-type(9) .colors__hue {
    background: #2db757; }
  .style-guide .section__colors .colors__card:nth-of-type(10) .colors__spec::before {
    content: "$color-accent-dark-04-lighten"; }
  .style-guide .section__colors .colors__card:nth-of-type(10) .colors__spec::after {
    content: "hex: #8ee3a8"; }
  .style-guide .section__colors .colors__card:nth-of-type(10) .colors__hue {
    background: #8ee3a8; }
  .style-guide .section__colors .colors__card:nth-of-type(11) .colors__spec::before {
    content: "$color-accent-dark-05"; }
  .style-guide .section__colors .colors__card:nth-of-type(11) .colors__spec::after {
    content: "hex: #ff4136"; }
  .style-guide .section__colors .colors__card:nth-of-type(11) .colors__hue {
    background: #ff4136; }
  .style-guide .section__colors .colors__card:nth-of-type(12) .colors__spec::before {
    content: "$color-accent-dark-05-lighten"; }
  .style-guide .section__colors .colors__card:nth-of-type(12) .colors__spec::after {
    content: "hex: #ffa09b"; }
  .style-guide .section__colors .colors__card:nth-of-type(12) .colors__hue {
    background: #ffa09b; }
  .style-guide .section__colors .colors__card:nth-of-type(13) .colors__spec::before {
    content: "$color-accent-light-01"; }
  .style-guide .section__colors .colors__card:nth-of-type(13) .colors__spec::after {
    content: "hex: #9C82D4"; }
  .style-guide .section__colors .colors__card:nth-of-type(13) .colors__hue {
    background: #9C82D4; }
  .style-guide .section__colors .colors__card:nth-of-type(14) .colors__spec::before {
    content: "$color-accent-light-01-lighten"; }
  .style-guide .section__colors .colors__card:nth-of-type(14) .colors__spec::after {
    content: "hex: #cec1ea"; }
  .style-guide .section__colors .colors__card:nth-of-type(14) .colors__hue {
    background: #cec1ea; }
  .style-guide .section__colors .colors__card:nth-of-type(15) .colors__spec::before {
    content: "$color-success"; }
  .style-guide .section__colors .colors__card:nth-of-type(15) .colors__spec::after {
    content: "hex: #2db757"; }
  .style-guide .section__colors .colors__card:nth-of-type(15) .colors__hue {
    background: #2db757; }
  .style-guide .section__colors .colors__card:nth-of-type(16) .colors__spec::before {
    content: "$color-alert"; }
  .style-guide .section__colors .colors__card:nth-of-type(16) .colors__spec::after {
    content: "hex: #ff4136"; }
  .style-guide .section__colors .colors__card:nth-of-type(16) .colors__hue {
    background: #ff4136; }
  .style-guide .section__colors .colors__card:nth-of-type(17) .colors__spec::before {
    content: "$color-gray-900"; }
  .style-guide .section__colors .colors__card:nth-of-type(17) .colors__spec::after {
    content: "hex: #333333"; }
  .style-guide .section__colors .colors__card:nth-of-type(17) .colors__hue {
    background: #333333; }
  .style-guide .section__colors .colors__card:nth-of-type(18) .colors__spec::before {
    content: "$color-gray-700"; }
  .style-guide .section__colors .colors__card:nth-of-type(18) .colors__spec::after {
    content: "hex: #808080"; }
  .style-guide .section__colors .colors__card:nth-of-type(18) .colors__hue {
    background: #808080; }
  .style-guide .section__colors .colors__card:nth-of-type(19) .colors__spec::before {
    content: "$color-gray-500"; }
  .style-guide .section__colors .colors__card:nth-of-type(19) .colors__spec::after {
    content: "hex: #999999"; }
  .style-guide .section__colors .colors__card:nth-of-type(19) .colors__hue {
    background: #999999; }
  .style-guide .section__colors .colors__card:nth-of-type(20) .colors__spec::before {
    content: "$color-gray-300"; }
  .style-guide .section__colors .colors__card:nth-of-type(20) .colors__spec::after {
    content: "hex: #c0c0c0"; }
  .style-guide .section__colors .colors__card:nth-of-type(20) .colors__hue {
    background: #c0c0c0; }
  .style-guide .section__colors .colors__card:nth-of-type(21) .colors__spec::before {
    content: "$color-gray-100"; }
  .style-guide .section__colors .colors__card:nth-of-type(21) .colors__spec::after {
    content: "hex: #f0f0f0"; }
  .style-guide .section__colors .colors__card:nth-of-type(21) .colors__hue {
    background: #f0f0f0; }
  .style-guide .section__colors .colors__card:nth-of-type(22) .colors__spec::before {
    content: "$color-slate-900"; }
  .style-guide .section__colors .colors__card:nth-of-type(22) .colors__spec::after {
    content: "hex: #17171c"; }
  .style-guide .section__colors .colors__card:nth-of-type(22) .colors__hue {
    background: #17171c; }
  .style-guide .section__colors .colors__card:nth-of-type(23) .colors__spec::before {
    content: "$color-slate-200"; }
  .style-guide .section__colors .colors__card:nth-of-type(23) .colors__spec::after {
    content: "hex: #eaeaf2"; }
  .style-guide .section__colors .colors__card:nth-of-type(23) .colors__hue {
    background: #eaeaf2; }
  .style-guide .section__colors .colors__card:nth-of-type(24) .colors__spec::before {
    content: "$color-slate-100"; }
  .style-guide .section__colors .colors__card:nth-of-type(24) .colors__spec::after {
    content: "hex: #f6f6fa"; }
  .style-guide .section__colors .colors__card:nth-of-type(24) .colors__hue {
    background: #f6f6fa; }
  .style-guide .section__colors .colors__card:nth-of-type(25) .colors__spec::before {
    content: "$gradient-primary"; }
  .style-guide .section__colors .colors__card:nth-of-type(25) .colors__spec::after {
    content: "hex: linear-gradient(to right, #17171c, #2e2e38)"; }
  .style-guide .section__colors .colors__card:nth-of-type(25) .colors__hue {
    background: linear-gradient(to right, #17171c, #2e2e38); }
  .style-guide .section__colors .colors__card:nth-of-type(26) .colors__spec::before {
    content: "$gradient-secondary"; }
  .style-guide .section__colors .colors__card:nth-of-type(26) .colors__spec::after {
    content: "hex: linear-gradient(to right, rgba(46, 46, 56, 0.95) 0%, rgba(46, 46, 56, 0.95) 50%, rgba(46, 46, 56, 0.5) 70%, rgba(46, 46, 56, 0) 80%)"; }
  .style-guide .section__colors .colors__card:nth-of-type(26) .colors__hue {
    background: linear-gradient(to right, rgba(46, 46, 56, 0.95) 0%, rgba(46, 46, 56, 0.95) 50%, rgba(46, 46, 56, 0.5) 70%, rgba(46, 46, 56, 0) 80%); }
  .style-guide .section__colors .colors__card:nth-of-type(27) .colors__spec::before {
    content: "$gradient-tertiary"; }
  .style-guide .section__colors .colors__card:nth-of-type(27) .colors__spec::after {
    content: "hex: linear-gradient(to right, #27acaa, #188ce5)"; }
  .style-guide .section__colors .colors__card:nth-of-type(27) .colors__hue {
    background: linear-gradient(to right, #27acaa, #188ce5); }
  .style-guide .section__colors .colors__card:nth-of-type(28) .colors__spec::before {
    content: "$pattern-primary"; }
  .style-guide .section__colors .colors__card:nth-of-type(28) .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(28) .colors__hue {
    background: url("graphics/pattern-primary-gray-900.svg") 0 0/60px 60px repeat; }
  .style-guide .section__colors .colors__card:nth-of-type(29) .colors__spec::before {
    content: "$pattern-secondary"; }
  .style-guide .section__colors .colors__card:nth-of-type(29) .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(29) .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: #2e2e38;
    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: #999999; }
    .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: #188ce5;
    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.btn--light {
      background-color: #333333;
      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;
    padding-top: 50px; }
    @media (min-width: 768px) {
      body > .page {
        padding-top: 0;
        padding-left: 80px; } }
    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; }
  .footer .footer__btn-text {
    margin: 0 auto 0.25rem; }

.global-nav {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #2e2e38;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  z-index: 60; }
  @media (min-width: 768px) {
    .global-nav {
      width: 80px;
      height: 100%;
      min-height: 100vh;
      overflow-y: auto;
      overflow-x: hidden; } }
  .global-nav ul {
    padding: 0; }
    .global-nav ul li::before {
      display: none; }
  .global-nav .global-nav__header {
    height: 50px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1rem; }
    @media (min-width: 768px) {
      .global-nav .global-nav__header {
        height: auto;
        margin: 1rem; } }
    .global-nav .global-nav__header .global-nav__logo {
      margin-right: auto; }
      @media (min-width: 768px) {
        .global-nav .global-nav__header .global-nav__logo {
          margin-right: 0; } }
      .global-nav .global-nav__header .global-nav__logo .logo__img {
        height: 38px;
        display: block; }
    .global-nav .global-nav__header .global-nav__menu,
    .global-nav .global-nav__header .engine-nav__notes {
      margin-left: 1rem; }
  .global-nav .global-nav__list {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0); }
    @media (min-width: 768px) {
      .global-nav .global-nav__list {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .global-nav .global-nav__profile {
    text-align: center; }
    @media (min-width: 768px) {
      .global-nav .global-nav__profile {
        height: 0;
        opacity: 0;
        -webkit-transform: scale3d(0.2, 0.2, 1);
                transform: scale3d(0.2, 0.2, 1); } }
    .global-nav .global-nav__profile .global-nav__initials {
      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: 0 auto 0.75rem;
      border: 2px solid #fff;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .global-nav .global-nav__profile .global-nav__initials {
          width: 110px;
          height: 110px; } }
    .global-nav .global-nav__profile .global-nav__name {
      font-weight: 900;
      font-family: "EYInterstate", sans-serif; }
    .global-nav .global-nav__profile .global-nav__logout {
      margin: 0.75rem auto; }
  .global-nav .global-nav__item {
    transition: background-color 250ms; }
    .global-nav .global-nav__item.is--over {
      background-color: #17171c; }
    .global-nav .global-nav__item.is--active {
      background-color: #17171c; }
    .global-nav .global-nav__item > * {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.5rem; }
      @media (min-width: 768px) {
        .global-nav .global-nav__item > * {
          height: 80px; } }
    .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 {
      width: 0;
      opacity: 0;
      transition: opacity 100ms; }
    .global-nav .global-nav__item .new-badge {
      width: 10px;
      height: 10px;
      position: absolute;
      right: 10px;
      top: 30px;
      background-color: #ff4136;
      border-radius: 50%; }
  .global-nav .global-nav__admin {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .global-nav .global-nav__toggle-desktop {
    margin: 1rem;
    text-align: center; }
    .global-nav .global-nav__toggle-desktop .toggle__btn {
      margin-left: auto; }
  .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); }
  .global-nav.is--open {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 768px) {
      .global-nav.is--open {
        width: 350px; } }
    @media (min-width: 768px) {
      .global-nav.is--open .global-nav__profile {
        height: 220px;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        opacity: 1; } }
    .global-nav.is--open .global-nav__list {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .global-nav.is--open .global-nav__item-text {
      width: auto;
      opacity: 1; }
    .global-nav.is--open .global-nav__toggle-desktop {
      text-align: right; }
      .global-nav.is--open .global-nav__toggle-desktop .toggle__btn {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

.engine-nav__notes {
  display: none; }
  @media (min-width: 768px) {
    .engine-nav__notes {
      position: absolute;
      top: 0;
      left: calc(80px + 55px);
      display: block; } }

@media (min-width: 768px) {
  .engine-nav__collect__wrapper {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 1000; } }

.final-overlay-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  padding: 1.5rem 0.25rem;
  background: #ffe600;
  color: #2e2e38;
  -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: #2e2e38;
    color: #fff; }
  .final-overlay-toggle .final-overlay__close {
    display: none; }
  .final-overlay-toggle.is--open .final-overlay__open {
    display: none; }
  .final-overlay-toggle.is--open .final-overlay__close {
    display: block; }

.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 > * {
      width: 35px;
      margin: 0 0.25rem;
      text-align: center; }
  .paginator .paginator__counter {
    font-weight: 900; }
  .paginator .next.disabled .btn--icon,
  .paginator .prev.disabled .btn--icon {
    color: #808080; }
    .paginator .next.disabled .btn--icon::before,
    .paginator .prev.disabled .btn--icon::before {
      display: none; }
  .paginator .active {
    font-weight: 900;
    border-bottom: 3px solid; }
  .paginator li {
    list-style-type: none; }

.admin .edit__section__body [class^='col-'],
.input-overlay .input-overlay__body [class^='col-'],
.users .account__item [class^='col-'],
.users.no-auth [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,
  .users.no-auth [class^='col-']:empty,
  .users.no-auth [class^='col-']:last-child,
  .upload-confirm__content [class^='col-']:empty,
  .upload-confirm__content [class^='col-']:last-child {
    margin-bottom: 0; }

.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;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  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; } }
  .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(to right, #17171c, #2e2e38);
  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 {
    width: 50px;
    height: 50px;
    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: #27acaa;
    border: 2px solid #fff;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .flash-messages .badge-toast .badge-toast__icon {
        width: 60px;
        height: 60px;
        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: #ff4136; }

.banner {
  background: linear-gradient(to right, #17171c, #2e2e38);
  color: #fff;
  z-index: 2; }
  .banner .banner__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    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; }
  .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(to right, #27acaa, #188ce5);
    -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(to right, #17171c, #2e2e38); }
      .banner.banner--featured .banner__graphic::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(46, 46, 56, 0.85);
        content: ''; }
        @media (min-width: 992px) {
          .banner.banner--featured .banner__graphic::before {
            background: linear-gradient(to right, rgba(46, 46, 56, 0.95) 0%, rgba(46, 46, 56, 0.95) 50%, rgba(46, 46, 56, 0.5) 70%, rgba(46, 46, 56, 0) 80%); } }
    .banner.banner--featured .banner__content {
      padding-top: 1rem; }
    @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: #2e2e38;
      border: 4px solid #2e2e38; }
    .banner.banner--featured .banner__body {
      max-width: 400px;
      margin-left: 0.75rem; }
  @media (min-width: 992px) {
    .banner.banner--featured--empty {
      min-height: auto; } }

.topic,
.card.clickable {
  position: relative;
  padding: 0.75rem;
  color: #fff;
  border: 2px solid #2e2e38;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  font-family: "EYInterstate", sans-serif;
  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.clickable {
      padding: 1rem; } }
  .topic[data-type="lo-type-system-sim"] .card__duration,
  .card.clickable[data-type="lo-type-system-sim"] .card__duration {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .topic[data-type="lo-type-system-sim"] .card__duration::before,
    .card.clickable[data-type="lo-type-system-sim"] .card__duration::before {
      margin-right: 0.3rem;
      color: #27acaa; }
  .topic.is--locked,
  .card.clickable.is--locked {
    box-shadow: none;
    border-color: #808080;
    cursor: default;
    background: #808080 !important; }
    .topic.is--locked::before,
    .card.clickable.is--locked::before {
      background: rgba(51, 51, 51, 0.5); }
      @media (min-width: 768px) {
        .topic.is--locked::before,
        .card.clickable.is--locked::before {
          background: linear-gradient(to top, #333333, rgba(51, 51, 51, 0)); } }
    .topic.is--locked .card__arrow,
    .card.clickable.is--locked .card__arrow {
      background-color: #c0c0c0; }
    .topic.is--locked .card__locked__icon,
    .card.clickable.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: #999999;
      opacity: 0.3;
      line-height: 0;
      z-index: -1; }
      @media (min-width: 768px) {
        .topic.is--locked .card__locked__icon,
        .card.clickable.is--locked .card__locked__icon {
          font-size: 150px; } }
  .topic:not(.is--locked).is--over,
  .card.clickable: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.clickable .card__completed {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    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: 0.5rem;
    background-color: #2e2e38;
    border-radius: 50%; }

.topic {
  display: block;
  margin-bottom: 1rem;
  border: 2px solid #2e2e38;
  background: linear-gradient(to right, #27acaa, #188ce5); }
  .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: 992px) {
    .card__list.card__list--max-3 .card {
      width: calc(50% - (0.5rem * 2)); } }
  @media (min-width: 1200px) {
    .card__list.card__list--max-3 .card {
      width: calc(33.33% - (0.5rem * 2)); } }

.card.clickable {
  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, #27acaa, #188ce5);
  border-radius: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .card.clickable {
      min-height: 250px;
      padding-top: 2rem; } }
  .card.clickable:nth-child(3n) {
    background: url("graphics/pattern-secondary-gray-900.svg") 0 0/63px 63px repeat, linear-gradient(to right, #27acaa, #188ce5); }

@-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.clickable.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.clickable::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(46, 46, 56, 0.8);
    z-index: -1;
    content: ''; }
    @media (min-width: 768px) {
      .card.clickable::before {
        background: linear-gradient(to top, rgba(46, 46, 56, 0.95) 0%, rgba(46, 46, 56, 0.95) 50%, rgba(46, 46, 56, 0) 90%); } }
  .card.clickable .card__arrow {
    width: 60px;
    background-color: #ffe600; }
    @media (min-width: 576px) {
      .card.clickable .card__arrow {
        width: 80px; } }
  .card.clickable .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.clickable .card__required {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    color: #2e2e38; }
    .card.clickable .card__required::before {
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      right: 0;
      border-top: 60px solid #ffe600;
      border-left: 60px solid transparent;
      z-index: -1;
      content: ''; }

.filters__toggle {
  display: inline-block; }
  .filters__toggle .toggle__text {
    display: inline-block;
    margin: 0 0.2rem; }
  .filters__toggle > * {
    vertical-align: middle; }
  @media (min-width: 992px) {
    .filters__toggle {
      display: none; } }

.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; } }
  @media (min-width: 768px) {
    .filters.filters--inline .checkbox:last-child {
      margin-bottom: 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: 210px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        background-color: #3a3a46; } }
  .filters .filters__title {
    font-weight: lighter; }
    @media (min-width: 992px) {
      .filters .filters__title {
        color: #fff; } }
  .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%;
    max-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #333333;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
    overflow-y: auto;
    z-index: 1; }
    .live-search__wrapper .live-search:empty {
      display: none; }
    .live-search__wrapper .live-search.is--full {
      display: inherit; }
    .live-search__wrapper .live-search .live-search__text {
      padding: 0.75rem; }
    .live-search__wrapper .live-search .live-search__result {
      padding: 0;
      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%;
        padding: 0.75rem;
        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 {
  display: none; }

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

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

@media (min-width: 768px) {
  .users.login .graphic__wrapper::before {
    background: linear-gradient(to right, rgba(46, 46, 56, 0.95) 0%, rgba(46, 46, 56, 0.95) 50%, rgba(46, 46, 56, 0.5) 70%, rgba(46, 46, 56, 0) 80%); } }

@media (min-width: 768px) {
  .users.login .login__wrapper {
    min-height: 100vh; }
    .users.login .login__wrapper::after {
      min-height: inherit;
      display: block;
      font-size: 0;
      content: ''; } }

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

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

.users.login .login__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0; }
  .users.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 {
  width: 100%;
  margin: 0 auto; }

.users.login .login__callout {
  max-width: 300px;
  margin: 1rem auto; }
  @media (min-width: 768px) {
    .users.login .login__callout {
      max-width: 480px; } }
  .users.login .login__callout .callout__title {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    padding: 1.5rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .users.login .login__callout .callout__graphic {
    width: 100%; }

.users.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; }

@-webkit-keyframes cardSlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes cardSlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes growColorBlockTall {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes growColorBlockTall {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes growColorBlockWide {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes growColorBlockWide {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes colorAnimation {
  0% {
    background-color: #188ce5; }
  100% {
    background-color: #27acaa; } }

@keyframes colorAnimation {
  0% {
    background-color: #188ce5; }
  100% {
    background-color: #27acaa; } }

@-webkit-keyframes colorSizeAnimation {
  0% {
    background-color: #188ce5; }
  45% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    background-color: #188ce5; }
  50% {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1); }
  55% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    background-color: #27acaa; }
  100% {
    background-color: #27acaa; } }

@keyframes colorSizeAnimation {
  0% {
    background-color: #188ce5; }
  45% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    background-color: #188ce5; }
  50% {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1); }
  55% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    background-color: #27acaa; }
  100% {
    background-color: #27acaa; } }

.learningobjects.home .dashboard__algorithm {
  margin-top: 1.5rem; }

.learningobjects.home .algorithm-callout {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-animation: fadeIn 300ms;
          animation: fadeIn 300ms;
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  @media (min-width: 768px) {
    .learningobjects.home .algorithm-callout {
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; } }
  .learningobjects.home .algorithm-callout .algorithm-callout__item {
    margin-bottom: 1rem; }
  .learningobjects.home .algorithm-callout .recently-visited__lo {
    text-align: left; }

@media (min-width: 576px) {
  .learningobjects.home .dashboard__cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.learningobjects.home .dashboard__cards > * {
  margin-bottom: 0.75rem; }
  @media (min-width: 992px) {
    .learningobjects.home .dashboard__cards > * {
      margin: 0.5rem;
      -webkit-animation-timing-function: cubic-bezier(0.06, 0.32, 0.375, 0.995);
              animation-timing-function: cubic-bezier(0.06, 0.32, 0.375, 0.995);
      -webkit-animation-fill-mode: backwards;
              animation-fill-mode: backwards; }
      .learningobjects.home .dashboard__cards > *:nth-child(0) {
        -webkit-animation-delay: 0ms;
                animation-delay: 0ms;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
        .learningobjects.home .dashboard__cards > *:nth-child(0)::before {
          -webkit-animation-delay: 0ms;
                  animation-delay: 0ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(0)::after {
          -webkit-animation-delay: 0ms;
                  animation-delay: 0ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(1) {
        -webkit-animation-delay: 75ms;
                animation-delay: 75ms;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        .learningobjects.home .dashboard__cards > *:nth-child(1)::before {
          -webkit-animation-delay: 1000ms;
                  animation-delay: 1000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(1)::after {
          -webkit-animation-delay: 2000ms;
                  animation-delay: 2000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(2) {
        -webkit-animation-delay: 150ms;
                animation-delay: 150ms;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
        .learningobjects.home .dashboard__cards > *:nth-child(2)::before {
          -webkit-animation-delay: 2000ms;
                  animation-delay: 2000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(2)::after {
          -webkit-animation-delay: 4000ms;
                  animation-delay: 4000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(3) {
        -webkit-animation-delay: 225ms;
                animation-delay: 225ms;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; }
        .learningobjects.home .dashboard__cards > *:nth-child(3)::before {
          -webkit-animation-delay: 3000ms;
                  animation-delay: 3000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(3)::after {
          -webkit-animation-delay: 6000ms;
                  animation-delay: 6000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(4) {
        -webkit-animation-delay: 300ms;
                animation-delay: 300ms;
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4; }
        .learningobjects.home .dashboard__cards > *:nth-child(4)::before {
          -webkit-animation-delay: 4000ms;
                  animation-delay: 4000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(4)::after {
          -webkit-animation-delay: 8000ms;
                  animation-delay: 8000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(5) {
        -webkit-animation-delay: 375ms;
                animation-delay: 375ms;
        -webkit-order: 5;
            -ms-flex-order: 5;
                order: 5; }
        .learningobjects.home .dashboard__cards > *:nth-child(5)::before {
          -webkit-animation-delay: 5000ms;
                  animation-delay: 5000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(5)::after {
          -webkit-animation-delay: 10000ms;
                  animation-delay: 10000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(6) {
        -webkit-animation-delay: 450ms;
                animation-delay: 450ms;
        -webkit-order: 6;
            -ms-flex-order: 6;
                order: 6; }
        .learningobjects.home .dashboard__cards > *:nth-child(6)::before {
          -webkit-animation-delay: 6000ms;
                  animation-delay: 6000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(6)::after {
          -webkit-animation-delay: 12000ms;
                  animation-delay: 12000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(7) {
        -webkit-animation-delay: 525ms;
                animation-delay: 525ms;
        -webkit-order: 7;
            -ms-flex-order: 7;
                order: 7; }
        .learningobjects.home .dashboard__cards > *:nth-child(7)::before {
          -webkit-animation-delay: 7000ms;
                  animation-delay: 7000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(7)::after {
          -webkit-animation-delay: 14000ms;
                  animation-delay: 14000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(8) {
        -webkit-animation-delay: 600ms;
                animation-delay: 600ms;
        -webkit-order: 8;
            -ms-flex-order: 8;
                order: 8; }
        .learningobjects.home .dashboard__cards > *:nth-child(8)::before {
          -webkit-animation-delay: 8000ms;
                  animation-delay: 8000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(8)::after {
          -webkit-animation-delay: 16000ms;
                  animation-delay: 16000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(9) {
        -webkit-animation-delay: 675ms;
                animation-delay: 675ms;
        -webkit-order: 9;
            -ms-flex-order: 9;
                order: 9; }
        .learningobjects.home .dashboard__cards > *:nth-child(9)::before {
          -webkit-animation-delay: 9000ms;
                  animation-delay: 9000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(9)::after {
          -webkit-animation-delay: 18000ms;
                  animation-delay: 18000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(10) {
        -webkit-animation-delay: 750ms;
                animation-delay: 750ms;
        -webkit-order: 10;
            -ms-flex-order: 10;
                order: 10; }
        .learningobjects.home .dashboard__cards > *:nth-child(10)::before {
          -webkit-animation-delay: 10000ms;
                  animation-delay: 10000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(10)::after {
          -webkit-animation-delay: 20000ms;
                  animation-delay: 20000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(11) {
        -webkit-animation-delay: 825ms;
                animation-delay: 825ms;
        -webkit-order: 11;
            -ms-flex-order: 11;
                order: 11; }
        .learningobjects.home .dashboard__cards > *:nth-child(11)::before {
          -webkit-animation-delay: 11000ms;
                  animation-delay: 11000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(11)::after {
          -webkit-animation-delay: 22000ms;
                  animation-delay: 22000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(12) {
        -webkit-animation-delay: 900ms;
                animation-delay: 900ms;
        -webkit-order: 12;
            -ms-flex-order: 12;
                order: 12; }
        .learningobjects.home .dashboard__cards > *:nth-child(12)::before {
          -webkit-animation-delay: 12000ms;
                  animation-delay: 12000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(12)::after {
          -webkit-animation-delay: 24000ms;
                  animation-delay: 24000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(13) {
        -webkit-animation-delay: 975ms;
                animation-delay: 975ms;
        -webkit-order: 13;
            -ms-flex-order: 13;
                order: 13; }
        .learningobjects.home .dashboard__cards > *:nth-child(13)::before {
          -webkit-animation-delay: 13000ms;
                  animation-delay: 13000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(13)::after {
          -webkit-animation-delay: 26000ms;
                  animation-delay: 26000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(14) {
        -webkit-animation-delay: 1050ms;
                animation-delay: 1050ms;
        -webkit-order: 14;
            -ms-flex-order: 14;
                order: 14; }
        .learningobjects.home .dashboard__cards > *:nth-child(14)::before {
          -webkit-animation-delay: 14000ms;
                  animation-delay: 14000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(14)::after {
          -webkit-animation-delay: 28000ms;
                  animation-delay: 28000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(15) {
        -webkit-animation-delay: 1125ms;
                animation-delay: 1125ms;
        -webkit-order: 15;
            -ms-flex-order: 15;
                order: 15; }
        .learningobjects.home .dashboard__cards > *:nth-child(15)::before {
          -webkit-animation-delay: 15000ms;
                  animation-delay: 15000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(15)::after {
          -webkit-animation-delay: 30000ms;
                  animation-delay: 30000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(16) {
        -webkit-animation-delay: 1200ms;
                animation-delay: 1200ms;
        -webkit-order: 16;
            -ms-flex-order: 16;
                order: 16; }
        .learningobjects.home .dashboard__cards > *:nth-child(16)::before {
          -webkit-animation-delay: 16000ms;
                  animation-delay: 16000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(16)::after {
          -webkit-animation-delay: 32000ms;
                  animation-delay: 32000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(17) {
        -webkit-animation-delay: 1275ms;
                animation-delay: 1275ms;
        -webkit-order: 17;
            -ms-flex-order: 17;
                order: 17; }
        .learningobjects.home .dashboard__cards > *:nth-child(17)::before {
          -webkit-animation-delay: 17000ms;
                  animation-delay: 17000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(17)::after {
          -webkit-animation-delay: 34000ms;
                  animation-delay: 34000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(18) {
        -webkit-animation-delay: 1350ms;
                animation-delay: 1350ms;
        -webkit-order: 18;
            -ms-flex-order: 18;
                order: 18; }
        .learningobjects.home .dashboard__cards > *:nth-child(18)::before {
          -webkit-animation-delay: 18000ms;
                  animation-delay: 18000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(18)::after {
          -webkit-animation-delay: 36000ms;
                  animation-delay: 36000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(19) {
        -webkit-animation-delay: 1425ms;
                animation-delay: 1425ms;
        -webkit-order: 19;
            -ms-flex-order: 19;
                order: 19; }
        .learningobjects.home .dashboard__cards > *:nth-child(19)::before {
          -webkit-animation-delay: 19000ms;
                  animation-delay: 19000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(19)::after {
          -webkit-animation-delay: 38000ms;
                  animation-delay: 38000ms; }
      .learningobjects.home .dashboard__cards > *:nth-child(20) {
        -webkit-animation-delay: 1500ms;
                animation-delay: 1500ms;
        -webkit-order: 20;
            -ms-flex-order: 20;
                order: 20; }
        .learningobjects.home .dashboard__cards > *:nth-child(20)::before {
          -webkit-animation-delay: 20000ms;
                  animation-delay: 20000ms; }
        .learningobjects.home .dashboard__cards > *:nth-child(20)::after {
          -webkit-animation-delay: 40000ms;
                  animation-delay: 40000ms; } }

.learningobjects.home .dashboard__cards .card {
  width: 100%;
  background: #2e2e38 !important;
  border-color: #2e2e38;
  -webkit-animation-name: cardSlideUp;
          animation-name: cardSlideUp;
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
  background-size: cover; }
  @media (min-width: 992px) {
    .learningobjects.home .dashboard__cards .card {
      width: calc(50% - (0.5rem * 2)); } }
  @media (min-width: 1200px) {
    .learningobjects.home .dashboard__cards .card {
      width: calc(33.333% - (0.5rem * 2)); } }
  .learningobjects.home .dashboard__cards .card:first-child {
    margin-top: 0; }
  .learningobjects.home .dashboard__cards .card .card__title {
    font-size: 1.5rem; }

.learningobjects.home .dashboard__cards .card__what-is-next {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: -0.75rem;
  padding: 0.5rem;
  background-color: #ffe600;
  color: #2e2e38; }
  @media (min-width: 768px) {
    .learningobjects.home .dashboard__cards .card__what-is-next {
      margin-left: -1rem; } }

.learningobjects.home .dashboard__cards .card--horizontal-3 {
  width: 100%; }
  .learningobjects.home .dashboard__cards .card--horizontal-3 .card__title {
    font-size: 2rem; }
    @media (min-width: 1200px) {
      .learningobjects.home .dashboard__cards .card--horizontal-3 .card__title {
        font-size: 2.5rem; } }

.learningobjects.home .dashboard__cards .card--horizontal-2 {
  width: 100%; }
  @media (min-width: 1200px) {
    .learningobjects.home .dashboard__cards .card--horizontal-2 {
      width: calc(66.666% - (0.5rem * 2)); } }
  @media (min-width: 768px) {
    .learningobjects.home .dashboard__cards .card--horizontal-2 .card__title {
      font-size: 2rem; } }

.learningobjects.home .dashboard__cards .color-block {
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 350ms;
          animation-duration: 350ms; }
  @media (min-width: 1200px) {
    .learningobjects.home .dashboard__cards .color-block {
      width: calc(16.666% - (0.5rem * 2));
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .learningobjects.home .dashboard__cards .color-block::before, .learningobjects.home .dashboard__cards .color-block::after {
    width: 100%;
    height: calc(50% - 0.5rem);
    display: block;
    background: #188ce5;
    -webkit-animation-name: colorSizeAnimation;
            animation-name: colorSizeAnimation;
    -webkit-animation-duration: 8000ms;
            animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    content: ''; }
  .learningobjects.home .dashboard__cards .color-block::before {
    -webkit-animation-direction: alternate;
            animation-direction: alternate; }
  .learningobjects.home .dashboard__cards .color-block::after {
    -webkit-animation-direction: alternate-reverse;
            animation-direction: alternate-reverse;
    margin-top: auto; }

.learningobjects.home .dashboard__cards[data-order='1'] .color-block-05, .learningobjects.home .dashboard__cards[data-order='2'] .color-block-04,
.learningobjects.home .dashboard__cards[data-order='2'] .color-block-07, .learningobjects.home .dashboard__cards[data-order='3'] .color-block-01,
.learningobjects.home .dashboard__cards[data-order='3'] .color-block-06, .learningobjects.home .dashboard__cards[data-order='4'] .color-block-07,
.learningobjects.home .dashboard__cards[data-order='4'] .color-block-08, .learningobjects.home .dashboard__cards[data-order='5'] .color-block-08 {
  -webkit-animation-name: growColorBlockTall;
          animation-name: growColorBlockTall;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left; }
  .learningobjects.home .dashboard__cards[data-order='1'] .color-block-05::before, .learningobjects.home .dashboard__cards[data-order='2'] .color-block-04::before,
  .learningobjects.home .dashboard__cards[data-order='2'] .color-block-07::before, .learningobjects.home .dashboard__cards[data-order='3'] .color-block-01::before,
  .learningobjects.home .dashboard__cards[data-order='3'] .color-block-06::before, .learningobjects.home .dashboard__cards[data-order='4'] .color-block-07::before,
  .learningobjects.home .dashboard__cards[data-order='4'] .color-block-08::before, .learningobjects.home .dashboard__cards[data-order='5'] .color-block-08::before {
    height: 100%;
    -webkit-animation: colorAnimation 10000ms infinite alternate;
            animation: colorAnimation 10000ms infinite alternate;
    background-color: #188ce5;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .learningobjects.home .dashboard__cards[data-order='1'] .color-block-05::after, .learningobjects.home .dashboard__cards[data-order='2'] .color-block-04::after,
  .learningobjects.home .dashboard__cards[data-order='2'] .color-block-07::after, .learningobjects.home .dashboard__cards[data-order='3'] .color-block-01::after,
  .learningobjects.home .dashboard__cards[data-order='3'] .color-block-06::after, .learningobjects.home .dashboard__cards[data-order='4'] .color-block-07::after,
  .learningobjects.home .dashboard__cards[data-order='4'] .color-block-08::after, .learningobjects.home .dashboard__cards[data-order='5'] .color-block-08::after {
    display: none; }

.learningobjects.home .dashboard__cards[data-order='1'] .color-block-07, .learningobjects.home .dashboard__cards[data-order='2'] .color-block-01, .learningobjects.home .dashboard__cards[data-order='3'] .color-block-07, .learningobjects.home .dashboard__cards[data-order='4'] .color-block-01, .learningobjects.home .dashboard__cards[data-order='5'] .color-block-05 {
  width: calc(33.333% - (0.5rem * 2));
  -webkit-animation-name: growColorBlockWide;
          animation-name: growColorBlockWide;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left; }
  .learningobjects.home .dashboard__cards[data-order='1'] .color-block-07::before, .learningobjects.home .dashboard__cards[data-order='2'] .color-block-01::before, .learningobjects.home .dashboard__cards[data-order='3'] .color-block-07::before, .learningobjects.home .dashboard__cards[data-order='4'] .color-block-01::before, .learningobjects.home .dashboard__cards[data-order='5'] .color-block-05::before {
    -webkit-animation: colorAnimation 15000ms infinite alternate-reverse;
            animation: colorAnimation 15000ms infinite alternate-reverse;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .learningobjects.home .dashboard__cards[data-order='1'] .color-block-07::after, .learningobjects.home .dashboard__cards[data-order='2'] .color-block-01::after, .learningobjects.home .dashboard__cards[data-order='3'] .color-block-07::after, .learningobjects.home .dashboard__cards[data-order='4'] .color-block-01::after, .learningobjects.home .dashboard__cards[data-order='5'] .color-block-05::after {
    -webkit-animation: colorAnimation 8000ms infinite alternate;
            animation: colorAnimation 8000ms infinite alternate;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    opacity: 0.5; }
  .learningobjects.home .dashboard__cards[data-order='1'] .color-block-07 + .color-block, .learningobjects.home .dashboard__cards[data-order='2'] .color-block-01 + .color-block, .learningobjects.home .dashboard__cards[data-order='3'] .color-block-07 + .color-block, .learningobjects.home .dashboard__cards[data-order='4'] .color-block-01 + .color-block, .learningobjects.home .dashboard__cards[data-order='5'] .color-block-05 + .color-block {
    display: none; }

.learningobjects.home .dashboard__cards[data-order='1'] .color-block-01::before,
.learningobjects.home .dashboard__cards[data-order='1'] .color-block-02::after {
  opacity: 0.5; }

.learningobjects.home .dashboard__cards[data-order='1'] .color-block-03,
.learningobjects.home .dashboard__cards[data-order='1'] .color-block-04 {
  display: none !important; }

.learningobjects.home .dashboard__cards[data-order='1'] .color-block-05 {
  opacity: 0.5; }

.learningobjects.home .dashboard__cards[data-order='1'] .card-04 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.learningobjects.home .dashboard__cards[data-order='2'] .color-block-03::before,
.learningobjects.home .dashboard__cards[data-order='2'] .color-block-08::after {
  opacity: 0.5; }

.learningobjects.home .dashboard__cards[data-order='2'] .color-block-05,
.learningobjects.home .dashboard__cards[data-order='2'] .color-block-06 {
  display: none !important; }

.learningobjects.home .dashboard__cards[data-order='2'] .card-01 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.learningobjects.home .dashboard__cards[data-order='3'] .color-block-02::after,
.learningobjects.home .dashboard__cards[data-order='3'] .color-block-03 {
  opacity: 0.5; }

.learningobjects.home .dashboard__cards[data-order='3'] .color-block-04,
.learningobjects.home .dashboard__cards[data-order='3'] .color-block-05 {
  display: none !important; }

.learningobjects.home .dashboard__cards[data-order='3'] .card-01 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.learningobjects.home .dashboard__cards[data-order='4'] .color-block-05,
.learningobjects.home .dashboard__cards[data-order='4'] .color-block-06 {
  opacity: 0.5; }

.learningobjects.home .dashboard__cards[data-order='4'] .color-block-03,
.learningobjects.home .dashboard__cards[data-order='4'] .color-block-04 {
  display: none !important; }

.learningobjects.home .dashboard__cards[data-order='4'] .card-01 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.learningobjects.home .dashboard__cards[data-order='4'] .card-03 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.learningobjects.home .dashboard__cards[data-order='4'] .card-04 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.learningobjects.home .dashboard__cards[data-order='5'] .color-block-01,
.learningobjects.home .dashboard__cards[data-order='5'] .color-block-02 {
  display: none !important; }

.learningobjects.home .dashboard__cards[data-order='5'] .color-block-03::before,
.learningobjects.home .dashboard__cards[data-order='5'] .color-block-07 {
  opacity: 0.5; }

.learningobjects.home .dashboard__cards[data-order='5'] .card-01 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.learningobjects.home .dashboard__cards[data-order='5'] .card-02 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.learningobjects.home .dashboard__cards[data-order='5'] .card-03 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.learningobjects.home .dashboard__accordion .topic__header {
  position: relative;
  padding: 1rem;
  background: linear-gradient(to right, #27acaa, #188ce5);
  color: #fff; }
  .learningobjects.home .dashboard__accordion .topic__header .header__title,
  .learningobjects.home .dashboard__accordion .topic__header .header__counter {
    margin-right: 40px; }
  .learningobjects.home .dashboard__accordion .topic__header .header__counter {
    margin-top: 0.5rem;
    font-family: "EYInterstate", sans-serif; }
  .learningobjects.home .dashboard__accordion .topic__header .header__toggle {
    width: 45px;
    height: 100%;
    position: absolute;
    top: 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;
    background-color: rgba(255, 255, 255, 0.35); }
  .learningobjects.home .dashboard__accordion .topic__header .toggle--closed {
    display: none; }

.learningobjects.home .dashboard__accordion .topic-block {
  margin-top: 1rem; }
  .learningobjects.home .dashboard__accordion .topic-block.collapsed .toggle--opened {
    display: none; }
  .learningobjects.home .dashboard__accordion .topic-block.collapsed .toggle--closed {
    display: block; }
  .learningobjects.home .dashboard__accordion .topic-block.collapsed .topic__items {
    display: none; }

.learningobjects.home .dashboard__accordion .topic__items {
  background-color: #2e2e38;
  color: #fff; }
  .learningobjects.home .dashboard__accordion .topic__items .items__description {
    padding: 1rem;
    background: linear-gradient(to right, #17171c, #2e2e38); }
  .learningobjects.home .dashboard__accordion .topic__items .topic__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 1rem;
    transition: background-color 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }
    .learningobjects.home .dashboard__accordion .topic__items .topic__item.complete .item__completed {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .learningobjects.home .dashboard__accordion .topic__items .topic__item.is--over {
      background-color: #17171c; }
  .learningobjects.home .dashboard__accordion .topic__items .item__completed {
    width: 40px;
    height: 40px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #17171c;
    display: none; }
  .learningobjects.home .dashboard__accordion .topic__items .item__number {
    color: #27acaa;
    margin-right: 0.75rem; }
  .learningobjects.home .dashboard__accordion .topic__items .item__duration {
    opacity: 0.75; }
  .learningobjects.home .dashboard__accordion .topic__items .arrow {
    display: none; }
    @media (min-width: 992px) {
      .learningobjects.home .dashboard__accordion .topic__items .arrow {
        width: 80px;
        display: block;
        margin-left: 1rem;
        background-color: #ffe600; } }
  .learningobjects.home .dashboard__accordion .topic__items .item__info {
    margin-right: auto; }

.learningobjects.home .first-visit-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  padding-top: 50px;
  z-index: 5; }
  .learningobjects.home .first-visit-overlay.is-open ~ * {
    display: none; }
  @media (min-width: 768px) {
    .learningobjects.home .first-visit-overlay {
      padding-left: 80px;
      padding-top: 0; } }
  .learningobjects.home .first-visit-overlay .first-visit-overlay__content {
    height: 100%; }
    .learningobjects.home .first-visit-overlay .first-visit-overlay__content .banner {
      min-height: 100%; }
      @media (min-width: 992px) {
        .learningobjects.home .first-visit-overlay .first-visit-overlay__content .banner {
          min-height: 100vh; } }
  @media (min-width: 768px) {
    .learningobjects.home .first-visit-overlay .banner__content {
      display: block; } }
  .learningobjects.home .first-visit-overlay .banner__btn--lets-begin {
    margin-top: 2rem; }

.learningobjects.home.is--complete .main-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.learningobjects.home.is--complete .banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.learningobjects.home.is--complete .banner__title {
  width: 100%;
  margin-bottom: 1rem; }

.learningobjects.home.is--complete .banner__content {
  margin: auto; }

.learningobjects.home.is--complete .dashboard-content {
  margin-bottom: 1.5rem;
  background-color: rgba(246, 246, 250, 0.75); }

.learningobjects.home.is--complete .dashboard-content hr {
  display: none; }

.learningobjects.index:not(.admin) .select__wrapper {
  margin-bottom: 1rem; }
  .learningobjects.index:not(.admin) .select__wrapper .input {
    margin-left: auto; }

.topics.view .info {
  background-color: #fff; }

.topics.view .info__header {
  padding: 1rem 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #2e2e38; }

.topics.view .info__body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.topics.view .info__linked {
  padding: 1rem;
  border: 2px solid #f0f0f0;
  border-radius: 5px; }

.users.stats .subnav,
.users.content .subnav,
.users.profile .subnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .users.stats .subnav,
    .users.content .subnav,
    .users.profile .subnav {
      display: block; } }

.users.stats .subnav__item,
.users.content .subnav__item,
.users.profile .subnav__item {
  font-family: "EYInterstate", sans-serif;
  width: 50%;
  margin: 0 auto;
  background-color: #2e2e38;
  color: #fff;
  transition: background-color 250ms; }
  @media (min-width: 768px) {
    .users.stats .subnav__item,
    .users.content .subnav__item,
    .users.profile .subnav__item {
      width: 100%; } }
  .users.stats .subnav__item::before,
  .users.content .subnav__item::before,
  .users.profile .subnav__item::before {
    display: none; }
  .users.stats .subnav__item.is--over, .users.stats .subnav__item.is--active,
  .users.content .subnav__item.is--over,
  .users.content .subnav__item.is--active,
  .users.profile .subnav__item.is--over,
  .users.profile .subnav__item.is--active {
    background-color: #17171c; }
  .users.stats .subnav__item a,
  .users.content .subnav__item a,
  .users.profile .subnav__item a {
    width: 100%;
    display: block;
    padding: 0.75rem 1rem; }

.users.stats .subnav__icon,
.users.content .subnav__icon,
.users.profile .subnav__icon {
  vertical-align: middle;
  margin-right: 0.5rem; }

.users.stats .subnav__logout,
.users.content .subnav__logout,
.users.profile .subnav__logout {
  display: none; }
  @media (min-width: 768px) {
    .users.stats .subnav__logout,
    .users.content .subnav__logout,
    .users.profile .subnav__logout {
      display: initial; } }
  .users.stats .subnav__logout::before,
  .users.content .subnav__logout::before,
  .users.profile .subnav__logout::before {
    display: none; }

.users.stats .account__item:not(:last-child),
.users.content .account__item:not(:last-child),
.users.profile .account__item:not(:last-child) {
  margin-bottom: 1.5rem; }

.users.stats .account__title,
.users.content .account__title,
.users.profile .account__title {
  padding: 1rem;
  background-color: #27acaa;
  color: #fff; }
  @media (min-width: 768px) {
    .users.stats .account__title,
    .users.content .account__title,
    .users.profile .account__title {
      padding: 1rem 2rem; } }

.users.stats .account__body,
.users.content .account__body,
.users.profile .account__body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff; }
  @media (min-width: 768px) {
    .users.stats .account__body,
    .users.content .account__body,
    .users.profile .account__body {
      padding: 1.5rem; } }

.users.stats .breakdown__item {
  padding-bottom: 0.75rem; }
  .users.stats .breakdown__item:nth-child(3n + 1) .breakdown__graph {
    background-color: #eb56c7; }
  .users.stats .breakdown__item:nth-child(3n + 1) .graph__filled {
    background-color: #750e5c; }
  .users.stats .breakdown__item:nth-child(3n + 1) .breakdown__percentage {
    color: #750e5c; }
  .users.stats .breakdown__item:nth-child(3n + 2) .breakdown__graph {
    background-color: #8ee3a8; }
  .users.stats .breakdown__item:nth-child(3n + 2) .graph__filled {
    background-color: #2db757; }
  .users.stats .breakdown__item:nth-child(3n + 2) .breakdown__percentage {
    color: #2db757; }
  .users.stats .breakdown__item:nth-child(3n + 2) .breakdown__graph {
    background-color: #ffa09b; }
  .users.stats .breakdown__item:nth-child(3n + 2) .graph__filled {
    background-color: #ff4136; }
  .users.stats .breakdown__item:nth-child(3n + 2) .breakdown__percentage {
    color: #ff4136; }
  .users.stats .breakdown__item.breakdown__item--empty .breakdown__graph {
    background-color: #85e3e2; }
  .users.stats .breakdown__item.breakdown__item--empty .breakdown__percentage {
    color: #27acaa; }
  .users.stats .breakdown__item .breakdown__title {
    font-weight: 900; }
  .users.stats .breakdown__item .breakdown__graph {
    width: 100%;
    height: 12px;
    position: relative;
    margin: 0.5rem 0;
    background-color: #dbf7f6;
    border-radius: 20px;
    overflow: hidden; }
    @media (min-width: 576px) {
      .users.stats .breakdown__item .breakdown__graph {
        height: 15px; } }
  .users.stats .breakdown__item .graph__filled {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #27acaa; }
  .users.stats .breakdown__item .breakdown__percentage {
    text-align: right;
    font-weight: 900; }

.users.stats .breakdown__empty {
  width: 100%;
  text-align: center; }

.users.stats .breakdown__counter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #2e2e38;
  border: 2px solid #2e2e38; }
  @media only screen and (max-width: 319px) {
    .users.stats .breakdown__counter {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: inherit;
          -ms-flex-align: inherit;
              align-items: inherit;
      text-align: center; } }
  .users.stats .breakdown__counter .counter__title {
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding: 1rem;
    background-color: #b5b5ba; }
  .users.stats .breakdown__counter .counter__text {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 1rem;
    text-align: center; }

.users.stats .completion__history {
  margin-top: 2rem; }
  @media (min-width: 576px) {
    .users.stats .completion__history {
      margin-top: 4rem; } }

.users.profile .settings__submit {
  margin-left: auto;
  margin-right: auto; }

.users.profile .notifications__item .notifications__title {
  background-color: #750e5c; }

.users.profile .notifications__item .notifications__selection {
  font-family: "EYInterstate", sans-serif;
  font-weight: 900;
  color: #750e5c; }

.users.content .assigned__items .checkbox__wrapper,
.users.content .elected__items .checkbox__wrapper {
  margin-bottom: 0.75rem; }

.users.content .assigned__items .input.checkbox,
.users.content .elected__items .input.checkbox {
  border: 2px solid #2e2e38; }
  .users.content .assigned__items .input.checkbox label,
  .users.content .elected__items .input.checkbox label {
    font-family: "EYInterstate", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.users.content .assigned__items .checkbox__wrapper {
  position: relative;
  color: #fff; }

.users.content .assigned__items .checkbox__required-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  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; }

.users.content .assigned__items .input.checkbox {
  padding: 0.75rem;
  padding-left: 45px;
  background: linear-gradient(to right, #27acaa, #188ce5);
  border: 2px solid #2e2e38; }
  .users.content .assigned__items .input.checkbox label {
    color: #fff;
    padding-bottom: 0; }
    .users.content .assigned__items .input.checkbox label::before, .users.content .assigned__items .input.checkbox label::after {
      display: none; }

.users.content .elected__items .account__title {
  background-color: #750e5c; }

.users.content .elected__items .elected__selection {
  font-weight: 900;
  color: #750e5c; }

.users.content .elected__items .input.checkbox {
  padding: 0.35rem;
  background: #fff;
  border-color: #188ce5; }
  .users.content .elected__items .input.checkbox label {
    color: #188ce5; }
    .users.content .elected__items .input.checkbox label::after {
      width: 40px;
      height: 40px;
      border-color: #188ce5;
      background-color: #fff; }
    .users.content .elected__items .input.checkbox label::before {
      top: 11px;
      left: 10px;
      color: #188ce5;
      background-color: #fff;
      font-size: 15px; }

.users.content .settings__submit {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.users.content .content__item .content__selection {
  margin-bottom: 1rem;
  font-family: "EYInterstate", sans-serif;
  font-weight: 900;
  color: #27acaa; }

.collections.index .collections__list > * {
  margin-bottom: 1rem; }

.collections.index .notes__icon {
  display: block;
  text-align: center; }
  @media (min-width: 576px) {
    .collections.index .notes__icon {
      margin-right: 1rem;
      font-size: 60px; } }

.collections.index .collection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  @media (min-width: 768px) {
    .collections.index .collection {
      min-height: 280px; } }
  @media (min-width: 1200px) {
    .collections.index .collection {
      min-height: 340px; } }
  .collections.index .collection .collection__title,
  .collections.index .collection .collection__description {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
  .collections.index .collection .collection__callout {
    width: 60px;
    height: 60px;
    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: 0.75rem auto;
    border: 2px solid;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .collections.index .collection .collection__callout {
        width: 100px;
        height: 100px;
        margin: 1.5rem auto; } }
  .collections.index .collection .collection__title {
    padding: 0 0.75rem 0.75rem; }

.collections.index .collection--create {
  background-color: #fff;
  color: #188ce5;
  border: 3px dashed #188ce5;
  transition: background-color 250ms; }
  .collections.index .collection--create.is--over {
    background-color: #fdfeff; }
    .collections.index .collection--create.is--over .icon-plus {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .collections.index .collection--create .icon-plus {
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms; }
    @media (min-width: 576px) {
      .collections.index .collection--create .icon-plus {
        font-size: 50px; } }

.collections.index .collection--existing {
  background: linear-gradient(to right, #27acaa, #188ce5);
  color: #fff;
  border: 2px solid #2e2e38;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms; }
  .collections.index .collection--existing.is--over {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  .collections.index .collection--existing .collection__description {
    padding: 0.75rem;
    color: #188ce5;
    background-color: #fff;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    @media only screen and (max-width: 319px) {
      .collections.index .collection--existing .collection__description {
        padding: 0.5rem; } }
    @media (min-width: 768px) {
      .collections.index .collection--existing .collection__description {
        padding: 1rem; } }

.collections.index .collection--notes,
.collections.index .collection--favorites {
  position: relative;
  display: block;
  padding: 1.5rem;
  background: #188ce5;
  color: #fff;
  border: 2px solid #2e2e38;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms; }
  @media (min-width: 576px) {
    .collections.index .collection--notes,
    .collections.index .collection--favorites {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2rem; } }
  .collections.index .collection--notes.is--over,
  .collections.index .collection--favorites.is--over {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  .collections.index .collection--notes::before,
  .collections.index .collection--favorites::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.5rem solid transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
    content: ''; }
    @media (min-width: 768px) {
      .collections.index .collection--notes::before,
      .collections.index .collection--favorites::before {
        border-width: 1rem; } }

.collections.view .select__wrapper {
  margin-bottom: 1rem; }
  .collections.view .select__wrapper .select {
    margin-left: auto; }

.coursenotes.view .notes__empty {
  margin: 0 auto;
  text-align: center; }

.coursenotes.view .note:not(:last-child) {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .coursenotes.view .note:not(:last-child) {
      margin-bottom: 4rem; } }

.coursenotes.view .note__text {
  margin: 0 1rem;
  padding: 1rem;
  background-color: #fff; }
  @media (min-width: 768px) {
    .coursenotes.view .note__text {
      margin: 0;
      padding: 1.5rem; } }

.coursenotes.view .note__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.coursenotes.view .note__title {
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.75rem; }

.coursenotes .pdf__notes .pdf__note:not(:last-child) {
  margin-bottom: 2rem; }

.coursenotes .pdf__notes .pdf__title {
  font-weight: bold;
  margin-bottom: 2rem; }

.coursenotes .pdf__notes .pdf__lo-title {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid; }

.coursenotes .pdf__notes .pdf__screen-title {
  width: 100%;
  font-weight: bold; }

.badges.index:not(.admin) .info .info__header {
  padding: 1rem 0;
  background: #2e2e38;
  color: #fff;
  text-transform: uppercase; }

.badges.index:not(.admin) .info .info__body {
  padding: 1.5rem 0;
  background-color: #fff; }

@media (max-width: 576px) {
  .badges.index:not(.admin) .badge__wrapper {
    padding: 0.25rem; } }

@media only screen and (max-width: 319px) {
  .badges.index:not(.admin) .badge__wrapper {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.badges.index:not(.admin) .badges__subheader {
  background: linear-gradient(to right, #27acaa, #188ce5);
  padding: 1rem;
  color: #fff; }

.badges.index:not(.admin) .badge {
  height: 100%;
  padding: 0.75rem;
  background-color: #fff;
  text-align: center; }
  .badges.index:not(.admin) .badge .badge__graphic {
    margin-bottom: 0.75rem; }
    .badges.index:not(.admin) .badge .badge__graphic img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .badges.index:not(.admin) .badge .badge__date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.5rem 0; }
    .badges.index:not(.admin) .badge .badge__date::before, .badges.index:not(.admin) .badge .badge__date::after {
      width: 100%;
      height: 2px;
      -webkit-flex: 1 0;
          -ms-flex: 1 0;
              flex: 1 0;
      display: block;
      background-color: #333333;
      content: ''; }
    .badges.index:not(.admin) .badge .badge__date::before {
      margin-right: 0.3rem; }
    .badges.index:not(.admin) .badge .badge__date::after {
      margin-left: 0.3rem; }

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

.admin .table__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.75rem;
  background-color: #2e2e38;
  color: #fff; }
  .admin .table__header .btn--primary,
  .admin .table__header .btn--secondary {
    margin: 0; }
  .admin .table__header .table__header__title {
    margin: 0 1rem 0 0; }
  .admin .table__header .table__header__csv-upload {
    display: inline-block;
    margin: 0 0.25rem; }
  .admin .table__header .table__header__add {
    margin-left: auto; }

.admin__subnav__wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 768px) {
    .admin__subnav__wrapper {
      width: auto; } }
  .admin__subnav__wrapper .admin__subnav {
    width: 100%; }
  .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: #2e2e38;
    color: #fff; }
    .admin__subnav__wrapper .admin__subnav--active.btn--light {
      background-color: #fff;
      color: #2e2e38; }

.admin.order .order__items {
  position: relative;
  margin: 1rem;
  padding: 0; }

.admin.order .order__item__wrapper {
  width: 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;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #2e2e38;
  transition: background-color 150ms; }
  .admin.order .order__item__wrapper.is--over {
    background-color: #f7f7fa;
    cursor: pointer !important; }

.admin.order .order__item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.admin.order .order__number {
  height: 100%;
  min-width: 40px;
  margin-left: -0.5rem;
  text-align: center;
  font-weight: 900;
  color: #fff;
  background-color: #2e2e38; }

.admin.order .order__text {
  margin: 0 0.5rem; }

.admin.order .order__icon {
  margin-left: auto; }

.admin.edit .edit__section,
.admin.order .edit__section,
.admin.settings .edit__section {
  margin-bottom: 1.5rem;
  background-color: #fff; }
  .admin.edit .edit__section > *,
  .admin.order .edit__section > *,
  .admin.settings .edit__section > * {
    padding: 1rem; }
  .admin.edit .edit__section .edit__section__submit,
  .admin.order .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.order .edit__section .edit__section__submit,
      .admin.settings .edit__section .edit__section__submit {
        margin-right: 0; } }
  .admin.edit .edit__section .edit__section__header,
  .admin.order .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: #2e2e38;
    color: #fff; }
    .admin.edit .edit__section .edit__section__header .edit__section__header-btns,
    .admin.order .edit__section .edit__section__header .edit__section__header-btns,
    .admin.settings .edit__section .edit__section__header .edit__section__header-btns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
    .admin.edit .edit__section .edit__section__header .edit__section__header-btn,
    .admin.order .edit__section .edit__section__header .edit__section__header-btn,
    .admin.settings .edit__section .edit__section__header .edit__section__header-btn {
      margin: 0 0 0 0.5rem; }

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

.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 #2e2e38;
  background-color: #2e2e38;
  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); }

.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: #ffe600;
  border: 3px solid #ffe600;
  border-radius: 50%;
  font-size: 45px; }
  @media (min-width: 768px) {
    .admin.dashboard .nav-item__icon {
      width: 100px;
      height: 100px;
      font-size: 55px; } }

.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: #2e2e38;
    font-family: "EYInterstate", 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, #46d170, #2db757); }
  .admin.reports.index .usage__card.usage--los .usage__list {
    color: #2db757; }
  .admin.reports.index .usage__card.usage--topics .usage__icon {
    background: linear-gradient(to bottom, #35d1cf, #27acaa); }
  .admin.reports.index .usage__card.usage--topics .usage__list {
    color: #27acaa; }
  .admin.reports.index .usage__card.usage--visited .usage__icon {
    background: linear-gradient(to bottom, #a31380, #750e5c); }
  .admin.reports.index .usage__card.usage--visited .usage__list {
    color: #750e5c; }
  .admin.reports.index .usage__card.usage--searched .usage__icon {
    background: linear-gradient(to bottom, #ff7169, #ff4136); }
  .admin.reports.index .usage__card.usage--searched .usage__list {
    color: #ff4136; }
  .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;
    font-size: 55px; }
  .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 {
    width: 45px;
    height: 45px;
    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-left: 0.5rem;
    border: 1px solid #2e2e38;
    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: #2e2e38;
      color: #fff; }

.admin.users.index .table__header__csv-upload,
.admin.users.index .table__header__add {
  margin: 0.25rem;
  margin-left: auto; }
  @media (min-width: 768px) {
    .admin.users.index .table__header__csv-upload,
    .admin.users.index .table__header__add {
      margin-left: 0.25rem; } }

@media (min-width: 768px) {
  .admin.users.index .table__header__add {
    margin-left: auto; } }

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

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

.surveyquestions {
  position: relative;
  background-color: #eaeaf2; }
  .surveyquestions::before {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("graphics/pattern-primary-gray-900.svg") 0 0/60px 60px repeat;
    opacity: 0.1;
    z-index: -1;
    content: ''; }
  .surveyquestions .main-container,
  .surveyquestions .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .surveyquestions .main-container .survey,
    .surveyquestions .content .survey {
      margin: auto;
      padding: 0.75rem; }
      @media (min-width: 576px) {
        .surveyquestions .main-container .survey,
        .surveyquestions .content .survey {
          padding: 1rem; } }
  .surveyquestions .survey__content {
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    border: 2px solid #2e2e38; }
  .surveyquestions .survey__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 0.75rem;
    background: linear-gradient(to right, #17171c, #2e2e38); }
    @media (min-width: 576px) {
      .surveyquestions .survey__title {
        padding: 1rem; } }
  .surveyquestions .survey__body {
    padding: 1rem 0; }
    @media (min-width: 576px) {
      .surveyquestions .survey__body {
        padding: 2rem 0; } }
  .surveyquestions .survey__callout {
    font-family: "EYInterstate", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase; }
  .surveyquestions .survey__decoration {
    font-size: 45px; }
    @media (min-width: 576px) {
      .surveyquestions .survey__decoration {
        font-size: 70px; } }
  .surveyquestions .survey__question {
    padding: 0.75rem;
    background-color: #eaeaf2; }
  .surveyquestions .survey__scale {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 1rem;
    padding: 2rem 1rem;
    background-color: #f6f6fa;
    border-radius: 60px; }
    @media only screen and (max-width: 319px) {
      .surveyquestions .survey__scale {
        margin: 0.75rem 0.5rem;
        padding: 0.75rem 0.5rem;
        border-radius: 10px; } }
    @media (min-width: 576px) {
      .surveyquestions .survey__scale {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) {
      .surveyquestions .survey__scale {
        margin: 2rem;
        padding: 2.5rem; } }
    .surveyquestions .survey__scale > * {
      margin-bottom: 0; }
  .surveyquestions .survey__label {
    font-family: "EYInterstate", sans-serif; }
    .surveyquestions .survey__label--min {
      text-align: right;
      margin-right: 1rem; }
    .surveyquestions .survey__label--max {
      text-align: left;
      margin-left: 1rem;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media (min-width: 576px) {
        .surveyquestions .survey__label--max {
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
  .surveyquestions .radio {
    width: 100%;
    text-align: center;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    @media (min-width: 576px) {
      .surveyquestions .radio {
        width: auto;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .surveyquestions .survey__submit {
    display: block;
    margin: 0 auto; }

.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;
  padding-top: calc(50px + 1rem);
  background: rgba(255, 255, 255, 0.7);
  z-index: 59;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-animation: fadeIn 200ms;
          animation: fadeIn 200ms; }
  @media (min-width: 768px) {
    .portal-overlay {
      width: calc(100% - 80px);
      top: 0;
      left: 80px;
      padding-top: 1rem; } }
  .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); }

.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(to right, #17171c, #2e2e38);
  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; } }

.suggestions-overlay .suggestions-overlay__content {
  max-width: 850px;
  position: relative; }
  @media (min-width: 768px) {
    .suggestions-overlay .suggestions-overlay__content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

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

.suggestions-overlay .suggestions-overlay__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(to right, #17171c, #2e2e38);
  color: #fff;
  -webkit-flex: 1 0;
      -ms-flex: 1 0;
          flex: 1 0; }
  .suggestions-overlay .suggestions-overlay__title .suggestions-overlay__decoration {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 85px;
    color: #fff;
    opacity: 0.2; }
  .suggestions-overlay .suggestions-overlay__title .suggestions-overlay__description {
    max-width: 500px;
    margin: 1.5rem 0 0; }

.suggestions-overlay .suggestions-overlay__body {
  background-color: #f6f6fa;
  -webkit-flex: 1.5 0;
      -ms-flex: 1.5 0;
          flex: 1.5 0; }
  .suggestions-overlay .suggestions-overlay__body .select {
    max-width: 100%;
    padding-bottom: 1rem; }
  .suggestions-overlay .suggestions-overlay__body .submit {
    text-align: center; }

.suggestions-overlay .suggestions-overlay__close {
  position: absolute;
  top: 1rem;
  right: 1rem; }
  @media (min-width: 768px) {
    .suggestions-overlay .suggestions-overlay__close {
      position: relative;
      top: 0;
      right: 0;
      margin-left: auto;
      color: #2e2e38; }
      .suggestions-overlay .suggestions-overlay__close::before {
        background-color: #2e2e38; } }

.suggestions-overlay .suggestions-overlay__submit {
  margin-left: auto;
  margin-right: auto; }

.collection-edit-overlay .collection-edit-overlay__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 319px) {
    .collection-edit-overlay .collection-edit-overlay__btns {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.collection-edit-overlay .submit {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media only screen and (max-width: 319px) {
    .collection-edit-overlay .submit {
      width: 100%; } }

@media (min-width: 576px) {
  .collection-edit-overlay .collection-edit-overlay__delete {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.collection-add-overlay .collection-add-overlay__existing {
  background-color: #f6f6fa; }

.collection-add-overlay .collection-add-overlay__create {
  background-color: #eaeaf2; }

.collection-add-overlay .input.checkbox {
  overflow-x: auto; }

@media (min-width: 576px) {
  .collection-add-overlay .collection-add-overlay__form .col-12 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.collection-add-overlay .collection-add-overlay__form .input.text {
  margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .collection-add-overlay .collection-add-overlay__form .input.text {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 1rem;
      margin-bottom: 0; } }

.collection-add-overlay .form {
  position: relative; }
  .collection-add-overlay .form:not(:last-of-type) {
    margin-bottom: 0.75rem; }

@-webkit-keyframes statusOnOff {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes statusOnOff {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.collection-add-overlay .collection__status-indicator {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  padding: 0.25rem;
  background-color: #2e2e38;
  color: #fff;
  line-height: 100%;
  z-index: 1;
  border-radius: 5px;
  -webkit-animation: statusOnOff 1000ms;
          animation: statusOnOff 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .collection-add-overlay .collection__status-indicator::before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 100%;
    left: 5px;
    background-color: inherit;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    content: '';
    z-index: -1; }

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

.final-tags-overlay {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(46, 46, 56, 0.9);
  opacity: 1;
  -webkit-animation: fadeIn 350ms;
          animation: fadeIn 350ms;
  overflow-y: auto;
  z-index: 5; }
  .final-tags-overlay .final-tags-overlay__content {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: auto;
    padding: 1.5rem 2rem;
    padding-top: calc(50px + 1.5rem);
    color: #fff; }
    @media (min-width: 768px) {
      .final-tags-overlay .final-tags-overlay__content {
        padding-top: calc(50px + 0.75rem); } }
  .final-tags-overlay .final-tags-overlay__title {
    text-align: center; }
  .final-tags-overlay .final-tags-overlay__item:last-child {
    margin-bottom: 0; }

.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: #2e2e38;
    text-align: center;
    border: 1px solid #2e2e38;
    transition: all 250ms; }
    .bulk-actions__wrapper .bulk-actions__toggle.is--over, .bulk-actions__wrapper .bulk-actions__toggle.is--active {
      background-color: #2e2e38;
      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 #2e2e38; }
    .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 #2e2e38;
      border-right: 1px solid #2e2e38;
      -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 {
      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; } }

.note__container {
  width: 100%;
  max-width: 600px;
  height: calc(100% - 50px);
  position: absolute;
  top: 50px;
  right: 0;
  background: #333333;
  z-index: 10;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.25);
  -webkit-animation: fadeInRight 500ms;
          animation: fadeInRight 500ms;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .note__container {
      height: 100%;
      top: 0; } }
  .note__container > * {
    padding: 1rem; }
  .note__container .note__header {
    color: #fff;
    background: #333333;
    padding-top: calc(50px + 1rem); }
    @media (min-width: 768px) {
      .note__container .note__header {
        padding-top: calc(50px + 1rem); } }
  .note__container .note__errors {
    color: #fff; }
  .note__container .note__btns {
    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: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 576px) {
      .note__container .note__btns {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .note__container .note__btns .note__close {
      margin-left: 1rem; }
  .note__container .input label {
    color: #fff; }
  .note__container .input input,
  .note__container .input textarea {
    color: #fff;
    background-color: transparent; }
    .note__container .input input::-webkit-input-placeholder,
    .note__container .input textarea::-webkit-input-placeholder {
      color: #999999; }
    .note__container .input input:-ms-input-placeholder,
    .note__container .input textarea:-ms-input-placeholder {
      color: #999999; }
    .note__container .input input::placeholder,
    .note__container .input textarea::placeholder {
      color: #999999; }
    .note__container .input input:focus,
    .note__container .input textarea:focus {
      border-color: #eaeaf2 !important; }
  .note__container .input.text {
    margin-bottom: 2rem; }
    .note__container .input.text input {
      padding-left: 0;
      padding-right: 0;
      font: 1.25rem "EYInterstate", sans-serif;
      border: 0;
      border-bottom: 2px solid; }
  .note__container .input.textarea textarea {
    border-color: #fff; }

.agreement-overlay__wrapper {
  height: 100%;
  top: 0; }
  @media (min-width: 768px) {
    .agreement-overlay__wrapper {
      width: 100%;
      left: 0; } }

.tripjs.trip-block.custom-joyride {
  width: 100%;
  max-width: 320px;
  max-height: 90vh;
  padding: 0;
  background-color: #fff;
  text-align: left;
  border: 2px solid #17171c;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35); }
  .tripjs.trip-block.custom-joyride.n:before {
    border-top-color: #fff; }
  .tripjs.trip-block.custom-joyride.s:before {
    border-bottom-color: #fff; }
  .tripjs.trip-block.custom-joyride.e:before {
    border-right-color: #fff; }
  .tripjs.trip-block.custom-joyride.w:before {
    border-left-color: #fff; }
  .tripjs.trip-block.custom-joyride::before {
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    border: 2px solid #17171c;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
    z-index: -1; }
  .tripjs.trip-block.custom-joyride.n::before {
    top: calc(100% - 5px); }
  .tripjs.trip-block.custom-joyride.s::before {
    bottom: calc(100% - 25px);
    background-color: #ffe600; }
  .tripjs.trip-block.custom-joyride.e::before {
    right: calc(100% - 25px); }
  .tripjs.trip-block.custom-joyride.w::before {
    left: calc(100% - 5px); }
  .tripjs.trip-block.custom-joyride > * {
    background-color: #fff; }
  .tripjs.trip-block.custom-joyride .trip-header,
  .tripjs.trip-block.custom-joyride .trip-content {
    padding: 1rem; }
  .tripjs.trip-block.custom-joyride .trip-header {
    background-color: #ffe600; }
    @media (min-width: 576px) {
      .tripjs.trip-block.custom-joyride .trip-header {
        padding-left: 2rem; } }
  .tripjs.trip-block.custom-joyride i.icon {
    width: 45px;
    height: 45px;
    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: #17171c;
    color: #ffe600;
    border-radius: 50%;
    float: left;
    margin: 0.5rem; }
    @media (min-width: 576px) {
      .tripjs.trip-block.custom-joyride i.icon {
        width: 55px;
        height: 55px;
        position: absolute;
        top: 7px;
        left: -30px;
        float: none;
        margin: 0; } }
  .tripjs.trip-block.custom-joyride .trip-navigation {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.75rem; }
    .tripjs.trip-block.custom-joyride .trip-navigation > * {
      width: 100%;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
