<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.nav__menu--social a,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab, .nav__menu--social a,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.nav__menu--social a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-table::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-joint::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-bookmark::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-spider::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\&lt;";
}

.fa-angle-down::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\&gt;";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-carrot::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-arrow-turn-right::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab, .nav__menu--social a,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

button {
  background: none;
  color: inherit;
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
html {
  font-size: 10px;
  width: 100%;
}

/* colour for system status */
:root {
  --black: ;
  --blue-very-light: #7ba4d9;
  --blue-light: #336699;
  --blue-light--rgb: 51, 102, 153;
  --blue-medium: #008bb0;
  --blue-medium--rgb: 0, 139, 176;
  --blue-dark: #002a5c;
  --blue-dark--rgb: 0, 42, 92;
  --blue-alert: #3498db;
  --gray-very-light: #dddddd;
  --gray-light: #cecfcb;
  --gray-medium: #999999;
  --gray-dark: #666666;
  --green-very-light: #dae5cd;
  --green-light: #99cc99;
  --green-medium: #339933;
  --green-dark: #016d40;
  --gold-very-light: #FAFAD2;
  --gold-light: #ffcc33;
  --gold-medium: #ffe498;
  --yellow: #f1c40f;
  --orange: #e67e22;
  --red: #e31837;
  --red-medium: #e31837;
  --white: #ffffff;
  --white-very-light: #ffffff;
  --margin: 1rem;
  --padding: 1rem;
}

/*

Theme Name: ITS Theme
Theme URI: https://its.utoronto.ca
Description: ITS Theme
Author: Dennis Erny
Version: 1.0
Tags: Fluid Grid
*/
/* 

   Minified Bootstrap Styles - v2.03

   ========================================================================== */
/* Not using: Keyframes, Headings, Breadcrumbs, Links, Paragraphs, Tables, Button Groups, Offsets and Form Styles,
   Typeahead, Hero Unit, Nav Pills, Tabs and only Partial use of Icons. Replace ../img with images */
.legacy {
  background-color: var(--white);
  padding-left: 1rem;
  padding-right: 1rem;
  /* Base Responsive */
  /* Basic Layout */
  /* Typography */
  /* Larger Default for large content area's */
  /* Tables and Lists */
  /* Pretty Tables */
  /* Service Detail Tables */
  /* Links */
  /* Carousel */
  /* Bread Crumbs */
  /* Header */
  /* Quick Access Buttons */
  /* Search Box */
  /* Font Sizer */
  /* Main Navigation */
  /* Dropdowns for Main Navigation */
  /* Main Search */
  /* News Page */
  /* Dropdowns */
  /* Search Results Table */
  /* Frequently Asked Questions */
  /* Footer */
  /* Sitemap */
  /* Sidebar */
  /* Search Panel */
  /* Calendar */
  /* Widgets */
  /* Basic Styles */
  /* Twitter */
  /* Simple Section Menu */
  /* Home Page Widgets */
  /* Secondary Content */
  /* Service Landing Page Widgets */
  /* Search Results Page Widget */
  /* Sociable */
  /* Social Profiles */
  /* Responsive */
  /* Miscellaneous */
  /* Custom Buttons */
  /* Gravity Form Overrides */
  /* Utilities */
  /* Webkit-style focus */
  /* Center-align a block level element */
  /* Text Overflow. Requires inline-block or block for proper styling */
  /* IE7 inline-block */
  /* IE7 restore whitespace */
  /* IE8 Images */
  /* CSS3 */
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  /* Print styles */
  /* Wordpress Styles */
  /* WYSIWYG Editor */
  /* Articles */
  /* Comments */
  /*		Tablet Layout: 768px.
          Gutters: 24px.
          Outer margins: 28px.
          Inherits styles from: Default Layout.
  -----------------------------------------------------------------
  cols    1     2      3      4      5      6      7      8
  px      68    160    252    344    436    528    620    712    */
  /*		Mobile Layout: 320px.
          Gutters: 24px.
          Outer margins: 34px.
          Inherits styles from: Default Layout.
  ---------------------------------------------
  cols    1     2      3
  px      68    160    252    */
  /*		Wide Mobile Layout: 480px.
          Gutters: 24px.
          Outer margins: 22px.
          Inherits styles from: Default Layout, Mobile Layout.
  ------------------------------------------------------------
  cols    1     2      3      4      5
  px      68    160    252    344    436    */
  /*
  You can add your own CSS here.

  Click the help icon above to learn more.
  */
  /*Button Styles*/
  /*Latest News*/
  /*Tribe Events*/
  /** Gravity Forms **/
  /**Strat Plan**/
}
.legacy .clearfix {
  *zoom: 1;
}
.legacy .clearfix:before {
  display: table;
  content: "";
}
.legacy .clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.legacy .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.legacy .input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy article, .legacy aside, .legacy details, .legacy figcaption, .legacy figure, .legacy footer, .legacy header, .legacy hgroup, .legacy nav, .legacy section {
  display: block;
}
.legacy audio, .legacy canvas, .legacy video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.legacy audio:not([controls]) {
  display: none;
}
.legacy html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.legacy a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacy a:hover, .legacy a:active {
  outline: 0;
}
.legacy sub, .legacy sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.legacy sup {
  top: -0.5em;
}
.legacy sub {
  bottom: -0.25em;
}
.legacy img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.single .legacy img {
  width: inherit;
}
.legacy button {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  *overflow: visible;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
}
.legacy button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.legacy input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  *overflow: visible;
  line-height: normal;
}
.legacy input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.legacy select {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.legacy textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  overflow: auto;
  vertical-align: top;
}
.legacy input[type=text] {
  appearance: textfield;
}
.legacy input[type=button] {
  cursor: pointer;
  appearance: button;
}
.legacy input[type=reset] {
  cursor: pointer;
  appearance: button;
}
.legacy input[type=submit] {
  cursor: pointer;
  appearance: button;
}
.legacy input[type=search] {
  box-sizing: content-box;
  appearance: textfield;
}
.legacy input[type=search]::-webkit-search-decoration {
  appearance: none;
}
.legacy input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}
.legacy .row {
  margin-left: -20px;
  *zoom: 1;
}
.legacy .row:before {
  display: table;
  content: "";
}
.legacy .row:after {
  display: table;
  content: "";
  clear: both;
}
.legacy [class*=span] {
  float: left;
  margin-left: 20px;
}
.legacy .container {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.legacy .container:before {
  display: table;
  content: "";
}
.legacy .container:after {
  display: table;
  content: "";
  clear: both;
}
.legacy .navbar-fixed-top .container {
  width: 940px;
}
.legacy .navbar-fixed-bottom .container {
  width: 940px;
}
.legacy .row-fluid {
  width: 100%;
  *zoom: 1;
}
.legacy .row-fluid:before {
  display: table;
  content: "";
}
.legacy .row-fluid:after {
  display: table;
  content: "";
  clear: both;
}
.legacy .row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846%;
  overflow: hidden;
}
.legacy .row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.legacy .row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.9468085006%;
}
.legacy .row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036%;
}
.legacy .row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.9255319066%;
}
.legacy .row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096%;
}
.legacy .row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.9042553126%;
}
.legacy .row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156%;
}
.legacy .row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.8829787186%;
}
.legacy .row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216%;
}
.legacy .row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246%;
}
.legacy .row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276%;
}
.legacy .row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306%;
}
.legacy .row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336%;
}
.legacy .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.legacy .container-fluid:before {
  display: table;
  content: "";
}
.legacy .container-fluid:after {
  display: table;
  content: "";
  clear: both;
}
.legacy h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.legacy .page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.legacy .page-header h1 {
  line-height: 1;
}
.legacy ul {
  padding: 0;
  margin: 0 0 9px 25px;
  list-style: disc;
}
.legacy ul ul {
  margin-bottom: 0;
}
.legacy ul ol {
  margin-bottom: 0;
}
.legacy ol {
  padding: 0;
  margin: 0 0 9px 25px;
  list-style: decimal;
}
.legacy ol ol {
  margin-bottom: 0;
}
.legacy ol ul {
  margin-bottom: 0;
}
.legacy li {
  line-height: 18px;
}
.legacy ul.unstyled {
  margin-left: 0;
  list-style: none;
}
.legacy ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.legacy dl {
  margin-bottom: 18px;
}
.legacy dt {
  line-height: 18px;
  font-weight: bold;
  line-height: 17px;
}
.legacy dd {
  line-height: 18px;
  margin-left: 9px;
}
.legacy .dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.legacy .dl-horizontal dd {
  margin-left: 130px;
}
.legacy hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
.legacy strong {
  font-weight: bold;
}
.legacy em {
  font-style: italic;
}
.legacy .muted {
  color: #999999;
}
.legacy abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #ddd;
}
.legacy abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.legacy blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
.legacy blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
.legacy blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
.legacy blockquote small:before {
  content: "—&nbsp;";
}
.legacy blockquote:before {
  content: "";
}
.legacy blockquote:after {
  content: "";
}
.legacy blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.legacy blockquote.pull-right p {
  text-align: right;
}
.legacy blockquote.pull-right small {
  text-align: right;
}
.legacy q:before {
  content: "";
}
.legacy q:after {
  content: "";
}
.legacy address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
.legacy small {
  font-size: 100%;
}
.legacy cite {
  font-style: normal;
}
.legacy code {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.legacy pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.legacy pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.legacy pre.prettyprint {
  margin-bottom: 18px;
}
.legacy .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.legacy .label {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.legacy .badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.legacy a.label:hover, .legacy a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.legacy .label-important {
  background-color: #b94a48;
}
.legacy .badge-important {
  background-color: #b94a48;
}
.legacy .label-important[href] {
  background-color: #953b39;
}
.legacy .badge-important[href] {
  background-color: #953b39;
}
.legacy .label-warning {
  background-color: #f89406;
}
.legacy .badge-warning {
  background-color: #f89406;
}
.legacy .label-warning[href] {
  background-color: #c67605;
}
.legacy .badge-warning[href] {
  background-color: #c67605;
}
.legacy .label-success {
  background-color: #468847;
}
.legacy .badge-success {
  background-color: #468847;
}
.legacy .label-success[href] {
  background-color: #356635;
}
.legacy .badge-success[href] {
  background-color: #356635;
}
.legacy .label-info {
  background-color: #3a87ad;
}
.legacy .badge-info {
  background-color: #3a87ad;
}
.legacy .label-info[href] {
  background-color: #2d6987;
}
.legacy .badge-info[href] {
  background-color: #2d6987;
}
.legacy .label-inverse {
  background-color: #333333;
}
.legacy .badge-inverse {
  background-color: #333333;
}
.legacy .label-inverse[href] {
  background-color: #1a1a1a;
}
.legacy .badge-inverse[href] {
  background-color: #1a1a1a;
}
.legacy .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.legacy .btn:hover, .legacy .btn:active, .legacy .btn.active, .legacy .btn.disabled, .legacy .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.legacy .btn:active, .legacy .btn.active {
  background-color: #cccccc \9 ;
}
.legacy .btn:first-child {
  *margin-left: 0;
}
.legacy .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.legacy .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacy .btn.active, .legacy .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9 ;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.legacy .btn.disabled, .legacy .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.legacy .btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.legacy .btn-large [class^=icon-] {
  margin-top: 1px;
}
.legacy .btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.legacy .btn-small [class^=icon-] {
  margin-top: -1px;
}
.legacy .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.legacy .btn-primary, .legacy .btn-primary:hover, .legacy .btn-warning, .legacy .btn-warning:hover, .legacy .btn-danger, .legacy .btn-danger:hover, .legacy .btn-success, .legacy .btn-success:hover, .legacy .btn-info, .legacy .btn-info:hover, .legacy .btn-inverse, .legacy .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.legacy .btn-primary.active, .legacy .btn-warning.active, .legacy .btn-danger.active, .legacy .btn-success.active, .legacy .btn-info.active, .legacy .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.legacy .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.legacy .btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0055cc", GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.legacy .btn-primary:hover, .legacy .btn-primary:active, .legacy .btn-primary.active, .legacy .btn-primary.disabled, .legacy .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.legacy .btn-primary:active, .legacy .btn-primary.active {
  background-color: #004099 \9 ;
}
.legacy .btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbb450", endColorstr="#f89406", GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.legacy .btn-warning:hover, .legacy .btn-warning:active, .legacy .btn-warning.active, .legacy .btn-warning.disabled, .legacy .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.legacy .btn-warning:active, .legacy .btn-warning.active {
  background-color: #c67605 \9 ;
}
.legacy .btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee5f5b", endColorstr="#bd362f", GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.legacy .btn-danger:hover, .legacy .btn-danger:active, .legacy .btn-danger.active, .legacy .btn-danger.disabled, .legacy .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.legacy .btn-danger:active, .legacy .btn-danger.active {
  background-color: #942a25 \9 ;
}
.legacy .btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#62c462", endColorstr="#51a351", GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.legacy .btn-success:hover, .legacy .btn-success:active, .legacy .btn-success.active, .legacy .btn-success.disabled, .legacy .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.legacy .btn-success:active, .legacy .btn-success.active {
  background-color: #408140 \9 ;
}
.legacy .btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5bc0de", endColorstr="#2f96b4", GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.legacy .btn-info:hover, .legacy .btn-info:active, .legacy .btn-info.active, .legacy .btn-info.disabled, .legacy .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.legacy .btn-info:active, .legacy .btn-info.active {
  background-color: #24748c \9 ;
}
.legacy .btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#555555", endColorstr="#222222", GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.legacy .btn-inverse:hover, .legacy .btn-inverse:active, .legacy .btn-inverse.active, .legacy .btn-inverse.disabled, .legacy .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.legacy .btn-inverse:active, .legacy .btn-inverse.active {
  background-color: #080808 \9 ;
}
.legacy button.btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.legacy button.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.legacy input[type=submit].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.legacy input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.legacy button.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.legacy input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.legacy button.btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.legacy input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.legacy button.btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.legacy input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.legacy [class^=icon-],
.legacy [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.legacy [class^=icon-]:last-child,
.legacy [class*=" icon-"]:last-child {
  *margin-left: 0;
}
.legacy .icon-white {
  background-image: url("images/glyphicons-halflings-white.png");
}
.legacy .icon-search {
  background-position: -48px 0;
}
.legacy .icon-lock {
  background-position: -287px -24px;
}
.legacy .btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.legacy .btn:hover .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.legacy .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.legacy .btn-mini .caret {
  margin-top: 5px;
}
.legacy .btn-small .caret {
  margin-top: 6px;
}
.legacy .btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.legacy .dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.legacy .btn-primary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.legacy .btn-warning .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.legacy .btn-danger .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.legacy .btn-info .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.legacy .btn-success .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.legacy .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.legacy .nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.legacy .nav &gt; li &gt; a {
  display: block;
}
.legacy .nav &gt; li &gt; a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.legacy .nav &gt; .pull-right {
  float: right;
}
.legacy .nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.legacy .nav li + .nav-header {
  margin-top: 9px;
}
.legacy .navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
  color: #999999;
}
.legacy .navbar .container {
  width: auto;
}
.legacy .navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}
.legacy .navbar .brand:hover {
  text-decoration: none;
}
.legacy .navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.legacy .navbar .navbar-link {
  color: #999999;
}
.legacy .navbar .navbar-link:hover {
  color: #ffffff;
}
.legacy .navbar .btn {
  margin-top: 5px;
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}
.legacy .navbar .btn-group {
  margin-top: 5px;
  margin: 0;
  padding: 5px 5px 6px;
}
.legacy .navbar .btn-group .btn {
  margin: 0;
}
.legacy .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.legacy .navbar .nav &gt; li {
  display: block;
  float: left;
}
.legacy .navbar .nav &gt; li &gt; a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.legacy .navbar .nav &gt; li &gt; a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.legacy .navbar .nav .active &gt; a {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.legacy .navbar .nav .active &gt; a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.legacy .navbar .nav li.dropdown .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.legacy .navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.legacy .navbar .nav li.dropdown.open &gt; .dropdown-toggle {
  background-color: transparent;
}
.legacy .navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.legacy .navbar .nav li.dropdown.active &gt; .dropdown-toggle {
  background-color: transparent;
}
.legacy .navbar .nav li.dropdown.active &gt; .dropdown-toggle:hover {
  color: #ffffff;
}
.legacy .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
  background-color: transparent;
}
.legacy .navbar .nav.pull-right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.legacy .navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.legacy .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#222222", GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.legacy .navbar .btn-navbar:hover {
  background-color: #222222;
  *background-color: #151515;
}
.legacy .navbar .btn-navbar:active {
  background-color: #222222;
  *background-color: #151515;
  background-color: #080808 \9 ;
}
.legacy .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.legacy .navbar .btn-navbar.active {
  background-color: #222222;
  *background-color: #151515;
  background-color: #080808 \9 ;
}
.legacy .navbar .btn-navbar.disabled {
  background-color: #222222;
  *background-color: #151515;
}
.legacy .navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.legacy .navbar .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.legacy .navbar .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.legacy .navbar .pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.legacy .navbar .pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.legacy .navbar .pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.legacy .navbar .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.legacy .navbar .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.legacy .navbar .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.legacy .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#222222", GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.legacy .nav-collapse.collapse {
  height: auto;
}
.legacy .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.legacy .navbar-form:before {
  display: table;
  content: "";
}
.legacy .navbar-form:after {
  display: table;
  content: "";
  clear: both;
}
.legacy .navbar-form input {
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 0;
}
.legacy .navbar-form select {
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 0;
}
.legacy .navbar-form .radio {
  margin-top: 5px;
}
.legacy .navbar-form .checkbox {
  margin-top: 5px;
}
.legacy .navbar-form input[type=image] {
  margin-top: 3px;
}
.legacy .navbar-form input[type=checkbox] {
  margin-top: 3px;
}
.legacy .navbar-form input[type=radio] {
  margin-top: 3px;
}
.legacy .navbar-form .input-append {
  margin-top: 6px;
  white-space: nowrap;
}
.legacy .navbar-form .input-append input {
  margin-top: 0;
}
.legacy .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.legacy .navbar-form .input-prepend input {
  margin-top: 0;
}
.legacy .navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.legacy .navbar-search .search-query {
  padding: 4px 9px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.legacy .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.legacy .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.legacy .navbar-search .search-query:focus {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.legacy .navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.legacy .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  top: 0;
}
.legacy .navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.legacy .navbar-fixed-top .container {
  width: 940px;
}
.legacy .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  bottom: 0;
}
.legacy .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.legacy .navbar-fixed-bottom .container {
  width: 940px;
}
.legacy .navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.legacy .navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.legacy .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.legacy .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.legacy .thumbnails:before {
  display: table;
  content: "";
}
.legacy .thumbnails:after {
  display: table;
  content: "";
  clear: both;
}
.legacy .thumbnails &gt; li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}
.legacy .row-fluid .thumbnails {
  margin-left: 0;
}
.legacy .thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy .thumbnail &gt; img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.legacy .thumbnail .caption {
  padding: 9px;
}
.legacy a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.legacy .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.legacy .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.legacy .alert-heading {
  color: inherit;
}
.legacy .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.legacy .alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.legacy .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.legacy .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.legacy .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.legacy .alert-block &gt; p {
  margin-bottom: 0;
}
.legacy .alert-block &gt; ul {
  margin-bottom: 0;
}
.legacy .alert-block p + p {
  margin-top: 5px;
}
.legacy .tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.legacy .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.legacy .tooltip.top {
  margin-top: -2px;
}
.legacy .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.legacy .tooltip.right {
  margin-left: 2px;
}
.legacy .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.legacy .tooltip.bottom {
  margin-top: 2px;
}
.legacy .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.legacy .tooltip.left {
  margin-left: -2px;
}
.legacy .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.legacy .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.legacy .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.legacy .modal-open .dropdown-menu {
  z-index: 2050;
}
.legacy .modal-open .dropdown.open {
  *z-index: 2050;
}
.legacy .modal-open .popover {
  z-index: 2060;
}
.legacy .modal-open .tooltip {
  z-index: 2070;
}
.legacy .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.legacy .modal-backdrop.fade {
  opacity: 0;
}
.legacy .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.legacy .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.legacy .modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.legacy .modal.fade.in {
  top: 50%;
}
.legacy .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.legacy .modal-header .close {
  margin-top: 2px;
}
.legacy .modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.legacy .modal-form {
  margin-bottom: 0;
}
.legacy .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.legacy .modal-footer:before {
  display: table;
  content: "";
}
.legacy .modal-footer:after {
  display: table;
  content: "";
  clear: both;
}
.legacy .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.legacy .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.legacy .dropup {
  position: relative;
}
.legacy .dropup .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "↑";
}
.legacy .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.legacy .dropdown {
  position: relative;
}
.legacy .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.legacy .dropdown:hover .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.legacy .dropdown-toggle {
  *margin-bottom: -3px;
}
.legacy .dropdown-toggle:active {
  outline: 0;
}
.legacy .open {
  *z-index: 1000;
}
.legacy .open .dropdown-toggle {
  outline: 0;
}
.legacy .open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.legacy .open .dropdown-menu {
  display: block;
}
.legacy .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.legacy .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.legacy .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.legacy .dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.legacy .dropdown-menu li &gt; a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.legacy .dropdown-menu .active &gt; a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.legacy .dropdown-menu .active &gt; a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.legacy .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.legacy .pull-right {
  float: right;
}
.legacy .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.legacy .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "↑";
}
.legacy .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.legacy .carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.legacy .carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.legacy .carousel .item &gt; img {
  display: block;
  line-height: 1;
}
.legacy .carousel .active {
  display: block;
  left: 0;
}
.legacy .carousel .next {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
}
.legacy .carousel .prev {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: -100%;
}
.legacy .carousel .next.left {
  left: 0;
}
.legacy .carousel .prev.right {
  left: 0;
}
.legacy .carousel .active.left {
  left: -100%;
}
.legacy .carousel .active.right {
  left: 100%;
}
.legacy .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.legacy .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.legacy .carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.legacy .carousel-control.right {
  left: auto;
  right: 15px;
}
.legacy .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.legacy .carousel-caption h4 {
  color: #ffffff;
}
.legacy .carousel-caption p {
  color: #ffffff;
}
.legacy .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.legacy .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.legacy .well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.legacy .well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.legacy .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.legacy .close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.legacy button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.legacy .pull-left {
  float: left;
}
.legacy .hide {
  display: none;
}
.legacy .show {
  display: block;
}
.legacy .invisible {
  visibility: hidden;
}
.legacy .fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.legacy .fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.legacy .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.legacy .collapse.in {
  height: auto !important;
}
.legacy .hidden {
  display: none;
  visibility: hidden;
}
.legacy .visible-phone {
  display: none !important;
}
.legacy .visible-tablet {
  display: none !important;
}
.legacy .hidden-desktop {
  display: none !important;
}
@media (max-width: 480px) {
  .legacy .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .legacy .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  .legacy input[type=checkbox], .legacy input[type=radio] {
    border: 1px solid #ccc;
  }
  .legacy .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .legacy .modal.fade.in {
    top: auto;
  }
  .legacy .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .legacy .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .legacy .navbar-fixed-top, .legacy .navbar-fixed-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  .legacy .container-fluid {
    padding: 0;
  }
  .legacy .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .legacy .container {
    width: auto;
  }
  .legacy .row-fluid {
    width: 100%;
  }
  .legacy [class*=span], .legacy .row-fluid [class*=span] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .legacy .input-large, .legacy .input-xlarge, .legacy .input-xxlarge, .legacy input[class*=span], .legacy select[class*=span], .legacy textarea[class*=span], .legacy .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .legacy .input-prepend input, .legacy .input-append input, .legacy .input-prepend input[class*=span], .legacy .input-append input[class*=span] {
    display: inline-block;
    width: auto;
  }
  .legacy .visible-phone, .legacy .hidden-desktop {
    display: inherit !important;
  }
  .legacy .hidden-phone, .legacy .visible-desktop {
    display: none !important;
  }
  .legacy .dl-horizontal dd, .legacy .row, .legacy .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .legacy .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .legacy .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .legacy .navbar .container {
    width: auto;
    padding: 0;
  }
  .legacy .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .legacy .nav-collapse {
    clear: both;
  }
  .legacy .nav-collapse .nav {
    float: none;
    margin: 0 0 9px;
  }
  .legacy .nav-collapse .nav &gt; li {
    float: none;
  }
  .legacy .nav-collapse .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  .legacy .nav-collapse .nav &gt; li &gt; a, .legacy .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .legacy .nav-collapse .btn {
    padding: 4px 10px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .legacy .nav-collapse .nav &gt; li &gt; a:hover, .legacy .nav-collapse .dropdown-menu a:hover {
    background-color: #222222;
  }
  .legacy .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .legacy .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .legacy .nav-collapse .navbar-form, .legacy .nav-collapse .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .legacy .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .legacy .nav-collapse, .legacy .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .legacy .navbar .btn-navbar {
    display: block;
  }
  .legacy .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .legacy .nav-collapse .nav &gt; li &gt; a, .legacy .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .legacy .nav-collapse .nav &gt; .divider-vertical, .legacy .nav-collapse .dropdown-menu:before, .legacy .nav-collapse .dropdown-menu:after, .legacy .nav-collapse .dropdown-menu .divider {
    display: none;
  }
}
@media (min-width: 1200px) {
  .legacy .row-fluid {
    width: 100%;
    zoom: 1px;
  }
  .legacy .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564%;
    *margin-left: 2.5109110746%;
  }
  .legacy .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .legacy [class*=span]:last-child {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .legacy .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .legacy .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  .legacy .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  .legacy .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  .legacy .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  .legacy .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  .legacy .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286%;
  }
  .legacy .row-fluid .span5 {
    width: 40.170940171%;
    *width: 40.1177486816%;
  }
  .legacy .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346%;
  }
  .legacy .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876%;
  }
  .legacy .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.4767230406%;
  }
  .legacy .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.9297144936%;
  }
  .legacy .thumbnails {
    margin-left: -30px;
  }
  .legacy .thumbnails &gt; li {
    margin-left: 30px;
  }
  .legacy .row:before, .legacy .row:after, .legacy .row-fluid:before, .legacy .row-fluid:after {
    display: table;
    content: "";
  }
  .legacy .row:after, .legacy .row-fluid:after {
    clear: both;
  }
  .legacy .container, .legacy .navbar-fixed-top .container, .legacy .navbar-fixed-bottom .container, .legacy .span12 {
    width: 1170px;
  }
  .legacy .row-fluid [class*=span]:first-child, .legacy input, .legacy textarea, .legacy .uneditable-input, .legacy .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .legacy .row-fluid {
    width: 100%;
    zoom: 1px;
  }
  .legacy .row-fluid:before {
    display: table;
    content: "";
  }
  .legacy .row-fluid:after {
    display: table;
    content: "";
    clear: both;
  }
  .legacy .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7092394496%;
    *margin-left: 2.7092394496%;
  }
  .legacy .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .legacy .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036%;
  }
  .legacy .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.3832725926%;
  }
  .legacy .row-fluid .span10 {
    width: 82.872928171%;
    *width: 82.8197366816%;
  }
  .legacy .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.2562007706%;
  }
  .legacy .row-fluid .span8 {
    width: 65.745856349%;
    *width: 65.6926648596%;
  }
  .legacy .row-fluid .span7 {
    width: 57.182320438%;
    *width: 57.1291289486%;
  }
  .legacy .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376%;
  }
  .legacy .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266%;
  }
  .legacy .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156%;
  }
  .legacy .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.8749853046%;
  }
  .legacy .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.3114493936%;
  }
  .legacy .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.7479134826%;
  }
  .legacy .visible-tablet, .legacy .hidden-desktop {
    display: inherit !important;
  }
  .legacy .hidden-tablet, .legacy .visible-desktop {
    display: none !important;
  }
  .legacy .row:before, .legacy .row:after, .legacy .row-fluid:before, .legacy .row-fluid:after {
    display: table;
    content: "";
  }
  .legacy .row:after, .legacy .row-fluid:after {
    clear: both;
  }
  .legacy .container, .legacy .navbar-fixed-top .container, .legacy .navbar-fixed-bottom .container, .legacy .span12 {
    width: 724px;
  }
  .legacy .row-fluid [class*=span]:first-child, .legacy input, .legacy textarea, .legacy .uneditable-input {
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  .legacy .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.legacy .span8 {
  float: right !important;
  position: relative;
}
.legacy .span6 {
  margin-top: 15px;
  margin-left: 0 !important;
}
.legacy .span6.last {
  float: right !important;
}
.legacy .span4 {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 2.127659574% !important;
}
.legacy .post-type-archive-news .span8 {
  float: left !important;
}
.legacy .single-service .span8 {
  margin-left: 0 !important;
}
.legacy .span6, .legacy .span7, .legacy .span8, .legacy .span9, .legacy .span10, .legacy .span11, .legacy .span12 {
  font-size: 15px;
}
.legacy h1,
.legacy h2,
.legacy h3,
.legacy h4,
.legacy h4 a,
.legacy h5,
.legacy h5 a,
.legacy h6,
.legacy th {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
}
.legacy p,
.legacy td,
.legacy li,
.legacy a,
.legacy dd,
.legacy dt,
.legacy legend {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
}
.legacy h1,
.legacy h2,
.legacy h3,
.legacy h4,
.legacy h5,
.legacy h6 {
  color: #444;
  font-weight: bold;
  line-height: 1.1em;
}
.legacy h1 {
  font-size: 2.4em;
  margin: 0.6em 0 0.25em;
}
.legacy h1.page-title {
  margin-top: 0.2em;
}
.legacy h2 {
  font-size: 1.8em;
  margin: 0.7em 0 0.25em;
}
.legacy h2.entry-title {
  margin-top: 0.2em;
}
.legacy h3 {
  color: #666;
  font-size: 1.4em;
  margin: 0.8em 0 0.3em;
}
.legacy h4 {
  color: #666;
  font-size: 1.3rem;
  margin: 0.9em 0 0.35em;
}
.legacy h5 {
  color: #666;
  font-size: 1.2em;
  margin: 1em 0 0.4em;
}
.legacy .page-template-service-landing-php h5 {
  margin: 0.5em 0 0.4em;
}
.legacy h6 {
  font-size: 1.1em;
  margin: 1.1em 0 0.4em;
  color: #666;
}
.legacy p {
  line-height: 1.25em;
  margin: 0;
  margin-bottom: 1.25em;
  padding-right: 0;
  font-size: 1em;
  font-weight: normal;
}
.legacy blockquote p {
  font-size: 1.2em;
}
.legacy .serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.legacy .sans-serif {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
.legacy .monospace {
  font-family: Menlo, Monaco, "Courier New", monospace;
}
.legacy .fancy {
  color: #666;
  font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: normal;
}
.legacy .caps {
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-weight: bold;
  padding: 0 2px;
}
.legacy .hidden {
  display: none;
  visibility: hidden;
}
.legacy .center {
  text-align: center;
}
.legacy .small {
  font-size: 0.8em;
}
.legacy .large {
  font-size: 1.2em;
}
.legacy .hide {
  display: none;
}
.legacy .quiet {
  color: #666;
}
.legacy .loud {
  color: #000;
}
.legacy .highlight {
  background: #ff0;
}
.legacy .top {
  margin-top: 0;
  padding-top: 0;
}
.legacy .bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.legacy .thin {
  font-weight: lighter;
}
.legacy .letterpress {
  color: #333;
  text-shadow: 0 1px 0 #777, 0 -1px 0 #000;
}
.legacy table {
  width: 100%;
  margin-bottom: 18px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.legacy table th, .legacy table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.legacy table th {
  font-weight: bold;
}
.legacy table thead:first-child tr:first-child th:first-child, .legacy table tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.legacy table thead:first-child tr:first-child th:last-child, .legacy table tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.legacy table thead:last-child tr:last-child th:first-child, .legacy table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.legacy table thead:last-child tr:last-child th:last-child, .legacy table tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.legacy table thead th {
  vertical-align: bottom;
}
.legacy table thead th:nth-of-type(1) {
  width: 40%;
}
.legacy table thead th:nth-of-type(2) {
  width: 15%;
}
.legacy table thead th:nth-of-type(3) {
  width: 25%;
}
.legacy table thead th:nth-of-type(4) {
  width: 20%;
}
.legacy table caption + thead tr:first-child th, .legacy table caption + thead tr:first-child td, .legacy table colgroup + thead tr:first-child th, .legacy table colgroup + thead tr:first-child td, .legacy table thead:first-child tr:first-child th, .legacy table thead:first-child tr:first-child td {
  border-top: 0;
}
.legacy table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.legacy table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.legacy table th, .legacy table td {
  border-left: 1px solid #dddddd;
}
.legacy table caption + thead tr:first-child th, .legacy table caption + tbody tr:first-child th, .legacy table caption + tbody tr:first-child td, .legacy table colgroup + thead tr:first-child th, .legacy table colgroup + tbody tr:first-child th, .legacy table colgroup + tbody tr:first-child td, .legacy table thead:first-child tr:first-child th, .legacy table tbody:first-child tr:first-child th, .legacy table tbody:first-child tr:first-child td {
  border-top: 0;
}
.legacy table tbody tr:nth-child(odd) td, .legacy table tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.legacy table tbody tr:hover td, .legacy table tbody tr:hover th {
  background-color: #f5f5f5;
}
.legacy .single-service table {
  border-collapse: separate;
  border-spacing: 0 15px;
  position: relative;
  border: none;
}
.legacy .single-service span.audience-icons {
  position: absolute;
  top: 16px;
  left: 215px;
}
.legacy .single-service table tr {
  display: block;
  border-top: 1px solid #ccc !important;
}
.legacy .single-service table td {
  padding: 4px 20px;
  border: none;
  background-color: #fff !important;
}
.legacy .single-service td.item {
  background: #fbfbfb !important;
  color: #333;
  min-width: 150px;
  width: 150px;
  text-align: center;
  border: 1px solid #ccc !important;
}
.legacy .single-service table img {
  margin: 0 !important;
}
.legacy a {
  color: #1f5d7a;
  text-decoration: none;
}
.legacy a:hover, .legacy a:focus {
  color: #1f5d7a;
  text-decoration: underline;
  cursor: pointer;
}
.legacy a.moretag {
  font-size: 0.9em;
}
.legacy #slideshow {
  margin-top: -12px;
}
.legacy .carousel img {
  max-width: 100%;
  height: auto;
}
.legacy .carousel-caption {
  background: #354f70;
  background: rgba(0, 47, 101, 0.75);
}
.legacy .carousel-caption h3 {
  margin-top: 0;
  color: #fff;
}
.legacy .carousel-caption p {
  margin-bottom: 5px;
  color: #ddd;
}
.legacy .carousel-caption a {
  color: #fff;
}
.legacy .breadcrumb {
  height: 13px;
  line-height: 13px;
  font-size: 13px;
}
.legacy .breadcrumb {
  padding: 7px 14px;
  margin: -5px 0 4px;
  list-style: none;
}
.legacy .breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.legacy .breadcrumb .divider {
  padding: 0 5px;
  color: #999;
}
.legacy .breadcrumb .active a {
  color: #666;
}
.legacy .navskip {
  position: absolute;
  top: -100px;
}
.legacy header {
  padding: 15px 0 15px 15px;
  position: relative;
}
.legacy header h1 {
  float: left;
  text-indent: -10000px;
  margin: 5px 0 5px 5px;
  width: 280px;
  height: 90px;
  background: url(images/uoft_logo.png) top left no-repeat;
  border-right: 1px solid #ccc;
}
.legacy header h2 {
  float: left;
  text-indent: -10000px;
  background: url(images/its_wordmark.png) no-repeat;
  margin: 32px 0 0 36px;
  width: 220px;
  height: 60px;
}
.legacy .tools {
  position: relative;
  float: right;
  margin: 32px 15px 0 0;
  height: 60px;
}
.legacy .tools ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacy .tools ul li {
  border-left: 1px solid #ccc;
  float: left;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  background-image: none;
}
.legacy .tools ul li:first-child {
  border: none;
}
.legacy .tools a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 14px;
  font-size: 1em;
  color: #111;
}
.legacy .tools a:visited {
  color: #444;
}
.legacy .tools a:hover {
  color: #1c8cb6;
}
.legacy ul.qa_buttons {
  float: left;
  list-style-type: none;
  margin: 3px 0 15px;
}
.legacy ul.qa_buttons .btn {
  padding: 4px 6px;
}
.legacy ul.qa_buttons li {
  float: left;
  margin-right: 15px;
}
.legacy ul.qa_buttons li:last-child {
  margin-right: 0;
}
.legacy .icon-help {
  background: url(images/icon-help.png) no-repeat;
  width: 19px;
  height: 17px;
  padding-right: 5px;
}
.legacy .icon-services {
  background: url(images/icon-services-small.png) no-repeat;
  width: 22px;
  height: 17px;
  padding-right: 5px;
}
.legacy .icon-status {
  background: url(images/icon-status-small.png) no-repeat;
  width: 36px;
  height: 17px;
  padding-right: 3px;
  margin-top: 0;
}
.legacy ul.qa_buttons li a.active .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
}
.legacy #search-form {
  position: absolute;
  top: 30px;
  right: 120px;
  text-align: right;
}
.legacy input#search-box {
  background: url(images/search.png) 7px 6px no-repeat #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 6px 10px 6px 28px;
  color: #444;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}
