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

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

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

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

@font-face {
  font-family: 'montserrat-regular';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility; }

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

.spacing--default {
  padding: 0.75rem; }
  @media (min-width: 768px) {
    .spacing--default {
      padding: 1rem; } }

.padding--default {
  padding: 0.75rem; }
  @media (min-width: 768px) {
    .padding--default {
      padding: 1rem; } }

.margin--default {
  margin: 0.75rem; }
  @media (min-width: 768px) {
    .margin--default {
      margin: 1rem; } }

.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;
  font-weight: 700;
  color: #006BB7; }
  a:hover, a.is--over {
    color: #004282; }

.global-nav__list {
  color: #fff !important; }
  .global-nav__list a {
    color: #fff; }
    .global-nav__list a:hover, .global-nav__list a.is--over {
      color: #BED7EA; }
  .global-nav__list.is--active {
    font-weight: 900; }
  .global-nav__list .btn--primary {
    margin-left: 1rem;
    color: #221F20; }
    .global-nav__list .btn--primary:hover, .global-nav__list .btn--primary.is--over {
      color: #221F20; }

.results {
  background-color: #fff; }

.results__empty {
  font-weight: 700;
  text-align: center;
  padding: 1rem 0; }

.results__table-wrapper {
  overflow: auto; }

.results__table {
  padding: 0.75rem;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .results__table {
      padding: 1rem; } }
  .results__table * {
    font-size: .75rem; }

.results__top {
  padding: 0.75rem;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .results__top {
      padding: 1rem; } }
  .results__top * {
    font-size: 1rem; }

.table__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
  background-color: #004282;
  color: #fff; }
  .table__header [class*="btn"] {
    margin: 0.5rem; }
  .table__header .table__header__title {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .table__header .table__header__csv-upload {
    display: inline-block; }

table:not(.ui-datepicker-calendar) td:not(:last-child) {
  border-right: 1px solid rgba(0, 107, 183, 0.2); }

table:not(.ui-datepicker-calendar) th {
  vertical-align: bottom; }

table:not(.ui-datepicker-calendar) th,
table:not(.ui-datepicker-calendar) td {
  font-size: .75rem;
  padding: .25rem; }
  @media (min-width: 768px) {
    table:not(.ui-datepicker-calendar) th,
    table:not(.ui-datepicker-calendar) td {
      font-size: inherit;
      padding: 0.75rem; } }

table:not(.ui-datepicker-calendar) th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left; }

table:not(.ui-datepicker-calendar) thead tr {
  min-height: 50px;
  background-color: #fff;
  font-family: "montserrat-medium", sans-serif;
  font-weight: bold; }

table:not(.ui-datepicker-calendar) tbody tr {
  min-height: 72px;
  background-color: #BAD8EC; }
  table:not(.ui-datepicker-calendar) tbody tr:nth-of-type(even) {
    background-color: #E8F2F9; }

table:not(.ui-datepicker-calendar) .td--breakword {
  word-break: break-word;
  min-width: 150px; }

table:not(.ui-datepicker-calendar) .input {
  margin-bottom: 0; }

table:not(.ui-datepicker-calendar) .checkbox label::after {
  border-radius: 50%; }

table:not(.ui-datepicker-calendar) .table__actions {
  min-width: 122px;
  text-align: center; }

table:not(.ui-datepicker-calendar) .table__edit,
table:not(.ui-datepicker-calendar) .table__delete {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

table:not(.ui-datepicker-calendar) .table__sort .asc::before,
table:not(.ui-datepicker-calendar) .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;
  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;
  color: #fff;
  transition: all 250ms;
  z-index: 1000;
  background: transparent; }
  .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; } }
  .engine-nav__btn.engine-nav__btn--mobile {
    height: 55px;
    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; }
    @media (min-width: 768px) {
      .engine-nav__btn.engine-nav__btn--mobile {
        display: none; } }
  .engine-nav__btn.disabled {
    opacity: 0.5; }
  .engine-nav__btn.engine-nav__notes.is--over {
    background-color: #0060a5; }
  [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:not(:empty) {
  margin: 0 0 0.75rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }
  p:not(:empty):last-child {
    margin-bottom: 0; }

ul {
  padding-left: 1.75rem; }
  ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style-type: none; }
    ul li::before {
      width: 0;
      height: 0;
      position: relative;
      top: 8px;
      left: -8px;
      border-top: 4px solid transparent;
      border-left: 7px solid #BED7EA;
      border-bottom: 4px solid transparent;
      -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
              align-self: baseline;
      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 "montserrat-medium", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem; }
  .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;
    border-bottom: 2px solid;
    content: ''; }

.font__header--xl {
  font-family: "montserrat-medium", 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: "montserrat-medium", 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 {
  font-family: "montserrat-medium", sans-serif;
  font-size: calc(3rem * 0.75);
  line-height: 1.25; }
  @media (min-width: 576px) {
    .font__header--m {
      font-size: 3rem; } }

.font__header--s {
  font-family: "montserrat-medium", 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: "montserrat-medium", sans-serif;
  font-size: calc(1.5rem * 0.8);
  line-height: 1.2; }
  @media (min-width: 576px) {
    .font__header--xs {
      font-size: 1.5rem; } }

.font__subheader--l {
  font-family: "montserrat-medium", 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, .table__header .table__header__title {
  font-family: "montserrat-medium", sans-serif;
  font-size: calc(1.5rem * 0.85);
  line-height: 1.35; }
  @media (min-width: 576px) {
    .font__subheader--m, .table__header .table__header__title {
      font-size: 1.5rem; } }

.font__subheader--s, .results__empty {
  font-family: "montserrat-medium", sans-serif;
  font-size: calc(1.25rem * 0.9);
  line-height: 1.5; }
  @media (min-width: 576px) {
    .font__subheader--s, .results__empty {
      font-size: 1.25rem; } }

.font__body--l {
  font-family: "montserrat-medium", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5; }

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

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

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

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

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

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

.btn--primary,
.btn--secondary {
  min-width: 150px;
  max-width: 300px;
  display: block;
  margin: 10px auto;
  padding: 0.75rem 1.5rem;
  background-color: #FFD94D;
  color: #221F20;
  border-radius: 32px;
  text-align: center;
  font: 1rem "montserrat-medium", sans-serif;
  line-height: 100%;
  font-weight: 700;
  border: 1px solid transparent;
  -webkit-appearance: none;
          appearance: none;
  transition: all 150ms; }
  .btn--primary.is--over, .btn--primary:hover,
  .btn--secondary.is--over,
  .btn--secondary:hover {
    background-color: #e6c345;
    color: #221F20; }
  .btn--primary.btn--light[aria-disabled='true'], .btn--primary.btn--light.disabled, .btn--primary.btn--light[disabled], .btn--primary.btn--light[disabled='true'], .btn--primary.btn--light.is--disabled,
  .btn--secondary.btn--light[aria-disabled='true'],
  .btn--secondary.btn--light.disabled,
  .btn--secondary.btn--light[disabled],
  .btn--secondary.btn--light[disabled='true'],
  .btn--secondary.btn--light.is--disabled {
    opacity: 0.5; }
  .btn--primary[aria-disabled='true'], .btn--primary.disabled, .btn--primary[disabled], .btn--primary[disabled='true'], .btn--primary.is--disabled,
  .btn--secondary[aria-disabled='true'],
  .btn--secondary.disabled,
  .btn--secondary[disabled],
  .btn--secondary[disabled='true'],
  .btn--secondary.is--disabled {
    opacity: 0.5; }

.btn--tertiary {
  max-width: 300px;
  display: block;
  margin: 0.5rem 0;
  padding: 0.75rem;
  background-color: transparent;
  color: #006BB7;
  text-align: center;
  font: 1rem "montserrat-medium", 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(0, 107, 183, 0.15); }
  .btn--tertiary.btn--light {
    color: #004282; }
    .btn--tertiary.btn--light.is--over {
      background-color: rgba(255, 255, 255, 0.1); }
    .btn--tertiary.btn--light[aria-disabled='true'], .btn--tertiary.btn--light.disabled, .btn--tertiary.btn--light[disabled], .btn--tertiary.btn--light[disabled='true'], .btn--tertiary.btn--light.is--disabled {
      background-color: rgba(255, 255, 255, 0.07);
      border-color: rgba(255, 255, 255, 0.13);
      color: rgba(255, 255, 255, 0.22); }
  .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: #006BB7;
  cursor: pointer;
  background-color: transparent;
  font-weight: 700;
  transition: border-color 150ms; }
  .btn--link.is--over {
    text-decoration: underline; }
  .btn--link.btn--light {
    color: #FFD94D; }
  .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: #FFD94D;
  color: #221F20;
  overflow: visible;
  transition: all 250ms;
  border-radius: 50%; }
  .btn--icon.btn--light {
    color: #004282; }
  .btn--icon[aria-disabled='true'], .btn--icon.disabled, .btn--icon[disabled], .btn--icon[disabled='true'], .btn--icon.is--disabled {
    color: #808080;
    background-color: #c0c0c0; }
    .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 {
    background-color: #e6c345; }

.btn--icon-accent {
  width: 45px;
  height: 45px;
  background: #006BB7;
  color: #fff;
  transition: all 250ms cubic-bezier(0.06, 0.32, 0.375, 0.995); }
  .btn--icon-accent.is--over {
    background: #BED7EA;
    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 "montserrat-medium", sans-serif;
  font-weight: 900; }

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

textarea {
  display: block; }

.input.checkbox {
  position: relative;
  font-family: "montserrat-medium", sans-serif;
  text-align: left; }
  .input.checkbox.is--light label::after,
  .input.checkbox.is--light .checkbox__label::after {
    border-color: #fff; }
  .input.checkbox.is--light:checked + label::before,
  .input.checkbox.is--light:checked + .checkbox__label::before {
    color: #333333; }
  .input.checkbox.is--light:checked + label::after,
  .input.checkbox.is--light:checked + .checkbox__label::after {
    background-color: #fff; }
  .input.checkbox input,
  .input.checkbox .checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    display: inline-block; }
    .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: #006BB7; }
    .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 #006BB7;
      transition: background-color 250ms;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      content: ''; }
  @media (min-width: 768px) {
    .input.checkbox.checkbox--secondary label::before,
    .input.checkbox.checkbox--secondary .checkbox__label::before {
      top: -1px; } }
  .input.checkbox.checkbox--secondary label::after,
  .input.checkbox.checkbox--secondary .checkbox__label::after {
    border: 2px solid #006BB7;
    margin-right: 8px;
    width: 22px;
    height: 22px; }
    @media (min-width: 768px) {
      .input.checkbox.checkbox--secondary label::after,
      .input.checkbox.checkbox--secondary .checkbox__label::after {
        margin-top: -2px;
        width: 26px;
        height: 26px; } }
  .input.checkbox.checkbox--secondary input:checked + label::before,
  .input.checkbox.checkbox--secondary input:checked .checkbox__label::before,
  .input.checkbox.checkbox--secondary .checkbox__input:checked + label::before,
  .input.checkbox.checkbox--secondary .checkbox__input:checked .checkbox__label::before {
    font-size: 20px;
    left: 5px; }
    @media (min-width: 768px) {
      .input.checkbox.checkbox--secondary input:checked + label::before,
      .input.checkbox.checkbox--secondary input:checked .checkbox__label::before,
      .input.checkbox.checkbox--secondary .checkbox__input:checked + label::before,
      .input.checkbox.checkbox--secondary .checkbox__input:checked .checkbox__label::before {
        font-size: 25px; } }
  .input.checkbox.checkbox--secondary input:checked + label::after,
  .input.checkbox.checkbox--secondary input:checked .checkbox__label::after,
  .input.checkbox.checkbox--secondary .checkbox__input:checked + label::after,
  .input.checkbox.checkbox--secondary .checkbox__input:checked .checkbox__label::after {
    background-color: #006BB7; }
  .input.checkbox.checkbox--secondary input:disabled + label::after,
  .input.checkbox.checkbox--secondary input:disabled + .checkbox__label::after,
  .input.checkbox.checkbox--secondary input[aria-disabled='true'] + label::after,
  .input.checkbox.checkbox--secondary input[aria-disabled='true'] + .checkbox__label::after,
  .input.checkbox.checkbox--secondary .checkbox__input:disabled + label::after,
  .input.checkbox.checkbox--secondary .checkbox__input:disabled + .checkbox__label::after,
  .input.checkbox.checkbox--secondary .checkbox__input[aria-disabled='true'] + label::after,
  .input.checkbox.checkbox--secondary .checkbox__input[aria-disabled='true'] + .checkbox__label::after {
    background-color: #f0f0f0; }

.input.radio {
  position: relative;
  font-family: "montserrat-medium", 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: #006BB7;
      -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 #006BB7;
      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: "montserrat-medium", 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: #61D19E; }
    .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: #61D19E; }
    .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 #006BB7;
      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: #006BB7;
      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 #006BB7;
      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 #006BB7;
  background-color: #fff;
  font-weight: 500;
  cursor: pointer; }
  .inputfile .choose-file-btn .button {
    display: none; }
  .inputfile .choose-file-btn::after {
    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: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  @media (min-width: 768px) {
    .input.select {
      max-width: 380px; } }
  .input.select label,
  .input.select .select__label {
    display: block;
    padding-bottom: 0.25rem;
    font: 1rem "montserrat-medium", sans-serif;
    font-weight: 900;
    text-align: left; }
    .input.select label::-ms-expand,
    .input.select .select__label::-ms-expand {
      display: none; }
  .input.select select {
    height: 45px;
    padding: 0.5rem;
    border: 1px solid #006BB7;
    border-radius: 0;
    color: #0060a5; }

.select2-dropdown {
  border: 1px solid #006BB7;
  border-radius: 0; }
  .select2-dropdown .select2-results__option {
    padding: 0.75rem; }
    .select2-dropdown .select2-results__option::before {
      display: none; }
    .select2-dropdown .select2-results__option.select2-results__option--highlighted {
      background-color: #eaeaf2;
      color: #333333; }

.selection {
  margin-bottom: 0.75rem; }
  .selection .input.select {
    max-width: 100%; }
  .selection .select2-selection,
  .selection .select2-container--focus .select2-selection--multiple {
    border: 1px solid #006BB7; }
  .selection .select2-selection {
    width: 100%;
    background-color: #f6f6fa;
    border-radius: 0;
    padding: 0.5rem; }
  .selection .select2-selection--multiple .select2-selection__rendered {
    padding: 0; }
  .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;
  white-space: normal;
  -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 #006BB7;
  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: #006BB7;
    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: #BED7EA;
    color: #006BB7; }
  .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: #0060a5;
    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; }

.arrow {
  width: 100%;
  height: 2px;
  position: relative;
  margin: 10px 0;
  background-color: #006BB7; }
  .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: #006BB7; }
  .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); }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  white-space: nowrap;
  border: 0; }

.container {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (min-width: 768px) {
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }

.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-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 {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .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-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 {
      padding-left: 0;
      padding-right: 0; } }

.navigation-tab {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .navigation-tab {
      width: auto; } }
  .navigation-tab .navigation-tab__item {
    width: inherit; }

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

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

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

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

@font-face {
  font-family: 'montserrat-regular';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility; }

[class^="icon-"]::before,
[class*=" icon-"]::before,
[class^="glyphicon-"]::before,
[class*=" glyphicon-"]::before,
.asc::before,
.desc::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-"],
[class*=" icon-"],
[class^="glyphicon-"],
[class*=" glyphicon-"] {
  font-size: 24px;
  line-height: 1; }

.icon-achievements:before {
  content: '\e057'; }

.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-capability-01:before {
  content: '\e061'; }

.icon-capability-02:before {
  content: '\e064'; }

.icon-capability-03:before {
  content: '\e062'; }

.icon-capability-04:before {
  content: '\e065'; }

.icon-capability-05:before {
  content: '\e063'; }

.icon-carat-d::before,
.glyphicon-chevron-down::before,
.desc::before {
  content: '\e00f';
  padding-right: 5px; }

.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';
  padding-right: 5px; }

.icon-checkmark::before {
  content: '\e013'; }

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

.icon-click:before {
  content: '\e054'; }

.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-face-frown:before {
  content: '\e04d'; }

.icon-face-smile:before {
  content: '\e04e'; }

.icon-facilitator:before {
  content: '\e058'; }

.icon-flag:before {
  content: '\e052'; }

.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-game:before {
  content: '\e05b'; }

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

.icon-globe:before {
  content: '\e04f'; }

.icon-glossary:before {
  content: '\e059'; }

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

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

.icon-handshake:before {
  content: '\e050'; }

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

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

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

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

.icon-key-concepts:before {
  content: '\e05e'; }

.icon-laptop-click:before {
  content: '\e05a'; }

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

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

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

.icon-mail:before {
  content: '\e054'; }

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

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

.icon-menu::before {
  content: '\e066'; }

.icon-minus::before, .admin .report-picker .report-picker__filter.open::before,
.staff .report-picker .report-picker__filter.open::before,
.super .report-picker .report-picker__filter.open::before {
  content: '\e02e'; }

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

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

.icon-no-phone::before {
  content: '\e04c'; }

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

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

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

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

.icon-plus::before, .admin .report-picker .report-picker__filter::before,
.staff .report-picker .report-picker__filter::before,
.super .report-picker .report-picker__filter::before,
.glyphicon-plus::before {
  content: '\e034'; }

.icon-poll:before {
  content: '\e055'; }

.icon-practice:before {
  content: '\e05c'; }

.icon-timer-countdown:before {
  content: '\e05f'; }

.icon-timer-stopwatch:before {
  content: '\e060'; }

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

.icon-registration:before {
  content: '\e056'; }

/* '' */
.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-skip:before {
  content: '\e053'; }

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

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

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

.icon-system-exercise:before {
  content: '\e05d'; }

.icon-tablet:before {
  content: '\e051'; }

.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,
.icon--close::before,
.glyphicon-remove::before {
  content: '\e046'; }

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1780px; } }

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

.row-cols-1 > * {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.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%; }
  .row-cols-sm-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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%; }
  .row-cols-md-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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%; }
  .row-cols-lg-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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%; }
  .row-cols-xl-1 > * {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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 -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 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 (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.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;
    -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;
    -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;
  -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;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !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__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .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-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 #dee2e6;
  border-radius: 0.25rem;
  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 #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    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 #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  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 #dee2e6;
  border-radius: 0.25rem;
  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 #dee2e6;
    border-radius: 0.25rem;
    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;
  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 #dee2e6;
  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; }

.reports .content,
.users.index .content {
  background-color: #004282; }

.attempts.view .results__table-wrapper {
  max-width: 1000px;
  margin: 0 auto; }

.attempts.view .btn--back {
  display: inline-block;
  margin: 0 0 1rem; }

.attempts.view table tr td,
.attempts.view table tr a {
  font-family: "montserrat-medium", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

.attempts.view .table__subtitle {
  font-family: "montserrat-medium", sans-serif;
  font-size: calc(1.25rem * 0.9);
  line-height: 1.5; }
  @media (min-width: 576px) {
    .attempts.view .table__subtitle {
      font-size: 1.25rem; } }

.attempts.view .intro .footnotes:before {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 1rem;
  background-color: #006BB7;
  content: ''; }

.attempts.view .scenario-feedback {
  font-family: "montserrat-medium", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.75rem;
  border: 1px solid #006BB7; }
  .attempts.view .scenario-feedback ul {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #006BB7; }
  .attempts.view .scenario-feedback li {
    font-family: "montserrat-medium", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    display: block;
    padding-left: 10px; }
    .attempts.view .scenario-feedback li::before {
      position: absolute; }

.attempts.view [data-code] td {
  position: relative;
  padding-left: 1rem; }
  @media (min-width: 768px) {
    .attempts.view [data-code] td {
      padding-left: calc(100px + 1rem); } }
  .attempts.view [data-code] td::before {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    border: 1px solid;
    content: '';
    -webkit-print-color-adjust: exact; }
    @media (min-width: 768px) {
      .attempts.view [data-code] td::before {
        width: calc(100px - 1rem);
        height: calc(100px - 1rem);
        position: absolute;
        left: 1rem;
        top: 1rem;
        margin: 0; } }

.attempts.view .key-table td:not([class]) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .attempts.view .key-table td:not([class]) {
      width: 33.3%;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0.5rem;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 992px) {
    .attempts.view .key-table td:not([class]) {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.attempts.view .key-table img {
  width: 40px;
  height: 40px; }

.attempts.view [data-code='lc020'] td::before,
.attempts.view [data-code='ad020'] td::before,
.attempts.view [data-code='bb020'] td::before,
.attempts.view [data-code='dd010'] td::before,
.attempts.view [data-code='de010'] td::before,
.attempts.view [data-code='eb030'] td::before,
.attempts.view [data-code='ge020'] td::before,
.attempts.view [data-code='jc020'] td::before,
.attempts.view [data-code='kb020'] td::before,
.attempts.view [data-code='mb010'] td::before,
.attempts.view [data-code='qb020'] td::before,
.attempts.view [data-code='sb030'] td::before,
.attempts.view [data-code='tg020'] td::before,
.attempts.view [data-code='uc020'] td::before,
.attempts.view [data-code='wb030'] td::before,
.attempts.view [data-code='xb020'] td::before,
.attempts.view [data-code='yb020'] td::before,
.attempts.view [data-code='mt010b'] td::before,
.attempts.view [data-code='mt020b'] td::before,
.attempts.view [data-code='mt030a'] td::before {
  border-color: #61D19E;
  background: url("../img/scenario-fb-icon-stars-3.svg") no-repeat 0 0; }

.attempts.view [data-code='ca090'] td::before,
.attempts.view [data-code='gd020'] td::before,
.attempts.view [data-code='ia050'] td::before,
.attempts.view [data-code='qd010'] td::before,
.attempts.view [data-code='ra050'] td::before,
.attempts.view [data-code='te020'] td::before,
.attempts.view [data-code='tf020'] td::before,
.attempts.view [data-code='tf020'] td::before {
  border-color: #999999;
  background: url("../img/scenario-fb-icon-stars-2.svg") no-repeat 0 0; }

.attempts.view [data-code='aaa070'] td::before,
.attempts.view [data-code='bba060'] td::before,
.attempts.view [data-code='cca090'] td::before,
.attempts.view [data-code='dda070'] td::before,
.attempts.view [data-code='eea070'] td::before,
.attempts.view [data-code='gga070'] td::before {
  border-color: #006BB7;
  background: url("../img/scenario-fb-icon-for-sale.svg") no-repeat 0 0; }

.attempts.view [data-code='lb020'] td::before,
.attempts.view [data-code='ab020'] td::before,
.attempts.view [data-code='ae020'] td::before,
.attempts.view [data-code='bc030'] td::before,
.attempts.view [data-code='db010'] td::before,
.attempts.view [data-code='ec020'] td::before,
.attempts.view [data-code='gc020'] td::before,
.attempts.view [data-code='jb020'] td::before,
.attempts.view [data-code='kc020'] td::before,
.attempts.view [data-code='mc020'] td::before,
.attempts.view [data-code='qe010'] td::before,
.attempts.view [data-code='sc020'] td::before,
.attempts.view [data-code='td020'] td::before,
.attempts.view [data-code='ub030'] td::before,
.attempts.view [data-code='wd020'] td::before,
.attempts.view [data-code='xc020'] td::before,
.attempts.view [data-code='yc020'] td::before,
.attempts.view [data-code='mt010a'] td::before,
.attempts.view [data-code='mt020a'] td::before,
.attempts.view [data-code='mt030b'] td::before {
  border-color: #E92027;
  background: url("../img/scenario-fb-icon-stars-1.svg") no-repeat 0 0; }

.users.edit .content__wrapper,
.users.add .content__wrapper {
  max-width: 900px;
  margin: 0 auto; }

body {
  background: #006BB7; }
  body:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: url("../img/bg-houses.svg") no-repeat bottom;
    background-size: cover; }
  body .page {
    height: 100%;
    width: 100%; }
  body .critical-alert {
    text-align: center;
    color: white;
    border: 1px solid white;
    margin: 0 auto;
    padding: 1rem;
    background: #E92027; }
  body form {
    padding: .25rem; }
  body .form-submit-button {
    font-weight: 700;
    color: #004282; }
  body .main-container {
    background-size: cover;
    -webkit-animation: fadeInDown 500ms ease both;
            animation: fadeInDown 500ms ease both;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
    min-height: 100%;
    position: relative;
    padding-top: 80px; }
    @media (min-width: 768px) {
      body .main-container {
        padding-top: 3rem;
        min-height: 90%; } }
    body .main-container .content {
      position: relative; }
    body .main-container h4 {
      color: #fff;
      font-size: 2rem;
      padding: 1rem;
      -webkit-animation: fadeInDown 500ms ease backwards;
              animation: fadeInDown 500ms ease backwards;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      font-weight: 700;
      text-align: center; }
      @media (min-width: 576px) {
        body .main-container h4 {
          font-size: 2.5rem;
          text-align: left; } }
      @media (min-width: 768px) {
        body .main-container h4 {
          font-size: 3rem; } }
  @media (min-width: 768px) {
    body > .page {
      padding: 80px 1rem; } }
  @media (min-width: 768px) {
    body > .page > .main-container {
      overflow: hidden; } }
  @media (min-width: 768px) {
    body > .page > .main-container .container {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }
  body.courses.view > .page {
    height: calc(100% - 80px); }
    @media (min-width: 768px) {
      body.courses.view > .page {
        height: calc(100% - 80px); } }
    body.courses.view > .page > .main-container {
      min-height: 100%; }

.help__url {
  color: #fff;
  font-weight: 700; }
  .help__url[data-ui="share"] {
    text-decoration: underline; }
  .help__url:hover {
    color: #99c4e2; }

input[type=text]::-ms-clear {
  display: none; }

.top-navbar {
  margin-top: -1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 576px) {
    .top-navbar {
      font-size: 1.5rem; } }
  .top-navbar .nav-button {
    padding: .5rem 1rem;
    background-color: #fff; }
    .top-navbar .nav-button a {
      color: #006BB7;
      font-weight: 700; }
      .top-navbar .nav-button a:hover, .top-navbar .nav-button a.is--over {
        color: #004282; }
    .top-navbar .nav-button.selected {
      background-color: #004282; }
      .top-navbar .nav-button.selected a {
        color: #fff; }
        .top-navbar .nav-button.selected a:hover, .top-navbar .nav-button.selected a.is--over {
          color: #BED7EA; }

.global-nav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem;
  z-index: 1;
  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; }
  @media (min-width: 768px) {
    .global-nav {
      height: 80px; } }
  .global-nav .global-nav__logo {
    width: 175px;
    display: block;
    padding: 15.5px;
    background-color: #0060a5; }
    .global-nav .global-nav__logo .logo__img {
      width: 100%;
      height: 100%; }
      @media (min-width: 768px) {
        .global-nav .global-nav__logo .logo__img {
          display: block; } }
  .global-nav .hamburger {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    transition: all 0.5s ease;
    background-color: #FFD94D;
    color: #221F20;
    border-radius: 50%;
    transition: all 250ms ease; }
    .global-nav .hamburger.is--over {
      background-color: #e6c345; }
    .global-nav .hamburger.active {
      background-color: #221F20;
      color: #FFD94D; }
      .global-nav .hamburger.active .hamburger__icon--open {
        display: none; }
      .global-nav .hamburger.active .hamburger__icon--close {
        display: block;
        -webkit-animation: zoomIn 500ms both;
                animation: zoomIn 500ms both; }
    .global-nav .hamburger .hamburger__icon::before {
      line-height: 0; }
    .global-nav .hamburger .hamburger__icon--open::before {
      font-size: 1.5rem;
      -webkit-animation: zoomIn 500ms both;
              animation: zoomIn 500ms both; }
    .global-nav .hamburger .hamburger__icon--close {
      display: none; }
      .global-nav .hamburger .hamburger__icon--close::before {
        font-size: 33px;
        font-weight: bold; }

.dropdown-menu {
  width: 90%;
  max-width: 320px;
  max-height: calc(100vh - 80px);
  position: absolute;
  top: 80px;
  right: 0.5rem;
  padding: 1rem;
  border-radius: 20px;
  background-color: #FFD94D;
  overflow-y: auto;
  -webkit-animation: bounceIn 250ms both;
          animation: bounceIn 250ms both; }
  .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFD94D transparent;
    position: absolute;
    top: -7px;
    right: 15px; }
  @media (min-width: 768px) {
    .dropdown-menu {
      top: 80px;
      overflow-y: visible; } }
  .dropdown-menu li:nth-child(1) i {
    -webkit-animation-delay: 75ms;
            animation-delay: 75ms; }
  .dropdown-menu li:nth-child(1) a {
    -webkit-animation-delay: 175ms;
            animation-delay: 175ms; }
  .dropdown-menu li:nth-child(2) i {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms; }
  .dropdown-menu li:nth-child(2) a {
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms; }
  .dropdown-menu li:nth-child(3) i {
    -webkit-animation-delay: 225ms;
            animation-delay: 225ms; }
  .dropdown-menu li:nth-child(3) a {
    -webkit-animation-delay: 325ms;
            animation-delay: 325ms; }
  .dropdown-menu li:nth-child(4) i {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  .dropdown-menu li:nth-child(4) a {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  .dropdown-menu li:nth-child(5) i {
    -webkit-animation-delay: 375ms;
            animation-delay: 375ms; }
  .dropdown-menu li:nth-child(5) a {
    -webkit-animation-delay: 475ms;
            animation-delay: 475ms; }
  .dropdown-menu li:nth-child(6) i {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms; }
  .dropdown-menu li:nth-child(6) a {
    -webkit-animation-delay: 550ms;
            animation-delay: 550ms; }
  .dropdown-menu li:nth-child(7) i {
    -webkit-animation-delay: 525ms;
            animation-delay: 525ms; }
  .dropdown-menu li:nth-child(7) a {
    -webkit-animation-delay: 625ms;
            animation-delay: 625ms; }
  .dropdown-menu li:nth-child(8) i {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  .dropdown-menu li:nth-child(8) a {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  .dropdown-menu li {
    transition: all 250ms;
    overflow: hidden; }
    .dropdown-menu li::before {
      display: none; }
    .dropdown-menu li.divider {
      width: 100%;
      height: 1px;
      margin: 0.25rem 0;
      padding: 0;
      background-color: #221F20; }
    .dropdown-menu li i,
    .dropdown-menu li a {
      -webkit-animation-name: fadeInLeft;
              animation-name: fadeInLeft;
      -webkit-animation-duration: 250ms;
              animation-duration: 250ms;
      -webkit-animation-fill-mode: backwards;
              animation-fill-mode: backwards; }
    .dropdown-menu li i {
      width: 30px;
      margin-right: 0.25rem;
      text-align: center; }
      .dropdown-menu li i::before {
        font-weight: 700; }
    .dropdown-menu li a {
      font-family: "montserrat-medium", sans-serif;
      font-weight: 500;
      color: #221F20;
      padding: 0.75rem;
      width: 100%; }
      .dropdown-menu li a.is--active, .dropdown-menu li a.is--over {
        background-color: #e6c345; }
      .dropdown-menu li a.is--active {
        background-color: #221F20;
        color: #FFD94D;
        border-radius: 30px; }

.login__container .row {
  background-color: transparent !important; }

.login__container .logo__img {
  width: 210px; }

.login__container fieldset {
  border: none; }

.login__container .login-panel__title {
  color: #fff; }

.paginator {
  margin-top: 1rem;
  text-align: center;
  padding: 0.75rem; }
  .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 a {
      color: #006BB7; }
    .paginator .pagination > * {
      width: 25px;
      margin: 0 0.25rem;
      text-align: center; }
  .paginator.top .pagination {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0.75rem; }
  .paginator .prev,
  .paginator .next {
    width: inherit; }
  .paginator .paginator__counter {
    font-weight: 900; }
  .paginator .next.disabled,
  .paginator .prev.disabled {
    pointer-events: none; }
    .paginator .next.disabled .btn--icon,
    .paginator .prev.disabled .btn--icon {
      color: #808080;
      background-color: #c0c0c0; }
  .paginator .active {
    font-weight: 900;
    border-bottom: 3px solid;
    color: #006BB7; }
  .paginator li {
    list-style-type: none; }

.flash-messages {
  position: relative;
  z-index: 100002; }

@-webkit-keyframes showAndHide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes showAndHide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
  .flash-messages .message {
    width: calc(100% - (0.75rem * 2));
    position: absolute;
    top: 0;
    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: showAndHide 3000ms;
            animation: showAndHide 3000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    cursor: pointer; }
    @media (min-width: 576px) {
      .flash-messages .message {
        width: 100%;
        max-width: 500px;
        margin: 1rem auto; } }
    .flash-messages .message i {
      margin-right: 0.75rem;
      line-height: 100%; }

.report-filters {
  padding: 1rem; }
  .report-filters .report-filters__form {
    padding: 0.75rem;
    color: #fff;
    background-color: #0060a5; }
  .report-filters .report-filters__content {
    max-width: 900px;
    margin: 0 auto; }
  .report-filters .report-filters__btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .report-filters .report-filters__btns {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .report-filters .report-filters__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .report-filters .btn--light {
    color: #fff; }
  .report-filters [class*='col']:not(:last-child) {
    margin-bottom: 0.5rem; }
  .report-filters select {
    width: 100%; }

.portal-body--padding {
  padding: 1rem;
  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; } }

.button {
  color: #221F20;
  font-size: 1rem;
  padding: .25rem 1rem;
  font-weight: 700;
  margin: 1rem 0; }
  .button.open {
    color: #fff;
    background-color: #006BB7; }

.text--error {
  display: none;
  color: #E92027;
  font-weight: bold; }
  .text--error:before {
    content: '!';
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: #E92027;
    color: #fff;
    font-weight: bolder;
    border-radius: 90px;
    height: 20px;
    width: 20px;
    display: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.5rem; }
  .text--error:not(:empty) {
    display: block;
    -webkit-animation: fadeInUp 450ms ease;
            animation: fadeInUp 450ms ease; }
    .text--error:not(:empty):before {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }

@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: #E92027; }

@media print {
  .attempts.view .table__header__title {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    font-size: 24pt; }
  .attempts.view .table__subtitle {
    font-size: 18pt;
    font-weight: bold; }
  .attempts.view table tr td,
  .attempts.view .scenario-feedback,
  .attempts.view .scenario-feedback li,
  .attempts.view table tr td a,
  .attempts.view p {
    font-size: 11pt;
    line-height: 14pt; }
  .attempts.view .scenario-feedback {
    border-color: #000; }
  .attempts.view .scenario-feedback ul {
    border-top-color: #000; }
  .attempts.view .scenario-feedback li {
    display: list-item;
    list-style-type: disc; }
    .attempts.view .scenario-feedback li::before {
      display: none; }
  .global-nav,
  .btn--back,
  .btn--print {
    display: none !important; } }

.portal-overlay {
  width: 100vw;
  height: 100vh;
  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;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-animation: fadeIn 250ms;
          animation: fadeIn 250ms; }
  .portal-overlay.portal-overlay--share .portal-overlay__content {
    border-radius: 20px;
    -webkit-animation: fadeInDown 250ms;
            animation: fadeInDown 250ms;
    padding: 1rem; }
  .portal-overlay.hidden2 {
    position: absolute;
    z-index: -1;
    top: -30000px;
    left: -30000px;
    opacity: 0; }
  .portal-overlay::after {
    width: 100%;
    display: block;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: auto;
    content: ''; }
  .portal-overlay .portal-overlay__content {
    width: 100%;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: auto auto 0;
    background-color: #fff;
    padding: 10px; }
  .portal-overlay.portal-overlay--standard .portal-overlay__content {
    max-width: 600px; }
  .portal-overlay.portal-overlay--standard .portal-overlay__close {
    float: right;
    cursor: pointer; }

.admin .btn--wipe-progress,
.staff .btn--wipe-progress,
.super .btn--wipe-progress {
  text-align: center; }

.admin .filter__form,
.staff .filter__form,
.super .filter__form {
  width: inherit; }

.admin .report-picker,
.staff .report-picker,
.super .report-picker {
  width: 100%;
  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;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem; }
  .admin .report-picker .input.select,
  .staff .report-picker .input.select,
  .super .report-picker .input.select {
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }
  .admin .report-picker .report-picker__filter,
  .staff .report-picker .report-picker__filter,
  .super .report-picker .report-picker__filter {
    position: relative;
    margin: 0.75rem auto; }
    @media (min-width: 576px) {
      .admin .report-picker .report-picker__filter,
      .staff .report-picker .report-picker__filter,
      .super .report-picker .report-picker__filter {
        margin-right: 0; } }
    .admin .report-picker .report-picker__filter::before,
    .staff .report-picker .report-picker__filter::before,
    .super .report-picker .report-picker__filter::before {
      position: absolute;
      top: 50%;
      right: 5px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-right: 0.75rem;
      font-family: 'icon-font'; }

.super.edit .edit__section,
.admin.edit .edit__section,
.super.add .edit__section,
.admin.add .edit__section {
  padding: 0.75rem;
  background-color: #004282;
  color: #fff; }
  .super.edit .edit__section [class*='col']:not(:last-child),
  .admin.edit .edit__section [class*='col']:not(:last-child),
  .super.add .edit__section [class*='col']:not(:last-child),
  .admin.add .edit__section [class*='col']:not(:last-child) {
    margin-bottom: 0.5rem; }
  .super.edit .edit__section select,
  .admin.edit .edit__section select,
  .super.add .edit__section select,
  .admin.add .edit__section select {
    width: 100%; }
  .super.edit .edit__section .edit__section__subtitle,
  .admin.edit .edit__section .edit__section__subtitle,
  .super.add .edit__section .edit__section__subtitle,
  .admin.add .edit__section .edit__section__subtitle {
    margin-bottom: 1rem;
    text-align: center; }
  .super.edit .edit__section .edit__section__submit,
  .admin.edit .edit__section .edit__section__submit,
  .super.add .edit__section .edit__section__submit,
  .admin.add .edit__section .edit__section__submit {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      .super.edit .edit__section .edit__section__submit,
      .admin.edit .edit__section .edit__section__submit,
      .super.add .edit__section .edit__section__submit,
      .admin.add .edit__section .edit__section__submit {
        margin-right: 0; } }
  .super.edit .edit__section .edit__section__header,
  .admin.edit .edit__section .edit__section__header,
  .super.add .edit__section .edit__section__header,
  .admin.add .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: #006BB7;
    color: #fff; }
    .super.edit .edit__section .edit__section__header .edit__section__header-btns,
    .admin.edit .edit__section .edit__section__header .edit__section__header-btns,
    .super.add .edit__section .edit__section__header .edit__section__header-btns,
    .admin.add .edit__section .edit__section__header .edit__section__header-btns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
    .super.edit .edit__section .edit__section__header .edit__section__header-btn,
    .admin.edit .edit__section .edit__section__header .edit__section__header-btn,
    .super.add .edit__section .edit__section__header .edit__section__header-btn,
    .admin.add .edit__section .edit__section__header .edit__section__header-btn {
      margin: 0 0 0 0.5rem; }

.super.edit .edit__actions,
.admin.edit .edit__actions,
.super.add .edit__actions,
.admin.add .edit__actions {
  margin-bottom: 1.5rem;
  text-align: center; }
  .super.edit .edit__actions .edit__action,
  .admin.edit .edit__actions .edit__action,
  .super.add .edit__actions .edit__action,
  .admin.add .edit__actions .edit__action {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .super.edit .edit__actions .marker-items,
  .admin.edit .edit__actions .marker-items,
  .super.add .edit__actions .marker-items,
  .admin.add .edit__actions .marker-items {
    text-align: left; }
    .super.edit .edit__actions .marker-items li,
    .admin.edit .edit__actions .marker-items li,
    .super.add .edit__actions .marker-items li,
    .admin.add .edit__actions .marker-items li {
      overflow-wrap: break-word; }

.super.edit input[type='text'][disabled],
.admin.edit input[type='text'][disabled],
.super.add input[type='text'][disabled],
.admin.add input[type='text'][disabled] {
  background: #eaeaf2;
  border: 1px solid #c0c0c0; }

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

.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%); }
  @media (min-width: 768px) {
    .admin.dashboard .nav-item__text {
      height: 150px; } }

.staff.reports .report__download,
.admin.reports .report__download,
.super.reports .report__download {
  margin: 0 0 0 auto; }

.staff.reports .portal-body--padding .search,
.admin.reports .portal-body--padding .search,
.super.reports .portal-body--padding .search {
  border: 2px solid rgba(46, 46, 56, 0.25); }

.courses.index {
  /* designer to review */ }
  .courses.index.is--complete .launch .font__subheader--m > *, .courses.index.is--complete .launch .table__header .table__header__title > *, .table__header .courses.index.is--complete .launch .table__header__title > * {
    margin-bottom: 1rem; }
  .courses.index.is--complete .launch .btn--cert {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2; }
    @media (min-width: 768px) {
      .courses.index.is--complete .launch .btn--cert {
        margin-left: 0; } }
  .courses.index.is--complete .launch .btn--latest-results {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .courses.index.is--complete .launch .launch__btn:not(.critical-alert) {
    font-size: 0.925rem;
    background-color: #221F20;
    color: #FFD94D; }
    .courses.index.is--complete .launch .launch__btn:not(.critical-alert).is--over {
      background-color: #000; }
    @media (min-width: 768px) {
      .courses.index.is--complete .launch .launch__btn:not(.critical-alert) {
        font-size: 0.925rem;
        display: inline-block;
        padding: 0.75rem; } }
  .courses.index.is--complete .launch .critical-alert {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2; }
  .courses.index.is--complete .btn--cert {
    font-size: 1.5rem;
    background-color: #FFD94D;
    color: #221F20; }
    .courses.index.is--complete .btn--cert.is--over {
      background-color: #e6c345; }
  .courses.index:before {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../img/bg-portal-mobile.svg") no-repeat bottom;
    background-size: cover;
    opacity: 0.12; }
    @media (min-width: 992px) {
      .courses.index:before {
        min-height: 1050px;
        background: url("../img/bg-portal-desktop.svg") no-repeat bottom;
        background-size: cover;
        opacity: 1; } }

@-webkit-keyframes cloudAnimate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(50vw, 0);
            transform: translate(50vw, 0); } }

@keyframes cloudAnimate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(50vw, 0);
            transform: translate(50vw, 0); } }
  .courses.index .city {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: fadeIn 250ms 500ms ease-in;
            animation: fadeIn 250ms 500ms ease-in;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    overflow: hidden; }
    .courses.index .city .city__cloud-01 {
      width: 200px;
      height: 56px;
      position: absolute;
      background: url("../img/city-cloud-01.svg") no-repeat 0 0; }
    .courses.index .city .city__cloud-02 {
      width: 200px;
      height: 72px;
      position: absolute;
      background: url("../img/city-cloud-02.svg") no-repeat 0 0; }
    .courses.index .city .city__cloud-03 {
      width: 175px;
      height: 69px;
      position: absolute;
      background: url("../img/city-cloud-03.svg") no-repeat 0 0; }
    .courses.index .city .city__cloud-01 {
      top: 1vh;
      left: 30vw;
      -webkit-animation: 40s cloudAnimate linear infinite alternate;
              animation: 40s cloudAnimate linear infinite alternate; }
    .courses.index .city .city__cloud-02 {
      top: 22vh;
      left: 35vw;
      -webkit-animation: 30s cloudAnimate linear infinite alternate-reverse;
              animation: 30s cloudAnimate linear infinite alternate-reverse; }
    .courses.index .city .city__cloud-03 {
      top: 35vh;
      right: 18vw;
      -webkit-animation: 50s cloudAnimate ease infinite alternate;
              animation: 50s cloudAnimate ease infinite alternate; }
    .courses.index .city .city__cloud {
      display: none; }
      @media (min-width: 992px) {
        .courses.index .city .city__cloud {
          display: block; } }
  @media (min-width: 992px) {
    .courses.index .main-container {
      width: 100%;
      margin: 0;
      overflow: visible; } }
  .courses.index sup {
    font-size: 0.7em; }
  .courses.index .launch {
    color: #fff; }
    @media (min-width: 992px) {
      .courses.index .launch {
        max-width: 600px; } }
    @media (min-width: 1200px) {
      .courses.index .launch {
        width: 55%;
        max-width: 800px; } }
    .courses.index .launch .launch__title {
      margin-bottom: 2rem;
      font-weight: bold; }
      .courses.index .launch .launch__title span {
        display: block;
        text-transform: uppercase;
        font-weight: normal; }
    .courses.index .launch .launch__intro {
      margin-bottom: 2rem; }
      @media (min-width: 576px) {
        .courses.index .launch .launch__intro {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .courses.index .launch .launch__intro p {
        margin-bottom: 2rem; }
        @media (min-width: 576px) {
          .courses.index .launch .launch__intro p {
            margin-bottom: 0; } }
    .courses.index .launch .launch__duration {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.75rem;
      border: 1px solid #fff;
      text-align: center;
      border-radius: 20px; }
      @media (min-width: 576px) {
        .courses.index .launch .launch__duration {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-left: 0.75rem;
          background-color: #0060a5;
          border: 0; } }
      .courses.index .launch .launch__duration i {
        margin: 0 0.5rem 0 0;
        font-weight: bold;
        font-size: 40px; }
        @media (min-width: 576px) {
          .courses.index .launch .launch__duration i {
            margin: 0 0 0.5rem; } }
      .courses.index .launch .launch__duration h2 {
        text-transform: uppercase; }
      .courses.index .launch .launch__duration h3 {
        font-weight: bold; }
    .courses.index .launch .launch__callout {
      margin: 0;
      color: #006BB7; }
      @media (min-width: 576px) {
        .courses.index .launch .launch__callout {
          padding-left: 1rem;
          margin-right: 1rem; } }
    .courses.index .launch .primary-btns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .courses.index .launch .primary-btns {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .courses.index .launch .primary-btns > * {
        margin: 10px; }
    .courses.index .launch .launch__btn {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;
      font-size: 1.5rem;
      display: inline-block;
      margin: 1rem 0;
      position: relative;
      min-width: 75px; }
      @media (min-width: 768px) {
        .courses.index .launch .launch__btn {
          font-size: 2rem; } }
      .courses.index .launch .launch__btn.critical-alert {
        border-radius: 60px; }
    .courses.index .launch .mobile-warning {
      background-color: #221F20;
      border-radius: 20px;
      padding: 0.75rem;
      margin-top: 0.75rem;
      text-align: center;
      color: #fff; }
      @media (min-width: 576px) {
        .courses.index .launch .mobile-warning {
          margin-top: 0;
          border-radius: 100px; } }
    .courses.index .launch .launch__footnotes {
      max-width: 570px; }
      @media (min-width: 1200px) {
        .courses.index .launch .launch__footnotes {
          max-width: auto; } }
      .courses.index .launch .launch__footnotes:before {
        width: 30px;
        height: 2px;
        display: block;
        margin-bottom: 1rem;
        background-color: #fff;
        content: ''; }
  .courses.index .btn--cert,
  .courses.index .btn--latest-results {
    cursor: pointer;
    background-color: #221F20;
    color: #FFD94D; }
    .courses.index .btn--cert.is--over,
    .courses.index .btn--latest-results.is--over {
      background-color: #000; }
    @media (min-width: 768px) {
      .courses.index .btn--cert,
      .courses.index .btn--latest-results {
        font-size: 0.925rem;
        display: inline-block;
        padding: 0.75rem; } }
  .courses.index .complete-btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 576px) {
      .courses.index .complete-btns {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) {
      .courses.index .complete-btns {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .courses.index .link--download,
  .courses.index .link--share {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    margin: 0 0 10px;
    border-radius: 25px;
    padding: 0.25rem 0.5rem;
    transition: all 250ms;
    text-decoration: none;
    font-size: 0.85rem; }
    @media (min-width: 576px) {
      .courses.index .link--download,
      .courses.index .link--share {
        margin: 0 0 0.25rem; } }
    .courses.index .link--download.is--over,
    .courses.index .link--share.is--over {
      background: rgba(255, 255, 255, 0.35); }
  @media (min-width: 576px) {
    .courses.index .link--share {
      margin-left: 0.5rem; } }

.users.about::before {
  background-image: url("../img/bg-houses.svg");
  background-size: 300%; }

.users.about .content {
  padding: 0.75rem;
  max-width: 885px;
  margin: 0 auto;
  color: #fff; }
  @media (min-width: 768px) {
    .users.about .content {
      padding: 1rem; } }

@media (min-width: 768px) {
  .users.about .main-container {
    padding: 0; } }

.users.about .help__text {
  text-align: center; }

.users.about section {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .users.about section {
      margin-bottom: 4rem; } }
  .users.about section h2 {
    font-family: "montserrat-medium", sans-serif;
    font-size: calc(2.5rem * 0.8);
    line-height: 1.2;
    margin-bottom: 1rem;
    text-align: center; }
    @media (min-width: 576px) {
      .users.about section h2 {
        font-size: 2.5rem; } }

.users.about .background {
  text-align: center; }
  .users.about .background h1 {
    margin-bottom: 1rem; }

.users.about .simulation h2 {
  padding: 0.75rem;
  margin-bottom: 0;
  padding-top: 35px;
  background: url("../img/nar-pattern-client-people.svg") no-repeat 0 0;
  background-size: cover; }
  @media (min-width: 768px) {
    .users.about .simulation h2 {
      padding: 1rem; } }
  @media (min-width: 768px) {
    .users.about .simulation h2 {
      padding-top: 75px; } }

.users.about .simulation span {
  padding: 0.75rem;
  display: block;
  background-color: #fff;
  color: #006BB7; }
  @media (min-width: 768px) {
    .users.about .simulation span {
      padding: 1.5rem; } }

.users.about .simulation .simulation__content {
  padding: 0.75rem;
  background-color: #99c4e2;
  color: #0060a5;
  font-weight: bold; }
  @media (min-width: 768px) {
    .users.about .simulation .simulation__content {
      padding: 1rem; } }
  @media (min-width: 992px) {
    .users.about .simulation .simulation__content {
      padding: 2rem 4rem; } }

.users.about .objectives {
  padding-top: 1rem;
  border-top: 3px solid #61D19E;
  border-bottom: 3px solid #61D19E; }
  .users.about .objectives li {
    margin-bottom: 1rem; }

.users.about .performance .performance__completion-state {
  margin-bottom: 1rem;
  background-color: #99c4e2;
  color: #221F20;
  border-radius: 20px;
  overflow: hidden; }
  .users.about .performance .performance__completion-state p {
    margin: 0;
    padding: 0.5rem;
    background-color: #fff;
    text-align: center; }
  .users.about .performance .performance__completion-state ul {
    padding: 0.75rem; }
    @media (min-width: 768px) {
      .users.about .performance .performance__completion-state ul {
        padding: 1rem; } }
    @media (min-width: 576px) {
      .users.about .performance .performance__completion-state ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .users.about .performance .performance__completion-state li {
    font-family: "montserrat-medium", sans-serif;
    font-size: calc(1.25rem * 0.9);
    line-height: 1.5;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.75rem;
    text-align: center; }
    @media (min-width: 576px) {
      .users.about .performance .performance__completion-state li {
        font-size: 1.25rem; } }
    @media (min-width: 768px) {
      .users.about .performance .performance__completion-state li {
        margin-bottom: 0; } }
    .users.about .performance .performance__completion-state li::before {
      display: none; }
  .users.about .performance .performance__completion-state i {
    display: block;
    margin: 0 auto 0.5rem; }

.users.about .performance .performance__info {
  margin-bottom: 1rem;
  padding: 1.5rem 0; }

.users.about .performance .performance__scores {
  padding: 0; }
  .users.about .performance .performance__scores li {
    margin-bottom: 0.75rem; }
    @media (min-width: 768px) {
      .users.about .performance .performance__scores li {
        margin-bottom: 1.5rem; } }
    .users.about .performance .performance__scores li::before {
      display: none; }
    .users.about .performance .performance__scores li span {
      padding: 0.75rem;
      width: 100%;
      background-color: #0060a5; }
      @media (min-width: 768px) {
        .users.about .performance .performance__scores li span {
          padding: 1rem; } }
      @media (min-width: 576px) {
        .users.about .performance .performance__scores li span {
          min-height: 175px; } }
    .users.about .performance .performance__scores li strong {
      font-family: "montserrat-medium", sans-serif;
      font-size: calc(2rem * 0.8);
      line-height: 1.2;
      margin-bottom: 0.75rem;
      color: #61D19E;
      display: block; }
      @media (min-width: 576px) {
        .users.about .performance .performance__scores li strong {
          font-size: 2rem; } }

.users.about .performance .performance__ranges {
  text-align: center;
  margin-top: 2rem; }

.users.about .resources {
  padding: 0.75rem;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  color: #006BB7; }
  @media (min-width: 768px) {
    .users.about .resources {
      padding: 1rem; } }
  .users.about .resources i {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 70px; }
  .users.about .resources ul {
    padding-left: 0; }
  .users.about .resources li {
    margin-bottom: 1rem; }
    .users.about .resources li::before {
      display: none; }

.users.about .disclaimer .disclaimer__section {
  margin-bottom: 1rem;
  border-radius: 20px;
  overflow: hidden; }
  .users.about .disclaimer .disclaimer__section.is--expanded .disclaimer__btn i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .users.about .disclaimer .disclaimer__section.is--expanded .disclaimer__content {
    display: block; }

.users.about .disclaimer .disclaimer__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
  background-color: #FFD94D;
  color: #221F20;
  transition: all 250ms; }
  .users.about .disclaimer .disclaimer__btn.is--over {
    background-color: #221F20;
    color: #FFD94D; }
  .users.about .disclaimer .disclaimer__btn i {
    transition: all 250ms; }
  .users.about .disclaimer .disclaimer__btn h3 {
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    margin: 0; }

.users.about .disclaimer .disclaimer__content {
  padding: 0.75rem;
  display: none;
  background-color: #fff;
  color: #221F20; }
  @media (min-width: 768px) {
    .users.about .disclaimer .disclaimer__content {
      padding: 1rem; } }

.users.about .disclaimer ol,
.users.about .disclaimer li {
  margin-bottom: 0.75rem; }

.users.about .disclaimer h3 {
  font-family: "montserrat-medium", sans-serif;
  font-size: calc(2rem * 0.8);
  line-height: 1.2;
  margin-bottom: 1rem; }
  @media (min-width: 576px) {
    .users.about .disclaimer h3 {
      font-size: 2rem; } }

.users.about .disclaimer h4 {
  font-family: "montserrat-medium", sans-serif;
  font-size: calc(1.25rem * 0.9);
  line-height: 1.5;
  color: #006BB7;
  padding: 0;
  margin-bottom: 0.25rem; }
  @media (min-width: 576px) {
    .users.about .disclaimer h4 {
      font-size: 1.25rem; } }
  .users.about .disclaimer h4:not(:first-of-type) {
    margin-top: 2rem; }