.legacy #search-box {
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -moz-transition-property: width, background;
  -o-transition-property: width, background;
  -ms-transition-property: width, background;
  transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 90px;
  height: 20px;
}
.legacy #search-box:focus {
  background-color: #f9f9f9;
  width: 135px;
}
.legacy #search-form label, .legacy #search-submit {
  display: none;
}
.legacy #search-form input[type=text] {
  color: #111;
  padding: 4px 0 2px 28px;
}
.legacy input.placeholder, .legacy textarea.placeholder {
  color: #999 !important;
}
.legacy #font_size {
  position: absolute;
  top: 31px;
  right: -6px;
  width: 120px;
}
.legacy #font_size a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: "Times New Roman", Times, Serif;
  background: #354f70;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 3px 7px;
  margin: 0 0 0 6px;
  float: left;
  position: relative;
  line-height: 20px;
}
.legacy #font_size .smallFont {
  font-size: 13px;
}
.legacy #font_size .defaultFont {
  font-size: 16px;
}
.legacy #font_size .largeFont {
  font-size: 19px;
}
.legacy #font_size a:hover, .legacy #font_size a.active {
  background: #0080bf;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.legacy #font_size a:focus {
  outline: 0;
}
.legacy .navbar {
  margin-bottom: 12px;
  z-index: 1000;
}
.legacy .navbar a:focus {
  outline: none;
}
.legacy .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  background: #ededed;
  border-top: 5px solid #002f65;
  min-height: 36px;
  background-image: -moz-linear-gradient(top, #ededed, #dddddd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ededed, #dddddd);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ededed, #dddddd);
  /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dddddd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ededed, #dddddd);
  /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #ededed, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ededed", EndColorStr="#dddddd");
  /* IE6â€“IE9 */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.legacy .navbar .brand {
  padding-bottom: 10px;
}
.legacy .navbar .nav {
  z-index: 1000;
}
.legacy .navbar .nav &gt; li {
  border-right: 1px solid #ccc;
  border-left: 1px solid #eee;
}
.legacy .navbar .nav &gt; li:last-child {
  border-right: none;
}
.legacy .navbar .nav &gt; li a {
  color: #444;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  font-size: 1.2em;
}
.legacy .navbar .nav &gt; li a:hover {
  background-color: #ddd !important;
  color: #222;
}
.legacy .navbar .nav &gt; li &gt; a {
  padding: 8px 45px 8px;
  line-height: 20px;
}
.legacy .navbar .nav .active &gt; a, .legacy .navbar .nav .active &gt; a:hover, .legacy .navbar .nav &gt; li.current-menu-parent, .legacy .navbar .nav &gt; li.current-menu-item, .legacy .navbar .nav .active &gt; .dropdown-toggle:hover {
  background-color: #ddd;
  color: #222;
}
.legacy .navbar .nav li:hover &gt; ul, .legacy .navbar .nav li.sfhover &gt; ul {
  display: block;
}
.legacy .navbar .nav .dropdown-menu {
  background: #efefef;
  position: absolute;
  padding-top: 1px;
  top: 35px;
  left: 0;
  border-top: none;
}
.legacy .navbar .nav .dropdown-menu a {
  border-bottom: 1px dotted #fff;
  color: #444;
  padding: 6px 8px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 15px;
}
.legacy .navbar .nav .dropdown-menu a:hover {
  background-color: #ddd;
}
.legacy .navbar .nav .dropdown-menu li:last-child {
  border-right: none;
}
.legacy .navbar .nav .dropdown-toggle .caret, .legacy .navbar .nav .caret {
  border-top-color: #000 !important;
}
.legacy .navbar .nav li.dropdown.active &gt; .dropdown-toggle:hover {
  color: #000;
}
.legacy .navbar .nav li.open &gt; a {
  color: #444;
}
.legacy .navbar .btn {
  margin: 2px;
}
.legacy .navbar .nav .dropdown-menu:after {
  border-bottom: 6px solid #efefef;
}
.legacy .mlabel {
  color: #fff;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-shadow: none;
  font-size: 11px;
  margin-top: -2px;
  padding-left: 8px;
  font-weight: bold;
  display: block;
}
.legacy .btn-navbar {
  height: 12px;
}
.legacy .btn-navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.legacy .btn-navbar li {
  float: left;
  padding: 0;
  margin: 0;
}
.legacy .in ul.dropdown-menu li {
  padding-left: 30px;
}
.legacy .main-search h2 {
  font-size: 2em;
  margin-top: 6px !important;
}
.legacy .main-search h2, .legacy .main-search h5 {
  margin: 0;
  padding-left: 6.5%;
}
.legacy .main-search {
  width: 100%;
  margin-top: -15px;
  height: 260px;
  background: #cce4ff;
  position: relative;
  /*    background: url(images/gloss.png) no-repeat #cce4ff 0px 0px;

      border: 2px solid #fff;*/
}
.legacy .main-search .beta {
  background: url(images/beta_badge.png);
  width: 65px;
  height: 64px;
  position: absolute;
  top: 7px;
  right: 7px;
  text-indent: -9999px;
}
.legacy .main-search fieldset {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  margin: 0;
  width: 100%;
}
.legacy .main-search fieldset.type {
  border: none;
}
.legacy .main-search button {
  float: right;
  margin-top: 8px;
  margin-right: 6.5%;
}
.legacy .main-search input, .legacy .main-search select {
  display: inline-block;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
.legacy .main-search input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.legacy .main-search input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.legacy .main-search input[type=radio]:focus, .legacy .main-search select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.legacy .main-search input[type=text] {
  float: left;
  height: 32px;
  line-height: 32px;
  width: 55%;
  margin-top: 8px;
  margin-left: 6.5%;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  background: url(images/search_main.png) 10px 10px no-repeat #f5f5f5;
  font-size: 1.2em;
  padding: 4px 4px 4px 40px;
  color: #555;
}
.legacy .main-search select {
  height: 28px;
  margin-top: 6px;
  margin-left: 6.5%;
  line-height: 28px;
  width: 40%;
  background-color: #ffffff;
  color: #555;
}
.legacy .main-search label {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  display: block;
  margin-bottom: 6px;
  color: #333;
}
.legacy .main-search label input, .legacy .main-search label select {
  display: block;
}
.legacy .main-search input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9 ;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.legacy .main-search .radio {
  padding-left: 4%;
}
.legacy .main-search .radio input[type=radio] {
  float: left;
  margin: 2px 6px 0 0;
}
.legacy .main-search .radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.legacy .page-template-search-results-php .main-search {
  float: left;
  width: 67.5%;
  margin: 6px 0 0 -15px;
}
.legacy .post-type-archive-news .span12 h1 {
  margin-top: 0;
}
.legacy .archived_news {
  display: none;
}
.legacy ul.news_grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.legacy ul.news_grid li {
  float: left;
  width: 250px;
  height: 200px;
  border: 3px solid #ecf2f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 20px;
  display: block;
  position: relative;
}
.legacy ul.news_grid li a {
  display: block;
}
.legacy ul.news_grid li a:hover {
  box-shadow: 3px 3px 3px #000;
}
.legacy span.overlay {
  position: absolute;
  top: 160px;
  left: 0;
  color: #fff;
  width: 220px;
  height: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  padding: 11px 15px 9px 15px;
}
.legacy .status-dropdown, .legacy .service-dropdown {
  display: none;
  border-top: 2px solid #ecf2f4;
  border-bottom: 2px solid #ecf2f4;
  background: url(images/diagonal_bg.png);
  width: 100%;
  margin-bottom: 15px;
}
.legacy .status-dropdown {
  height: 30px;
}
.legacy .service-dropdown {
  padding-bottom: 12px;
}
.legacy .service-dropdown dl {
  float: left;
  height: 35px;
}
.legacy .service-dropdown dt a {
  padding: 1px 0 0 30px;
  font-size: 1.1em;
}
.legacy .service-dropdown dd {
  font-size: 0.9em;
}
@media (min-width: 1280px) {
  .legacy .service-dropdown dl {
    width: 24%;
    padding-left: 0.7%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .legacy .service-dropdown dl {
    width: 30%;
    padding-left: 2.5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .legacy .service-dropdown dl {
    width: 45%;
    padding-left: 3.5% !important;
  }
}
@media (max-width: 767px) {
  .legacy .service-dropdown {
    font-size: 0.85em;
  }
  .legacy .service-dropdown dl {
    width: 45%;
    padding-left: 3.5% !important;
    height: 28px;
  }
}
@media (max-width: 579px) {
  .legacy .service-dropdown dl {
    width: 93%;
    height: 25px !important;
  }
}
.legacy .ie7 .service-dropdown {
  padding: 15px 0 30px 0 !important;
}
.legacy .ie7 .service-dropdown dl {
  width: 300px;
  padding: 0 10px;
}
.legacy .ie7 .service-dropdown dd {
  width: 300px;
}
.legacy .results {
  margin-left: -15px;
}
.legacy .results table {
  margin-top: 20px;
}
.legacy .results td a {
  padding-left: 35px;
}
.legacy .results td.service-name a {
  padding-left: 15px;
}
.legacy a.question {
  font-size: 1.1em;
  font-style: italic;
  padding-bottom: 0.85em !important;
  display: block;
}
.legacy p.answer {
  display: none;
  margin-bottom: 1em !important;
}
.legacy footer {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding: 0.75em 0;
  line-height: 2em;
  color: #333;
  font-size: 13px;
  clear: both;
}
.legacy footer a {
  text-decoration: none;
}
.legacy footer ul, .legacy footer dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.legacy footer dd {
  margin: 0;
}
.legacy footer dt, .legacy footer dd, .legacy footer li {
  display: inline;
  border-right: 1px solid #333;
  padding: 0 8px 0 5px;
}
.legacy .ie7 footer dt, .legacy .ie7 footer dd, .legacy .ie7 footer li {
  padding: 0 5px 0 8px;
}
.legacy footer dd:last-child, .legacy footer li:last-child, .legacy footer dd.last, .legacy footer li.last {
  border-right: none;
}
.legacy #menu-footer {
  padding-bottom: 15px;
  float: left;
  margin-right: 8px;
}
.legacy #menu-footer li {
  line-height: 24px;
}
.legacy .page-template-sitemap-php .span12 ul {
  padding: 0;
}
.legacy .page-template-sitemap-php .span12 ul li {
  float: left;
  width: 190px;
  padding-right: 2.2em;
  padding-bottom: 0.5em;
}
.legacy .page-template-sitemap-php .span12 h6 {
  text-transform: uppercase;
  margin-top: 0.8em;
}
.legacy .page-template-sitemap-php .span12 a {
  font-size: 0.9em;
}
.legacy section#sidebar {
  margin: 10px 0 25px 0;
  width: 95%;
  font-size: 1.2em;
}
.legacy .page-template-search-results-php section#sidebar {
  margin-top: 6px;
}
.legacy section#sidebar nav {
  border: 3px solid #ecf2f4;
  background: url(images/diagonal_bg.png);
  padding: 5% 8%;
  margin-bottom: 20px;
}
.legacy section#sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.legacy section#sidebar nav ul li {
  padding: 10px 0;
}
.legacy section#sidebar nav ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "franklin-gothic-urw-cond", Times, serif;
  text-rendering: optimizeLegibility;
}
.legacy section#sidebar nav ul.sub-menu li, .legacy section#sidebar nav ul.children li {
  margin-left: 0;
  padding: 5px 0 5px 20px;
  list-style-type: none;
  background: url(images/sidebar_bullet.png) no-repeat 3px 8px;
  font-size: 0.9em;
}
.legacy section#sidebar nav ul li.current_page_item &gt; a {
  color: #111;
}
.legacy section#sidebar nav ul.children, .legacy section#sidebar nav ul.sub-menu {
  margin-top: 10px;
}
.legacy .single-service section#sidebar nav, .legacy .page-template-service-landing-php section#sidebar nav, .legacy .page-template-search-results-php section#sidebar nav {
  padding: 0 6% 5% 6%;
}
.legacy .single-service section#sidebar h2, .legacy .page-template-service-landing-php section#sidebar h2, .legacy .page-template-search-results-php section#sidebar h2 {
  margin-top: 0.5em;
}
.legacy h4.by_service {
  background: url(images/icon-services-big.png) no-repeat left top;
  padding-left: 40px;
  height: 31px;
}
.legacy h4.by_audience {
  background: url(images/icon-audience.png) no-repeat left top;
  padding-left: 40px;
  height: 31px;
}
.legacy ul.categories li a, .legacy ul.audience li a {
  padding-left: 35px;
  width: 95%;
}
.legacy a.ais {
  background: url(images/icon-ais.png) no-repeat 8px 0px;
}
.legacy a.aps {
  background: url(images/icon-aps.png) no-repeat 8px 0px;
}
.legacy a.ada {
  background: url(images/icon-ada.png) no-repeat 8px 0px;
}
.legacy a.apd {
  background: url(images/icon-apd.png) no-repeat 8px 0px;
}
.legacy a.comc {
  background: url(images/icon-comc.png) no-repeat 8px 0px;
}
.legacy a.prm {
  background: url(images/icon-prm.png) no-repeat 8px 0px;
}
.legacy a.hso {
  background: url(images/icon-hso.png) no-repeat 8px 0px;
}
.legacy a.nwi {
  background: url(images/icon-nwi.png) no-repeat 8px 0px;
}
.legacy a.hts {
  background: url(images/icon-hts.png) no-repeat 8px 0px;
}
.legacy a.pog {
  background: url(images/icon-pog.png) no-repeat 8px 0px;
}
.legacy a.all {
  background: url(images/icon-all.png) no-repeat 8px 0px;
}
.legacy a.faculty {
  background: url(images/icon-faculty.png) no-repeat 8px 0px;
}
.legacy a.student {
  background: url(images/icon-student.png) no-repeat 8px 0px;
}
.legacy a.staff {
  background: url(images/icon-staff.png) no-repeat 8px 0px;
}
.legacy a.alumni {
  background: url(images/icon-alumni.png) no-repeat 8px 0px;
}
.legacy a.visitor {
  background: url(images/icon-visitor.png) no-repeat 8px 0px;
}
.legacy .events-gridview .span12 h1 {
  margin-top: 0;
}
.legacy table.tribe-events-calendar {
  width: 100%;
}
.legacy table.tribe-events-calendar th {
  background: #111;
  color: #fff;
}
.legacy #tribe-events-calendar-header {
  margin-top: 5px;
}
.legacy .tribe-events-cal-title {
  margin-left: -20px;
}
.legacy #tribe-events-content {
  margin-left: -20px;
}
.legacy #tribe-events-event-meta dl {
  width: 100% !important;
  margin-bottom: 15px !important;
}
.legacy #tribe-events-event-meta dt {
  width: 190px !important;
}
.legacy span.back {
  padding-top: 10px;
  display: block;
}
.legacy span.back a {
  font-size: 1.2em;
}
.legacy .events-single #tribe-events-event-meta {
  font-size: 1em;
}
.legacy .events-single .entry img {
  float: left;
  margin: 0 1em 0.5em 0 !important;
  padding: 4px;
  border: 1px solid #eee;
}
.legacy .widget {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background: url(images/diagonal_bg.png);
  position: relative;
}
.legacy .widget h2, .legacy .secondary_content h2 {
  font-family: "franklin-gothic-urw-cond", Times, serif;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  text-transform: uppercase;
  background: #354f70;
  color: #fff;
  padding: 7px 14px;
  text-shadow: 0 2px 2px #000;
  font-size: 20px !important;
}
.legacy .widget p, .legacy .widget ul {
  padding: 10px 20px 5px 15px;
}
.legacy .widget_twitter ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
}
.legacy .widget_twitter .follow-button {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.legacy .ie7 .widget_twitter .follow-button {
  padding-bottom: 15px;
}
.legacy .widget_twitter .time-meta {
  display: block;
  font-size: 11px;
  padding-top: 5px;
}
.legacy .widget_twitter .from-meta, .legacy .widget_twitter .in-reply-to-meta {
  display: none;
}
.legacy .simple-section-nav {
  border: none;
  margin-bottom: 0;
}
.legacy .simple-section-nav h2 {
  display: none;
}
.legacy .home .widget_container {
  margin-top: 20px;
}
.legacy .home .widget {
  width: 31%;
  margin-right: 3.1%;
  height: 200px;
  position: relative;
  float: left;
}
.legacy .ie7 .home .widget {
  height: 215px;
}
.legacy .home .feedback {
  margin-right: 0;
  float: right;
}
.legacy .home .widget_twitter ul {
  padding-left: 100px;
  margin-bottom: 30px;
  background: url(images/twitter_bird.png) no-repeat 15px 25px;
  min-height: 82px;
}
.legacy .home .feedback p {
  padding-left: 100px;
  margin-bottom: 30px;
  background: url(images/feedback_box.png) no-repeat 15px 25px;
  min-height: 78px;
}
.legacy .alert-message, .legacy .regular-message {
  float: left;
  margin-left: 12px;
  color: #be4646;
  padding-top: 7px;
}
.legacy .alert-message strong, .legacy .regular-message strong {
  color: #fff;
  background: #be4646;
  padding: 2px 4px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 5px;
  border-radius: 3px;
}
.legacy .alert-message .textwidget, .legacy .regular-message .textwidget {
  display: inline-block;
}
.legacy .regular-message {
  color: #333;
}
.legacy .regular-message strong {
  background: #333;
}
.legacy .secondary_content {
  width: 100% !important;
  margin-bottom: 25px;
  border: none;
  background: none;
}
.legacy .secondary_content h2 {
  margin-top: 25px !important;
}
.legacy .page-template-service-landing-php .widget:first-child {
  float: left;
  width: 48%;
  min-height: 200px;
}
.legacy .page-template-service-landing-php .widget:last-child {
  float: right;
  width: 48%;
  min-height: 200px;
}
.legacy .page-template-search-results-php .widget {
  float: right;
  width: 30%;
  min-height: 240px;
  margin-top: 6px;
}
.legacy .sociable {
  position: absolute;
  top: -5px;
  right: 0;
}
.legacy .single-service .sociable, .legacy .page-template-service-landing-php .sociable {
  position: inherit;
  float: left;
  margin-bottom: -15px;
  padding: 0;
}
@media (max-width: 979px) {
  .legacy .sociable {
    position: relative;
    float: left;
    padding-top: 5px;
  }
}
.legacy .social-profiles {
  float: left !important;
  border: none;
  background: none;
  height: auto;
  margin: 0 !important;
}
.legacy .social-profiles img {
  margin-right: 0.25em;
}
.legacy .social-profiles a {
  float: left;
}
.legacy .ie7 .container-fluid {
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .legacy ul.qa_buttons .btn {
    font-size: 9px !important;
  }
  .legacy ul.qa_buttons .btn {
    padding: 3px 2px !important;
  }
  .legacy ul.qa_buttons li {
    margin-right: 1px !important;
  }
  .legacy ul.qa_buttons li:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .legacy .main-search {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .legacy .main-search input[type=text] {
    width: 45% !important;
  }
  .legacy .main-search .radio {
    padding-left: 4%;
  }
  .legacy footer {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .legacy header {
    padding: 5px 0 15px 0;
    position: relative;
  }
  .legacy header a {
    display: block;
  }
  .legacy header h1 {
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 140px;
    height: 45px;
  }
  .legacy header h2 {
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 110px;
    height: 30px;
    margin: 18px 0 0 18px;
  }
  .legacy h1 {
    font-size: 2em;
  }
  .legacy h2 {
    font-size: 1.6em;
  }
  .legacy h3 {
    font-size: 1.4em;
  }
  .legacy h4 {
    font-size: 1.2em;
  }
  .legacy h5 {
    font-size: 1.1em;
  }
  .legacy h6 {
    font-size: 1.1em;
  }
  .legacy p, .legacy ul li {
    font-size: 0.9em;
  }
  .legacy p {
    line-height: 1.2em;
    margin-bottom: 1.2em;
  }
  .legacy #search-form {
    right: 0;
    top: -5px !important;
  }
  .legacy #search-form input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .legacy #search-form input:-moz-placeholder {
    font-size: 12px;
  }
  .legacy #search-box {
    width: 80px;
    height: 16px;
  }
  .legacy input#search-box {
    background: url(images/search.png) 5px 4px no-repeat #e5e5e5;
  }
  .legacy #search-box:focus {
    width: 110px;
  }
  .legacy .ie8 header h1 {
    background: url(images/uoft_logo_ie8.png) top left no-repeat;
    width: 140px;
    height: 45px;
    background-size: auto;
  }
  .legacy .ie8 header h2 {
    background: url(images/its_wordmark_ie8.png) no-repeat;
    width: 110px;
    height: 30px;
    background-size: auto;
  }
  .legacy .navbar-inner {
    margin-top: -12px;
    min-height: 26px;
  }
  .legacy .navbar-inner .btn {
    margin-top: 1px !important;
  }
  .legacy .btn-navbar, .legacy .btn-navbar a {
    padding: 4px !important;
  }
  .legacy .navbar .nav &gt; li &gt; a {
    padding: 4px 45px 2px;
    line-height: 18px;
  }
  .legacy .navbar .nav .dropdown-menu a {
    font-size: 1.1em;
  }
  .legacy .service_login a, .legacy .service_search a {
    padding: 2px 5px 1px 4px;
    margin-top: 3px !important;
  }
  .legacy .breadcrumb {
    padding-top: 5px !important;
  }
  .legacy section#sidebar {
    width: 100%;
  }
  .legacy section#sidebar nav {
    display: none;
  }
  .legacy .page-template-unit-php section#sidebar nav {
    display: block;
  }
  .legacy .page-template-unit-php .span4, .legacy .page-template-search-results-php .span4, .legacy .page-template-service-landing-php .span4 {
    margin-right: 0 !important;
  }
  .legacy .page-template-unit-php .span8, .legacy .page-template-search-results-php .span8, .legacy .page-template-service-landing-php .span8 {
    float: left;
    width: 100%;
  }
  .legacy .gform_wrapper .top_label input.large, .legacy .gform_wrapper .top_label select.large, .legacy .gform_wrapper .top_label textarea.textarea {
    width: 90% !important;
    padding: 7px 3px !important;
  }
  .legacy .widget h2, .legacy .secondary_content h2 {
    font-size: 16px !important;
  }
  .legacy .home .widget_twitter ul {
    padding: 10px 20px 5px 100px !important;
    background: url(images/twitter_bird.png) no-repeat 15px 20px !important;
  }
  .legacy .home .feedback p {
    padding: 20px 20px 5px 100px !important;
    background: url(images/feedback_box.png) no-repeat 15px 30px !important;
  }
  .legacy .home .widget {
    height: 200px !important;
  }
  .legacy table.tribe-events-calendar td {
    height: 50px !important;
  }
  .legacy #tribe-events-event-meta dt {
    width: 140px !important;
  }
  .legacy .main-search {
    margin-top: -20px;
    width: 100%;
    float: left;
  }
  .legacy ul.qa_buttons .btn {
    font-size: 11px;
  }
  .legacy .icon-help {
    background: url(images/icon-help-tiny.png) no-repeat;
    width: 13px;
    height: 12px;
    padding-right: 1px;
  }
  .legacy .icon-services {
    background: url(images/icon-services-tiny.png) no-repeat;
    width: 16px;
    height: 12px;
    padding-right: 1px;
  }
  .legacy .icon-status {
    background: url(images/icon-status-tiny.png) no-repeat;
    width: 16px;
    height: 10px;
    padding-right: 1px;
  }
  .legacy .service_login a, .legacy .service_search a, .legacy form#tribe-events-events-picker, .legacy #search-form {
    display: none;
  }
  .legacy ul.qa_buttons li {
    margin-right: 5px !important;
  }
}
@media (max-width: 979px) {
  .legacy .tools {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    height: 25px;
  }
  .legacy .tools ul {
    float: left;
  }
  .legacy .carousel p {
    display: none;
  }
  .legacy .carousel h3 {
    font-size: 1.2em;
  }
  .legacy .navbar .nav &gt; li {
    border-right: none;
  }
  .legacy .navbar .nav .dropdown-menu {
    position: relative;
    top: 0;
    background: #e6e6e6;
  }
  .legacy .navbar .nav .dropdown-menu a {
    border-bottom: none;
  }
  .legacy .navbar-inner .btn {
    margin-top: 3px;
  }
  .legacy #search-form, .legacy #font_size {
    top: -7px;
  }
  .legacy .btn-large {
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .legacy .home .widget {
    width: 100%;
    margin-right: 0;
  }
  .legacy .home .last {
    float: left;
  }
  .legacy .home .widget_twitter ul {
    padding: 10px 35px 20px 145px;
    background: url(images/twitter_bird.png) no-repeat 45px 10px;
  }
  .legacy .home .feedback p {
    padding: 10px 35px 20px 145px;
    background: url(images/feedback_box.png) no-repeat 45px 15px;
  }
  .legacy .home .widget {
    height: 160px;
  }
  .legacy .service_login a, .legacy .service_search a {
    margin-top: 6px;
  }
  .legacy .main-search input[type=text] {
    width: 50%;
    height: 22px;
    line-height: 26px;
    background: url(images/search.png) 12px 8px no-repeat #f5f5f5;
  }
  .legacy .main-search input[type=text] {
    font-size: 1em;
  }
  .legacy .main-search select {
    height: 22px;
    line-height: 22px;
  }
  .legacy .results {
    margin-left: 0;
    width: 100%;
  }
  .legacy .page-template-search-results-php .main-search {
    width: 100%;
    margin: 6px 0 0 0px;
  }
  .legacy .page-template-search-results-php .widget {
    display: none;
  }
  .legacy section#sidebar nav a {
    font-size: 0.9em;
  }
  .legacy section#sidebar h4 {
    font-size: 1.1em;
  }
  .legacy .regular-message, .legacy .alert-message {
    display: none !important;
  }
}
.legacy .amp {
  font-family: Palatino, "Palatino Linotype", "Book Antiqua";
  font-size: 1.125em;
  font-style: italic;
}
.legacy hr {
  margin: 0.75em 0;
  border: 0;
  border-top: 1px solid #ddd;
  clear: both;
}
.legacy .ie7 hr {
  margin: 0;
}
.legacy .wp-pagenavi {
  margin: 2.5em 0;
}
.legacy .btn-its {
  background-color: #fbd96d;
  background-image: -moz-linear-gradient(top, #fbee9b, #fbd96d);
  background-image: -ms-linear-gradient(top, #fbee9b, #fbd96d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbee9b), to(#fbd96d));
  background-image: -webkit-linear-gradient(top, #fbee9b, #fbd96d);
  background-image: -o-linear-gradient(top, #fbee9b, #fbd96d);
  background-image: linear-gradient(top, #fbee9b, #fbd96d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbee9b", endColorstr="#fbd96d", GradientType=0);
  border: 2px solid #ffcc66;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.legacy .btn-its:hover, .legacy .btn-its:active, .legacy .btn-its.active, .legacy .btn-its.disabled, .legacy .btn-its[disabled] {
  background-color: #ffcc66;
}
.legacy .service_search, .legacy .service_login {
  float: right;
  margin-top: 8px;
  padding-left: 10px;
}
.legacy .service_login a, .legacy .service_search a {
  font-weight: bold;
  position: relative;
  z-index: 1000;
}
.legacy .gform_wrapper ul {
  list-style-type: none;
  margin-left: 0 !important;
}
.legacy .gfield {
  padding: 5px 0 20px 0 !important;
}
.legacy .gform_wrapper input[type=checkbox], .legacy .gform_wrapper input[type=radio] {
  margin-right: 5px !important;
}
.legacy .gform_wrapper .top_label .gfield_label {
  display: block;
  float: left;
  padding-right: 20px;
  width: 140px;
  margin: 0px 0px 4px !important;
  font-weight: bold;
}
.legacy .gform_wrapper input.button {
  padding: 5px 10px 6px !important;
}
.legacy .gform_wrapper input {
  padding: 7px 3px !important;
}
.legacy .gform_wrapper input[type=text], .legacy .gform_wrapper input[type=email], .legacy .gform_wrapper input[type=password] {
  height: 14px !important;
  margin-bottom: 5px;
}
.legacy .gform_wrapper .top_label input.large, .legacy .gform_wrapper .top_label select.large, .legacy .gform_wrapper .top_label textarea.textarea {
  width: 70%;
  padding: 7px 3px !important;
}
.legacy .gform_wrapper .entry img, .legacy .gform_wrapper img.thumbnail {
  padding: 0px !important;
  border: 0px !important;
}
.legacy ul.top_label .clear-multi {
  clear: none !important;
}
.legacy .gform_wrapper .gfield_checkbox, .legacy .gform_wrapper .gfield_radio, .legacy .gfield_description {
  margin-left: 160px !important;
}
.legacy img.ui-datepicker-trigger {
  border: 0px;
  padding: 0px;
}
.legacy .tab-focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacy .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.legacy .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.legacy .ie7-inline-block {
  display: inline;
  zoom: 1;
}
.legacy .ie7-restore-left-whitespace {
  margin-left: 0.3em;
}
.legacy .ie7-restore-left-whitespace:first-child {
  margin-left: 0;
}
.legacy .ie7-restore-right-whitespace {
  margin-left: 0.3em;
}
.legacy .ie7-restore-right-whitespace:last-child {
  margin-left: 0;
}
.legacy .ie8 img {
  width: auto;
}
.legacy .box-radius {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}
.legacy .box-shadow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.legacy .text-shadow {
  text-shadow: 1px 1px 3px #fff;
}
.legacy .box-sizing-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy .background-clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.legacy .background-size {
  -webkit-background-size: 100% 100%;
  /* Saf3-4 */
  -moz-background-size: 100% 100%;
  /* FF3.6 */
  background-size: 100% 100%;
  /* Opera, IE9, Saf5, Chrome, FF4 */
}
.legacy .transition {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.legacy .rgba {
  background-color: transparent;
  background-color: rgba(180, 180, 144, 0.6);
  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B4B490,endColorstr=#B4B490);
  /* IE6â€“IE9 */
  zoom: 1;
}
.legacy .translucent {
  opacity: 0.9;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=90);
  /* IE6-IE8 */
}
.legacy .gradient-vertical {
  background-color: #555555;
  background-image: -moz-linear-gradient(left, #333333, #555555);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(left, #333333, #555555);
  /* IE10 */
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#333333), to(#555555));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, #333333, #555555);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, #333333, #555555);
  /* Opera 11.10 */
  background-image: linear-gradient(left, #333333, #555555);
  /* Le standard */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333,endColorstr=#555555);
  /* IE6â€“IE9 */
}
.legacy .gradient-striped {
  background-color: #333;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacy .gradient-radial {
  background-color: #333;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#555), to(#333));
  background-image: -webkit-radial-gradient(circle, #555, #333);
  background-image: -moz-radial-gradient(circle, #555, #333);
  background-image: -ms-radial-gradient(circle, #555, #333);
  background-repeat: no-repeat;
}
.legacy .content-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.legacy .rotate {
  -webkit-transform: rotate(7.5deg);
  -moz-transform: rotate(7.5deg);
  -ms-transform: rotate(7.5deg);
  -o-transform: rotate(7.5deg);
  transform: rotate(7.5deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod="auto expand");
  zoom: 1;
}
.legacy .scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999025240093042, M12=-0.013962180339145272, M21=0.013962180339145272, M22=0.9999025240093042,SizingMethod="auto expand");
}
.legacy .bounce {
  -moz-animation-name: bounce;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 2.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
}
@-moz-keyframes bounce {
  from {
    -moz-transform: translate(0px);
  }
  60% {
    -moz-transform: translate(500px);
  }
  73% {
    -moz-transform: translate(480px);
  }
  86% {
    -moz-transform: translate(500px);
  }
  93% {
    -moz-transform: translate(490px);
  }
  to {
    -moz-transform: translate(500px);
  }
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate(0px);
  }
  60% {
    -webkit-transform: translate(500px);
  }
  73% {
    -webkit-transform: translate(480px);
  }
  86% {
    -webkit-transform: translate(500px);
  }
  93% {
    -webkit-transform: translate(490px);
  }
  to {
    -webkit-transform: translate(500px);
  }
}
@media print {
  .legacy h1, .legacy h2, .legacy h3, .legacy h4, .legacy h5, .legacy h6 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
  }
  .legacy h1 {
    font-size: 19pt;
  }
  .legacy h2 {
    font-size: 17pt;
  }
  .legacy h3 {
    font-size: 15pt;
  }
  .legacy h4, .legacy h5, .legacy h6 {
    font-size: 12pt;
  }
  .legacy code {
    font: 10px monospace;
  }
  .legacy blockquote {
    margin: 1.3em;
    padding: 1em;
    font-size: 10pt;
  }
  .legacy hr {
    background-color: #ccc;
  }
  .legacy img {
    float: left;
    margin: 1em 1.5em 1.5em 0;
  }
  .legacy a img {
    border: none;
  }
  .legacy a:link, .legacy a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
  }
  .legacy a:link[href^="http://"]:after,
.legacy a[href^="http://"]:visited:after,
.legacy a:link[href^="https://"]:after,
.legacy a[href^="https://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  .legacy a[href^="http://"],
.legacy a[href^="https://"] {
    color: #000;
  }
  .legacy table {
    margin: 1px;
    text-align: left;
  }
  .legacy th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  .legacy td {
    border-bottom: 1px solid #333;
  }
  .legacy th, .legacy td {
    padding: 4px 10px 4px 0;
  }
  .legacy tfoot {
    font-style: italic;
  }
  .legacy caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  .legacy thead {
    display: table-header-group;
  }
  .legacy tr {
    page-break-inside: avoid;
  }
  .legacy #header, .legacy #footer, .legacy #navigation, .legacy #sidebar, .legacy button {
    display: none;
  }
}
.legacy .entry-content img {
  margin: 0 0 1.5em 0;
}
.legacy .alignleft, .legacy img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.legacy .alignright, .legacy img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.legacy .aligncenter, .legacy img.aligncenter {
  margin: 0 auto;
  display: block;
  clear: both;
}
.legacy .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.legacy .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.legacy .wp-caption p.wp-caption-text {
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
  font-style: italic;
}
.legacy .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.legacy blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.legacy blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.legacy article .meta {
  border: none;
  font-size: 0.9em;
}
.legacy .page article .entry-content img,
.legacy .home article .entry-content img,
.legacy .archive article .entry-content img,
.legacy .single article .entry-content img,
.legacy .page-template-unit-php .entry-content img {
  float: left;
  margin: 1em 1em 0.5em 0 !important;
  padding: 4px;
  border: 1px solid #eee;
}
.legacy article .entry-content img {
  padding-top: 1em;
}
.legacy article .entry-content p:first-of-type {
  padding-top: 1em;
}
.legacy article .entry-content a:hover img {
  background: #eee;
}
.legacy .single article .entry-content {
  position: relative;
}
.legacy .single .entry-content h5 {
  font-size: 18px;
  margin-top: 0.8em;
}
.legacy .single-service .entry-content p {
  margin: 0;
  padding: 0;
}
.legacy .entry-header .comments-link a {
  background: #eee url(images/comments/comment-bubble.png) no-repeat;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}
.legacy .entry-header .comments-link a:hover, .legacy .entry-header .comments-link a:focus, .legacy .entry-header .comments-link a:active {
  background-color: #1982d1;
  color: rgba(255, 255, 255, 0.8);
}
.legacy .entry-header .comments-link .leave-reply {
  visibility: hidden;
}
.legacy #comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.legacy .nopassword, .legacy .nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.legacy .commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.legacy .content .commentlist, .legacy .page-template-sidebar-page-php .commentlist {
  width: 100%;
}
.legacy .commentlist &gt; li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.legacy .commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.legacy .commentlist .children {
  list-style: none;
  margin: 0;
}
.legacy .commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.legacy .commentlist .children li.comment .fn {
  display: block;
}
.legacy .comment-meta .fn {
  font-style: normal;
}
.legacy .comment-meta {
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
}
.legacy .commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.legacy .commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.legacy .comment-meta a {
  font-weight: bold;
}
.legacy .commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.legacy .commentlist &gt; li:before {
  content: url(images/comments/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.legacy .commentlist &gt; li.pingback:before {
  content: "";
}
.legacy .commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
.legacy a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
.legacy a.comment-reply-link:hover, .legacy a.comment-reply-link:focus, .legacy a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
.legacy a.comment-reply-link &gt; span {
  display: inline-block;
  position: relative;
  top: -1px;
}
.legacy .commentlist &gt; li.bypostauthor .comment-meta {
  color: #575757;
}
.legacy .commentlist &gt; li.bypostauthor:before {
  content: url(images/comments/comment-arrow-bypostauthor.png);
}
.legacy .page-template-sidebar-page-php .commentlist &gt; li.comment, .legacy .page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
.legacy .page-template-sidebar-page-php #respond {
  width: auto;
}
.legacy #respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 1.625em;
  padding: 1.625em;
  position: relative;
  width: 90%;
  float: left;
}
.legacy #respond input[type=text], .legacy #respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
.legacy #respond .comment-form-author, .legacy #respond .comment-form-email, .legacy #respond .comment-form-url, .legacy #respond .comment-form-comment {
  position: relative;
}
.legacy #respond .comment-form-author label, .legacy #respond .comment-form-email label, .legacy #respond .comment-form-url label, .legacy #respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
.legacy #respond input[type=text]:focus, .legacy #respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
.legacy #respond textarea {
  resize: vertical;
  width: 95%;
}
.legacy #respond .comment-form-author .required, .legacy #respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 90%;
  position: absolute;
  top: 45px;
  z-index: 1;
}
.legacy #respond .comment-notes, .legacy #respond .logged-in-as {
  font-size: 13px;
}
.legacy #respond p {
  margin: 10px 0;
  font-size: 12px;
}
.legacy #respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
.legacy #respond input#submit {
  background: #354f70;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.legacy #respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
.legacy #respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
.legacy #respond .logged-in-as a:hover, .legacy #respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.legacy .commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
.legacy #reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 0;
}
.legacy #cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
.legacy #cancel-comment-reply-link:focus, .legacy #cancel-comment-reply-link:active, .legacy #cancel-comment-reply-link:hover {
  color: #ff4b33;
}
.legacy #respond label {
  line-height: 2.2em;
}
.legacy #respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
.legacy p.comment-form-comment {
  margin: 0;
}
.legacy .form-allowed-tags {
  display: none;
}
.legacy .commentlist &gt; li.bypostauthor, .legacy .commentlist .children &gt; li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.legacy .caret {
  display: none !important;
}
.legacy #pagelinks, .legacy #pagelinks ul, .legacy #pagelinks ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.legacy #pagelinks {
  padding-top: 20px;
}
.legacy #pagelinks ul li {
  padding-right: 20px;
  margin-bottom: 1px;
}
.legacy #pagelinks ul li a {
  display: block;
  padding: 10px;
  background: #f1f1f1;
}
.legacy #pagelinks ul li a:hover {
  background: #eee;
  font-weight: bold;
  text-decoration: none;
}
.legacy * {
  margin: 0;
  padding: 0;
}
.legacy :focus {
  outline: none;
}
.legacy img, .legacy fieldset {
  border: none;
}
.legacy .wrapper {
  max-width: 1130px;
  margin: 0 auto;
}
.legacy .padding {
  padding: 2em 1em;
}
.legacy #quick_nav_container {
  display: none;
  float: left;
  /*padding-left: 14px*/
  width: 100%;
}
.legacy #quick_nav_container p {
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 15px 0 0 8px;
}
.legacy #quick_nav_container h2 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 18px 0;
  font-size: 24px;
}
.legacy h1.page-title {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: 100;
}
.legacy #quick_nav_container ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.legacy #quick_nav_container ul li {
  float: left;
  position: relative;
  /*background: url(../images/quick_nav_img.jpg) 0 0;*/
  margin-left: 8px;
  margin-bottom: 10px;
  height: 170px;
  width: 268px;
  /* margin-top:25px*/
  overflow: hidden;
  overflow: visible !important;
}
.legacy #quick_nav_container ul li span {
  background-color: var(--blue-dark--rgb);
  background-color: rgba(var(--blue-dark--rgb), 0.9);
  color: var(--white);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 12px;
  width: 100%;
  padding: 5px 0 5px 5px;
  font-weight: bold;
}
.legacy #quick_nav_container ul li figure {
  float: left;
  width: 268px;
  height: 170px;
}
.legacy #quick_nav_container ul li figure img {
  float: left;
  /*width:268px; height:170px*/
  width: 100%;
  height: auto;
}
.legacy #quick_nav_container ul li a {
  color: #fff;
  /*font-size:9px;*/
  text-decoration: none;
}
.legacy #quick_nav_container.featured ul li figure img {
  width: 100%;
  height: 100%;
}
.legacy #quick_nav_container.featured ul li a {
  float: left;
  width: 100%;
}
.legacy #quick_nav_container.featured ul li ul {
  position: absolute !important;
  top: 170px;
  left: 0px;
  height: auto !important;
  background: url(../images/bg_img.png) repeat 0 0;
  float: left;
  width: 100% !important;
}
.legacy #quick_nav_container.featured ul li li {
  margin: 0;
  width: 100% !important;
  float: left !important;
  height: auto !important;
}
.legacy #quick_nav_container.featured ul li li span {
  position: static !important;
}
.legacy .aero {
  float: right;
  margin-top: 3px;
  z-index: 9 !important;
}
.legacy #blackboard_container {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.legacy #blackboard_left_container {
  padding-right: 2rem;
}
@media (min-width: 600px) {
  .legacy #blackboard_left_container {
    flex-basis: 30%;
  }
}
.legacy #blackboard_left_container h3 {
  float: left;
  padding: 24px 0 20px 0;
}
.legacy .left_ul {
  background-color: #dddddd;
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.legacy .left_ul li {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.legacy .left_ul li &gt; * {
  flex: 0 0 auto;
}
.legacy .left_ul li .fas {
  color: #336699;
}
.legacy .left_ul li .fa-angle-right,
.legacy .left_ul li .fa-angle-down {
  font-size: 1.8rem;
}
.legacy .left_ul li .fa-square {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.legacy .left_ul li a {
  padding-bottom: 1rem;
  padding-left: 1rem;
  width: 83%;
}
.legacy .left_ul &gt; li:last-child a {
  padding-bottom: 0;
}
.legacy .left_ul .sub_list {
  flex-shrink: 1;
  list-style: none outside none;
  margin: 0;
  padding-left: 1rem;
}
.legacy .left_ul .sub_list li {
  background: none !important;
}
.legacy #blackboard_right_container {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 600px) {
  .legacy #blackboard_right_container {
    flex-basis: 70%;
  }
}
.legacy #blackboard_right_container h1 {
  padding-bottom: 2rem;
  margin: 0 !important;
  color: #002a5c;
  font-weight: 400;
  font-size: 3.6rem;
}
.legacy #blackboard_right_container h2 {
  padding-bottom: 2rem;
  margin: 0 !important;
  color: #002a5c;
  font-weight: 400;
  font-size: 3rem;
}
.legacy #blackboard_right_container h4 {
  font-size: 1.8rem;
  color: #000000;
}
.legacy #blackboard_right_container h5 {
  font-size: 1.6rem;
  color: #002a5c;
}
.legacy .content_raw {
  float: left;
  width: 892px;
  margin-top: 20px;
}
.legacy .heading_box {
  float: left;
  width: 100px;
}
.legacy .heading_box h3 {
  font-size: 15px !important;
}
.legacy .text_box {
  float: right;
  width: 740px;
  background: url(../images/content_sprtr.jpg) repeat-y 0 0;
  padding-left: 20px;
}
.legacy .text_box ul {
  float: left;
  list-style: none;
  width: 100%;
}
.legacy .text_box ul li {
  float: left;
  width: 770px;
  background: url(../images/square2.jpg) no-repeat top left;
  padding-left: 15px;
  margin-top: 10px;
}
.legacy .text_box ul li p strong {
  float: none;
  font-size: 11px;
}
.legacy .text_box ul li p span {
  float: none;
  font-size: 11px;
  font-weight: bold;
  color: #57a5d9;
  border-bottom: 1px dotted #57a5d9;
}
.legacy .text_box ul li p {
  float: left;
  width: 465px;
}
.legacy .text_box p {
  float: left;
  width: 465px;
  padding-bottom: 5px;
}
.legacy .text_box p strong {
  float: none;
  font-size: 11px;
}
.legacy .text_box p span {
  float: none;
  font-size: 11px;
  font-weight: bold;
  color: #57a5d9;
  border-bottom: 1px dotted #57a5d9;
}
.legacy #slider_container {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}
.legacy #slider_container h3 {
  float: left;
  font-size: 18px;
  width: 100%;
  padding: 30px;
  color: #5f5f5f;
  font-weight: 100;
}
.legacy .slide_container {
  float: left;
  width: 100%;
  margin-left: 38px;
}
.legacy .slide_container ul {
  float: left;
  width: 100%;
  list-style: none;
}
.legacy .slide_container ul li {
  float: left;
  position: relative;
  background: url(../images/slide_img.jpg) no-repeat 0 0;
  width: 250px;
  height: 180px;
  margin-left: 10px;
}
.legacy .slide_container ul li span {
  background: url(../images/slide_bg.png) repeat-x 0 bottom;
  position: absolute;
  width: 245px;
  top: 140px;
  padding: 12px 0 12px 5px;
  font-size: 15px;
  color: #FFF;
}
.legacy .prev_img {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 999;
}
.legacy .next_img {
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 999;
}
.legacy .carousel {
  width: 1024px !important;
  margin-left: 50px;
}
.legacy .news_archive .icon-status {
  width: 10px !important;
  font-size: 11px;
}
.legacy #slider_container ul li {
  float: left;
  height: 170px;
  margin-bottom: 10px;
  margin-left: 8px;
  position: relative;
  width: 268px;
}
.legacy #slider_container ul li span {
  background: url("../images/bg_img.png") repeat scroll 0 0 transparent;
  bottom: 0;
  color: #FFFFFF;
  float: left;
  font-size: 0.9em;
  left: 0;
  padding: 5px 0 5px 5px;
  position: absolute;
  width: 263px;
  font-weight: bold;
}
.legacy #slider_container ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.legacy #menu-main .help a {
  background: #ddd url("../images/support_icon.png") no-repeat 10px 8px;
  padding-left: 42px;
}
.legacy .services-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacy .services-list &gt; li {
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid #ddd;
}
.legacy li.services-table-heading {
  margin: 0;
  border-top: 0;
}
.legacy .services-list &gt; li &gt; dl {
  overflow: hidden;
  margin: 0;
}
.legacy .services-list &gt; li &gt; dl &gt; dt {
  font-size: 1.25em;
}
.legacy .dropdown .caret {
  display: block !important;
  float: right;
  position: absolute;
  top: 7px;
  right: 20px;
}
.legacy .dropdown li .caret {
  display: none !important;
}
.legacy ul.qa_buttons {
  margin-top: 17px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .legacy .top_links {
    margin-top: -38px;
  }
  .legacy .wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .legacy .tools {
    width: auto !important;
  }
  .legacy .top_links {
    clear: none !important;
    float: left !important;
    margin: -20px 0 0;
    width: auto !important;
  }
  .legacy .wrapper {
    overflow: hidden;
  }
  .legacy #blackboard_left_container {
    background: #fbfbfb;
    width: 100%;
  }
  .legacy #blackboard_right_container {
    float: left;
    width: 90% !important;
    background: #fbfbfb;
    padding: 20px 0 0 0;
  }
  .legacy ul.qa_buttons {
    margin-top: 34px !important;
  }
  .legacy .navbar {
    margin-bottom: 12px;
    margin-top: 48px;
    z-index: 1000;
  }
  .legacy .top_links {
    clear: none !important;
    float: left !important;
    margin: -10px 0 0 !important;
    width: auto !important;
  }
  .legacy .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: pre-wrap !important;
  }
  .legacy .navbar .nav .dropdown-menu a {
    padding-left: 0px !important;
  }
  .legacy #menu-main .help a {
    padding-left: 42px !important;
  }
  .legacy .navbar .nav &gt; li &gt; a {
    padding-bottom: 9px !important;
  }
}
@media only screen and (max-width: 320px) {
  .legacy .carousel {
    margin-left: 4px;
  }
  .legacy .in ul.dropdown-menu li {
    width: 170px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .legacy .carousel {
    margin-left: 4px;
  }
  .legacy #slider_container ul li {
    float: left;
    height: 159px !important;
    margin-bottom: 10px;
    margin-left: 8px;
    position: relative;
    width: 193px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .legacy .tools {
    width: auto !important;
  }
  .legacy .top_links {
    clear: none !important;
    float: left !important;
    margin: -10px 0 0;
    width: auto !important;
  }
  .legacy .wrapper {
    overflow: hidden;
  }
  .legacy #blackboard_right_container {
    float: left;
    width: 90% !important;
    background: #fbfbfb;
    margin: 0 0 -20px -20px;
    padding: 20px 0 0 40px;
  }
  .legacy ul.qa_buttons {
    margin-top: 20px !important;
  }
}
.legacy .breadcrumbs .trail-items,
.legacy .breadcrumbs .trail-items li,
.legacy .breadcrumbs .trail-browse,
.legacy .breadcrumbs .trail-items,
.legacy .breadcrumbs .trail-items li a {
  font-size: 1.4rem;
  color: #666666;
}
.legacy .breadcrumbs .trail-browse {
  display: none;
}
.legacy .page-template-default #quick_nav_container {
  display: none;
}
.legacy h1,
.legacy h2,
.legacy h3,
.legacy h4,
.legacy h4 a,
.legacy h5,
.legacy h5 a,
.legacy h6,
.legacy th {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
.legacy p,
.legacy td,
.legacy li,
.legacy dd,
.legacy dt,
.legacy legend {
  font-size: 16px;
}
.legacy li {
  line-height: 21px;
}
.legacy h3 {
  font-size: 2.2rem;
  color: #1f4878;
  font-weight: 700;
  padding-top: 20px;
}
.legacy h4 {
  font-size: 2rem;
  color: var(--blue-dark);
  padding-top: 1rem;
}
.legacy a {
  color: #005bb0;
}
.legacy ul,
.legacy ol {
  margin: 0 0 25px 25px;
}
.legacy .navbar .nav &gt; li &gt; a {
  font-size: 1.6rem;
}
.legacy .top_links .hidden-phone {
  display: none;
}
.legacy ul.qa_buttons {
  float: right;
}
.legacy .breadcrumbs .trail-browse {
  font-size: 16px;
}
.legacy blockquote {
  padding: 15px 15px 15px 15px;
  margin: 18px;
}
.legacy #blackboard_container img {
  height: auto;
}
.legacy #slider_container h3 {
  font-size: 24px;
  text-align: center;
}
.legacy table th {
  font-size: 18px;
  color: #1f4878;
}
.legacy footer {
  margin-top: 50px;
}
.legacy footer dt, .legacy footer dd, .legacy footer li {
  font-size: 14px;
}
.legacy dt {
  font-weight: 400;
}
.legacy mark {
  background-color: #FFE6DF;
  padding: 3px;
  color: inherit;
}
@media (max-width: 767px) {
  .legacy ul li {
    font-size: 16px;
  }
}
.legacy .btna {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.legacy .btna:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}
.legacy #slider_container {
  display: none;
}
.legacy .single-tribe_events .tribe-events-single-event-title {
  text-align: center;
  padding-top: 30px;
}
.legacy .tribe-events-schedule {
  font-size: 10px;
  text-align: center;
}
.legacy .single-tribe_events .tribe-events-content {
  font-size: 16px;
}
.legacy #tribe-events-pg-template .tribe-events-content h2, .legacy .tribe-events-after-html h2, .legacy .tribe-events-before-html h2 {
  font-size: 21px;
}
.legacy #tribe-events-pg-template .tribe-events-content h3, .legacy .tribe-events-after-html h3, .legacy .tribe-events-before-html h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #005bb0;
}
.legacy #tribe-events-footer {
  display: none;
}
.legacy .tribe-events-back {
  display: none;
}
.legacy .gform_wrapper input.large {
  height: 42px !important;
}
.legacy .gform_wrapper input.medium {
  height: 42px !important;
}
.legacy .gform_wrapper input.small {
  height: 42px !important;
}
.legacy .gform_wrapper select.large {
  height: 42px !important;
}
.legacy .gform_wrapper select.medium {
  height: 42px !important;
}
.legacy .gform_wrapper select.small {
  height: 42px !important;
}
.legacy .gform_wrapper .top_label .gfield_label {
  float: none;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.legacy .gform_wrapper .gfield_checkbox {
  margin-left: 0 !important;
}
.legacy .gform_wrapper .gfield_radio {
  margin-left: 0 !important;
}
.legacy .gfield_description {
  margin-left: 0 !important;
}
@media (min-width: 580px) {
  .legacy #feedback.rightsp,
.legacy #cover.rightsp,
.legacy img.rightsp {
    max-width: 225px;
    width: 225px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 579px) {
  .legacy #feedback.rightsp,
.legacy #cover.rightsp,
.legacy img.rightsp {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
    display: block;
  }
}

/* colour for system status */
:root {
  --black: ;
  --blue-very-light: #7ba4d9;
  --blue-light: #336699;
  --blue-light--rgb: 51, 102, 153;
  --blue-medium: #008bb0;
  --blue-medium--rgb: 0, 139, 176;
  --blue-dark: #002a5c;
  --blue-dark--rgb: 0, 42, 92;
  --blue-alert: #3498db;
  --gray-very-light: #dddddd;
  --gray-light: #cecfcb;
  --gray-medium: #999999;
  --gray-dark: #666666;
  --green-very-light: #dae5cd;
  --green-light: #99cc99;
  --green-medium: #339933;
  --green-dark: #016d40;
  --gold-very-light: #FAFAD2;
  --gold-light: #ffcc33;
  --gold-medium: #ffe498;
  --yellow: #f1c40f;
  --orange: #e67e22;
  --red: #e31837;
  --red-medium: #e31837;
  --white: #ffffff;
  --white-very-light: #ffffff;
  --margin: 1rem;
  --padding: 1rem;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/* colour for system status */
:root {
  --black: ;
  --blue-very-light: #7ba4d9;
  --blue-light: #336699;
  --blue-light--rgb: 51, 102, 153;
  --blue-medium: #008bb0;
  --blue-medium--rgb: 0, 139, 176;
  --blue-dark: #002a5c;
  --blue-dark--rgb: 0, 42, 92;
  --blue-alert: #3498db;
  --gray-very-light: #dddddd;
  --gray-light: #cecfcb;
  --gray-medium: #999999;
  --gray-dark: #666666;
  --green-very-light: #dae5cd;
  --green-light: #99cc99;
  --green-medium: #339933;
  --green-dark: #016d40;
  --gold-very-light: #FAFAD2;
  --gold-light: #ffcc33;
  --gold-medium: #ffe498;
  --yellow: #f1c40f;
  --orange: #e67e22;
  --red: #e31837;
  --red-medium: #e31837;
  --white: #ffffff;
  --white-very-light: #ffffff;
  --margin: 1rem;
  --padding: 1rem;
}

.glide__track {
  padding-bottom: 0px;
}
.glide__slides {
  align-items: center;
}
@media (max-width: 599px) {
  .glide__arrows {
    display: none;
  }
}
.glide__arrow {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  display: block;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  color: #666666;
}
.glide__arrow--left {
  left: 1rem;
}
.glide__arrow--right {
  right: 1rem;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  display: inline-flex;
  bottom: 0;
  left: 50%;
  list-style: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.glide__bullet {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0;
  margin-right: 1rem;
}
.glide__bullet:last-child {
  margin-right: 0;
}
.glide__bullet:hover {
  color: #666666;
}
.glide__bullet--active {
  color: #002a5c;
}
.glide--swipeable {
  cursor: grab;
}
.glide--dragging {
  cursor: grabbing;
}

body {
  line-height: 1;
  background-color: var(--gray-light);
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  min-height: 100vh;
  word-break: break-word;
}
@media (max-width: 599px) {
  body.menu-is-open {
    position: fixed;
    overflow: hidden;
  }
}

.its-su-spoiler-show {
  display: contents;
}

.its-su-spoiler-hide {
  display: none;
}

.navbar .nav {
  margin-bottom: 0;
}

.navbar-nav,
.navbar-nav .dropdown-menu {
  font-size: 1.5rem;
}

.navbar-nav .dropdown-item {
  padding: 1rem;
  white-space: normal;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 1rem 3rem;
}

.its-alt-navbar {
  background-color: #002a5c !important;
}

.its-alt-navbar .navbar-nav .nav-link {
  color: var(--white);
}

.its-alt-navbar .dropdown-menu {
  background-color: #0087B0;
}

.its-alt-navbar .dropdown-menu a {
  color: #ffffff;
}

.its-alt-navbar .navbar-nav &gt; .nav-item a:hover,
.its-alt-navbar .navbar-nav &gt; .nav-item a:focus {
  background-color: #0087B0;
}

.its-alt-navbar .dropdown-item:hover,
.its-alt-navbar .dropdown-item:focus {
  background-color: var(--blue-light);
  border-color: var(--blue-light);
  color: var(--white);
}

.nav__top a:hover,
.nav__top a:focus {
  text-decoration: none !important;
}

@media (min-width: 767px) {
  .navbar-nav .dropdown-item {
    white-space: nowrap;
  }
}
img {
  display: block;
  height: auto;
  width: 100%;
}

button {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-weight: 600;
}

p {
  line-height: 1.3em;
  font-size: 1.5rem;
}

a {
  color: inherit;
}

.unsupported-browser {
  background-color: #e31837;
  background-color: var(--red-medium, #e31837);
  color: #ffffff;
  color: var(--white-very-light, #ffffff);
  font-size: 1.5rem;
  padding: 1rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000;
}
.unsupported-browser-none {
  display: none;
}

.header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--blue-dark);
  padding: 2rem 2rem 1rem;
}
@media (max-width: 599px) {
  .header {
    flex-wrap: wrap;
  }
}
.header &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .header &gt; * {
    flex-basis: 100%;
  }
}
.header__logos {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.header__logos &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .header__logos {
    align-items: center;
  }
}
@media (max-width: 599px) {
  .header__logos &gt; * {
    flex-basis: 50%;
    flex-grow: 1;
  }
}
.header__logos__uoft {
  max-width: 225px;
  padding-right: 32px;
  border: 2px solid #002a5c;
}
.header__logos__uoft:focus {
  border: 2px solid #3F9CEE;
}
.header__logos__its {
  border: 2px solid #002a5c;
  border-left: 1px solid var(--white);
  color: var(--white);
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.3rem !important;
  font-weight: 600;
  padding: 0.5rem 2rem;
  padding-left: 32px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .header__logos__its {
    padding-right: 0;
  }
}
.header__logos__its__top {
  display: block;
  font-size: 2.6rem !important;
  margin-bottom: 0.5rem;
}
.header__logos__its:hover, .header__logos__its:focus {
  color: var(--white);
  text-decoration: none;
}
.header__logos__its:focus {
  border: 2px solid #3F9CEE;
}
.header .menu-toggle {
  color: var(--white);
  display: none;
  flex-basis: 5%;
  font-size: 3rem;
}
@media (max-width: 599px) {
  .header .menu-toggle {
    display: block;
  }
}
@media (max-width: 599px) {
  .header .menu-open {
    flex-grow: 0;
    flex-shrink: 1;
    order: 2;
  }
}

.nav {
  flex-shrink: 1;
  margin-bottom: 1rem;
}
.nav__top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 599px) {
  .nav__top {
    flex-wrap: wrap;
  }
}
.nav__top &gt; * {
  flex: 1 0 auto;
}
@media (max-width: 599px) {
  .nav__top &gt; * {
    flex-basis: calc(50% - 0.5rem);
  }
}
@media (max-width: 599px) {
  .nav__top {
    justify-content: center;
  }
}
@media (min-width: 600px) {
  .nav__top {
    border-bottom: 1px solid var(--blue-light);
  }
}
.nav__top &gt; * {
  align-self: stretch;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 599px) {
  .nav__top &gt; * {
    order: 3;
  }
}
.nav__top__button {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 200ms ease-in-out;
  color: var(--white);
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}
.nav__top__button:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.nav__top__button:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.nav__top__button &gt; * {
  flex: 0 1 auto;
}
.nav__top__button &gt; * {
  padding: 0.5rem;
}
.nav__esc__image-con {
  max-width: 40px;
}
.nav__its-alerts__icon {
  color: var(--green-medium);
  font-size: 1rem;
  padding: 0.5rem;
}
.nav__its-alerts__icon--yellow {
  color: var(--yellow);
}
.nav__its-alerts__icon--orange {
  color: var(--orange);
}
.nav__its-alerts__icon--red {
  color: var(--red);
}
.nav__its-alerts__icon--blue-alert {
  color: var(--blue-alert);
}
.nav__service-catalogue {
  display: none;
}
.nav__herug__image-con {
  max-width: 30px;
}
.nav .search-form {
  height: 100%;
}
@media (max-width: 599px) {
  .nav__search-container {
    flex-grow: 1;
    order: 1;
  }
  .nav__search-container .search-form &gt; * {
    flex-basis: auto;
  }
}
.nav__bottom {
  position: relative;
}
.nav__bottom .menu-close {
  color: var(--white);
  display: none;
  font-size: 3rem;
  padding-right: 1rem;
  text-align: right;
}
@media (max-width: 599px) {
  .nav__bottom .menu-close {
    display: block;
  }
  .nav__bottom .menu-main {
    background-color: var(--blue-dark--rgb);
    background-color: rgba(var(--blue-dark--rgb), 0.98);
    transition: all 200ms ease-in-out;
    position: absolute;
    left: -100vw;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
    width: 100%;
    z-index: 999;
  }
  .nav__bottom .menu-main:target, .nav__bottom .menu-main[aria-hidden=false] {
    display: block;
    left: 0;
  }
  .nav__bottom .menu-main:target .menu-close, .nav__bottom .menu-main[aria-hidden=false] .menu-close {
    z-index: 1001;
  }
  .nav__bottom .menu-main:target ul, .nav__bottom .menu-main[aria-hidden=false] ul {
    position: relative;
    z-index: 1000;
  }
  @supports (position: fixed) {
    .nav__bottom .menu-main {
      position: fixed;
    }
  }
}
.nav__menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 1.5rem;
  position: relative;
}
@media (max-width: 599px) {
  .nav__menu {
    flex-wrap: wrap;
  }
}
.nav__menu &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .nav__menu &gt; * {
    flex-basis: 100%;
  }
}
.nav__menu .menu-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.3em;
  transition: all 200ms ease-in-out;
}
@media (max-width: 599px) {
  .nav__menu .menu-item {
    flex-wrap: wrap;
  }
}
.nav__menu .menu-item &gt; * {
  flex: 0 1 auto;
}
@media (max-width: 599px) {
  .nav__menu .menu-item &gt; * {
    flex-basis: 100%;
  }
}
.nav__menu .menu-item:hover {
  background-color: var(--blue-medium);
  border-color: var(--blue-medium);
  color: var(--black);
  text-decoration: none;
}
.nav__menu .menu-item:focus {
  background-color: var(--blue-medium);
  border-color: var(--blue-medium);
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 599px) {
  .nav__menu .menu-item.menu-item-has-children:hover {
    background: transparent;
  }
  .nav__menu .menu-item &gt; a {
    flex-basis: auto;
  }
  .nav__menu .menu-item &gt; .nav__menu__arrow {
    flex-basis: auto;
  }
}
.nav__menu .menu-item:hover &gt; .nav__menu__arrow:before {
  color: var(--blue-dark);
  content: "";
}
@media (max-width: 599px) {
  .nav__menu .menu-item:hover &gt; .nav__menu__arrow:before {
    color: var(--white);
  }
}
.nav__menu .menu-item:hover &gt; .sub-menu {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.nav__menu .menu-item:hover &gt; .sub-menu &gt; * {
  flex: 0 0 auto;
}
.nav__menu .menu-item:hover &gt; .sub-menu &gt; * {
  flex: 0 1 100%;
}
.nav__menu .menu-item:focus &gt; .nav__menu__arrow:before {
  color: var(--blue-dark);
  content: "";
}
@media (max-width: 599px) {
  .nav__menu .menu-item:focus &gt; .nav__menu__arrow:before {
    color: var(--white);
  }
}
.nav__menu .menu-item:focus &gt; .sub-menu {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.nav__menu .menu-item:focus &gt; .sub-menu &gt; * {
  flex: 0 0 auto;
}
.nav__menu .menu-item:focus &gt; .sub-menu &gt; * {
  flex: 0 1 100%;
}
.nav__menu .menu-item .menu-item {
  transition: all 200ms ease-in-out;
  position: relative;
  width: 100%;
  /* .menu-item { // Level 3 Menu
      @include button-hover(
          $background-color: var(--gray-medium)
      );
      @include transition;

      &amp;:hover a {
          color: var(--black);
      }
  } */
}
.nav__menu .menu-item .menu-item:hover {
  background-color: var(--blue-light);
  border-color: var(--blue-light);
  color: var(--black);
  text-decoration: none;
}
.nav__menu .menu-item .menu-item:focus {
  background-color: var(--blue-light);
  border-color: var(--blue-light);
  color: var(--black);
  text-decoration: none;
}
.nav__menu .menu-item .menu-item .nav__menu__arrow {
  display: none;
}
@media (max-width: 599px) {
  .nav__menu .menu-item {
    order: 2;
  }
}
.nav__menu a {
  color: var(--white);
  padding: 0.4rem;
  text-decoration: none;
  width: 100%;
}
.nav__menu__arrow {
  color: var(--white);
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.nav .sub-menu {
  background-color: var(--blue-medium--rgb);
  background-color: rgba(var(--blue-medium--rgb), 0.95);
  z-index: 10000;
}
@media (min-width: 600px) {
  .nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
  }
}
.nav .sub-menu .sub-menu {
  background-color: var(--blue-light--rgb);
  background-color: rgba(var(--blue-light--rgb), 0.95);
}
.nav .nav__menu .menu-item:hover,
.nav .nav__menu .menu-item:focus {
  background-color: transparent;
}
.nav .menu-item--social {
  padding: 0;
}
@media (max-width: 599px) {
  .nav .menu-item--social {
    order: 1;
  }
}
.nav .menu-item--social:hover {
  background-color: transparent;
}
.nav .nav__menu--social a:hover,
.nav .nav__menu--social a:focus {
  background-color: var(--blue-medium) !important;
}
.nav__menu--social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.nav__menu--social &gt; * {
  flex: 0 0 auto;
}
.nav__menu--social .menu-item {
  line-height: 1;
  width: auto !important;
}
.nav__menu--social a {
  font-size: 0;
}
.nav__menu--social a:before {
  font-size: 2rem;
}
.nav__menu--social .twitter a:before {
  content: "";
}
.nav__menu--social .facebook a:before {
  content: "";
}
.nav__menu--social .instagram a:before {
  content: "";
}
.nav__menu--social .youtube a:before {
  content: "";
}
.nav__menu--social .linkedin a:before {
  content: "";
}
@media (max-width: 599px) {
  .nav__menu--main {
    justify-content: center;
  }
}

.content {
  flex-grow: 1;
}

.section__width {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.section__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
}
@media (max-width: 599px) {
  .section__header {
    flex-wrap: wrap;
  }
}
.section__header &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .section__header &gt; * {
    flex-basis: 100%;
  }
}
@media (max-width: 599px) {
  .section__header &gt; * {
    text-align: center;
  }
}
.section__button {
  transition: all 200ms ease-in-out;
}
.section__button:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.section__button:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 599px) {
  .section__button {
    margin-top: 1rem;
  }
}
.section__posts {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .section__posts {
    flex-wrap: wrap;
  }
}
.section__posts &gt; * {
  flex: 1 0 25%;
}
@media (max-width: 599px) {
  .section__posts &gt; * {
    flex-basis: 100%;
  }
}
.section__posts &gt; * {
  padding: 1rem;
}
@media (max-width: 599px) {
  .section__posts &gt; * {
    flex-basis: 100%;
  }
}
.section__posts-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .section__posts-nav {
    flex-wrap: wrap;
  }
}
.section__posts-nav &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .section__posts-nav &gt; * {
    flex-basis: 100%;
  }
}
.section__posts-nav__prev, .section__posts-nav__next {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0;
  text-decoration: none;
}
.section__posts-nav__prev:hover, .section__posts-nav__next:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
}
.section__posts-nav__prev:hover a, .section__posts-nav__next:hover a {
  color: var(--black);
  text-decoration: none;
}
.section__posts-nav__prev:focus, .section__posts-nav__next:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
}
.section__posts-nav__prev:focus a, .section__posts-nav__next:focus a {
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 599px) {
  .section__posts-nav__prev, .section__posts-nav__next {
    flex-basis: 50%;
  }
}
.section__posts-nav a {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 200ms ease-in-out;
}
@media (max-width: 599px) {
  .section__posts-nav a {
    flex-wrap: wrap;
  }
}
.section__posts-nav a &gt; * {
  flex: 1 1 auto;
}
@media (max-width: 599px) {
  .section__posts-nav a &gt; * {
    flex-basis: 100%;
  }
}
.section__posts-nav a &gt; * {
  flex-basis: auto;
  padding: 0 0.5rem;
}
.section__image-fallback {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  border: 1px solid var(--gray-light);
  flex-basis: 100% !important;
  flex-direction: column;
  padding: 1rem;
}
.section__image-fallback &gt; * {
  flex: 0 0 auto;
}
.section__link {
  text-decoration: none;
}
.section__link__title {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
}
.section__link button {
  transition: all 200ms ease-in-out;
}
.section__link__image {
  border: 1px solid var(--gray-light);
}
.section__link {
  text-decoration: none;
}
.section__link__title {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.section__link button {
  transition: all 200ms ease-in-out;
}
.section__link__image {
  border: 1px solid var(--gray-light);
}
.section--category {
  background-color: var(--white);
}
.section--category__width {
  padding-left: 1rem;
  padding-right: 1rem;
}
.section--category__posts {
  justify-content: flex-start;
}
.section--category__post {
  align-self: stretch;
  display: flex;
  min-height: 150px;
  position: relative;
}
@media (min-width: 600px) {
  .section--category__post {
    flex-basis: calc( 100% / 3 );
    flex-grow: 0;
  }
}
.section--category__link {
  align-items: initial;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  transition: all 200ms ease-in-out;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.section--category__link:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.section--category__link:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 599px) {
  .section--category__link {
    flex-wrap: wrap;
  }
}
.section--category__link &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .section--category__link &gt; * {
    flex-basis: 100%;
  }
}
.section--category__link__image-con {
  overflow: hidden;
  position: relative;
}
.section--category__link__image-con:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.section--category__link__image-con :first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section--category__button {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.5rem;
  text-decoration: none;
  background-color: var(--blue-dark--rgb);
  background-color: rgba(var(--blue-dark--rgb), 0.9);
  line-height: 1.3em;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.section .slide-background {
  background-color: #ffffff99;
}
.section .slide {
  padding: 0px 20px 0px 0px;
}
@media (max-width: 599px) {
  .section .slide {
    padding: 20px;
  }
}
.section--carousel {
  background: linear-gradient(to bottom, var(--blue-very-light) 0%, var(--gray-light) 100%);
}
.section--carousel__link {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  cursor: default;
}
@media (max-width: 599px) {
  .section--carousel__link {
    flex-wrap: wrap;
  }
}
.section--carousel__link &gt; * {
  flex: 1 0 auto;
}
@media (max-width: 599px) {
  .section--carousel__link &gt; * {
    flex-basis: 100%;
  }
}
@media (max-width: 599px) {
  .section--carousel__link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.section--carousel__link__title {
  font-size: 3.8rem;
  margin-bottom: 1rem;
}
.section--carousel__link__excerpt {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.section--carousel__link__copy {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
@media (min-width: 600px) {
  .section--carousel__link__copy {
    flex-basis: 35%;
  }
}
@media (max-width: 599px) {
  .section--carousel__link__copy {
    padding-left: 0;
  }
}
.section--carousel__link__image-con {
  flex-basis: 65%;
  padding-left: 0;
}
@media (max-width: 599px) {
  .section--carousel__link__image-con {
    padding-left: 0;
  }
}
.section--carousel__button {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
  cursor: pointer;
}
.section--carousel__button:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.section--carousel__button:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 599px) {
  .section--carousel__button {
    width: 100%;
  }
}
.section--alerts__link {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--green-dark);
  color: var(--white);
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 599px) {
  .section--alerts__link {
    flex-wrap: wrap;
  }
}
.section--alerts__link &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .section--alerts__link &gt; * {
    flex-basis: 100%;
  }
}
.section--alerts__link--yellow {
  background-color: var(--yellow);
  color: var(--black);
}
.section--alerts__link--orange {
  background-color: var(--orange);
  color: var(--black);
}
.section--alerts__link--red {
  background-color: var(--red);
}
.section--alerts__link--blue-alert {
  background-color: var(--blue-alert);
}
.section--alerts__link__title {
  font-size: 3rem;
  text-transform: uppercase;
}
.section--alerts__link__excerpt {
  line-height: 1.3em;
  padding: 2rem;
}
.section--alerts__link__button {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
}
.section--news {
  background-color: var(--white);
}
.section--news__heading {
  color: var(--blue-light);
}
.section--news__button {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
}
.section--news__button:hover:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.section--news__button:hover:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.section--news__posts &gt; * {
  flex-basis: 33%;
  padding-right: 1rem;
}
@media (max-width: 599px) {
  .section--news__posts &gt; * {
    flex-basis: 100%;
  }
}
.section--news__post {
  display: flex;
  align-self: stretch;
}
.section--news__link {
  transition: all 200ms ease-in-out;
  border: 1px solid var(--gray-light);
  color: var(--blue-dark);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section--news__link:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.section--news__link:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
  color: var(--black);
  text-decoration: none;
}
.section--news__link:hover, .section--news__link:focus {
  background-color: #002a5c;
  color: #ffffff;
}
.section--news__link__image-con {
  overflow: hidden;
  position: relative;
}
.section--news__link__image-con:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.section--news__link__image-con :first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section--news__link__image {
  border: none;
}
.section--news__link__title {
  line-height: 1.3em;
  padding: 1rem;
}
.section .homepage-highlight {
  padding: 10px;
}
.section .homepage-highlight h3 {
  font-weight: bold;
  color: var(--blue-dark);
}
.section .homepage-highlight hr {
  height: 1px;
  background-color: #878787;
  border: none;
  margin: 30px 0px;
}
.section .highlight-banner {
  width: 100%;
  min-height: 280px;
  margin-bottom: 40px;
  padding: 20px;
}
.section .highlight-banner-textbox {
  width: 50%;
  background-color: #081d40;
  padding: 20px;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .section .highlight-banner-textbox {
    width: 100%;
  }
}
.section .highlight-banner-textbox-title {
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
}
.section .highlight-banner-textbox-body {
  font-size: 16px;
  color: white;
  line-height: 1.2em;
}
.section .highlight-item-text {
  width: 70%;
  float: left;
  display: inline-block;
  padding-right: 10px;
}
.section .highlight-item-img {
  width: 30%;
  float: left;
  display: inline-block;
}
.section--highlights {
  background-color: #eeeeee;
}
.section--highlights__posts &gt; * {
  flex-basis: 50%;
  padding-right: 1rem;
}
@media (max-width: 599px) {
  .section--highlights__posts &gt; * {
    flex-basis: 100%;
  }
}
.section--highlights__post {
  display: flex;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 2rem;
}
.section--highlights__post:nth-of-type(1) .section__link {
  background: linear-gradient(0deg, var(--blue-dark) 0%, var(--gray-medium) 50%, var(--white) 100%);
}
.section--highlights__post:nth-of-type(6) .section__link {
  background: linear-gradient(0deg, var(--blue-medium) 0%, var(--gray-medium) 50%, var(--gray-light) 75%, var(--white) 100%);
}
.section--highlights__post:nth-of-type(7) .section__link {
  background: linear-gradient(135deg, var(--white) 0%, var(--gold-very-light) 5%, var(--gold-light) 15%, var(--gold-medium) 35%, var(--gray-light) 50%, var(--gray-medium) 75%, var(--gray-dark) 100%);
}
.section--highlights__post:nth-of-type(8) .section__link {
  background: linear-gradient(315deg, var(--green-medium) 0%, var(--green-light) 15%, var(--green-very-light) 35%, var(--white) 50%, var(--gray-light) 75%, var(--gray-medium) 100%);
}
.section--highlights__link {
  background: linear-gradient(to bottom, var(--white) 0%, var(--gray-light) 100%);
  border: 1px solid var(--white);
  color: var(--black);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem;
  text-align: center;
}
.section--highlights__link__top {
  margin-bottom: 2rem;
}
.section--highlights__link__title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.section--highlights__link__button {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
  display: inline-block;
}
.section--highlights__link__bottom {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .section--highlights__link__bottom {
    flex-wrap: wrap;
  }
}
.section--highlights__link__bottom &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .section--highlights__link__bottom &gt; * {
    flex-basis: 100%;
  }
}
.section--highlights__link__bottom &gt; * {
  flex-basis: 50%;
  flex-grow: 1;
}
.section--highlights__link__excerpt {
  line-height: 1.3em;
  text-align: left;
}
.section--highlights__link__excerpt + .section--highlights__link__image-con {
  padding-left: 1rem;
}
.section--follow__width {
  padding-top: 0;
}
.section--follow__header {
  padding-top: 0;
}
.section--follow__heading {
  color: var(--blue-dark);
  text-align: center;
}

.footer {
  background-color: var(--blue-dark);
  color: var(--white);
  font-size: 2rem;
}
.footer .section__width--footer &gt; * {
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer .section__width--footer &gt; *:last-child {
  padding-bottom: 0;
}
.footer .nav__menu--footer &gt; * {
  background-color: var(--blue-light);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0.6666666667rem 2rem;
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.3em;
  align-self: stretch;
  flex: 1;
  flex-direction: column;
  margin-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.footer .nav__menu--footer &gt; *:hover {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
}
.footer .nav__menu--footer &gt; *:hover a {
  color: var(--black);
  text-decoration: none;
}
.footer .nav__menu--footer &gt; *:focus {
  background-color: var(--gray-medium);
  border-color: var(--gray-medium);
}
.footer .nav__menu--footer &gt; *:focus a {
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 599px) {
  .footer .nav__menu--footer &gt; * {
    flex-wrap: wrap;
  }
}
.footer .nav__menu--footer &gt; * &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .footer .nav__menu--footer &gt; * &gt; * {
    flex-basis: 100%;
  }
}
@media (max-width: 599px) {
  .footer .nav__menu--footer &gt; * {
    flex-basis: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .footer .nav__menu--footer &gt; *:last-child {
    margin-bottom: 0;
  }
}
.footer .nav__menu--footer &gt; *:last-child {
  margin-right: 0;
}
.footer__bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid var(--blue-light);
  padding: 2rem 2rem 0;
}
@media (max-width: 599px) {
  .footer__bottom {
    flex-wrap: wrap;
  }
}
.footer__bottom &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .footer__bottom &gt; * {
    flex-basis: 100%;
  }
}
@media (max-width: 599px) {
  .footer__bottom &gt; * {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .footer__bottom &gt; *:last-child {
    margin-bottom: 0;
  }
}

.breadcrumbs {
  background-color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: var(--gray-medium);
  text-decoration: none;
}
.breadcrumbs .divider {
  padding: 0 0.5rem;
  color: var(--gray-medium);
}
.breadcrumbs .active a {
  color: var(--blue-dark);
}
.breadcrumbs .trail-browse {
  display: none !important;
}

.search-form {
  background-color: var(--white);
  border: 1px solid var(--blue-light);
  border-radius: 4px;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0;
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .search-form {
    flex-wrap: wrap;
  }
}
.search-form &gt; * {
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .search-form &gt; * {
    flex-basis: 100%;
  }
}
.search-label {
  border-radius: 4px;
  flex-grow: 1;
}
.search-field {
  background: var(--white);
  border: none;
  border-radius: 4px !important;
  padding: 1rem;
  width: auto;
}
.search-field::placeholder {
  color: var(--blue-light);
}
.search-submit {
  background: none;
  border: none;
  color: var(--blue-light);
  cursor: pointer;
  padding: 0.5rem;
}
.search-no-results .search-form-container .search-form {
  width: 50%;
}
.search-not-found-title, .search-not-found-text {
  margin-bottom: 2rem;
}

.error404 .search-form-container .search-form {
  width: 50%;
}

.page-its-service-catalogue .section__width {
  max-width: 1140px;
}

.its-service-catalogue-container {
  height: calc(1440px - 100px);
  overflow: hidden;
  position: relative;
}
.its-service-catalogue-container iframe {
  overflow: hidden;
  position: absolute;
  top: -187px;
}

.glide__bullets {
  padding-top: 10px;
  bottom: auto;
}

.accessibility-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 1px;
}

.accessibility-link:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  width: auto;
  background-color: yellow;
  position: absolute;
  padding: 10px;
}
</pre></body></html>