@charset "UTF-8";
:root {
  --primary-color-start: #337ab7;
  --primary-color-end: #265a88;
  --alternate-color-start: #23410A;
  --alternate-color-end: #23410A;
}
.legacy {
  /**
   * bootstrap.css
   */
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /**
   * bootstrap-theme.css
   */
  /*!
   * Bootstrap v3.3.2 (http://getbootstrap.com)
   * Copyright 2011-2015 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /**
   * font-awesome.css
   */
  /*!
  *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
  /**
   * flash.css
   */
  /**
   * main.css
   */
  /*Fix bug where some navbar icon was not being centered properly*/
  /*.document-upload .form-loading {
  	max-width: ;
  }*/
  /**
   * animate.css
   */
  /*!
   * animate.css -http://daneden.me/animate
   * Version - 3.5.1
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2016 Daniel Eden
   */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}
.legacy {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.legacy article,
.legacy aside,
.legacy details,
.legacy figcaption,
.legacy figure,
.legacy footer,
.legacy header,
.legacy hgroup,
.legacy main,
.legacy menu,
.legacy nav,
.legacy section,
.legacy summary {
  display: block;
}
.legacy audio,
.legacy canvas,
.legacy progress,
.legacy video {
  display: inline-block;
  vertical-align: baseline;
}
.legacy audio:not([controls]) {
  display: none;
  height: 0;
}
.legacy [hidden],
.legacy template {
  display: none;
}
.legacy a {
  background-color: transparent;
}
.legacy a:active,
.legacy a:hover {
  outline: 0;
}
.legacy abbr[title] {
  border-bottom: 1px dotted;
}
.legacy b,
.legacy strong {
  font-weight: bold;
}
.legacy dfn {
  font-style: italic;
}
.legacy h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
.legacy mark {
  color: #000;
  background: #ff0;
}
.legacy small {
  font-size: 80%;
}
.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;
}
.legacy svg:not(:root) {
  overflow: hidden;
  display: inline-block;
}
.legacy figure {
  margin: 1em 40px;
}
.legacy hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.legacy pre {
  overflow: auto;
}
.legacy code,
.legacy kbd,
.legacy pre,
.legacy samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.legacy button,
.legacy input,
.legacy optgroup,
.legacy select,
.legacy textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.legacy button {
  overflow: visible;
}
.legacy button,
.legacy select {
  text-transform: none;
}
.legacy button,
.legacy input[type=button],
.legacy input[type=reset],
.legacy input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.legacy button[disabled],
.legacy input[disabled] {
  cursor: default;
}
.legacy button::-moz-focus-inner,
.legacy input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.legacy input {
  line-height: normal;
}
.legacy input[type=checkbox],
.legacy input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.legacy input[type=number]::-webkit-inner-spin-button,
.legacy input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.legacy input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.legacy input[type=search]::-webkit-search-cancel-button,
.legacy input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.legacy legend {
  padding: 0;
  border: 0;
}
.legacy textarea {
  overflow: auto;
}
.legacy optgroup {
  font-weight: bold;
}
.legacy table {
  border-spacing: 0;
  border-collapse: collapse;
}
.legacy td,
.legacy th {
  padding: 0;
}
@media print {
  .legacy *,
  .legacy *:before,
  .legacy *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .legacy a,
  .legacy a:visited {
    text-decoration: underline;
  }
  .legacy a[href]:after {
    content: " (" attr(href) ")";
  }
  .legacy abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .legacy a[href^="#"]:after,
  .legacy a[href^="javascript:"]:after {
    content: "";
  }
  .legacy pre,
  .legacy blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .legacy thead {
    display: table-header-group;
  }
  .legacy tr,
  .legacy img {
    page-break-inside: avoid;
  }
  .legacy img {
    max-width: 100% !important;
  }
  .legacy p,
  .legacy h2,
  .legacy h3 {
    orphans: 3;
    widows: 3;
  }
  .legacy h2,
  .legacy h3 {
    page-break-after: avoid;
  }
  .legacy .navbar {
    display: none;
  }
  .legacy .btn > .caret,
  .legacy .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .legacy .label {
    border: 1px solid #000;
  }
  .legacy .table {
    border-collapse: collapse !important;
  }
  .legacy .table td,
  .legacy .table th {
    background-color: #fff !important;
  }
  .legacy .table-bordered th,
  .legacy .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.legacy .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.legacy .glyphicon-asterisk:before {
  content: "*";
}
.legacy .glyphicon-plus:before {
  content: "+";
}
.legacy .glyphicon-euro:before,
.legacy .glyphicon-eur:before {
  content: "€";
}
.legacy .glyphicon-minus:before {
  content: "−";
}
.legacy .glyphicon-cloud:before {
  content: "☁";
}
.legacy .glyphicon-envelope:before {
  content: "✉";
}
.legacy .glyphicon-pencil:before {
  content: "✏";
}
.legacy .glyphicon-glass:before {
  content: "\e001";
}
.legacy .glyphicon-music:before {
  content: "\e002";
}
.legacy .glyphicon-search:before {
  content: "\e003";
}
.legacy .glyphicon-heart:before {
  content: "\e005";
}
.legacy .glyphicon-star:before {
  content: "\e006";
}
.legacy .glyphicon-star-empty:before {
  content: "\e007";
}
.legacy .glyphicon-user:before {
  content: "\e008";
}
.legacy .glyphicon-film:before {
  content: "\e009";
}
.legacy .glyphicon-th-large:before {
  content: "\e010";
}
.legacy .glyphicon-th:before {
  content: "\e011";
}
.legacy .glyphicon-th-list:before {
  content: "\e012";
}
.legacy .glyphicon-ok:before {
  content: "\e013";
}
.legacy .glyphicon-remove:before {
  content: "\e014";
}
.legacy .glyphicon-zoom-in:before {
  content: "\e015";
}
.legacy .glyphicon-zoom-out:before {
  content: "\e016";
}
.legacy .glyphicon-off:before {
  content: "\e017";
}
.legacy .glyphicon-signal:before {
  content: "\e018";
}
.legacy .glyphicon-cog:before {
  content: "\e019";
}
.legacy .glyphicon-trash:before {
  content: "\e020";
}
.legacy .glyphicon-home:before {
  content: "\e021";
}
.legacy .glyphicon-file:before {
  content: "\e022";
}
.legacy .glyphicon-time:before {
  content: "\e023";
}
.legacy .glyphicon-road:before {
  content: "\e024";
}
.legacy .glyphicon-download-alt:before {
  content: "\e025";
}
.legacy .glyphicon-download:before {
  content: "\e026";
}
.legacy .glyphicon-upload:before {
  content: "\e027";
}
.legacy .glyphicon-inbox:before {
  content: "\e028";
}
.legacy .glyphicon-play-circle:before {
  content: "\e029";
}
.legacy .glyphicon-repeat:before {
  content: "\e030";
}
.legacy .glyphicon-refresh:before {
  content: "\e031";
}
.legacy .glyphicon-list-alt:before {
  content: "\e032";
}
.legacy .glyphicon-lock:before {
  content: "\e033";
}
.legacy .glyphicon-flag:before {
  content: "\e034";
}
.legacy .glyphicon-headphones:before {
  content: "\e035";
}
.legacy .glyphicon-volume-off:before {
  content: "\e036";
}
.legacy .glyphicon-volume-down:before {
  content: "\e037";
}
.legacy .glyphicon-volume-up:before {
  content: "\e038";
}
.legacy .glyphicon-qrcode:before {
  content: "\e039";
}
.legacy .glyphicon-barcode:before {
  content: "\e040";
}
.legacy .glyphicon-tag:before {
  content: "\e041";
}
.legacy .glyphicon-tags:before {
  content: "\e042";
}
.legacy .glyphicon-book:before {
  content: "\e043";
}
.legacy .glyphicon-bookmark:before {
  content: "\e044";
}
.legacy .glyphicon-print:before {
  content: "\e045";
}
.legacy .glyphicon-camera:before {
  content: "\e046";
}
.legacy .glyphicon-font:before {
  content: "\e047";
}
.legacy .glyphicon-bold:before {
  content: "\e048";
}
.legacy .glyphicon-italic:before {
  content: "\e049";
}
.legacy .glyphicon-text-height:before {
  content: "\e050";
}
.legacy .glyphicon-text-width:before {
  content: "\e051";
}
.legacy .glyphicon-align-left:before {
  content: "\e052";
}
.legacy .glyphicon-align-center:before {
  content: "\e053";
}
.legacy .glyphicon-align-right:before {
  content: "\e054";
}
.legacy .glyphicon-align-justify:before {
  content: "\e055";
}
.legacy .glyphicon-list:before {
  content: "\e056";
}
.legacy .glyphicon-indent-left:before {
  content: "\e057";
}
.legacy .glyphicon-indent-right:before {
  content: "\e058";
}
.legacy .glyphicon-facetime-video:before {
  content: "\e059";
}
.legacy .glyphicon-picture:before {
  content: "\e060";
}
.legacy .glyphicon-map-marker:before {
  content: "\e062";
}
.legacy .glyphicon-adjust:before {
  content: "\e063";
}
.legacy .glyphicon-tint:before {
  content: "\e064";
}
.legacy .glyphicon-edit:before {
  content: "\e065";
}
.legacy .glyphicon-share:before {
  content: "\e066";
}
.legacy .glyphicon-check:before {
  content: "\e067";
}
.legacy .glyphicon-move:before {
  content: "\e068";
}
.legacy .glyphicon-step-backward:before {
  content: "\e069";
}
.legacy .glyphicon-fast-backward:before {
  content: "\e070";
}
.legacy .glyphicon-backward:before {
  content: "\e071";
}
.legacy .glyphicon-play:before {
  content: "\e072";
}
.legacy .glyphicon-pause:before {
  content: "\e073";
}
.legacy .glyphicon-stop:before {
  content: "\e074";
}
.legacy .glyphicon-forward:before {
  content: "\e075";
}
.legacy .glyphicon-fast-forward:before {
  content: "\e076";
}
.legacy .glyphicon-step-forward:before {
  content: "\e077";
}
.legacy .glyphicon-eject:before {
  content: "\e078";
}
.legacy .glyphicon-chevron-left:before {
  content: "\e079";
}
.legacy .glyphicon-chevron-right:before {
  content: "\e080";
}
.legacy .glyphicon-plus-sign:before {
  content: "\e081";
}
.legacy .glyphicon-minus-sign:before {
  content: "\e082";
}
.legacy .glyphicon-remove-sign:before {
  content: "\e083";
}
.legacy .glyphicon-ok-sign:before {
  content: "\e084";
}
.legacy .glyphicon-question-sign:before {
  content: "\e085";
}
.legacy .glyphicon-info-sign:before {
  content: "\e086";
}
.legacy .glyphicon-screenshot:before {
  content: "\e087";
}
.legacy .glyphicon-remove-circle:before {
  content: "\e088";
}
.legacy .glyphicon-ok-circle:before {
  content: "\e089";
}
.legacy .glyphicon-ban-circle:before {
  content: "\e090";
}
.legacy .glyphicon-arrow-left:before {
  content: "\e091";
}
.legacy .glyphicon-arrow-right:before {
  content: "\e092";
}
.legacy .glyphicon-arrow-up:before {
  content: "\e093";
}
.legacy .glyphicon-arrow-down:before {
  content: "\e094";
}
.legacy .glyphicon-share-alt:before {
  content: "\e095";
}
.legacy .glyphicon-resize-full:before {
  content: "\e096";
}
.legacy .glyphicon-resize-small:before {
  content: "\e097";
}
.legacy .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.legacy .glyphicon-gift:before {
  content: "\e102";
}
.legacy .glyphicon-leaf:before {
  content: "\e103";
}
.legacy .glyphicon-fire:before {
  content: "\e104";
}
.legacy .glyphicon-eye-open:before {
  content: "\e105";
}
.legacy .glyphicon-eye-close:before {
  content: "\e106";
}
.legacy .glyphicon-warning-sign:before {
  content: "\e107";
}
.legacy .glyphicon-plane:before {
  content: "\e108";
}
.legacy .glyphicon-calendar:before {
  content: "\e109";
}
.legacy .glyphicon-random:before {
  content: "\e110";
}
.legacy .glyphicon-comment:before {
  content: "\e111";
}
.legacy .glyphicon-magnet:before {
  content: "\e112";
}
.legacy .glyphicon-chevron-up:before {
  content: "\e113";
}
.legacy .glyphicon-chevron-down:before {
  content: "\e114";
}
.legacy .glyphicon-retweet:before {
  content: "\e115";
}
.legacy .glyphicon-shopping-cart:before {
  content: "\e116";
}
.legacy .glyphicon-folder-close:before {
  content: "\e117";
}
.legacy .glyphicon-folder-open:before {
  content: "\e118";
}
.legacy .glyphicon-resize-vertical:before {
  content: "\e119";
}
.legacy .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.legacy .glyphicon-hdd:before {
  content: "\e121";
}
.legacy .glyphicon-bullhorn:before {
  content: "\e122";
}
.legacy .glyphicon-bell:before {
  content: "\e123";
}
.legacy .glyphicon-certificate:before {
  content: "\e124";
}
.legacy .glyphicon-thumbs-up:before {
  content: "\e125";
}
.legacy .glyphicon-thumbs-down:before {
  content: "\e126";
}
.legacy .glyphicon-hand-right:before {
  content: "\e127";
}
.legacy .glyphicon-hand-left:before {
  content: "\e128";
}
.legacy .glyphicon-hand-up:before {
  content: "\e129";
}
.legacy .glyphicon-hand-down:before {
  content: "\e130";
}
.legacy .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.legacy .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.legacy .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.legacy .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.legacy .glyphicon-globe:before {
  content: "\e135";
}
.legacy .glyphicon-wrench:before {
  content: "\e136";
}
.legacy .glyphicon-tasks:before {
  content: "\e137";
}
.legacy .glyphicon-filter:before {
  content: "\e138";
}
.legacy .glyphicon-briefcase:before {
  content: "\e139";
}
.legacy .glyphicon-fullscreen:before {
  content: "\e140";
}
.legacy .glyphicon-dashboard:before {
  content: "\e141";
}
.legacy .glyphicon-paperclip:before {
  content: "\e142";
}
.legacy .glyphicon-heart-empty:before {
  content: "\e143";
}
.legacy .glyphicon-link:before {
  content: "\e144";
}
.legacy .glyphicon-phone:before {
  content: "\e145";
}
.legacy .glyphicon-pushpin:before {
  content: "\e146";
}
.legacy .glyphicon-usd:before {
  content: "\e148";
}
.legacy .glyphicon-gbp:before {
  content: "\e149";
}
.legacy .glyphicon-sort:before {
  content: "\e150";
}
.legacy .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.legacy .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.legacy .glyphicon-sort-by-order:before {
  content: "\e153";
}
.legacy .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.legacy .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.legacy .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.legacy .glyphicon-unchecked:before {
  content: "\e157";
}
.legacy .glyphicon-expand:before {
  content: "\e158";
}
.legacy .glyphicon-collapse-down:before {
  content: "\e159";
}
.legacy .glyphicon-collapse-up:before {
  content: "\e160";
}
.legacy .glyphicon-log-in:before {
  content: "\e161";
}
.legacy .glyphicon-flash:before {
  content: "\e162";
}
.legacy .glyphicon-log-out:before {
  content: "\e163";
}
.legacy .glyphicon-new-window:before {
  content: "\e164";
}
.legacy .glyphicon-record:before {
  content: "\e165";
}
.legacy .glyphicon-save:before {
  content: "\e166";
}
.legacy .glyphicon-open:before {
  content: "\e167";
}
.legacy .glyphicon-saved:before {
  content: "\e168";
}
.legacy .glyphicon-import:before {
  content: "\e169";
}
.legacy .glyphicon-export:before {
  content: "\e170";
}
.legacy .glyphicon-send:before {
  content: "\e171";
}
.legacy .glyphicon-floppy-disk:before {
  content: "\e172";
}
.legacy .glyphicon-floppy-saved:before {
  content: "\e173";
}
.legacy .glyphicon-floppy-remove:before {
  content: "\e174";
}
.legacy .glyphicon-floppy-save:before {
  content: "\e175";
}
.legacy .glyphicon-floppy-open:before {
  content: "\e176";
}
.legacy .glyphicon-credit-card:before {
  content: "\e177";
}
.legacy .glyphicon-transfer:before {
  content: "\e178";
}
.legacy .glyphicon-cutlery:before {
  content: "\e179";
}
.legacy .glyphicon-header:before {
  content: "\e180";
}
.legacy .glyphicon-compressed:before {
  content: "\e181";
}
.legacy .glyphicon-earphone:before {
  content: "\e182";
}
.legacy .glyphicon-phone-alt:before {
  content: "\e183";
}
.legacy .glyphicon-tower:before {
  content: "\e184";
}
.legacy .glyphicon-stats:before {
  content: "\e185";
}
.legacy .glyphicon-sd-video:before {
  content: "\e186";
}
.legacy .glyphicon-hd-video:before {
  content: "\e187";
}
.legacy .glyphicon-subtitles:before {
  content: "\e188";
}
.legacy .glyphicon-sound-stereo:before {
  content: "\e189";
}
.legacy .glyphicon-sound-dolby:before {
  content: "\e190";
}
.legacy .glyphicon-sound-5-1:before {
  content: "\e191";
}
.legacy .glyphicon-sound-6-1:before {
  content: "\e192";
}
.legacy .glyphicon-sound-7-1:before {
  content: "\e193";
}
.legacy .glyphicon-copyright-mark:before {
  content: "\e194";
}
.legacy .glyphicon-registration-mark:before {
  content: "\e195";
}
.legacy .glyphicon-cloud-download:before {
  content: "\e197";
}
.legacy .glyphicon-cloud-upload:before {
  content: "\e198";
}
.legacy .glyphicon-tree-conifer:before {
  content: "\e199";
}
.legacy .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.legacy .glyphicon-cd:before {
  content: "\e201";
}
.legacy .glyphicon-save-file:before {
  content: "\e202";
}
.legacy .glyphicon-open-file:before {
  content: "\e203";
}
.legacy .glyphicon-level-up:before {
  content: "\e204";
}
.legacy .glyphicon-copy:before {
  content: "\e205";
}
.legacy .glyphicon-paste:before {
  content: "\e206";
}
.legacy .glyphicon-alert:before {
  content: "\e209";
}
.legacy .glyphicon-equalizer:before {
  content: "\e210";
}
.legacy .glyphicon-king:before {
  content: "\e211";
}
.legacy .glyphicon-queen:before {
  content: "\e212";
}
.legacy .glyphicon-pawn:before {
  content: "\e213";
}
.legacy .glyphicon-bishop:before {
  content: "\e214";
}
.legacy .glyphicon-knight:before {
  content: "\e215";
}
.legacy .glyphicon-baby-formula:before {
  content: "\e216";
}
.legacy .glyphicon-tent:before {
  content: "⛺";
}
.legacy .glyphicon-blackboard:before {
  content: "\e218";
}
.legacy .glyphicon-bed:before {
  content: "\e219";
}
.legacy .glyphicon-apple:before {
  content: "\f8ff";
}
.legacy .glyphicon-erase:before {
  content: "\e221";
}
.legacy .glyphicon-hourglass:before {
  content: "⌛";
}
.legacy .glyphicon-lamp:before {
  content: "\e223";
}
.legacy .glyphicon-duplicate:before {
  content: "\e224";
}
.legacy .glyphicon-piggy-bank:before {
  content: "\e225";
}
.legacy .glyphicon-scissors:before {
  content: "\e226";
}
.legacy .glyphicon-bitcoin:before {
  content: "\e227";
}
.legacy .glyphicon-btc:before {
  content: "\e227";
}
.legacy .glyphicon-xbt:before {
  content: "\e227";
}
.legacy .glyphicon-yen:before {
  content: "¥";
}
.legacy .glyphicon-jpy:before {
  content: "¥";
}
.legacy .glyphicon-ruble:before {
  content: "₽";
}
.legacy .glyphicon-rub:before {
  content: "₽";
}
.legacy .glyphicon-scale:before {
  content: "\e230";
}
.legacy .glyphicon-ice-lolly:before {
  content: "\e231";
}
.legacy .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.legacy .glyphicon-education:before {
  content: "\e233";
}
.legacy .glyphicon-option-horizontal:before {
  content: "\e234";
}
.legacy .glyphicon-option-vertical:before {
  content: "\e235";
}
.legacy .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.legacy .glyphicon-modal-window:before {
  content: "\e237";
}
.legacy .glyphicon-oil:before {
  content: "\e238";
}
.legacy .glyphicon-grain:before {
  content: "\e239";
}
.legacy .glyphicon-sunglasses:before {
  content: "\e240";
}
.legacy .glyphicon-text-size:before {
  content: "\e241";
}
.legacy .glyphicon-text-color:before {
  content: "\e242";
}
.legacy .glyphicon-text-background:before {
  content: "\e243";
}
.legacy .glyphicon-object-align-top:before {
  content: "\e244";
}
.legacy .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.legacy .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.legacy .glyphicon-object-align-left:before {
  content: "\e247";
}
.legacy .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.legacy .glyphicon-object-align-right:before {
  content: "\e249";
}
.legacy .glyphicon-triangle-right:before {
  content: "\e250";
}
.legacy .glyphicon-triangle-left:before {
  content: "\e251";
}
.legacy .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.legacy .glyphicon-triangle-top:before {
  content: "\e253";
}
.legacy .glyphicon-console:before {
  content: "\e254";
}
.legacy .glyphicon-superscript:before {
  content: "\e255";
}
.legacy .glyphicon-subscript:before {
  content: "\e256";
}
.legacy .glyphicon-menu-left:before {
  content: "\e257";
}
.legacy .glyphicon-menu-right:before {
  content: "\e258";
}
.legacy .glyphicon-menu-down:before {
  content: "\e259";
}
.legacy .glyphicon-menu-up:before {
  content: "\e260";
}
.legacy * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy *:before,
.legacy *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy input,
.legacy button,
.legacy select,
.legacy textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.legacy a {
  color: var(--primary-color-start);
  text-decoration: none;
}
.legacy a:hover,
.legacy a:focus {
  color: #23527c;
  text-decoration: underline;
}
.legacy a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacy figure {
  margin: 0;
}
.legacy img {
  vertical-align: middle;
}
.legacy .img-responsive,
.legacy .thumbnail > img,
.legacy .thumbnail a > img,
.legacy .carousel-inner > .item > img,
.legacy .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.legacy .img-rounded {
  border-radius: 6px;
}
.legacy .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.legacy .img-circle {
  border-radius: 50%;
}
.legacy hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.legacy .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.legacy .sr-only-focusable:active,
.legacy .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.legacy [role=button] {
  cursor: pointer;
}
.legacy h1,
.legacy h2,
.legacy h3,
.legacy h4,
.legacy h5,
.legacy h6,
.legacy .h1,
.legacy .h2,
.legacy .h3,
.legacy .h4,
.legacy .h5,
.legacy .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.legacy h1 small,
.legacy h2 small,
.legacy h3 small,
.legacy h4 small,
.legacy h5 small,
.legacy h6 small,
.legacy .h1 small,
.legacy .h2 small,
.legacy .h3 small,
.legacy .h4 small,
.legacy .h5 small,
.legacy .h6 small,
.legacy h1 .small,
.legacy h2 .small,
.legacy h3 .small,
.legacy h4 .small,
.legacy h5 .small,
.legacy h6 .small,
.legacy .h1 .small,
.legacy .h2 .small,
.legacy .h3 .small,
.legacy .h4 .small,
.legacy .h5 .small,
.legacy .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.legacy h1,
.legacy .h1,
.legacy h2,
.legacy .h2,
.legacy h3,
.legacy .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.legacy h1 small,
.legacy .h1 small,
.legacy h2 small,
.legacy .h2 small,
.legacy h3 small,
.legacy .h3 small,
.legacy h1 .small,
.legacy .h1 .small,
.legacy h2 .small,
.legacy .h2 .small,
.legacy h3 .small,
.legacy .h3 .small {
  font-size: 65%;
}
.legacy h4,
.legacy .h4,
.legacy h5,
.legacy .h5,
.legacy h6,
.legacy .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacy h4 small,
.legacy .h4 small,
.legacy h5 small,
.legacy .h5 small,
.legacy h6 small,
.legacy .h6 small,
.legacy h4 .small,
.legacy .h4 .small,
.legacy h5 .small,
.legacy .h5 .small,
.legacy h6 .small,
.legacy .h6 .small {
  font-size: 75%;
}
.legacy h1,
.legacy .h1 {
  font-size: 36px;
}
.legacy h2,
.legacy .h2 {
  font-size: 30px;
}
.legacy h3,
.legacy .h3 {
  font-size: 24px;
}
.legacy h4,
.legacy .h4 {
  font-size: 18px;
}
.legacy h5,
.legacy .h5 {
  font-size: 14px;
}
.legacy h6,
.legacy .h6 {
  font-size: 12px;
}
.legacy p {
  margin: 0 0 10px;
}
.legacy .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .legacy .lead {
    font-size: 21px;
  }
}
.legacy small,
.legacy .small {
  font-size: 85%;
}
.legacy mark,
.legacy .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.legacy .text-left {
  text-align: left;
}
.legacy .text-right {
  text-align: right;
}
.legacy .text-center {
  text-align: center;
}
.legacy .text-justify {
  text-align: justify;
}
.legacy .text-nowrap {
  white-space: nowrap;
}
.legacy .text-lowercase {
  text-transform: lowercase;
}
.legacy .text-uppercase {
  text-transform: uppercase;
}
.legacy .text-capitalize {
  text-transform: capitalize;
}
.legacy .text-muted {
  color: #777;
}
.legacy .text-primary {
  color: var(--primary-color-start);
}
.legacy a.text-primary:hover,
.legacy a.text-primary:focus {
  color: #286090;
}
.legacy .text-success {
  color: #3c763d;
}
.legacy a.text-success:hover,
.legacy a.text-success:focus {
  color: #2b542c;
}
.legacy .text-info {
  color: #31708f;
}
.legacy a.text-info:hover,
.legacy a.text-info:focus {
  color: #245269;
}
.legacy .text-warning {
  color: #8a6d3b;
}
.legacy a.text-warning:hover,
.legacy a.text-warning:focus {
  color: #66512c;
}
.legacy .text-danger {
  color: #a94442;
}
.legacy a.text-danger:hover,
.legacy a.text-danger:focus {
  color: #843534;
}
.legacy .bg-primary {
  color: #fff;
  background-color: var(--primary-color-start);
}
.legacy a.bg-primary:hover,
.legacy a.bg-primary:focus {
  background-color: #286090;
}
.legacy .bg-success {
  background-color: #dff0d8;
}
.legacy a.bg-success:hover,
.legacy a.bg-success:focus {
  background-color: #c1e2b3;
}
.legacy .bg-info {
  background-color: #d9edf7;
}
.legacy a.bg-info:hover,
.legacy a.bg-info:focus {
  background-color: #afd9ee;
}
.legacy .bg-warning {
  background-color: #fcf8e3;
}
.legacy a.bg-warning:hover,
.legacy a.bg-warning:focus {
  background-color: #f7ecb5;
}
.legacy .bg-danger {
  background-color: #f2dede;
}
.legacy a.bg-danger:hover,
.legacy a.bg-danger:focus {
  background-color: #e4b9b9;
}
.legacy .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.legacy ul,
.legacy ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.legacy ul ul,
.legacy ol ul,
.legacy ul ol,
.legacy ol ol {
  margin-bottom: 0;
}
.legacy .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.legacy .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.legacy .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.legacy dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.legacy dt,
.legacy dd {
  line-height: 1.42857143;
}
.legacy dt {
  font-weight: bold;
}
.legacy dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .legacy .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .legacy .dl-horizontal dd {
    margin-left: 180px;
  }
}
.legacy abbr[title],
.legacy abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.legacy .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.legacy blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.legacy blockquote p:last-child,
.legacy blockquote ul:last-child,
.legacy blockquote ol:last-child {
  margin-bottom: 0;
}
.legacy blockquote footer,
.legacy blockquote small,
.legacy blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.legacy blockquote footer:before,
.legacy blockquote small:before,
.legacy blockquote .small:before {
  content: "— ";
}
.legacy .blockquote-reverse,
.legacy blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.legacy .blockquote-reverse footer:before,
.legacy blockquote.pull-right footer:before,
.legacy .blockquote-reverse small:before,
.legacy blockquote.pull-right small:before,
.legacy .blockquote-reverse .small:before,
.legacy blockquote.pull-right .small:before {
  content: "";
}
.legacy .blockquote-reverse footer:after,
.legacy blockquote.pull-right footer:after,
.legacy .blockquote-reverse small:after,
.legacy blockquote.pull-right small:after,
.legacy .blockquote-reverse .small:after,
.legacy blockquote.pull-right .small:after {
  content: " —";
}
.legacy address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.legacy code,
.legacy kbd,
.legacy pre,
.legacy samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.legacy code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.legacy kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.legacy kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.legacy pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.legacy pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.legacy .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.legacy .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .legacy .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .legacy .container {
    width: 1200px;
  }
}
@media (min-width: 1250px) {
  .legacy .container {
    width: 1394px;
  }
}
.legacy .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.legacy .row {
  margin-right: -15px;
  margin-left: -15px;
}
.legacy .col-xs-1, .legacy .col-sm-1, .legacy .col-md-1, .legacy .col-lg-1, .legacy .col-xs-2, .legacy .col-sm-2, .legacy .col-md-2, .legacy .col-lg-2, .legacy .col-xs-3, .legacy .col-sm-3, .legacy .col-md-3, .legacy .col-lg-3, .legacy .col-xs-4, .legacy .col-sm-4, .legacy .col-md-4, .legacy .col-lg-4, .legacy .col-xs-5, .legacy .col-sm-5, .legacy .col-md-5, .legacy .col-lg-5, .legacy .col-xs-6, .legacy .col-sm-6, .legacy .col-md-6, .legacy .col-lg-6, .legacy .col-xs-7, .legacy .col-sm-7, .legacy .col-md-7, .legacy .col-lg-7, .legacy .col-xs-8, .legacy .col-sm-8, .legacy .col-md-8, .legacy .col-lg-8, .legacy .col-xs-9, .legacy .col-sm-9, .legacy .col-md-9, .legacy .col-lg-9, .legacy .col-xs-10, .legacy .col-sm-10, .legacy .col-md-10, .legacy .col-lg-10, .legacy .col-xs-11, .legacy .col-sm-11, .legacy .col-md-11, .legacy .col-lg-11, .legacy .col-xs-12, .legacy .col-sm-12, .legacy .col-md-12, .legacy .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.legacy .col-xs-1, .legacy .col-xs-2, .legacy .col-xs-3, .legacy .col-xs-4, .legacy .col-xs-5, .legacy .col-xs-6, .legacy .col-xs-7, .legacy .col-xs-8, .legacy .col-xs-9, .legacy .col-xs-10, .legacy .col-xs-11, .legacy .col-xs-12 {
  float: left;
}
.legacy .col-xs-12 {
  width: 100%;
}
.legacy .col-xs-11 {
  width: 91.66666667%;
}
.legacy .col-xs-10 {
  width: 83.33333333%;
}
.legacy .col-xs-9 {
  width: 75%;
}
.legacy .col-xs-8 {
  width: 66.66666667%;
}
.legacy .col-xs-7 {
  width: 58.33333333%;
}
.legacy .col-xs-6 {
  width: 50%;
}
.legacy .col-xs-5 {
  width: 41.66666667%;
}
.legacy .col-xs-4 {
  width: 33.33333333%;
}
.legacy .col-xs-3 {
  width: 25%;
}
.legacy .col-xs-2 {
  width: 16.66666667%;
}
.legacy .col-xs-1 {
  width: 8.33333333%;
}
.legacy .col-xs-pull-12 {
  right: 100%;
}
.legacy .col-xs-pull-11 {
  right: 91.66666667%;
}
.legacy .col-xs-pull-10 {
  right: 83.33333333%;
}
.legacy .col-xs-pull-9 {
  right: 75%;
}
.legacy .col-xs-pull-8 {
  right: 66.66666667%;
}
.legacy .col-xs-pull-7 {
  right: 58.33333333%;
}
.legacy .col-xs-pull-6 {
  right: 50%;
}
.legacy .col-xs-pull-5 {
  right: 41.66666667%;
}
.legacy .col-xs-pull-4 {
  right: 33.33333333%;
}
.legacy .col-xs-pull-3 {
  right: 25%;
}
.legacy .col-xs-pull-2 {
  right: 16.66666667%;
}
.legacy .col-xs-pull-1 {
  right: 8.33333333%;
}
.legacy .col-xs-pull-0 {
  right: auto;
}
.legacy .col-xs-push-12 {
  left: 100%;
}
.legacy .col-xs-push-11 {
  left: 91.66666667%;
}
.legacy .col-xs-push-10 {
  left: 83.33333333%;
}
.legacy .col-xs-push-9 {
  left: 75%;
}
.legacy .col-xs-push-8 {
  left: 66.66666667%;
}
.legacy .col-xs-push-7 {
  left: 58.33333333%;
}
.legacy .col-xs-push-6 {
  left: 50%;
}
.legacy .col-xs-push-5 {
  left: 41.66666667%;
}
.legacy .col-xs-push-4 {
  left: 33.33333333%;
}
.legacy .col-xs-push-3 {
  left: 25%;
}
.legacy .col-xs-push-2 {
  left: 16.66666667%;
}
.legacy .col-xs-push-1 {
  left: 8.33333333%;
}
.legacy .col-xs-push-0 {
  left: auto;
}
.legacy .col-xs-offset-12 {
  margin-left: 100%;
}
.legacy .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.legacy .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.legacy .col-xs-offset-9 {
  margin-left: 75%;
}
.legacy .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.legacy .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.legacy .col-xs-offset-6 {
  margin-left: 50%;
}
.legacy .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.legacy .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.legacy .col-xs-offset-3 {
  margin-left: 25%;
}
.legacy .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.legacy .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.legacy .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .legacy .col-sm-1, .legacy .col-sm-2, .legacy .col-sm-3, .legacy .col-sm-4, .legacy .col-sm-5, .legacy .col-sm-6, .legacy .col-sm-7, .legacy .col-sm-8, .legacy .col-sm-9, .legacy .col-sm-10, .legacy .col-sm-11, .legacy .col-sm-12 {
    float: left;
  }
  .legacy .col-sm-12 {
    width: 100%;
  }
  .legacy .col-sm-11 {
    width: 91.66666667%;
  }
  .legacy .col-sm-10 {
    width: 83.33333333%;
  }
  .legacy .col-sm-9 {
    width: 75%;
  }
  .legacy .col-sm-8 {
    width: 66.66666667%;
  }
  .legacy .col-sm-7 {
    width: 58.33333333%;
  }
  .legacy .col-sm-6 {
    width: 50%;
  }
  .legacy .col-sm-5 {
    width: 41.66666667%;
  }
  .legacy .col-sm-4 {
    width: 33.33333333%;
  }
  .legacy .col-sm-3 {
    width: 25%;
  }
  .legacy .col-sm-2 {
    width: 16.66666667%;
  }
  .legacy .col-sm-1 {
    width: 8.33333333%;
  }
  .legacy .col-sm-pull-12 {
    right: 100%;
  }
  .legacy .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .legacy .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .legacy .col-sm-pull-9 {
    right: 75%;
  }
  .legacy .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .legacy .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .legacy .col-sm-pull-6 {
    right: 50%;
  }
  .legacy .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .legacy .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .legacy .col-sm-pull-3 {
    right: 25%;
  }
  .legacy .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .legacy .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .legacy .col-sm-pull-0 {
    right: auto;
  }
  .legacy .col-sm-push-12 {
    left: 100%;
  }
  .legacy .col-sm-push-11 {
    left: 91.66666667%;
  }
  .legacy .col-sm-push-10 {
    left: 83.33333333%;
  }
  .legacy .col-sm-push-9 {
    left: 75%;
  }
  .legacy .col-sm-push-8 {
    left: 66.66666667%;
  }
  .legacy .col-sm-push-7 {
    left: 58.33333333%;
  }
  .legacy .col-sm-push-6 {
    left: 50%;
  }
  .legacy .col-sm-push-5 {
    left: 41.66666667%;
  }
  .legacy .col-sm-push-4 {
    left: 33.33333333%;
  }
  .legacy .col-sm-push-3 {
    left: 25%;
  }
  .legacy .col-sm-push-2 {
    left: 16.66666667%;
  }
  .legacy .col-sm-push-1 {
    left: 8.33333333%;
  }
  .legacy .col-sm-push-0 {
    left: auto;
  }
  .legacy .col-sm-offset-12 {
    margin-left: 100%;
  }
  .legacy .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacy .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacy .col-sm-offset-9 {
    margin-left: 75%;
  }
  .legacy .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacy .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacy .col-sm-offset-6 {
    margin-left: 50%;
  }
  .legacy .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacy .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacy .col-sm-offset-3 {
    margin-left: 25%;
  }
  .legacy .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacy .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacy .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .legacy .col-md-1, .legacy .col-md-2, .legacy .col-md-3, .legacy .col-md-4, .legacy .col-md-5, .legacy .col-md-6, .legacy .col-md-7, .legacy .col-md-8, .legacy .col-md-9, .legacy .col-md-10, .legacy .col-md-11, .legacy .col-md-12 {
    float: left;
  }
  .legacy .col-md-12 {
    width: 100%;
  }
  .legacy .col-md-11 {
    width: 91.66666667%;
  }
  .legacy .col-md-10 {
    width: 83.33333333%;
  }
  .legacy .col-md-9 {
    width: 75%;
  }
  .legacy .col-md-8 {
    width: 66.66666667%;
  }
  .legacy .col-md-7 {
    width: 58.33333333%;
  }
  .legacy .col-md-6 {
    width: 50%;
  }
  .legacy .col-md-5 {
    width: 41.66666667%;
  }
  .legacy .col-md-4 {
    width: 33.33333333%;
  }
  .legacy .col-md-3 {
    width: 25%;
  }
  .legacy .col-md-2 {
    width: 16.66666667%;
  }
  .legacy .col-md-1 {
    width: 8.33333333%;
  }
  .legacy .col-md-pull-12 {
    right: 100%;
  }
  .legacy .col-md-pull-11 {
    right: 91.66666667%;
  }
  .legacy .col-md-pull-10 {
    right: 83.33333333%;
  }
  .legacy .col-md-pull-9 {
    right: 75%;
  }
  .legacy .col-md-pull-8 {
    right: 66.66666667%;
  }
  .legacy .col-md-pull-7 {
    right: 58.33333333%;
  }
  .legacy .col-md-pull-6 {
    right: 50%;
  }
  .legacy .col-md-pull-5 {
    right: 41.66666667%;
  }
  .legacy .col-md-pull-4 {
    right: 33.33333333%;
  }
  .legacy .col-md-pull-3 {
    right: 25%;
  }
  .legacy .col-md-pull-2 {
    right: 16.66666667%;
  }
  .legacy .col-md-pull-1 {
    right: 8.33333333%;
  }
  .legacy .col-md-pull-0 {
    right: auto;
  }
  .legacy .col-md-push-12 {
    left: 100%;
  }
  .legacy .col-md-push-11 {
    left: 91.66666667%;
  }
  .legacy .col-md-push-10 {
    left: 83.33333333%;
  }
  .legacy .col-md-push-9 {
    left: 75%;
  }
  .legacy .col-md-push-8 {
    left: 66.66666667%;
  }
  .legacy .col-md-push-7 {
    left: 58.33333333%;
  }
  .legacy .col-md-push-6 {
    left: 50%;
  }
  .legacy .col-md-push-5 {
    left: 41.66666667%;
  }
  .legacy .col-md-push-4 {
    left: 33.33333333%;
  }
  .legacy .col-md-push-3 {
    left: 25%;
  }
  .legacy .col-md-push-2 {
    left: 16.66666667%;
  }
  .legacy .col-md-push-1 {
    left: 8.33333333%;
  }
  .legacy .col-md-push-0 {
    left: auto;
  }
  .legacy .col-md-offset-12 {
    margin-left: 100%;
  }
  .legacy .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacy .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacy .col-md-offset-9 {
    margin-left: 75%;
  }
  .legacy .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacy .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacy .col-md-offset-6 {
    margin-left: 50%;
  }
  .legacy .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacy .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacy .col-md-offset-3 {
    margin-left: 25%;
  }
  .legacy .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacy .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacy .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .legacy .col-lg-1, .legacy .col-lg-2, .legacy .col-lg-3, .legacy .col-lg-4, .legacy .col-lg-5, .legacy .col-lg-6, .legacy .col-lg-7, .legacy .col-lg-8, .legacy .col-lg-9, .legacy .col-lg-10, .legacy .col-lg-11, .legacy .col-lg-12 {
    float: left;
  }
  .legacy .col-lg-12 {
    width: 100%;
  }
  .legacy .col-lg-11 {
    width: 91.66666667%;
  }
  .legacy .col-lg-10 {
    width: 83.33333333%;
  }
  .legacy .col-lg-9 {
    width: 75%;
  }
  .legacy .col-lg-8 {
    width: 66.66666667%;
  }
  .legacy .col-lg-7 {
    width: 58.33333333%;
  }
  .legacy .col-lg-6 {
    width: 50%;
  }
  .legacy .col-lg-5 {
    width: 41.66666667%;
  }
  .legacy .col-lg-4 {
    width: 33.33333333%;
  }
  .legacy .col-lg-3 {
    width: 25%;
  }
  .legacy .col-lg-2 {
    width: 16.66666667%;
  }
  .legacy .col-lg-1 {
    width: 8.33333333%;
  }
  .legacy .col-lg-pull-12 {
    right: 100%;
  }
  .legacy .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .legacy .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .legacy .col-lg-pull-9 {
    right: 75%;
  }
  .legacy .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .legacy .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .legacy .col-lg-pull-6 {
    right: 50%;
  }
  .legacy .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .legacy .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .legacy .col-lg-pull-3 {
    right: 25%;
  }
  .legacy .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .legacy .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .legacy .col-lg-pull-0 {
    right: auto;
  }
  .legacy .col-lg-push-12 {
    left: 100%;
  }
  .legacy .col-lg-push-11 {
    left: 91.66666667%;
  }
  .legacy .col-lg-push-10 {
    left: 83.33333333%;
  }
  .legacy .col-lg-push-9 {
    left: 75%;
  }
  .legacy .col-lg-push-8 {
    left: 66.66666667%;
  }
  .legacy .col-lg-push-7 {
    left: 58.33333333%;
  }
  .legacy .col-lg-push-6 {
    left: 50%;
  }
  .legacy .col-lg-push-5 {
    left: 41.66666667%;
  }
  .legacy .col-lg-push-4 {
    left: 33.33333333%;
  }
  .legacy .col-lg-push-3 {
    left: 25%;
  }
  .legacy .col-lg-push-2 {
    left: 16.66666667%;
  }
  .legacy .col-lg-push-1 {
    left: 8.33333333%;
  }
  .legacy .col-lg-push-0 {
    left: auto;
  }
  .legacy .col-lg-offset-12 {
    margin-left: 100%;
  }
  .legacy .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacy .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacy .col-lg-offset-9 {
    margin-left: 75%;
  }
  .legacy .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacy .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacy .col-lg-offset-6 {
    margin-left: 50%;
  }
  .legacy .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacy .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacy .col-lg-offset-3 {
    margin-left: 25%;
  }
  .legacy .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacy .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacy .col-lg-offset-0 {
    margin-left: 0;
  }
}
.legacy table {
  background-color: transparent;
}
.legacy caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.legacy th {
  text-align: left;
}
.legacy .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.legacy .table > thead > tr > th,
.legacy .table > tbody > tr > th,
.legacy .table > tfoot > tr > th,
.legacy .table > thead > tr > td,
.legacy .table > tbody > tr > td,
.legacy .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.legacy .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.legacy .table > caption + thead > tr:first-child > th,
.legacy .table > colgroup + thead > tr:first-child > th,
.legacy .table > thead:first-child > tr:first-child > th,
.legacy .table > caption + thead > tr:first-child > td,
.legacy .table > colgroup + thead > tr:first-child > td,
.legacy .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.legacy .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.legacy .table .table {
  background-color: #fff;
}
.legacy .table-condensed > thead > tr > th,
.legacy .table-condensed > tbody > tr > th,
.legacy .table-condensed > tfoot > tr > th,
.legacy .table-condensed > thead > tr > td,
.legacy .table-condensed > tbody > tr > td,
.legacy .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.legacy .table-bordered {
  border: 1px solid #ddd;
}
.legacy .table-bordered > thead > tr > th,
.legacy .table-bordered > tbody > tr > th,
.legacy .table-bordered > tfoot > tr > th,
.legacy .table-bordered > thead > tr > td,
.legacy .table-bordered > tbody > tr > td,
.legacy .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.legacy .table-bordered > thead > tr > th,
.legacy .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.legacy .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.legacy .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.legacy table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.legacy table td[class*=col-],
.legacy table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.legacy .table > thead > tr > td.active,
.legacy .table > tbody > tr > td.active,
.legacy .table > tfoot > tr > td.active,
.legacy .table > thead > tr > th.active,
.legacy .table > tbody > tr > th.active,
.legacy .table > tfoot > tr > th.active,
.legacy .table > thead > tr.active > td,
.legacy .table > tbody > tr.active > td,
.legacy .table > tfoot > tr.active > td,
.legacy .table > thead > tr.active > th,
.legacy .table > tbody > tr.active > th,
.legacy .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.legacy .table-hover > tbody > tr > td.active:hover,
.legacy .table-hover > tbody > tr > th.active:hover,
.legacy .table-hover > tbody > tr.active:hover > td,
.legacy .table-hover > tbody > tr:hover > .active,
.legacy .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.legacy .table > thead > tr > td.success,
.legacy .table > tbody > tr > td.success,
.legacy .table > tfoot > tr > td.success,
.legacy .table > thead > tr > th.success,
.legacy .table > tbody > tr > th.success,
.legacy .table > tfoot > tr > th.success,
.legacy .table > thead > tr.success > td,
.legacy .table > tbody > tr.success > td,
.legacy .table > tfoot > tr.success > td,
.legacy .table > thead > tr.success > th,
.legacy .table > tbody > tr.success > th,
.legacy .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.legacy .table-hover > tbody > tr > td.success:hover,
.legacy .table-hover > tbody > tr > th.success:hover,
.legacy .table-hover > tbody > tr.success:hover > td,
.legacy .table-hover > tbody > tr:hover > .success,
.legacy .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.legacy .table > thead > tr > td.info,
.legacy .table > tbody > tr > td.info,
.legacy .table > tfoot > tr > td.info,
.legacy .table > thead > tr > th.info,
.legacy .table > tbody > tr > th.info,
.legacy .table > tfoot > tr > th.info,
.legacy .table > thead > tr.info > td,
.legacy .table > tbody > tr.info > td,
.legacy .table > tfoot > tr.info > td,
.legacy .table > thead > tr.info > th,
.legacy .table > tbody > tr.info > th,
.legacy .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.legacy .table-hover > tbody > tr > td.info:hover,
.legacy .table-hover > tbody > tr > th.info:hover,
.legacy .table-hover > tbody > tr.info:hover > td,
.legacy .table-hover > tbody > tr:hover > .info,
.legacy .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.legacy .table > thead > tr > td.warning,
.legacy .table > tbody > tr > td.warning,
.legacy .table > tfoot > tr > td.warning,
.legacy .table > thead > tr > th.warning,
.legacy .table > tbody > tr > th.warning,
.legacy .table > tfoot > tr > th.warning,
.legacy .table > thead > tr.warning > td,
.legacy .table > tbody > tr.warning > td,
.legacy .table > tfoot > tr.warning > td,
.legacy .table > thead > tr.warning > th,
.legacy .table > tbody > tr.warning > th,
.legacy .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.legacy .table-hover > tbody > tr > td.warning:hover,
.legacy .table-hover > tbody > tr > th.warning:hover,
.legacy .table-hover > tbody > tr.warning:hover > td,
.legacy .table-hover > tbody > tr:hover > .warning,
.legacy .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.legacy .table > thead > tr > td.danger,
.legacy .table > tbody > tr > td.danger,
.legacy .table > tfoot > tr > td.danger,
.legacy .table > thead > tr > th.danger,
.legacy .table > tbody > tr > th.danger,
.legacy .table > tfoot > tr > th.danger,
.legacy .table > thead > tr.danger > td,
.legacy .table > tbody > tr.danger > td,
.legacy .table > tfoot > tr.danger > td,
.legacy .table > thead > tr.danger > th,
.legacy .table > tbody > tr.danger > th,
.legacy .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.legacy .table-hover > tbody > tr > td.danger:hover,
.legacy .table-hover > tbody > tr > th.danger:hover,
.legacy .table-hover > tbody > tr.danger:hover > td,
.legacy .table-hover > tbody > tr:hover > .danger,
.legacy .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.legacy .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .legacy .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .legacy .table-responsive > .table {
    margin-bottom: 0;
  }
  .legacy .table-responsive > .table > thead > tr > th,
  .legacy .table-responsive > .table > tbody > tr > th,
  .legacy .table-responsive > .table > tfoot > tr > th,
  .legacy .table-responsive > .table > thead > tr > td,
  .legacy .table-responsive > .table > tbody > tr > td,
  .legacy .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .legacy .table-responsive > .table-bordered {
    border: 0;
  }
  .legacy .table-responsive > .table-bordered > thead > tr > th:first-child,
  .legacy .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .legacy .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .legacy .table-responsive > .table-bordered > thead > tr > td:first-child,
  .legacy .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .legacy .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .legacy .table-responsive > .table-bordered > thead > tr > th:last-child,
  .legacy .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .legacy .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .legacy .table-responsive > .table-bordered > thead > tr > td:last-child,
  .legacy .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .legacy .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .legacy .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .legacy .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .legacy .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .legacy .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.legacy legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.legacy label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.legacy input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy input[type=radio],
.legacy input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.legacy input[type=file] {
  display: block;
}
.legacy input[type=range] {
  display: block;
  width: 100%;
}
.legacy select[multiple],
.legacy select[size] {
  height: auto;
}
.legacy input[type=file]:focus,
.legacy input[type=radio]:focus,
.legacy input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacy output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.legacy .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.legacy .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#dealTerms.blue-border {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.legacy .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.legacy .form-control:-ms-input-placeholder {
  color: #999;
}
.legacy .form-control::-webkit-input-placeholder {
  color: #999;
}
.legacy .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.legacy .form-control[disabled],
.legacy .form-control[readonly],
.legacy fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.legacy .form-control[disabled],
.legacy fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.legacy textarea.form-control {
  height: auto;
}
.legacy input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .legacy input[type=date].form-control,
  .legacy input[type=time].form-control,
  .legacy input[type=datetime-local].form-control,
  .legacy input[type=month].form-control {
    line-height: 34px;
  }
  .legacy input[type=date].input-sm,
  .legacy input[type=time].input-sm,
  .legacy input[type=datetime-local].input-sm,
  .legacy input[type=month].input-sm,
  .legacy .input-group-sm input[type=date],
  .legacy .input-group-sm input[type=time],
  .legacy .input-group-sm input[type=datetime-local],
  .legacy .input-group-sm input[type=month] {
    line-height: 30px;
  }
  .legacy input[type=date].input-lg,
  .legacy input[type=time].input-lg,
  .legacy input[type=datetime-local].input-lg,
  .legacy input[type=month].input-lg,
  .legacy .input-group-lg input[type=date],
  .legacy .input-group-lg input[type=time],
  .legacy .input-group-lg input[type=datetime-local],
  .legacy .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.legacy .form-group {
  margin-bottom: 15px;
}
.legacy .radio,
.legacy .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacy .radio label,
.legacy .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.legacy .radio input[type=radio],
.legacy .radio-inline input[type=radio],
.legacy .checkbox input[type=checkbox],
.legacy .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
.legacy .radio + .radio,
.legacy .checkbox + .checkbox {
  margin-top: -5px;
}
.legacy .radio-inline,
.legacy .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.legacy .radio-inline + .radio-inline,
.legacy .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.legacy input[type=radio][disabled],
.legacy input[type=checkbox][disabled],
.legacy input[type=radio].disabled,
.legacy input[type=checkbox].disabled,
.legacy fieldset[disabled] input[type=radio],
.legacy fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
.legacy .radio-inline.disabled,
.legacy .checkbox-inline.disabled,
.legacy fieldset[disabled] .radio-inline,
.legacy fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.legacy .radio.disabled label,
.legacy .checkbox.disabled label,
.legacy fieldset[disabled] .radio label,
.legacy fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.legacy .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.legacy .form-control-static.input-lg,
.legacy .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.legacy .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy select.input-sm {
  height: 30px;
  line-height: 30px;
}
.legacy textarea.input-sm,
.legacy select[multiple].input-sm {
  height: auto;
}
.legacy .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.legacy .form-group-sm textarea.form-control,
.legacy .form-group-sm select[multiple].form-control {
  height: auto;
}
.legacy .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.legacy .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.legacy select.input-lg {
  height: 46px;
  line-height: 46px;
}
.legacy textarea.input-lg,
.legacy select[multiple].input-lg {
  height: auto;
}
.legacy .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.legacy .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.legacy .form-group-lg textarea.form-control,
.legacy .form-group-lg select[multiple].form-control {
  height: auto;
}
.legacy .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.legacy .has-feedback {
  position: relative;
}
.legacy .has-feedback .form-control {
  padding-right: 42.5px;
}
.legacy .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.legacy .input-lg + .form-control-feedback,
.legacy .input-group-lg + .form-control-feedback,
.legacy .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.legacy .input-sm + .form-control-feedback,
.legacy .input-group-sm + .form-control-feedback,
.legacy .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.legacy .has-success .help-block,
.legacy .has-success .control-label,
.legacy .has-success .radio,
.legacy .has-success .checkbox,
.legacy .has-success .radio-inline,
.legacy .has-success .checkbox-inline,
.legacy .has-success.radio label,
.legacy .has-success.checkbox label,
.legacy .has-success.radio-inline label,
.legacy .has-success.checkbox-inline label {
  color: #3c763d;
}
.legacy .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.legacy .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.legacy .has-success .form-control-feedback {
  color: #3c763d;
}
.legacy .has-warning .help-block,
.legacy .has-warning .control-label,
.legacy .has-warning .radio,
.legacy .has-warning .checkbox,
.legacy .has-warning .radio-inline,
.legacy .has-warning .checkbox-inline,
.legacy .has-warning.radio label,
.legacy .has-warning.checkbox label,
.legacy .has-warning.radio-inline label,
.legacy .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.legacy .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.legacy .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.legacy .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.legacy .has-error .help-block,
.legacy .has-error .control-label,
.legacy .has-error .radio,
.legacy .has-error .checkbox,
.legacy .has-error .radio-inline,
.legacy .has-error .checkbox-inline,
.legacy .has-error.radio label,
.legacy .has-error.checkbox label,
.legacy .has-error.radio-inline label,
.legacy .has-error.checkbox-inline label {
  color: #a94442;
}
.legacy .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.legacy .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.legacy .has-error .form-control-feedback {
  color: #a94442;
}
.legacy .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.legacy .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.legacy .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .legacy .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .legacy .form-inline .form-control-static {
    display: inline-block;
  }
  .legacy .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .legacy .form-inline .input-group .input-group-addon,
  .legacy .form-inline .input-group .input-group-btn,
  .legacy .form-inline .input-group .form-control {
    width: auto;
  }
  .legacy .form-inline .input-group > .form-control {
    width: 100%;
  }
  .legacy .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy .form-inline .radio,
  .legacy .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy .form-inline .radio label,
  .legacy .form-inline .checkbox label {
    padding-left: 0;
  }
  .legacy .form-inline .radio input[type=radio],
  .legacy .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .legacy .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.legacy .form-horizontal .radio,
.legacy .form-horizontal .checkbox,
.legacy .form-horizontal .radio-inline,
.legacy .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.legacy .form-horizontal .radio,
.legacy .form-horizontal .checkbox {
  min-height: 27px;
}
@media (min-width: 768px) {
  .legacy .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.legacy .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .legacy .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .legacy .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.legacy .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.legacy .btn:focus,
.legacy .btn:active:focus,
.legacy .btn.active:focus,
.legacy .btn.focus,
.legacy .btn:active.focus,
.legacy .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacy .btn:hover,
.legacy .btn:focus,
.legacy .btn.focus {
  color: #333;
  text-decoration: none;
}
.legacy .btn:active,
.legacy .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.legacy .btn.disabled,
.legacy .btn[disabled],
.legacy fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.legacy a.btn.disabled,
.legacy fieldset[disabled] a.btn {
  pointer-events: none;
}
.legacy .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.legacy .btn-default:focus,
.legacy .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.legacy .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.legacy .btn-default:active,
.legacy .btn-default.active,
.legacy .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.legacy .btn-default:active:hover,
.legacy .btn-default.active:hover,
.legacy .open > .dropdown-toggle.btn-default:hover,
.legacy .btn-default:active:focus,
.legacy .btn-default.active:focus,
.legacy .open > .dropdown-toggle.btn-default:focus,
.legacy .btn-default:active.focus,
.legacy .btn-default.active.focus,
.legacy .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.legacy .btn-default:active,
.legacy .btn-default.active,
.legacy .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.legacy .btn-default.disabled:hover,
.legacy .btn-default[disabled]:hover,
.legacy fieldset[disabled] .btn-default:hover,
.legacy .btn-default.disabled:focus,
.legacy .btn-default[disabled]:focus,
.legacy fieldset[disabled] .btn-default:focus,
.legacy .btn-default.disabled.focus,
.legacy .btn-default[disabled].focus,
.legacy fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.legacy .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.legacy .btn-primary {
  color: #fff;
  background-color: var(--primary-color-start);
  border-color: #2e6da4;
}
.legacy .btn-primary:focus,
.legacy .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.legacy .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.legacy .btn-primary:active,
.legacy .btn-primary.active,
.legacy .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.legacy .btn-primary:active:hover,
.legacy .btn-primary.active:hover,
.legacy .open > .dropdown-toggle.btn-primary:hover,
.legacy .btn-primary:active:focus,
.legacy .btn-primary.active:focus,
.legacy .open > .dropdown-toggle.btn-primary:focus,
.legacy .btn-primary:active.focus,
.legacy .btn-primary.active.focus,
.legacy .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.legacy .btn-primary:active,
.legacy .btn-primary.active,
.legacy .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.legacy .btn-primary.disabled:hover,
.legacy .btn-primary[disabled]:hover,
.legacy fieldset[disabled] .btn-primary:hover,
.legacy .btn-primary.disabled:focus,
.legacy .btn-primary[disabled]:focus,
.legacy fieldset[disabled] .btn-primary:focus,
.legacy .btn-primary.disabled.focus,
.legacy .btn-primary[disabled].focus,
.legacy fieldset[disabled] .btn-primary.focus {
  background-color: var(--primary-color-start);
  border-color: #2e6da4;
}
.legacy .btn-primary .badge {
  color: var(--primary-color-start);
  background-color: #fff;
}
.legacy .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.legacy .btn-success:focus,
.legacy .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.legacy .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.legacy .btn-success:active,
.legacy .btn-success.active,
.legacy .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.legacy .btn-success:active:hover,
.legacy .btn-success.active:hover,
.legacy .open > .dropdown-toggle.btn-success:hover,
.legacy .btn-success:active:focus,
.legacy .btn-success.active:focus,
.legacy .open > .dropdown-toggle.btn-success:focus,
.legacy .btn-success:active.focus,
.legacy .btn-success.active.focus,
.legacy .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.legacy .btn-success:active,
.legacy .btn-success.active,
.legacy .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.legacy .btn-success.disabled:hover,
.legacy .btn-success[disabled]:hover,
.legacy fieldset[disabled] .btn-success:hover,
.legacy .btn-success.disabled:focus,
.legacy .btn-success[disabled]:focus,
.legacy fieldset[disabled] .btn-success:focus,
.legacy .btn-success.disabled.focus,
.legacy .btn-success[disabled].focus,
.legacy fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.legacy .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.legacy .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.legacy .btn-info:focus,
.legacy .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.legacy .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.legacy .btn-info:active,
.legacy .btn-info.active,
.legacy .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.legacy .btn-info:active:hover,
.legacy .btn-info.active:hover,
.legacy .open > .dropdown-toggle.btn-info:hover,
.legacy .btn-info:active:focus,
.legacy .btn-info.active:focus,
.legacy .open > .dropdown-toggle.btn-info:focus,
.legacy .btn-info:active.focus,
.legacy .btn-info.active.focus,
.legacy .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.legacy .btn-info:active,
.legacy .btn-info.active,
.legacy .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.legacy .btn-info.disabled:hover,
.legacy .btn-info[disabled]:hover,
.legacy fieldset[disabled] .btn-info:hover,
.legacy .btn-info.disabled:focus,
.legacy .btn-info[disabled]:focus,
.legacy fieldset[disabled] .btn-info:focus,
.legacy .btn-info.disabled.focus,
.legacy .btn-info[disabled].focus,
.legacy fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.legacy .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.legacy .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.legacy .btn-warning:focus,
.legacy .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.legacy .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.legacy .btn-warning:active,
.legacy .btn-warning.active,
.legacy .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.legacy .btn-warning:active:hover,
.legacy .btn-warning.active:hover,
.legacy .open > .dropdown-toggle.btn-warning:hover,
.legacy .btn-warning:active:focus,
.legacy .btn-warning.active:focus,
.legacy .open > .dropdown-toggle.btn-warning:focus,
.legacy .btn-warning:active.focus,
.legacy .btn-warning.active.focus,
.legacy .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.legacy .btn-warning:active,
.legacy .btn-warning.active,
.legacy .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.legacy .btn-warning.disabled:hover,
.legacy .btn-warning[disabled]:hover,
.legacy fieldset[disabled] .btn-warning:hover,
.legacy .btn-warning.disabled:focus,
.legacy .btn-warning[disabled]:focus,
.legacy fieldset[disabled] .btn-warning:focus,
.legacy .btn-warning.disabled.focus,
.legacy .btn-warning[disabled].focus,
.legacy fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.legacy .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.legacy .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.legacy .btn-danger:focus,
.legacy .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.legacy .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.legacy .btn-danger:active,
.legacy .btn-danger.active,
.legacy .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.legacy .btn-danger:active:hover,
.legacy .btn-danger.active:hover,
.legacy .open > .dropdown-toggle.btn-danger:hover,
.legacy .btn-danger:active:focus,
.legacy .btn-danger.active:focus,
.legacy .open > .dropdown-toggle.btn-danger:focus,
.legacy .btn-danger:active.focus,
.legacy .btn-danger.active.focus,
.legacy .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.legacy .btn-danger:active,
.legacy .btn-danger.active,
.legacy .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.legacy .btn-danger.disabled:hover,
.legacy .btn-danger[disabled]:hover,
.legacy fieldset[disabled] .btn-danger:hover,
.legacy .btn-danger.disabled:focus,
.legacy .btn-danger[disabled]:focus,
.legacy fieldset[disabled] .btn-danger:focus,
.legacy .btn-danger.disabled.focus,
.legacy .btn-danger[disabled].focus,
.legacy fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.legacy .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.legacy .btn-link {
  font-weight: normal;
  color: var(--primary-color-start);
  border-radius: 0;
}
.legacy .btn-link,
.legacy .btn-link:active,
.legacy .btn-link.active,
.legacy .btn-link[disabled],
.legacy fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.legacy .btn-link,
.legacy .btn-link:hover,
.legacy .btn-link:focus,
.legacy .btn-link:active {
  border-color: transparent;
}
.legacy .btn-link:hover,
.legacy .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.legacy .btn-link[disabled]:hover,
.legacy fieldset[disabled] .btn-link:hover,
.legacy .btn-link[disabled]:focus,
.legacy fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.legacy .btn-lg,
.legacy .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.legacy .btn-sm,
.legacy .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy .btn-xs,
.legacy .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy .btn-block {
  display: block;
  width: 100%;
}
.legacy .btn-block + .btn-block {
  margin-top: 5px;
}
.legacy input[type=submit].btn-block,
.legacy input[type=reset].btn-block,
.legacy input[type=button].btn-block {
  width: 100%;
}
.legacy .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.legacy .fade.in {
  opacity: 1;
}
.legacy .collapse {
  display: none;
}
.legacy .collapse.in {
  display: block;
}
.legacy tr.collapse.in {
  display: table-row;
}
.legacy tbody.collapse.in {
  display: table-row-group;
}
.legacy .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.legacy .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.legacy .dropup,
.legacy .dropdown {
  position: relative;
}
.legacy .dropdown-toggle:focus {
  outline: 0;
}
.legacy .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.legacy .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.legacy .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.legacy .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.legacy .dropdown-menu > li > a:hover,
.legacy .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.legacy .dropdown-menu > .active > a,
.legacy .dropdown-menu > .active > a:hover,
.legacy .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color-start);
  outline: 0;
}
.legacy .dropdown-menu > .disabled > a,
.legacy .dropdown-menu > .disabled > a:hover,
.legacy .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.legacy .dropdown-menu > .disabled > a:hover,
.legacy .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.legacy .open > .dropdown-menu {
  display: block;
}
.legacy .open > a {
  outline: 0;
}
.legacy .dropdown-menu-right {
  right: 0;
  left: auto;
}
.legacy .dropdown-menu-left {
  right: auto;
  left: 0;
}
.legacy .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.legacy .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.legacy .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.legacy .dropup .caret,
.legacy .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.legacy .dropup .dropdown-menu,
.legacy .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .legacy .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .legacy .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.legacy .btn-group,
.legacy .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.legacy .btn-group > .btn,
.legacy .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.legacy .btn-group > .btn:hover,
.legacy .btn-group-vertical > .btn:hover,
.legacy .btn-group > .btn:focus,
.legacy .btn-group-vertical > .btn:focus,
.legacy .btn-group > .btn:active,
.legacy .btn-group-vertical > .btn:active,
.legacy .btn-group > .btn.active,
.legacy .btn-group-vertical > .btn.active {
  z-index: 2;
}
.legacy .btn-group .btn + .btn,
.legacy .btn-group .btn + .btn-group,
.legacy .btn-group .btn-group + .btn,
.legacy .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.legacy .btn-toolbar {
  margin-left: -5px;
}
.legacy .btn-toolbar .btn,
.legacy .btn-toolbar .btn-group,
.legacy .btn-toolbar .input-group {
  float: left;
}
.legacy .btn-toolbar > .btn,
.legacy .btn-toolbar > .btn-group,
.legacy .btn-toolbar > .input-group {
  margin-left: 5px;
}
.legacy .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.legacy .btn-group > .btn:first-child {
  margin-left: 0;
}
.legacy .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.legacy .btn-group > .btn:last-child:not(:first-child),
.legacy .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy .btn-group > .btn-group {
  float: left;
}
.legacy .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.legacy .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.legacy .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.legacy .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy .btn-group .dropdown-toggle:active,
.legacy .btn-group.open .dropdown-toggle {
  outline: 0;
}
.legacy .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.legacy .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.legacy .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.legacy .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.legacy .btn .caret {
  margin-left: 0;
}
.legacy .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.legacy .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.legacy .btn-group-vertical > .btn,
.legacy .btn-group-vertical > .btn-group,
.legacy .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.legacy .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.legacy .btn-group-vertical > .btn + .btn,
.legacy .btn-group-vertical > .btn + .btn-group,
.legacy .btn-group-vertical > .btn-group + .btn,
.legacy .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.legacy .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.legacy .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.legacy .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.legacy .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.legacy .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.legacy .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.legacy .btn-group-justified > .btn,
.legacy .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.legacy .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.legacy .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.legacy [data-toggle=buttons] > .btn input[type=radio],
.legacy [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.legacy [data-toggle=buttons] > .btn input[type=checkbox],
.legacy [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.legacy .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.legacy .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.legacy .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.legacy .input-group .form-control:focus {
  z-index: 3;
}
.legacy .input-group-lg > .form-control,
.legacy .input-group-lg > .input-group-addon,
.legacy .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.legacy select.input-group-lg > .form-control,
.legacy select.input-group-lg > .input-group-addon,
.legacy select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.legacy textarea.input-group-lg > .form-control,
.legacy textarea.input-group-lg > .input-group-addon,
.legacy textarea.input-group-lg > .input-group-btn > .btn,
.legacy select[multiple].input-group-lg > .form-control,
.legacy select[multiple].input-group-lg > .input-group-addon,
.legacy select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.legacy .input-group-sm > .form-control,
.legacy .input-group-sm > .input-group-addon,
.legacy .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy select.input-group-sm > .form-control,
.legacy select.input-group-sm > .input-group-addon,
.legacy select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.legacy textarea.input-group-sm > .form-control,
.legacy textarea.input-group-sm > .input-group-addon,
.legacy textarea.input-group-sm > .input-group-btn > .btn,
.legacy select[multiple].input-group-sm > .form-control,
.legacy select[multiple].input-group-sm > .input-group-addon,
.legacy select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.legacy .input-group-addon,
.legacy .input-group-btn,
.legacy .input-group .form-control {
  display: table-cell;
}
.legacy .input-group-addon:not(:first-child):not(:last-child),
.legacy .input-group-btn:not(:first-child):not(:last-child),
.legacy .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.legacy .input-group-addon,
.legacy .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.legacy .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.legacy .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.legacy .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.legacy .input-group-addon input[type=radio],
.legacy .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.legacy .input-group .form-control:first-child,
.legacy .input-group-addon:first-child,
.legacy .input-group-btn:first-child > .btn,
.legacy .input-group-btn:first-child > .btn-group > .btn,
.legacy .input-group-btn:first-child > .dropdown-toggle,
.legacy .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.legacy .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.legacy .input-group-addon:first-child {
  border-right: 0;
}
.legacy .input-group .form-control:last-child,
.legacy .input-group-addon:last-child,
.legacy .input-group-btn:last-child > .btn,
.legacy .input-group-btn:last-child > .btn-group > .btn,
.legacy .input-group-btn:last-child > .dropdown-toggle,
.legacy .input-group-btn:first-child > .btn:not(:first-child),
.legacy .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy .input-group-addon:last-child {
  border-left: 0;
}
.legacy .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.legacy .input-group-btn > .btn {
  position: relative;
}
.legacy .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.legacy .input-group-btn > .btn:hover,
.legacy .input-group-btn > .btn:focus,
.legacy .input-group-btn > .btn:active {
  z-index: 2;
}
.legacy .input-group-btn:first-child > .btn,
.legacy .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.legacy .input-group-btn:last-child > .btn,
.legacy .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.legacy .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.legacy .nav > li {
  position: relative;
  display: block;
}
.legacy .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.legacy .nav > li > a:hover,
.legacy .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.legacy .nav > li.disabled > a {
  color: #777;
}
.legacy .nav > li.disabled > a:hover,
.legacy .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.legacy .nav .open > a,
.legacy .nav .open > a:hover,
.legacy .nav .open > a:focus {
  background-color: #eee;
  border-color: var(--primary-color-start);
}
.legacy .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.legacy .nav > li > a > img {
  max-width: none;
}
.legacy .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.legacy .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.legacy .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.legacy .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.legacy .nav-tabs > li.active > a,
.legacy .nav-tabs > li.active > a:hover,
.legacy .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.legacy .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.legacy .nav-tabs.nav-justified > li {
  float: none;
}
.legacy .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.legacy .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .legacy .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .legacy .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.legacy .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.legacy .nav-tabs.nav-justified > .active > a,
.legacy .nav-tabs.nav-justified > .active > a:hover,
.legacy .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .legacy .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .legacy .nav-tabs.nav-justified > .active > a,
  .legacy .nav-tabs.nav-justified > .active > a:hover,
  .legacy .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.legacy .nav-pills > li {
  float: left;
}
.legacy .nav-pills > li > a {
  border-radius: 4px;
}
.legacy .nav-pills > li + li {
  margin-left: 2px;
}
.legacy .nav-pills > li.active > a,
.legacy .nav-pills > li.active > a:hover,
.legacy .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: var(--primary-color-start);
}
.legacy .nav-stacked > li {
  float: none;
}
.legacy .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.legacy .nav-justified {
  width: 100%;
}
.legacy .nav-justified > li {
  float: none;
}
.legacy .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.legacy .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .legacy .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .legacy .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.legacy .nav-tabs-justified {
  border-bottom: 0;
}
.legacy .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.legacy .nav-tabs-justified > .active > a,
.legacy .nav-tabs-justified > .active > a:hover,
.legacy .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .legacy .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .legacy .nav-tabs-justified > .active > a,
  .legacy .nav-tabs-justified > .active > a:hover,
  .legacy .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.legacy .tab-content > .tab-pane {
  display: none;
}
.legacy .tab-content > .active {
  display: block;
}
.legacy .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.legacy .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .legacy .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .legacy .navbar-header {
    float: left;
  }
}
.legacy .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.legacy .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .legacy .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .legacy .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .legacy .navbar-collapse.in {
    overflow-y: visible;
  }
  .legacy .navbar-fixed-top .navbar-collapse,
  .legacy .navbar-static-top .navbar-collapse,
  .legacy .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.legacy .navbar-fixed-top .navbar-collapse,
.legacy .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .legacy .navbar-fixed-top .navbar-collapse,
  .legacy .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.legacy .container > .navbar-header,
.legacy .container-fluid > .navbar-header,
.legacy .container > .navbar-collapse,
.legacy .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .legacy .container > .navbar-header,
  .legacy .container-fluid > .navbar-header,
  .legacy .container > .navbar-collapse,
  .legacy .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.legacy .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .legacy .navbar-static-top {
    border-radius: 0;
  }
}
.legacy .navbar-fixed-top,
.legacy .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .legacy .navbar-fixed-top,
  .legacy .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.legacy .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.legacy .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.legacy .navbar-brand {
  float: left;
  height: 50px;
  font-size: 18px;
  line-height: 20px;
}
.legacy .navbar-brand:hover,
.legacy .navbar-brand:focus {
  text-decoration: none;
}
.legacy .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .legacy .navbar > .container .navbar-brand,
  .legacy .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.legacy .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.legacy .navbar-toggle:focus {
  outline: 0;
}
.legacy .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.legacy .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .legacy .navbar-toggle {
    display: none;
  }
}
.legacy .navbar-nav {
  margin: 7.5px -15px;
}
.legacy .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .legacy .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .legacy .navbar-nav .open .dropdown-menu > li > a,
  .legacy .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .legacy .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .legacy .navbar-nav .open .dropdown-menu > li > a:hover,
  .legacy .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .legacy .navbar-nav {
    float: left;
    margin: 0;
  }
  .legacy .navbar-nav > li {
    float: left;
  }
  .legacy .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.legacy .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
}
@media (min-width: 768px) {
  .legacy .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .legacy .navbar-form .form-control-static {
    display: inline-block;
  }
  .legacy .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .legacy .navbar-form .input-group .input-group-addon,
  .legacy .navbar-form .input-group .input-group-btn,
  .legacy .navbar-form .input-group .form-control {
    width: auto;
  }
  .legacy .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .legacy .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy .navbar-form .radio,
  .legacy .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy .navbar-form .radio label,
  .legacy .navbar-form .checkbox label {
    padding-left: 0;
  }
  .legacy .navbar-form .radio input[type=radio],
  .legacy .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .legacy .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .legacy .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .legacy .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .legacy .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.legacy .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.legacy .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.legacy .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacy .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.legacy .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .legacy .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .legacy .navbar-left {
    float: left !important;
  }
  .legacy .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .legacy .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.legacy .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.legacy .navbar-default .navbar-brand {
  color: #777;
}
.legacy .navbar-default .navbar-brand:hover,
.legacy .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.legacy .navbar-default .navbar-text {
  color: #777;
}
.legacy .navbar-default .navbar-nav > li > a {
  color: #777;
}
.legacy .navbar-default .navbar-nav > li > a:hover,
.legacy .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.legacy .navbar-default .navbar-nav > .active > a,
.legacy .navbar-default .navbar-nav > .active > a:hover,
.legacy .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.legacy .navbar-default .navbar-nav > .disabled > a,
.legacy .navbar-default .navbar-nav > .disabled > a:hover,
.legacy .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.legacy .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.legacy .navbar-default .navbar-toggle:hover,
.legacy .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.legacy .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.legacy .navbar-default .navbar-collapse,
.legacy .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.legacy .navbar-default .navbar-nav > .open > a,
.legacy .navbar-default .navbar-nav > .open > a:hover,
.legacy .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .legacy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.legacy .navbar-default .navbar-link {
  color: #777;
}
.legacy .navbar-default .navbar-link:hover {
  color: #333;
}
.legacy .navbar-default .btn-link {
  color: #777;
}
.legacy .navbar-default .btn-link:hover,
.legacy .navbar-default .btn-link:focus {
  color: #333;
}
.legacy .navbar-default .btn-link[disabled]:hover,
.legacy fieldset[disabled] .navbar-default .btn-link:hover,
.legacy .navbar-default .btn-link[disabled]:focus,
.legacy fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.legacy .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.legacy .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.legacy .navbar-inverse .navbar-brand:hover,
.legacy .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.legacy .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.legacy .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.legacy .navbar-inverse .navbar-nav > li > a:hover,
.legacy .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.legacy .navbar-inverse .navbar-nav > .active > a,
.legacy .navbar-inverse .navbar-nav > .active > a:hover,
.legacy .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.legacy .navbar-inverse .navbar-nav > .disabled > a,
.legacy .navbar-inverse .navbar-nav > .disabled > a:hover,
.legacy .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.legacy .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.legacy .navbar-inverse .navbar-toggle:hover,
.legacy .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.legacy .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.legacy .navbar-inverse .navbar-collapse,
.legacy .navbar-inverse .navbar-form {
  border-color: #101010;
}
.legacy .navbar-inverse .navbar-nav > .open > a,
.legacy .navbar-inverse .navbar-nav > .open > a:hover,
.legacy .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.legacy .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.legacy .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.legacy .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.legacy .navbar-inverse .btn-link:hover,
.legacy .navbar-inverse .btn-link:focus {
  color: #fff;
}
.legacy .navbar-inverse .btn-link[disabled]:hover,
.legacy fieldset[disabled] .navbar-inverse .btn-link:hover,
.legacy .navbar-inverse .btn-link[disabled]:focus,
.legacy fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.legacy .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.legacy .breadcrumb > li {
  display: inline-block;
}
.legacy .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.legacy .breadcrumb > .active {
  color: #777;
}
.legacy .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.legacy .pagination > li {
  display: inline;
}
.legacy .pagination > li > a,
.legacy .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--primary-color-start);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.legacy .pagination > li:first-child > a,
.legacy .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.legacy .pagination > li:last-child > a,
.legacy .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.legacy .pagination > li > a:hover,
.legacy .pagination > li > span:hover,
.legacy .pagination > li > a:focus,
.legacy .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.legacy .pagination > .active > a,
.legacy .pagination > .active > span,
.legacy .pagination > .active > a:hover,
.legacy .pagination > .active > span:hover,
.legacy .pagination > .active > a:focus,
.legacy .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--primary-color-start);
  border-color: var(--primary-color-start);
}
.legacy .pagination > .disabled > span,
.legacy .pagination > .disabled > span:hover,
.legacy .pagination > .disabled > span:focus,
.legacy .pagination > .disabled > a,
.legacy .pagination > .disabled > a:hover,
.legacy .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.legacy .pagination-lg > li > a,
.legacy .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.legacy .pagination-lg > li:first-child > a,
.legacy .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.legacy .pagination-lg > li:last-child > a,
.legacy .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.legacy .pagination-sm > li > a,
.legacy .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.legacy .pagination-sm > li:first-child > a,
.legacy .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.legacy .pagination-sm > li:last-child > a,
.legacy .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.legacy .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.legacy .pager li {
  display: inline;
}
.legacy .pager li > a,
.legacy .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.legacy .pager li > a:hover,
.legacy .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.legacy .pager .next > a,
.legacy .pager .next > span {
  float: right;
}
.legacy .pager .previous > a,
.legacy .pager .previous > span {
  float: left;
}
.legacy .pager .disabled > a,
.legacy .pager .disabled > a:hover,
.legacy .pager .disabled > a:focus,
.legacy .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.legacy .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.legacy a.label:hover,
.legacy a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.legacy .label:empty {
  display: none;
}
.legacy .btn .label {
  position: relative;
  top: -1px;
}
.legacy .label-default {
  background-color: #777;
}
.legacy .label-default[href]:hover,
.legacy .label-default[href]:focus {
  background-color: #5e5e5e;
}
.legacy .label-primary {
  background-color: var(--primary-color-start);
}
.legacy .label-primary[href]:hover,
.legacy .label-primary[href]:focus {
  background-color: #286090;
}
.legacy .label-success {
  background-color: #5cb85c;
}
.legacy .label-success[href]:hover,
.legacy .label-success[href]:focus {
  background-color: #449d44;
}
.legacy .label-info {
  background-color: #5bc0de;
}
.legacy .label-info[href]:hover,
.legacy .label-info[href]:focus {
  background-color: #31b0d5;
}
.legacy .label-warning {
  background-color: #f0ad4e;
}
.legacy .label-warning[href]:hover,
.legacy .label-warning[href]:focus {
  background-color: #ec971f;
}
.legacy .label-danger {
  background-color: #d9534f;
}
.legacy .label-danger[href]:hover,
.legacy .label-danger[href]:focus {
  background-color: #c9302c;
}
.legacy .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.legacy .badge:empty {
  display: none;
}
.legacy .btn .badge {
  position: relative;
  top: -1px;
}
.legacy .btn-xs .badge,
.legacy .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.legacy a.badge:hover,
.legacy a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.legacy .list-group-item.active > .badge,
.legacy .nav-pills > .active > a > .badge {
  color: var(--primary-color-start);
  background-color: #fff;
}
.legacy .list-group-item > .badge {
  float: right;
}
.legacy .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.legacy .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.legacy .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.legacy .jumbotron h1,
.legacy .jumbotron .h1 {
  color: inherit;
}
.legacy .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.legacy .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.legacy .container .jumbotron,
.legacy .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.legacy .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .legacy .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .legacy .container .jumbotron,
  .legacy .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .legacy .jumbotron h1,
  .legacy .jumbotron .h1 {
    font-size: 63px;
  }
}
.legacy .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.legacy .thumbnail > img,
.legacy .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.legacy a.thumbnail:hover,
.legacy a.thumbnail:focus,
.legacy a.thumbnail.active {
  border-color: var(--primary-color-start);
}
.legacy .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.legacy .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.legacy .alert h4 {
  margin-top: 0;
  color: inherit;
}
.legacy .alert .alert-link {
  font-weight: bold;
}
.legacy .alert > p,
.legacy .alert > ul {
  margin-bottom: 0;
}
.legacy .alert > p + p {
  margin-top: 5px;
}
.legacy .alert-dismissable,
.legacy .alert-dismissible {
  padding-right: 35px;
}
.legacy .alert-dismissable .close,
.legacy .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.legacy .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.legacy .alert-success hr {
  border-top-color: #c9e2b3;
}
.legacy .alert-success .alert-link {
  color: #2b542c;
}
.legacy .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.legacy .alert-info hr {
  border-top-color: #a6e1ec;
}
.legacy .alert-info .alert-link {
  color: #245269;
}
.legacy .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.legacy .alert-warning hr {
  border-top-color: #f7e1b5;
}
.legacy .alert-warning .alert-link {
  color: #66512c;
}
.legacy .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.legacy .alert-danger hr {
  border-top-color: #e4b9c0;
}
.legacy .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.legacy .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.legacy .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: var(--primary-color-start);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.legacy .progress-striped .progress-bar,
.legacy .progress-bar-striped {
  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: -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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.legacy .progress.active .progress-bar,
.legacy .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.legacy .progress-bar-success {
  background-color: #5cb85c;
}
.legacy .progress-striped .progress-bar-success {
  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: -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 .progress-bar-info {
  background-color: #5bc0de;
}
.legacy .progress-striped .progress-bar-info {
  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: -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 .progress-bar-warning {
  background-color: #f0ad4e;
}
.legacy .progress-striped .progress-bar-warning {
  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: -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 .progress-bar-danger {
  background-color: #d9534f;
}
.legacy .progress-striped .progress-bar-danger {
  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: -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 .media {
  margin-top: 15px;
}
.legacy .media:first-child {
  margin-top: 0;
}
.legacy .media,
.legacy .media-body {
  overflow: hidden;
  zoom: 1;
}
.legacy .media-body {
  width: 10000px;
}
.legacy .media-object {
  display: block;
}
.legacy .media-object.img-thumbnail {
  max-width: none;
}
.legacy .media-right,
.legacy .media > .pull-right {
  padding-left: 10px;
}
.legacy .media-left,
.legacy .media > .pull-left {
  padding-right: 10px;
}
.legacy .media-left,
.legacy .media-right,
.legacy .media-body {
  display: table-cell;
  vertical-align: top;
}
.legacy .media-middle {
  vertical-align: middle;
}
.legacy .media-bottom {
  vertical-align: bottom;
}
.legacy .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.legacy .media-list {
  padding-left: 0;
  list-style: none;
}
.legacy .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.legacy .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.legacy .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.legacy .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.legacy a.list-group-item,
.legacy button.list-group-item {
  color: #555;
}
.legacy a.list-group-item .list-group-item-heading,
.legacy button.list-group-item .list-group-item-heading {
  color: #333;
}
.legacy a.list-group-item:hover,
.legacy button.list-group-item:hover,
.legacy a.list-group-item:focus,
.legacy button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.legacy button.list-group-item {
  width: 100%;
  text-align: left;
}
.legacy .list-group-item.disabled,
.legacy .list-group-item.disabled:hover,
.legacy .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.legacy .list-group-item.disabled .list-group-item-heading,
.legacy .list-group-item.disabled:hover .list-group-item-heading,
.legacy .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.legacy .list-group-item.disabled .list-group-item-text,
.legacy .list-group-item.disabled:hover .list-group-item-text,
.legacy .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.legacy .list-group-item.active,
.legacy .list-group-item.active:hover,
.legacy .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--primary-color-start);
  border-color: var(--primary-color-start);
}
.legacy .list-group-item.active .list-group-item-heading,
.legacy .list-group-item.active:hover .list-group-item-heading,
.legacy .list-group-item.active:focus .list-group-item-heading,
.legacy .list-group-item.active .list-group-item-heading > small,
.legacy .list-group-item.active:hover .list-group-item-heading > small,
.legacy .list-group-item.active:focus .list-group-item-heading > small,
.legacy .list-group-item.active .list-group-item-heading > .small,
.legacy .list-group-item.active:hover .list-group-item-heading > .small,
.legacy .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.legacy .list-group-item.active .list-group-item-text,
.legacy .list-group-item.active:hover .list-group-item-text,
.legacy .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.legacy .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.legacy a.list-group-item-success,
.legacy button.list-group-item-success {
  color: #3c763d;
}
.legacy a.list-group-item-success .list-group-item-heading,
.legacy button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.legacy a.list-group-item-success:hover,
.legacy button.list-group-item-success:hover,
.legacy a.list-group-item-success:focus,
.legacy button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.legacy a.list-group-item-success.active,
.legacy button.list-group-item-success.active,
.legacy a.list-group-item-success.active:hover,
.legacy button.list-group-item-success.active:hover,
.legacy a.list-group-item-success.active:focus,
.legacy button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.legacy .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.legacy a.list-group-item-info,
.legacy button.list-group-item-info {
  color: #31708f;
}
.legacy a.list-group-item-info .list-group-item-heading,
.legacy button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.legacy a.list-group-item-info:hover,
.legacy button.list-group-item-info:hover,
.legacy a.list-group-item-info:focus,
.legacy button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.legacy a.list-group-item-info.active,
.legacy button.list-group-item-info.active,
.legacy a.list-group-item-info.active:hover,
.legacy button.list-group-item-info.active:hover,
.legacy a.list-group-item-info.active:focus,
.legacy button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.legacy .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.legacy a.list-group-item-warning,
.legacy button.list-group-item-warning {
  color: #8a6d3b;
}
.legacy a.list-group-item-warning .list-group-item-heading,
.legacy button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.legacy a.list-group-item-warning:hover,
.legacy button.list-group-item-warning:hover,
.legacy a.list-group-item-warning:focus,
.legacy button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.legacy a.list-group-item-warning.active,
.legacy button.list-group-item-warning.active,
.legacy a.list-group-item-warning.active:hover,
.legacy button.list-group-item-warning.active:hover,
.legacy a.list-group-item-warning.active:focus,
.legacy button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.legacy .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.legacy a.list-group-item-danger,
.legacy button.list-group-item-danger {
  color: #a94442;
}
.legacy a.list-group-item-danger .list-group-item-heading,
.legacy button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.legacy a.list-group-item-danger:hover,
.legacy button.list-group-item-danger:hover,
.legacy a.list-group-item-danger:focus,
.legacy button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.legacy a.list-group-item-danger.active,
.legacy button.list-group-item-danger.active,
.legacy a.list-group-item-danger.active:hover,
.legacy button.list-group-item-danger.active:hover,
.legacy a.list-group-item-danger.active:focus,
.legacy button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.legacy .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.legacy .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.legacy .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.legacy .panel-body {
  padding: 15px;
}
.legacy .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.legacy .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.legacy .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.legacy .panel-title > a,
.legacy .panel-title > small,
.legacy .panel-title > .small,
.legacy .panel-title > small > a,
.legacy .panel-title > .small > a {
  color: inherit;
}
.legacy .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.legacy .panel > .list-group,
.legacy .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.legacy .panel > .list-group .list-group-item,
.legacy .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.legacy .panel > .list-group:first-child .list-group-item:first-child,
.legacy .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.legacy .panel > .list-group:last-child .list-group-item:last-child,
.legacy .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.legacy .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.legacy .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.legacy .list-group + .panel-footer {
  border-top-width: 0;
}
.legacy .panel > .table,
.legacy .panel > .table-responsive > .table,
.legacy .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.legacy .panel > .table caption,
.legacy .panel > .table-responsive > .table caption,
.legacy .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.legacy .panel > .table:first-child,
.legacy .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.legacy .panel > .table:first-child > thead:first-child > tr:first-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.legacy .panel > .table:first-child > tbody:first-child > tr:first-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.legacy .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.legacy .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.legacy .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.legacy .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.legacy .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.legacy .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.legacy .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.legacy .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.legacy .panel > .table:last-child,
.legacy .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.legacy .panel > .table:last-child > tbody:last-child > tr:last-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.legacy .panel > .table:last-child > tfoot:last-child > tr:last-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.legacy .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.legacy .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.legacy .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.legacy .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.legacy .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.legacy .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.legacy .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.legacy .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.legacy .panel > .panel-body + .table,
.legacy .panel > .panel-body + .table-responsive,
.legacy .panel > .table + .panel-body,
.legacy .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.legacy .panel > .table > tbody:first-child > tr:first-child th,
.legacy .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.legacy .panel > .table-bordered,
.legacy .panel > .table-responsive > .table-bordered {
  border: 0;
}
.legacy .panel > .table-bordered > thead > tr > th:first-child,
.legacy .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.legacy .panel > .table-bordered > tbody > tr > th:first-child,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.legacy .panel > .table-bordered > tfoot > tr > th:first-child,
.legacy .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.legacy .panel > .table-bordered > thead > tr > td:first-child,
.legacy .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.legacy .panel > .table-bordered > tbody > tr > td:first-child,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.legacy .panel > .table-bordered > tfoot > tr > td:first-child,
.legacy .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.legacy .panel > .table-bordered > thead > tr > th:last-child,
.legacy .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.legacy .panel > .table-bordered > tbody > tr > th:last-child,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.legacy .panel > .table-bordered > tfoot > tr > th:last-child,
.legacy .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.legacy .panel > .table-bordered > thead > tr > td:last-child,
.legacy .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.legacy .panel > .table-bordered > tbody > tr > td:last-child,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.legacy .panel > .table-bordered > tfoot > tr > td:last-child,
.legacy .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.legacy .panel > .table-bordered > thead > tr:first-child > td,
.legacy .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.legacy .panel > .table-bordered > tbody > tr:first-child > td,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.legacy .panel > .table-bordered > thead > tr:first-child > th,
.legacy .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.legacy .panel > .table-bordered > tbody > tr:first-child > th,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.legacy .panel > .table-bordered > tbody > tr:last-child > td,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.legacy .panel > .table-bordered > tfoot > tr:last-child > td,
.legacy .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.legacy .panel > .table-bordered > tbody > tr:last-child > th,
.legacy .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.legacy .panel > .table-bordered > tfoot > tr:last-child > th,
.legacy .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.legacy .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.legacy .panel-group {
  margin-bottom: 20px;
}
.legacy .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.legacy .panel-group .panel + .panel {
  margin-top: 5px;
}
.legacy .panel-group .panel-heading {
  border-bottom: 0;
}
.legacy .panel-group .panel-heading + .panel-collapse > .panel-body,
.legacy .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.legacy .panel-group .panel-footer {
  border-top: 0;
}
.legacy .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.legacy .panel-default {
  border-color: #ddd;
}
.legacy .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.legacy .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.legacy .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.legacy .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.legacy .panel-primary {
  border-color: var(--primary-color-start);
}
.legacy .panel-primary > .panel-heading {
  color: #fff;
  background-color: var(--primary-color-start);
  border-color: var(--primary-color-start);
}
.legacy .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: var(--primary-color-start);
}
.legacy .panel-primary > .panel-heading .badge {
  color: var(--primary-color-start);
  background-color: #fff;
}
.legacy .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: var(--primary-color-start);
}
.legacy .panel-success {
  border-color: #d6e9c6;
}
.legacy .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.legacy .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.legacy .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.legacy .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.legacy .panel-info {
  border-color: #bce8f1;
}
.legacy .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.legacy .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.legacy .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.legacy .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.legacy .panel-warning {
  border-color: #faebcc;
}
.legacy .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.legacy .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.legacy .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.legacy .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.legacy .panel-danger {
  border-color: #ebccd1;
}
.legacy .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.legacy .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.legacy .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.legacy .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.legacy .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.legacy .embed-responsive .embed-responsive-item,
.legacy .embed-responsive iframe,
.legacy .embed-responsive embed,
.legacy .embed-responsive object,
.legacy .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.legacy .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.legacy .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.legacy .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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-lg {
  padding: 24px;
  border-radius: 6px;
}
.legacy .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.legacy .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.legacy .close:hover,
.legacy .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.legacy button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.legacy .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.legacy .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.legacy .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.legacy .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.legacy .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.legacy .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.legacy .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.legacy .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.legacy .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.legacy .modal-header .close {
  margin-top: -2px;
}
.legacy .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.legacy .modal-body {
  position: relative;
  padding: 15px;
}
.legacy .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.legacy .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.legacy .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.legacy .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.legacy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .legacy .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .legacy .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .legacy .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .legacy .modal-lg {
    width: 900px;
  }
}
.legacy .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.legacy .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.legacy .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.legacy .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.legacy .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.legacy .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.legacy .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.legacy .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.legacy .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.legacy .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.legacy .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.legacy .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.legacy .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.legacy .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.legacy .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.legacy .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.legacy .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.legacy .popover.top {
  margin-top: -10px;
}
.legacy .popover.right {
  margin-left: 10px;
}
.legacy .popover.bottom {
  margin-top: 10px;
}
.legacy .popover.left {
  margin-left: -10px;
}
.legacy .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.legacy .popover-content {
  padding: 9px 14px;
}
.legacy .popover > .arrow,
.legacy .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.legacy .popover > .arrow {
  border-width: 11px;
}
.legacy .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.legacy .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.legacy .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.legacy .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.legacy .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.legacy .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.legacy .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.legacy .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.legacy .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.legacy .carousel {
  position: relative;
}
.legacy .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.legacy .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.legacy .carousel-inner > .item > img,
.legacy .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .legacy .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .legacy .carousel-inner > .item.next,
  .legacy .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .legacy .carousel-inner > .item.prev,
  .legacy .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .legacy .carousel-inner > .item.next.left,
  .legacy .carousel-inner > .item.prev.right,
  .legacy .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.legacy .carousel-inner > .active,
.legacy .carousel-inner > .next,
.legacy .carousel-inner > .prev {
  display: block;
}
.legacy .carousel-inner > .active {
  left: 0;
}
.legacy .carousel-inner > .next,
.legacy .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.legacy .carousel-inner > .next {
  left: 100%;
}
.legacy .carousel-inner > .prev {
  left: -100%;
}
.legacy .carousel-inner > .next.left,
.legacy .carousel-inner > .prev.right {
  left: 0;
}
.legacy .carousel-inner > .active.left {
  left: -100%;
}
.legacy .carousel-inner > .active.right {
  left: 100%;
}
.legacy .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.legacy .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.legacy .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.legacy .carousel-control:hover,
.legacy .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.legacy .carousel-control .icon-prev,
.legacy .carousel-control .icon-next,
.legacy .carousel-control .glyphicon-chevron-left,
.legacy .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.legacy .carousel-control .icon-prev,
.legacy .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.legacy .carousel-control .icon-next,
.legacy .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.legacy .carousel-control .icon-prev,
.legacy .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.legacy .carousel-control .icon-prev:before {
  content: "‹";
}
.legacy .carousel-control .icon-next:before {
  content: "›";
}
.legacy .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.legacy .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.legacy .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.legacy .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.legacy .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .legacy .carousel-control .glyphicon-chevron-left,
  .legacy .carousel-control .glyphicon-chevron-right,
  .legacy .carousel-control .icon-prev,
  .legacy .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .legacy .carousel-control .glyphicon-chevron-left,
  .legacy .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .legacy .carousel-control .glyphicon-chevron-right,
  .legacy .carousel-control .icon-next {
    margin-right: -10px;
  }
  .legacy .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .legacy .carousel-indicators {
    bottom: 20px;
  }
}
.legacy .clearfix:before,
.legacy .clearfix:after,
.legacy .dl-horizontal dd:before,
.legacy .dl-horizontal dd:after,
.legacy .container:before,
.legacy .container:after,
.legacy .container-fluid:before,
.legacy .container-fluid:after,
.legacy .row:before,
.legacy .row:after,
.legacy .form-horizontal .form-group:before,
.legacy .form-horizontal .form-group:after,
.legacy .btn-toolbar:before,
.legacy .btn-toolbar:after,
.legacy .btn-group-vertical > .btn-group:before,
.legacy .btn-group-vertical > .btn-group:after,
.legacy .nav:before,
.legacy .nav:after,
.legacy .navbar:before,
.legacy .navbar:after,
.legacy .navbar-header:before,
.legacy .navbar-header:after,
.legacy .navbar-collapse:before,
.legacy .navbar-collapse:after,
.legacy .pager:before,
.legacy .pager:after,
.legacy .panel-body:before,
.legacy .panel-body:after,
.legacy .modal-header:before,
.legacy .modal-header:after,
.legacy .modal-footer:before,
.legacy .modal-footer:after {
  display: table;
  content: " ";
}
.legacy .clearfix:after,
.legacy .dl-horizontal dd:after,
.legacy .container:after,
.legacy .container-fluid:after,
.legacy .row:after,
.legacy .form-horizontal .form-group:after,
.legacy .btn-toolbar:after,
.legacy .btn-group-vertical > .btn-group:after,
.legacy .nav:after,
.legacy .navbar:after,
.legacy .navbar-header:after,
.legacy .navbar-collapse:after,
.legacy .pager:after,
.legacy .panel-body:after,
.legacy .modal-header:after,
.legacy .modal-footer:after {
  clear: both;
}
.legacy .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.legacy .pull-right {
  float: right !important;
}
.legacy .pull-left {
  float: left !important;
}
.legacy .hide {
  display: none !important;
}
.legacy .show {
  display: block !important;
}
.legacy .invisible {
  visibility: hidden;
}
.legacy .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.legacy .hidden {
  display: none !important;
}
.legacy .affix {
  position: fixed;
}
@-ms-viewport {
  .legacy {
    width: device-width;
  }
}
.legacy .visible-xs,
.legacy .visible-sm,
.legacy .visible-md,
.legacy .visible-lg {
  display: none !important;
}
.legacy .visible-xs-block,
.legacy .visible-xs-inline,
.legacy .visible-xs-inline-block,
.legacy .visible-sm-block,
.legacy .visible-sm-inline,
.legacy .visible-sm-inline-block,
.legacy .visible-md-block,
.legacy .visible-md-inline,
.legacy .visible-md-inline-block,
.legacy .visible-lg-block,
.legacy .visible-lg-inline,
.legacy .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .legacy .visible-xs {
    display: block !important;
  }
  .legacy table.visible-xs {
    display: table !important;
  }
  .legacy tr.visible-xs {
    display: table-row !important;
  }
  .legacy th.visible-xs,
  .legacy td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .legacy .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .legacy .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .legacy .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacy .visible-sm {
    display: block !important;
  }
  .legacy table.visible-sm {
    display: table !important;
  }
  .legacy tr.visible-sm {
    display: table-row !important;
  }
  .legacy th.visible-sm,
  .legacy td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacy .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacy .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacy .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacy .visible-md {
    display: block !important;
  }
  .legacy table.visible-md {
    display: table !important;
  }
  .legacy tr.visible-md {
    display: table-row !important;
  }
  .legacy th.visible-md,
  .legacy td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacy .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacy .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacy .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .legacy .visible-lg {
    display: block !important;
  }
  .legacy table.visible-lg {
    display: table !important;
  }
  .legacy tr.visible-lg {
    display: table-row !important;
  }
  .legacy th.visible-lg,
  .legacy td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .legacy .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .legacy .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .legacy .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .legacy .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacy .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacy .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .legacy .hidden-lg {
    display: none !important;
  }
}
.legacy .visible-print {
  display: none !important;
}
@media print {
  .legacy .visible-print {
    display: block !important;
  }
  .legacy table.visible-print {
    display: table !important;
  }
  .legacy tr.visible-print {
    display: table-row !important;
  }
  .legacy th.visible-print,
  .legacy td.visible-print {
    display: table-cell !important;
  }
}
.legacy .visible-print-block {
  display: none !important;
}
@media print {
  .legacy .visible-print-block {
    display: block !important;
  }
}
.legacy .visible-print-inline {
  display: none !important;
}
@media print {
  .legacy .visible-print-inline {
    display: inline !important;
  }
}
.legacy .visible-print-inline-block {
  display: none !important;
}
@media print {
  .legacy .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .legacy .hidden-print {
    display: none !important;
  }
}
.legacy .btn-default,
.legacy .btn-primary,
.legacy .btn-success,
.legacy .btn-info,
.legacy .btn-warning,
.legacy .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy .btn-default:active,
.legacy .btn-primary:active,
.legacy .btn-success:active,
.legacy .btn-info:active,
.legacy .btn-warning:active,
.legacy .btn-danger:active,
.legacy .btn-default.active,
.legacy .btn-primary.active,
.legacy .btn-success.active,
.legacy .btn-info.active,
.legacy .btn-warning.active,
.legacy .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.legacy .btn-default .badge,
.legacy .btn-primary .badge,
.legacy .btn-success .badge,
.legacy .btn-info .badge,
.legacy .btn-warning .badge,
.legacy .btn-danger .badge {
  text-shadow: none;
}
.legacy .btn:active,
.legacy .btn.active {
  background-image: none;
}
.legacy .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.legacy .btn-default:hover,
.legacy .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.legacy .btn-default:active,
.legacy .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.legacy .btn-default.disabled,
.legacy .btn-default:disabled,
.legacy .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.legacy .btn-primary {
  background-image: -webkit-linear-gradient(top, var(--primary-color-start) 0%, var(--primary-color-end) 100%);
  background-image: -o-linear-gradient(top, var(--primary-color-start) 0%, var(--primary-color-end) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-start)), to(var(--primary-color-end)));
  background-image: linear-gradient(to bottom, var(--primary-color-start) 0%, var(--primary-color-end) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.legacy .btn-primary:hover,
.legacy .btn-primary:focus {
  background-color: var(--primary-color-end);
  background-position: 0 -15px;
}
.legacy .btn-primary:active,
.legacy .btn-primary.active {
  background-color: var(--primary-color-end);
  border-color: #245580;
}
.legacy .btn-primary.disabled,
.legacy .btn-primary:disabled,
.legacy .btn-primary[disabled] {
  background-color: var(--primary-color-end);
  background-image: none;
}
.legacy .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.legacy .btn-success:hover,
.legacy .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.legacy .btn-success:active,
.legacy .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.legacy .btn-success.disabled,
.legacy .btn-success:disabled,
.legacy .btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.legacy .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.legacy .btn-info:hover,
.legacy .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.legacy .btn-info:active,
.legacy .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.legacy .btn-info.disabled,
.legacy .btn-info:disabled,
.legacy .btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.legacy .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.legacy .btn-warning:hover,
.legacy .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.legacy .btn-warning:active,
.legacy .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.legacy .btn-warning.disabled,
.legacy .btn-warning:disabled,
.legacy .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.legacy .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.legacy .btn-danger:hover,
.legacy .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.legacy .btn-danger:active,
.legacy .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.legacy .btn-danger.disabled,
.legacy .btn-danger:disabled,
.legacy .btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.legacy .thumbnail,
.legacy .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.legacy .dropdown-menu > li > a:hover,
.legacy .dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .dropdown-menu > .active > a,
.legacy .dropdown-menu > .active > a:hover,
.legacy .dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, var(--primary-color-start) 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, var(--primary-color-start) 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-start)), to(#2e6da4));
  background-image: linear-gradient(to bottom, var(--primary-color-start) 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.legacy .navbar-default .navbar-nav > .open > a,
.legacy .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.legacy .navbar-brand,
.legacy .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.legacy .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.legacy .navbar-inverse .navbar-nav > .open > a,
.legacy .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.legacy .navbar-inverse .navbar-brand,
.legacy .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.legacy .navbar-static-top,
.legacy .navbar-fixed-top,
.legacy .navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .legacy .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .legacy .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .legacy .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, var(--primary-color-start) 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, var(--primary-color-start) 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-start)), to(#2e6da4));
    background-image: linear-gradient(to bottom, var(--primary-color-start) 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
    background-repeat: repeat-x;
  }
}
.legacy .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.legacy .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.legacy .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.legacy .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.legacy .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.legacy .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .progress-bar {
  background-image: -webkit-linear-gradient(top, var(--primary-color-start) 0%, #286090 100%);
  background-image: -o-linear-gradient(top, var(--primary-color-start) 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-start)), to(#286090));
  background-image: linear-gradient(to bottom, var(--primary-color-start) 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .progress-bar-striped {
  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: -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 .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.legacy .list-group-item.active,
.legacy .list-group-item.active:hover,
.legacy .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, var(--primary-color-start) 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, var(--primary-color-start) 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-start)), to(#2b669a));
  background-image: linear-gradient(to bottom, var(--primary-color-start) 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.legacy .list-group-item.active .badge,
.legacy .list-group-item.active:hover .badge,
.legacy .list-group-item.active:focus .badge {
  text-shadow: none;
}
.legacy .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.legacy .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, var(--primary-color-start) 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, var(--primary-color-start) 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color-start)), to(#2e6da4));
  background-image: linear-gradient(to bottom, var(--primary-color-start) 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
  background-repeat: repeat-x;
}
.legacy .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.legacy .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.legacy .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.legacy .fa-2x {
  font-size: 2em;
}
.legacy .fa-3x {
  font-size: 3em;
}
.legacy .fa-4x {
  font-size: 4em;
}
.legacy .fa-5x {
  font-size: 5em;
}
.legacy .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.legacy .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.legacy .fa-ul > li {
  position: relative;
}
.legacy .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.legacy .fa-li.fa-lg {
  left: -1.85714286em;
}
.legacy .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.legacy .pull-right {
  float: right;
}
.legacy .pull-left {
  float: left;
}
.legacy .fa.pull-left {
  margin-right: 0.3em;
}
.legacy .fa.pull-right {
  margin-left: 0.3em;
}
.legacy .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.legacy .fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.legacy .fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.legacy .fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.legacy .fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.legacy .fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.legacy :root .fa-rotate-90, .legacy :root .fa-rotate-180, .legacy :root .fa-rotate-270, .legacy :root .fa-flip-horizontal, .legacy :root .fa-flip-vertical {
  filter: none;
}
.legacy .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.legacy .fa-stack-1x, .legacy .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.legacy .fa-stack-1x {
  line-height: inherit;
}
.legacy .fa-stack-2x {
  font-size: 2em;
}
.legacy .fa-inverse {
  color: #fff;
}
.legacy .fa-glass:before {
  content: "\f000";
}
.legacy .fa-music:before {
  content: "\f001";
}
.legacy .fa-search:before {
  content: "\f002";
}
.legacy .fa-envelope-o:before {
  content: "\f003";
}
.legacy .fa-heart:before {
  content: "\f004";
}
.legacy .fa-star:before {
  content: "\f005";
}
.legacy .fa-star-o:before {
  content: "\f006";
}
.legacy .fa-user:before {
  content: "\f007";
}
.legacy .fa-film:before {
  content: "\f008";
}
.legacy .fa-th-large:before {
  content: "\f009";
}
.legacy .fa-th:before {
  content: "\f00a";
}
.legacy .fa-th-list:before {
  content: "\f00b";
}
.legacy .fa-check:before {
  content: "\f00c";
}
.legacy .fa-remove:before, .legacy .fa-close:before, .legacy .fa-times:before {
  content: "\f00d";
}
.legacy .fa-search-plus:before {
  content: "\f00e";
}
.legacy .fa-search-minus:before {
  content: "\f010";
}
.legacy .fa-power-off:before {
  content: "\f011";
}
.legacy .fa-signal:before {
  content: "\f012";
}
.legacy .fa-gear:before, .legacy .fa-cog:before {
  content: "\f013";
}
.legacy .fa-trash-o:before {
  content: "\f014";
}
.legacy .fa-home:before {
  content: "\f015";
}
.legacy .fa-file-o:before {
  content: "\f016";
}
.legacy .fa-clock-o:before {
  content: "\f017";
}
.legacy .fa-road:before {
  content: "\f018";
}
.legacy .fa-download:before {
  content: "\f019";
}
.legacy .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.legacy .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.legacy .fa-inbox:before {
  content: "\f01c";
}
.legacy .fa-play-circle-o:before {
  content: "\f01d";
}
.legacy .fa-rotate-right:before, .legacy .fa-repeat:before {
  content: "\f01e";
}
.legacy .fa-refresh:before {
  content: "\f021";
}
.legacy .fa-list-alt:before {
  content: "\f022";
}
.legacy .fa-lock:before {
  content: "\f023";
}
.legacy .fa-flag:before {
  content: "\f024";
}
.legacy .fa-headphones:before {
  content: "\f025";
}
.legacy .fa-volume-off:before {
  content: "\f026";
}
.legacy .fa-volume-down:before {
  content: "\f027";
}
.legacy .fa-volume-up:before {
  content: "\f028";
}
.legacy .fa-qrcode:before {
  content: "\f029";
}
.legacy .fa-barcode:before {
  content: "\f02a";
}
.legacy .fa-tag:before {
  content: "\f02b";
}
.legacy .fa-tags:before {
  content: "\f02c";
}
.legacy .fa-book:before {
  content: "\f02d";
}
.legacy .fa-bookmark:before {
  content: "\f02e";
}
.legacy .fa-print:before {
  content: "\f02f";
}
.legacy .fa-camera:before {
  content: "\f030";
}
.legacy .fa-font:before {
  content: "\f031";
}
.legacy .fa-bold:before {
  content: "\f032";
}
.legacy .fa-italic:before {
  content: "\f033";
}
.legacy .fa-text-height:before {
  content: "\f034";
}
.legacy .fa-text-width:before {
  content: "\f035";
}
.legacy .fa-align-left:before {
  content: "\f036";
}
.legacy .fa-align-center:before {
  content: "\f037";
}
.legacy .fa-align-right:before {
  content: "\f038";
}
.legacy .fa-align-justify:before {
  content: "\f039";
}
.legacy .fa-list:before {
  content: "\f03a";
}
.legacy .fa-dedent:before, .legacy .fa-outdent:before {
  content: "\f03b";
}
.legacy .fa-indent:before {
  content: "\f03c";
}
.legacy .fa-video-camera:before {
  content: "\f03d";
}
.legacy .fa-photo:before, .legacy .fa-image:before, .legacy .fa-picture-o:before {
  content: "\f03e";
}
.legacy .fa-pencil:before {
  content: "\f040";
}
.legacy .fa-map-marker:before {
  content: "\f041";
}
.legacy .fa-adjust:before {
  content: "\f042";
}
.legacy .fa-tint:before {
  content: "\f043";
}
.legacy .fa-edit:before, .legacy .fa-pencil-square-o:before {
  content: "\f044";
}
.legacy .fa-share-square-o:before {
  content: "\f045";
}
.legacy .fa-check-square-o:before {
  content: "\f046";
}
.legacy .fa-arrows:before {
  content: "\f047";
}
.legacy .fa-step-backward:before {
  content: "\f048";
}
.legacy .fa-fast-backward:before {
  content: "\f049";
}
.legacy .fa-backward:before {
  content: "\f04a";
}
.legacy .fa-play:before {
  content: "\f04b";
}
.legacy .fa-pause:before {
  content: "\f04c";
}
.legacy .fa-stop:before {
  content: "\f04d";
}
.legacy .fa-forward:before {
  content: "\f04e";
}
.legacy .fa-fast-forward:before {
  content: "\f050";
}
.legacy .fa-step-forward:before {
  content: "\f051";
}
.legacy .fa-eject:before {
  content: "\f052";
}
.legacy .fa-chevron-left:before {
  content: "\f053";
}
.legacy .fa-chevron-right:before {
  content: "\f054";
}
.legacy .fa-plus-circle:before {
  content: "\f055";
}
.legacy .fa-minus-circle:before {
  content: "\f056";
}
.legacy .fa-times-circle:before {
  content: "\f057";
}
.legacy .fa-check-circle:before {
  content: "\f058";
}
.legacy .fa-question-circle:before {
  content: "\f059";
}
.legacy .fa-info-circle:before {
  content: "\f05a";
}
.legacy .fa-crosshairs:before {
  content: "\f05b";
}
.legacy .fa-times-circle-o:before {
  content: "\f05c";
}
.legacy .fa-check-circle-o:before {
  content: "\f05d";
}
.legacy .fa-ban:before {
  content: "\f05e";
}
.legacy .fa-arrow-left:before {
  content: "\f060";
}
.legacy .fa-arrow-right:before {
  content: "\f061";
}
.legacy .fa-arrow-up:before {
  content: "\f062";
}
.legacy .fa-arrow-down:before {
  content: "\f063";
}
.legacy .fa-mail-forward:before, .legacy .fa-share:before {
  content: "\f064";
}
.legacy .fa-expand:before {
  content: "\f065";
}
.legacy .fa-compress:before {
  content: "\f066";
}
.legacy .fa-plus:before {
  content: "\f067";
}
.legacy .fa-minus:before {
  content: "\f068";
}
.legacy .fa-asterisk:before {
  content: "\f069";
}
.legacy .fa-exclamation-circle:before {
  content: "\f06a";
}
.legacy .fa-gift:before {
  content: "\f06b";
}
.legacy .fa-leaf:before {
  content: "\f06c";
}
.legacy .fa-fire:before {
  content: "\f06d";
}
.legacy .fa-eye:before {
  content: "\f06e";
}
.legacy .fa-eye-slash:before {
  content: "\f070";
}
.legacy .fa-warning:before, .legacy .fa-exclamation-triangle:before {
  content: "\f071";
}
.legacy .fa-plane:before {
  content: "\f072";
}
.legacy .fa-calendar:before {
  content: "\f073";
}
.legacy .fa-random:before {
  content: "\f074";
}
.legacy .fa-comment:before {
  content: "\f075";
}
.legacy .fa-magnet:before {
  content: "\f076";
}
.legacy .fa-chevron-up:before {
  content: "\f077";
}
.legacy .fa-chevron-down:before {
  content: "\f078";
}
.legacy .fa-retweet:before {
  content: "\f079";
}
.legacy .fa-shopping-cart:before {
  content: "\f07a";
}
.legacy .fa-folder:before {
  content: "\f07b";
}
.legacy .fa-folder-open:before {
  content: "\f07c";
}
.legacy .fa-arrows-v:before {
  content: "\f07d";
}
.legacy .fa-arrows-h:before {
  content: "\f07e";
}
.legacy .fa-bar-chart-o:before, .legacy .fa-bar-chart:before {
  content: "\f080";
}
.legacy .fa-twitter-square:before {
  content: "\f081";
}
.legacy .fa-facebook-square:before {
  content: "\f082";
}
.legacy .fa-camera-retro:before {
  content: "\f083";
}
.legacy .fa-key:before {
  content: "\f084";
}
.legacy .fa-gears:before, .legacy .fa-cogs:before {
  content: "\f085";
}
.legacy .fa-comments:before {
  content: "\f086";
}
.legacy .fa-thumbs-o-up:before {
  content: "\f087";
}
.legacy .fa-thumbs-o-down:before {
  content: "\f088";
}
.legacy .fa-star-half:before {
  content: "\f089";
}
.legacy .fa-heart-o:before {
  content: "\f08a";
}
.legacy .fa-sign-out:before {
  content: "\f08b";
}
.legacy .fa-linkedin-square:before {
  content: "\f08c";
}
.legacy .fa-thumb-tack:before {
  content: "\f08d";
}
.legacy .fa-external-link:before {
  content: "\f08e";
}
.legacy .fa-sign-in:before {
  content: "\f090";
}
.legacy .fa-trophy:before {
  content: "\f091";
}
.legacy .fa-github-square:before {
  content: "\f092";
}
.legacy .fa-upload:before {
  content: "\f093";
}
.legacy .fa-lemon-o:before {
  content: "\f094";
}
.legacy .fa-phone:before {
  content: "\f095";
}
.legacy .fa-square-o:before {
  content: "\f096";
}
.legacy .fa-bookmark-o:before {
  content: "\f097";
}
.legacy .fa-phone-square:before {
  content: "\f098";
}
.legacy .fa-twitter:before {
  content: "\f099";
}
.legacy .fa-facebook:before {
  content: "\f09a";
}
.legacy .fa-github:before {
  content: "\f09b";
}
.legacy .fa-unlock:before {
  content: "\f09c";
}
.legacy .fa-credit-card:before {
  content: "\f09d";
}
.legacy .fa-rss:before {
  content: "\f09e";
}
.legacy .fa-hdd-o:before {
  content: "\f0a0";
}
.legacy .fa-bullhorn:before {
  content: "\f0a1";
}
.legacy .fa-bell:before {
  content: "\f0f3";
}
.legacy .fa-certificate:before {
  content: "\f0a3";
}
.legacy .fa-hand-o-right:before {
  content: "\f0a4";
}
.legacy .fa-hand-o-left:before {
  content: "\f0a5";
}
.legacy .fa-hand-o-up:before {
  content: "\f0a6";
}
.legacy .fa-hand-o-down:before {
  content: "\f0a7";
}
.legacy .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.legacy .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.legacy .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.legacy .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.legacy .fa-globe:before {
  content: "\f0ac";
}
.legacy .fa-wrench:before {
  content: "\f0ad";
}
.legacy .fa-tasks:before {
  content: "\f0ae";
}
.legacy .fa-filter:before {
  content: "\f0b0";
}
.legacy .fa-briefcase:before {
  content: "\f0b1";
}
.legacy .fa-arrows-alt:before {
  content: "\f0b2";
}
.legacy .fa-group:before, .legacy .fa-users:before {
  content: "\f0c0";
}
.legacy .fa-chain:before, .legacy .fa-link:before {
  content: "\f0c1";
}
.legacy .fa-cloud:before {
  content: "\f0c2";
}
.legacy .fa-flask:before {
  content: "\f0c3";
}
.legacy .fa-cut:before, .legacy .fa-scissors:before {
  content: "\f0c4";
}
.legacy .fa-copy:before, .legacy .fa-files-o:before {
  content: "\f0c5";
}
.legacy .fa-paperclip:before {
  content: "\f0c6";
}
.legacy .fa-save:before, .legacy .fa-floppy-o:before {
  content: "\f0c7";
}
.legacy .fa-square:before {
  content: "\f0c8";
}
.legacy .fa-navicon:before, .legacy .fa-reorder:before, .legacy .fa-bars:before {
  content: "\f0c9";
}
.legacy .fa-list-ul:before {
  content: "\f0ca";
}
.legacy .fa-list-ol:before {
  content: "\f0cb";
}
.legacy .fa-strikethrough:before {
  content: "\f0cc";
}
.legacy .fa-underline:before {
  content: "\f0cd";
}
.legacy .fa-table:before {
  content: "\f0ce";
}
.legacy .fa-magic:before {
  content: "\f0d0";
}
.legacy .fa-truck:before {
  content: "\f0d1";
}
.legacy .fa-pinterest:before {
  content: "\f0d2";
}
.legacy .fa-pinterest-square:before {
  content: "\f0d3";
}
.legacy .fa-google-plus-square:before {
  content: "\f0d4";
}
.legacy .fa-google-plus:before {
  content: "\f0d5";
}
.legacy .fa-money:before {
  content: "\f0d6";
}
.legacy .fa-caret-down:before {
  content: "\f0d7";
}
.legacy .fa-caret-up:before {
  content: "\f0d8";
}
.legacy .fa-caret-left:before {
  content: "\f0d9";
}
.legacy .fa-caret-right:before {
  content: "\f0da";
}
.legacy .fa-columns:before {
  content: "\f0db";
}
.legacy .fa-unsorted:before, .legacy .fa-sort:before {
  content: "\f0dc";
}
.legacy .fa-sort-down:before, .legacy .fa-sort-desc:before {
  content: "\f0dd";
}
.legacy .fa-sort-up:before, .legacy .fa-sort-asc:before {
  content: "\f0de";
}
.legacy .fa-envelope:before {
  content: "\f0e0";
}
.legacy .fa-linkedin:before {
  content: "\f0e1";
}
.legacy .fa-rotate-left:before, .legacy .fa-undo:before {
  content: "\f0e2";
}
.legacy .fa-legal:before, .legacy .fa-gavel:before {
  content: "\f0e3";
}
.legacy .fa-dashboard:before, .legacy .fa-tachometer:before {
  content: "\f0e4";
}
.legacy .fa-comment-o:before {
  content: "\f0e5";
}
.legacy .fa-comments-o:before {
  content: "\f0e6";
}
.legacy .fa-flash:before, .legacy .fa-bolt:before {
  content: "\f0e7";
}
.legacy .fa-sitemap:before {
  content: "\f0e8";
}
.legacy .fa-umbrella:before {
  content: "\f0e9";
}
.legacy .fa-paste:before, .legacy .fa-clipboard:before {
  content: "\f0ea";
}
.legacy .fa-lightbulb-o:before {
  content: "\f0eb";
}
.legacy .fa-exchange:before {
  content: "\f0ec";
}
.legacy .fa-cloud-download:before {
  content: "\f0ed";
}
.legacy .fa-cloud-upload:before {
  content: "\f0ee";
}
.legacy .fa-user-md:before {
  content: "\f0f0";
}
.legacy .fa-stethoscope:before {
  content: "\f0f1";
}
.legacy .fa-suitcase:before {
  content: "\f0f2";
}
.legacy .fa-bell-o:before {
  content: "\f0a2";
}
.legacy .fa-coffee:before {
  content: "\f0f4";
}
.legacy .fa-cutlery:before {
  content: "\f0f5";
}
.legacy .fa-file-text-o:before {
  content: "\f0f6";
}
.legacy .fa-building-o:before {
  content: "\f0f7";
}
.legacy .fa-hospital-o:before {
  content: "\f0f8";
}
.legacy .fa-ambulance:before {
  content: "\f0f9";
}
.legacy .fa-medkit:before {
  content: "\f0fa";
}
.legacy .fa-fighter-jet:before {
  content: "\f0fb";
}
.legacy .fa-beer:before {
  content: "\f0fc";
}
.legacy .fa-h-square:before {
  content: "\f0fd";
}
.legacy .fa-plus-square:before {
  content: "\f0fe";
}
.legacy .fa-angle-double-left:before {
  content: "\f100";
}
.legacy .fa-angle-double-right:before {
  content: "\f101";
}
.legacy .fa-angle-double-up:before {
  content: "\f102";
}
.legacy .fa-angle-double-down:before {
  content: "\f103";
}
.legacy .fa-angle-left:before {
  content: "\f104";
}
.legacy .fa-angle-right:before {
  content: "\f105";
}
.legacy .fa-angle-up:before {
  content: "\f106";
}
.legacy .fa-angle-down:before {
  content: "\f107";
}
.legacy .fa-desktop:before {
  content: "\f108";
}
.legacy .fa-laptop:before {
  content: "\f109";
}
.legacy .fa-tablet:before {
  content: "\f10a";
}
.legacy .fa-mobile-phone:before, .legacy .fa-mobile:before {
  content: "\f10b";
}
.legacy .fa-circle-o:before {
  content: "\f10c";
}
.legacy .fa-quote-left:before {
  content: "\f10d";
}
.legacy .fa-quote-right:before {
  content: "\f10e";
}
.legacy .fa-spinner:before {
  content: "\f110";
}
.legacy .fa-circle:before {
  content: "\f111";
}
.legacy .fa-mail-reply:before, .legacy .fa-reply:before {
  content: "\f112";
}
.legacy .fa-github-alt:before {
  content: "\f113";
}
.legacy .fa-folder-o:before {
  content: "\f114";
}
.legacy .fa-folder-open-o:before {
  content: "\f115";
}
.legacy .fa-smile-o:before {
  content: "\f118";
}
.legacy .fa-frown-o:before {
  content: "\f119";
}
.legacy .fa-meh-o:before {
  content: "\f11a";
}
.legacy .fa-gamepad:before {
  content: "\f11b";
}
.legacy .fa-keyboard-o:before {
  content: "\f11c";
}
.legacy .fa-flag-o:before {
  content: "\f11d";
}
.legacy .fa-flag-checkered:before {
  content: "\f11e";
}
.legacy .fa-terminal:before {
  content: "\f120";
}
.legacy .fa-code:before {
  content: "\f121";
}
.legacy .fa-mail-reply-all:before, .legacy .fa-reply-all:before {
  content: "\f122";
}
.legacy .fa-star-half-empty:before, .legacy .fa-star-half-full:before, .legacy .fa-star-half-o:before {
  content: "\f123";
}
.legacy .fa-location-arrow:before {
  content: "\f124";
}
.legacy .fa-crop:before {
  content: "\f125";
}
.legacy .fa-code-fork:before {
  content: "\f126";
}
.legacy .fa-unlink:before, .legacy .fa-chain-broken:before {
  content: "\f127";
}
.legacy .fa-question:before {
  content: "\f128";
}
.legacy .fa-info:before {
  content: "\f129";
}
.legacy .fa-exclamation:before {
  content: "\f12a";
}
.legacy .fa-superscript:before {
  content: "\f12b";
}
.legacy .fa-subscript:before {
  content: "\f12c";
}
.legacy .fa-eraser:before {
  content: "\f12d";
}
.legacy .fa-puzzle-piece:before {
  content: "\f12e";
}
.legacy .fa-microphone:before {
  content: "\f130";
}
.legacy .fa-microphone-slash:before {
  content: "\f131";
}
.legacy .fa-shield:before {
  content: "\f132";
}
.legacy .fa-calendar-o:before {
  content: "\f133";
}
.legacy .fa-fire-extinguisher:before {
  content: "\f134";
}
.legacy .fa-rocket:before {
  content: "\f135";
}
.legacy .fa-maxcdn:before {
  content: "\f136";
}
.legacy .fa-chevron-circle-left:before {
  content: "\f137";
}
.legacy .fa-chevron-circle-right:before {
  content: "\f138";
}
.legacy .fa-chevron-circle-up:before {
  content: "\f139";
}
.legacy .fa-chevron-circle-down:before {
  content: "\f13a";
}
.legacy .fa-html5:before {
  content: "\f13b";
}
.legacy .fa-css3:before {
  content: "\f13c";
}
.legacy .fa-anchor:before {
  content: "\f13d";
}
.legacy .fa-unlock-alt:before {
  content: "\f13e";
}
.legacy .fa-bullseye:before {
  content: "\f140";
}
.legacy .fa-ellipsis-h:before {
  content: "\f141";
}
.legacy .fa-ellipsis-v:before {
  content: "\f142";
}
.legacy .fa-rss-square:before {
  content: "\f143";
}
.legacy .fa-play-circle:before {
  content: "\f144";
}
.legacy .fa-ticket:before {
  content: "\f145";
}
.legacy .fa-minus-square:before {
  content: "\f146";
}
.legacy .fa-minus-square-o:before {
  content: "\f147";
}
.legacy .fa-level-up:before {
  content: "\f148";
}
.legacy .fa-level-down:before {
  content: "\f149";
}
.legacy .fa-check-square:before {
  content: "\f14a";
}
.legacy .fa-pencil-square:before {
  content: "\f14b";
}
.legacy .fa-external-link-square:before {
  content: "\f14c";
}
.legacy .fa-share-square:before {
  content: "\f14d";
}
.legacy .fa-compass:before {
  content: "\f14e";
}
.legacy .fa-toggle-down:before, .legacy .fa-caret-square-o-down:before {
  content: "\f150";
}
.legacy .fa-toggle-up:before, .legacy .fa-caret-square-o-up:before {
  content: "\f151";
}
.legacy .fa-toggle-right:before, .legacy .fa-caret-square-o-right:before {
  content: "\f152";
}
.legacy .fa-euro:before, .legacy .fa-eur:before {
  content: "\f153";
}
.legacy .fa-gbp:before {
  content: "\f154";
}
.legacy .fa-dollar:before, .legacy .fa-usd:before {
  content: "\f155";
}
.legacy .fa-rupee:before, .legacy .fa-inr:before {
  content: "\f156";
}
.legacy .fa-cny:before, .legacy .fa-rmb:before, .legacy .fa-yen:before, .legacy .fa-jpy:before {
  content: "\f157";
}
.legacy .fa-ruble:before, .legacy .fa-rouble:before, .legacy .fa-rub:before {
  content: "\f158";
}
.legacy .fa-won:before, .legacy .fa-krw:before {
  content: "\f159";
}
.legacy .fa-bitcoin:before, .legacy .fa-btc:before {
  content: "\f15a";
}
.legacy .fa-file:before {
  content: "\f15b";
}
.legacy .fa-file-text:before {
  content: "\f15c";
}
.legacy .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.legacy .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.legacy .fa-sort-amount-asc:before {
  content: "\f160";
}
.legacy .fa-sort-amount-desc:before {
  content: "\f161";
}
.legacy .fa-sort-numeric-asc:before {
  content: "\f162";
}
.legacy .fa-sort-numeric-desc:before {
  content: "\f163";
}
.legacy .fa-thumbs-up:before {
  content: "\f164";
}
.legacy .fa-thumbs-down:before {
  content: "\f165";
}
.legacy .fa-youtube-square:before {
  content: "\f166";
}
.legacy .fa-youtube:before {
  content: "\f167";
}
.legacy .fa-xing:before {
  content: "\f168";
}
.legacy .fa-xing-square:before {
  content: "\f169";
}
.legacy .fa-youtube-play:before {
  content: "\f16a";
}
.legacy .fa-dropbox:before {
  content: "\f16b";
}
.legacy .fa-stack-overflow:before {
  content: "\f16c";
}
.legacy .fa-instagram:before {
  content: "\f16d";
}
.legacy .fa-flickr:before {
  content: "\f16e";
}
.legacy .fa-adn:before {
  content: "\f170";
}
.legacy .fa-bitbucket:before {
  content: "\f171";
}
.legacy .fa-bitbucket-square:before {
  content: "\f172";
}
.legacy .fa-tumblr:before {
  content: "\f173";
}
.legacy .fa-tumblr-square:before {
  content: "\f174";
}
.legacy .fa-long-arrow-down:before {
  content: "\f175";
}
.legacy .fa-long-arrow-up:before {
  content: "\f176";
}
.legacy .fa-long-arrow-left:before {
  content: "\f177";
}
.legacy .fa-long-arrow-right:before {
  content: "\f178";
}
.legacy .fa-apple:before {
  content: "\f179";
}
.legacy .fa-windows:before {
  content: "\f17a";
}
.legacy .fa-android:before {
  content: "\f17b";
}
.legacy .fa-linux:before {
  content: "\f17c";
}
.legacy .fa-dribbble:before {
  content: "\f17d";
}
.legacy .fa-skype:before {
  content: "\f17e";
}
.legacy .fa-foursquare:before {
  content: "\f180";
}
.legacy .fa-trello:before {
  content: "\f181";
}
.legacy .fa-female:before {
  content: "\f182";
}
.legacy .fa-male:before {
  content: "\f183";
}
.legacy .fa-gittip:before {
  content: "\f184";
}
.legacy .fa-sun-o:before {
  content: "\f185";
}
.legacy .fa-moon-o:before {
  content: "\f186";
}
.legacy .fa-archive:before {
  content: "\f187";
}
.legacy .fa-bug:before {
  content: "\f188";
}
.legacy .fa-vk:before {
  content: "\f189";
}
.legacy .fa-weibo:before {
  content: "\f18a";
}
.legacy .fa-renren:before {
  content: "\f18b";
}
.legacy .fa-pagelines:before {
  content: "\f18c";
}
.legacy .fa-stack-exchange:before {
  content: "\f18d";
}
.legacy .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.legacy .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.legacy .fa-toggle-left:before, .legacy .fa-caret-square-o-left:before {
  content: "\f191";
}
.legacy .fa-dot-circle-o:before {
  content: "\f192";
}
.legacy .fa-wheelchair:before {
  content: "\f193";
}
.legacy .fa-vimeo-square:before {
  content: "\f194";
}
.legacy .fa-turkish-lira:before, .legacy .fa-try:before {
  content: "\f195";
}
.legacy .fa-plus-square-o:before {
  content: "\f196";
}
.legacy .fa-space-shuttle:before {
  content: "\f197";
}
.legacy .fa-slack:before {
  content: "\f198";
}
.legacy .fa-envelope-square:before {
  content: "\f199";
}
.legacy .fa-wordpress:before {
  content: "\f19a";
}
.legacy .fa-openid:before {
  content: "\f19b";
}
.legacy .fa-institution:before, .legacy .fa-bank:before, .legacy .fa-university:before {
  content: "\f19c";
}
.legacy .fa-mortar-board:before, .legacy .fa-graduation-cap:before {
  content: "\f19d";
}
.legacy .fa-yahoo:before {
  content: "\f19e";
}
.legacy .fa-google:before {
  content: "\f1a0";
}
.legacy .fa-reddit:before {
  content: "\f1a1";
}
.legacy .fa-reddit-square:before {
  content: "\f1a2";
}
.legacy .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.legacy .fa-stumbleupon:before {
  content: "\f1a4";
}
.legacy .fa-delicious:before {
  content: "\f1a5";
}
.legacy .fa-digg:before {
  content: "\f1a6";
}
.legacy .fa-pied-piper:before {
  content: "\f1a7";
}
.legacy .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.legacy .fa-drupal:before {
  content: "\f1a9";
}
.legacy .fa-joomla:before {
  content: "\f1aa";
}
.legacy .fa-language:before {
  content: "\f1ab";
}
.legacy .fa-fax:before {
  content: "\f1ac";
}
.legacy .fa-building:before {
  content: "\f1ad";
}
.legacy .fa-child:before {
  content: "\f1ae";
}
.legacy .fa-paw:before {
  content: "\f1b0";
}
.legacy .fa-spoon:before {
  content: "\f1b1";
}
.legacy .fa-cube:before {
  content: "\f1b2";
}
.legacy .fa-cubes:before {
  content: "\f1b3";
}
.legacy .fa-behance:before {
  content: "\f1b4";
}
.legacy .fa-behance-square:before {
  content: "\f1b5";
}
.legacy .fa-steam:before {
  content: "\f1b6";
}
.legacy .fa-steam-square:before {
  content: "\f1b7";
}
.legacy .fa-recycle:before {
  content: "\f1b8";
}
.legacy .fa-automobile:before, .legacy .fa-car:before {
  content: "\f1b9";
}
.legacy .fa-cab:before, .legacy .fa-taxi:before {
  content: "\f1ba";
}
.legacy .fa-tree:before {
  content: "\f1bb";
}
.legacy .fa-spotify:before {
  content: "\f1bc";
}
.legacy .fa-deviantart:before {
  content: "\f1bd";
}
.legacy .fa-soundcloud:before {
  content: "\f1be";
}
.legacy .fa-database:before {
  content: "\f1c0";
}
.legacy .fa-file-pdf-o:before {
  content: "\f1c1";
}
.legacy .fa-file-word-o:before {
  content: "\f1c2";
}
.legacy .fa-file-excel-o:before {
  content: "\f1c3";
}
.legacy .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.legacy .fa-file-photo-o:before, .legacy .fa-file-picture-o:before, .legacy .fa-file-image-o:before {
  content: "\f1c5";
}
.legacy .fa-file-zip-o:before, .legacy .fa-file-archive-o:before {
  content: "\f1c6";
}
.legacy .fa-file-sound-o:before, .legacy .fa-file-audio-o:before {
  content: "\f1c7";
}
.legacy .fa-file-movie-o:before, .legacy .fa-file-video-o:before {
  content: "\f1c8";
}
.legacy .fa-file-code-o:before {
  content: "\f1c9";
}
.legacy .fa-vine:before {
  content: "\f1ca";
}
.legacy .fa-codepen:before {
  content: "\f1cb";
}
.legacy .fa-jsfiddle:before {
  content: "\f1cc";
}
.legacy .fa-life-bouy:before, .legacy .fa-life-buoy:before, .legacy .fa-life-saver:before, .legacy .fa-support:before, .legacy .fa-life-ring:before {
  content: "\f1cd";
}
.legacy .fa-circle-o-notch:before {
  content: "\f1ce";
}
.legacy .fa-ra:before, .legacy .fa-rebel:before {
  content: "\f1d0";
}
.legacy .fa-ge:before, .legacy .fa-empire:before {
  content: "\f1d1";
}
.legacy .fa-git-square:before {
  content: "\f1d2";
}
.legacy .fa-git:before {
  content: "\f1d3";
}
.legacy .fa-hacker-news:before {
  content: "\f1d4";
}
.legacy .fa-tencent-weibo:before {
  content: "\f1d5";
}
.legacy .fa-qq:before {
  content: "\f1d6";
}
.legacy .fa-wechat:before, .legacy .fa-weixin:before {
  content: "\f1d7";
}
.legacy .fa-send:before, .legacy .fa-paper-plane:before {
  content: "\f1d8";
}
.legacy .fa-send-o:before, .legacy .fa-paper-plane-o:before {
  content: "\f1d9";
}
.legacy .fa-history:before {
  content: "\f1da";
}
.legacy .fa-circle-thin:before {
  content: "\f1db";
}
.legacy .fa-header:before {
  content: "\f1dc";
}
.legacy .fa-paragraph:before {
  content: "\f1dd";
}
.legacy .fa-sliders:before {
  content: "\f1de";
}
.legacy .fa-share-alt:before {
  content: "\f1e0";
}
.legacy .fa-share-alt-square:before {
  content: "\f1e1";
}
.legacy .fa-bomb:before {
  content: "\f1e2";
}
.legacy .fa-soccer-ball-o:before, .legacy .fa-futbol-o:before {
  content: "\f1e3";
}
.legacy .fa-tty:before {
  content: "\f1e4";
}
.legacy .fa-binoculars:before {
  content: "\f1e5";
}
.legacy .fa-plug:before {
  content: "\f1e6";
}
.legacy .fa-slideshare:before {
  content: "\f1e7";
}
.legacy .fa-twitch:before {
  content: "\f1e8";
}
.legacy .fa-yelp:before {
  content: "\f1e9";
}
.legacy .fa-newspaper-o:before {
  content: "\f1ea";
}
.legacy .fa-wifi:before {
  content: "\f1eb";
}
.legacy .fa-calculator:before {
  content: "\f1ec";
}
.legacy .fa-paypal:before {
  content: "\f1ed";
}
.legacy .fa-google-wallet:before {
  content: "\f1ee";
}
.legacy .fa-cc-visa:before {
  content: "\f1f0";
}
.legacy .fa-cc-mastercard:before {
  content: "\f1f1";
}
.legacy .fa-cc-discover:before {
  content: "\f1f2";
}
.legacy .fa-cc-amex:before {
  content: "\f1f3";
}
.legacy .fa-cc-paypal:before {
  content: "\f1f4";
}
.legacy .fa-cc-stripe:before {
  content: "\f1f5";
}
.legacy .fa-bell-slash:before {
  content: "\f1f6";
}
.legacy .fa-bell-slash-o:before {
  content: "\f1f7";
}
.legacy .fa-trash:before {
  content: "\f1f8";
}
.legacy .fa-copyright:before {
  content: "\f1f9";
}
.legacy .fa-at:before {
  content: "\f1fa";
}
.legacy .fa-eyedropper:before {
  content: "\f1fb";
}
.legacy .fa-paint-brush:before {
  content: "\f1fc";
}
.legacy .fa-birthday-cake:before {
  content: "\f1fd";
}
.legacy .fa-area-chart:before {
  content: "\f1fe";
}
.legacy .fa-pie-chart:before {
  content: "\f200";
}
.legacy .fa-line-chart:before {
  content: "\f201";
}
.legacy .fa-lastfm:before {
  content: "\f202";
}
.legacy .fa-lastfm-square:before {
  content: "\f203";
}
.legacy .fa-toggle-off:before {
  content: "\f204";
}
.legacy .fa-toggle-on:before {
  content: "\f205";
}
.legacy .fa-bicycle:before {
  content: "\f206";
}
.legacy .fa-bus:before {
  content: "\f207";
}
.legacy .fa-ioxhost:before {
  content: "\f208";
}
.legacy .fa-angellist:before {
  content: "\f209";
}
.legacy .fa-cc:before {
  content: "\f20a";
}
.legacy .fa-shekel:before, .legacy .fa-sheqel:before, .legacy .fa-ils:before {
  content: "\f20b";
}
.legacy .fa-meanpath:before {
  content: "\f20c";
}
.legacy .flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;
  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;
}
@-webkit-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #fbf8b2;
  }
  100% {
    background-color: none;
  }
}
@-moz-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #fbf8b2;
  }
  100% {
    background-color: none;
  }
}
@-ms-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #fbf8b2;
  }
  100% {
    background-color: none;
  }
}
.legacy body {
  background-color: white;
}
.legacy .message-timestamp {
  font-size: 13px;
  font-weight: 700;
}

.legacy .message-comment-text ul {
  padding-inline-start: 15px;
  list-style-type: disc;
}

.legacy .message-comment-text > ul{
  margin: 0 0 10px;
}

.legacy .message-comment-text > p + address{
  margin-top: -10px;
  margin-bottom: 10px;
}

.legacy .required .form-group .control-label-content::after,
.legacy .required .checkbox .control-label-content::after {
  content: "  *";
  color: red;
}
.legacy .formInvalidated .required .incomplete input,
.legacy .credentials-form .incomplete input,
.legacy .formInvalidated .required .incomplete select,
.legacy .credentials-form .incomplete select,
.legacy .formInvalidated .required .incomplete,
.legacy .credentials-form .incomplete {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(241, 132, 132, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(241, 132, 132, 0.6);
}
.legacy .required .incomplete input,
.legacy .required .incomplete select,
.legacy .required .incomplete {
  border-color: #83C98C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(45, 133, 57, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(45, 133, 57, 0.6);
}
.legacy .validationMessage {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.legacy .spinner-center-container {
  /*border: 1px solid #999;*/
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  height: 100px;
  width: 100px;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000000000;
}
.legacy .spinner-center-container::after {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 1999999999;
}
.legacy .pull-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.legacy .content-panel {
  text-align: center;
  color: #aaa;
  background: #fff;
  border-radius: 4px;
}
.legacy .content-panel-main {
  padding: 44px 60px 24px;
}
.legacy .or-container {
  position: absolute;
  left: 50%;
  margin-left: -31px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  padding: 0 15px;
}
.legacy .content-panel-secondary {
  padding: 42px 60px 15px;
  background: #f4f4f4;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #ddd;
}
.legacy .lender-dropdown {
  min-width: 200px;
  background-color: white;
  color: #000;
  font-weight: 700;
  pointer-events: auto;
}
.legacy .lender-iframe {
  border: 0;
  display: block;
  width: calc(100% - 5px);
  height: 100%;
}
.legacy .lender-iframe-loading {
  border: 0;
  display: block;
  width: calc(100% - 5px);
  height: 100%;
}
.legacy .field input:not([type=checkbox]),
.legacy .field select,
.legacy .field button {
  width: 100%;
}
.legacy .field label:first-child {
  display: block;
}
.legacy .field label:last-child::before {
  white-space: pre;
  content: "  ";
}
.legacy .composite-activated::before {
  position: absolute;
  content: "";
  background: rgba(255, 0, 0, 0.5);
  border: 2px solid rgb(255, 0, 0);
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.legacy .composite::before {
  position: absolute;
  content: "";
  background: rgba(255, 0, 0, 0.2);
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.legacy .activated::before,
.legacy .activated.paired::before {
  position: absolute;
  content: "";
  background: rgba(0, 234, 255, 0.5);
  border: 2px solid rgb(0, 234, 255);
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.legacy .paired::before {
  position: absolute;
  content: "";
  background: rgba(18, 255, 0, 0.5);
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.legacy .block-clicks * {
  pointer-events: none;
}
.legacy .scrollable {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
.legacy .toolbar-float-right {
  display: inline-block;
  float: right;
}
.legacy .toolbar {
  background: linear-gradient(#cbcbcb, #fff);
  padding: 10px 10px 10px 20px;
}
.legacy .tb {
  display: table;
}
.legacy .tb > .tr > .col-xs-1,
.legacy .tb > .tr > .col-sm-1,
.legacy .tb > .tr > .col-md-1,
.legacy .tb > .tr > .col-lg-1,
.legacy .tb > .tr > .col-xs-2,
.legacy .tb > .tr > .col-sm-2,
.legacy .tb > .tr > .col-md-2,
.legacy .tb > .tr > .col-lg-2,
.legacy .tb > .tr > .col-xs-3,
.legacy .tb > .tr > .col-sm-3,
.legacy .tb > .tr > .col-md-3,
.legacy .tb > .tr > .col-lg-3,
.legacy .tb > .tr > .col-xs-4,
.legacy .tb > .tr > .col-sm-4,
.legacy .tb > .tr > .col-md-4,
.legacy .tb > .tr > .col-lg-4,
.legacy .tb > .tr > .col-xs-5,
.legacy .tb > .tr > .col-sm-5,
.legacy .tb > .tr > .col-md-5,
.legacy .tb > .tr > .col-lg-5,
.legacy .tb > .tr > .col-xs-6,
.legacy .tb > .tr > .col-sm-6,
.legacy .tb > .tr > .col-md-6,
.legacy .tb > .tr > .col-lg-6,
.legacy .tb > .tr > .col-xs-7,
.legacy .tb > .tr > .col-sm-7,
.legacy .tb > .tr > .col-md-7,
.legacy .tb > .tr > .col-lg-7,
.legacy .tb > .tr > .col-xs-8,
.legacy .tb > .tr > .col-sm-8,
.legacy .tb > .tr > .col-md-8,
.legacy .tb > .tr > .col-lg-8,
.legacy .tb > .tr > .col-xs-9,
.legacy .tb > .tr > .col-sm-9,
.legacy .tb > .tr > .col-md-9,
.legacy .tb > .tr > .col-lg-9,
.legacy .tb > .tr > .col-xs-10,
.legacy .tb > .tr > .col-sm-10,
.legacy .tb > .tr > .col-md-10,
.legacy .tb > .tr > .col-lg-10,
.legacy .tb > .tr > .col-xs-11,
.legacy .tb > .tr > .col-sm-11,
.legacy .tb > .tr > .col-md-11,
.legacy .tb > .tr > .col-lg-11,
.legacy .tb > .tr > .col-xs-12,
.legacy .tb > .tr > .col-sm-12,
.legacy .tb > .tr > .col-md-12,
.legacy .tb > .tr > .col-lg-12 {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
.legacy .row-bottom > .field-container,
.legacy .row-bottom > .field-after {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.legacy .tb-wide {
  width: 100%;
}
.legacy .tr {
  display: table-row;
}
.legacy .td {
  display: table-cell;
}
.legacy .td-valign-middle {
  display: table-cell;
  vertical-align: middle;
}
.legacy .td-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.legacy .no-select,
.legacy .no-select * {
  -webkit-user-select: none;
}
.legacy .spinner-container {
  position: relative;
  display: inline-block;
}
.legacy .multiple-input * {
  float: left;
}
.legacy .manage-credentials {
  padding: 20px 0px;
}
.legacy .config-button {
  color: #555;
  font-size: 25px;
}
.legacy .config-button-container {
  display: inline-block;
}
.legacy .status-vehicle-info td + td {
  width: 50%;
}
.legacy .status-top-pane-footer div {
  background-color: #f5f5f5;
}
.legacy .status-top-pane-footer div {
  padding: 8px;
  font-size: 16px;
  display: block;
  border: 1px solid #ddd;
  border-top: 0;
  float: left;
}
.legacy .status-top-pane-footer div:first-child:last-child {
  width: 100%;
}
.legacy .status-top-pane-footer div:first-child,
.legacy .status-top-pane-footer div:last-child {
  width: 50%;
}
.legacy .status-top-pane-footer div:not(:first-child):last-child {
  border-left: 0;
}
.legacy .tb.tb-striped > .tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.legacy .tb.tb-dashboard {
  width: 100%;
  border-collapse: collapse;
}
.legacy .tb.tb-dashboard .td {
  padding: 3px 10px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
.legacy .tb.tb-dashboard .tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.legacy .tb.tb-bordered {
  border-collapse: collapse;
}
.legacy .tb.tb-bordered .td {
  vertical-align: middle;
  font-size: 16px;
  padding: 8px;
}
.legacy .tb.tb-bordered .tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.legacy .tb.tb-bordered {
  border: 1px solid #ddd;
}
.legacy .body-home {
  background-color: #fff;
}
.legacy .sorted {
  background-color: #efefef;
}
.legacy .toggle-btn,
.legacy .form-control-feedback-btn,
.legacy .hand-no-select,
.legacy .sorted,
.legacy .no-sorted,
.legacy .hover-highlight:hover td {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
}
.legacy .no-sorted span::after,
.legacy .sorted span::after,
.legacy .sorted.sorted-inverse span::after {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  float: right;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 10px;
  /*border: 1px solid black;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.legacy .no-sorted span::after {
  content: "\e094";
  visibility: hidden;
}
.legacy .sorted span::after {
  content: "\e094";
}
.legacy .sorted.sorted-inverse span::after {
  content: "\e093";
}
.legacy .hover-highlight:hover td {
  background-color: #fcf8e3;
}
.legacy .tb.tb-padded .td {
  padding: 5px 10px;
}
.legacy .launcher-item-container {
  color: #555;
  display: inline-block;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.legacy .launcher-item-icon {
  font-size: 40px;
  padding-bottom: 15px;
}
.legacy .launcher-item-text {
  font-size: 15px;
  font-weight: 300;
}
.legacy a:hover.add-warranty-package-container,
.legacy a:focus.add-warranty-package-container,
.legacy a:hover.config-button a:focus.config-button,
.legacy a:hover.launcher-item-container,
.legacy a:focus.launcher-item-container {
  color: #23527c !important;
  text-decoration: none !important;
}
.legacy .inline-block {
  display: inline-block;
}
.legacy .modal-lightspeed {
  max-width: 700px;
  margin: auto;
}
.legacy .modal-iframe .modal-body {
  height: 290px;
}
.legacy .modal-iframe.modal-lg .modal-body {
  height: 70%;
}
.legacy .modal-iframe .modal-iframe-box {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
}
.legacy .modal-iframe iframe {
  border: 0px;
  width: 100%;
  height: 100%;
}
.legacy .navbar-icon {
  font-size: 35px;
  color: #666666;
}
.legacy .navbar-icon:hover, .legacy .nav-item.dropdown.open a span {
  color: #2366B1;
}
.legacy .navbar-icon.ol-navbar-account,
.legacy .navbar-icon.ol-navbar-new-app {
  margin-right: 0.2em;
}
.legacy .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #266bb9 0%, #2366B1 100%);
  background-image: -o-linear-gradient(top, #266bb9 0%, #2366B1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#266bb9), to(#2366B1));
  background-image: linear-gradient(to bottom, #266bb9 0%, #2366B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#266bb9", endColorstr="#2366B1", GradientType=0);
}
.legacy .navbar-nav .active a span {
  color: #fff;
  fill: white;
}

.legacy .big-gray-title,
.legacy .warranty-preview-title {
  font-weight: 300;
  color: #999;
}
.legacy .table.table-no-border th,
.legacy .table.table-no-border td {
  border-top: none;
}
.legacy .horizontal {
  width: 100%;
  overflow: auto;
}
.legacy .horizontal-body {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
}
.legacy .horizontal-item {
  display: table-cell;
  padding: 15px;
}
.legacy .horizontal-item-no-padding {
  display: table-cell;
  padding: 0px;
}
.legacy .horizontal-item-v-top {
  vertical-align: top;
}
.legacy .vertical-align-middle {
  vertical-align: middle;
}
.legacy .warranty-package-container {
  border-spacing: 10px 0px;
}
.legacy .warranty-package-container:first-child {
  margin-top: 15px;
}
.legacy .warranty-package-container:last-child {
  margin-bottom: 10px;
}
.legacy .warranty-package-container:first-child .warranty-package {
  border-top-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.legacy .warranty-package-container:last-child .warranty-package {
  border-bottom-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.legacy .warranty-package {
  background-color: #efefef;
  border-color: #ccc;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
}
.legacy .warranty-package h4 {
  margin-bottom: 30px;
}
.legacy .warranty-package.disabled,
.legacy .warranty-package .disabled {
  background-color: rgba(238, 238, 238, 0.7) !important;
}
.legacy .add-warranty-package-icon {
  font-size: 40px;
  padding-bottom: 15px;
}
.legacy .add-warranty-package-text {
  font-size: 15px;
  font-weight: 300;
}
.legacy .add-warranty-package-container {
  color: #555;
  display: inline-block;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.legacy .warranty-package .list-group-item,
.legacy .warranty-package .list-group {
  border-color: rgba(0, 0, 0, 0.2);
}
.legacy .warranty-package .list-group-item {
  background-color: transparent;
}
.legacy .list-group-item.heading {
  background-color: var(--primary-color-start);
  color: #fff;
  font-weight: 700;
}
.legacy .document-upload.success {
  color: #3c763d;
}
.legacy .document-upload-item {
  font-size: 16px;
}
.legacy .document-upload-item .icon {
  padding-right: 10px;
}
.legacy .btn-file {
  position: relative;
  overflow: hidden;
}
.legacy .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.legacy .warranty-package input,
.legacy .warranty-package select {
  background-color: rgba(255, 255, 255, 0.3);
}
.legacy .warranty-package input[disabled],
.legacy .warranty-package select[disabled] {
  background-color: rgba(239, 239, 239, 0.6) !important;
}
.legacy .warranty-package input.warranty-package-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.legacy .bold {
  font-weight: 700;
}
.legacy .option-picker-row.active,
.legacy .option-picker-row.active td {
  background-color: #fcf8e3 !important;
}
.legacy .option-picker-row.active.disabled,
.legacy .option-picker-row.active.disabled:hover,
.legacy .option-picker-row.active.disabled td,
.legacy .option-picker-row.active.disabled:hover td {
  background-color: #efefef !important;
}
.legacy .option-picker {
  margin-bottom: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.legacy .option-picker .fa {
  color: var(--primary-color-start) !important;
}
.legacy .option-picker-row.disabled .fa {
  color: #999 !important;
}
.legacy .option-picker-focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.legacy .sidebar-toggle {
  background-color: #efefef;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}
.legacy .disclosure {
  margin: 0 15px 10px;
}
.legacy .form-control-feedback-btn {
  pointer-events: auto;
}
.legacy .toggle-btn {
  font-size: 20px;
  color: #1d6b24;
}
.legacy .disabled-btn-tooltip-container {
  pointer-events: auto;
  display: inline-block;
}
.legacy .input-danger {
  border-color: red;
  color: red;
  font-weight: 700;
}
.legacy .page-break-after {
  page-break-after: always !important;
}
.legacy .no-page-break-inside {
  page-break-inside: avoid;
}
.legacy .long-help-block {
  max-width: 720px;
}
@media print {
  .legacy select,
  .legacy select *,
  .legacy textarea,
  .legacy input[type] {
    font-size: 0.7em !important;
    height: 1.7em !important;
    padding: auto !important;
  }
}
.legacy .print-form .panel {
  border: 0 !important;
}
.legacy .print-form .row-bottom {
  position: relative;
  border: 1px solid black;
  border-top: 0;
}
.legacy .print-form .row-bottom:empty {
  display: none;
}
.legacy .print-form .row-title {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #efefef;
  -webkit-print-color-adjust: exact;
}
.legacy .print-form .form-section-title {
  font-weight: 700 !important;
  background: none !important;
  border: 0 !important;
  color: black !important;
}
.legacy .print-form .form-section-title h4 {
  font-size: 2em !important;
}
.legacy .print-form .row-title * {
  text-decoration: underline;
}
.legacy .print-form .row-title + .row-bottom,
.legacy .print-form .row-bottom:first-child {
  border-top: 1px solid black !important;
}
.legacy .print-form .field-container {
  position: relative;
  padding-top: 10px;
}
.legacy .field-after {
  display: none;
}
.legacy .print-form .field-after {
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid black;
}
.legacy .print-form .field-after:first-child {
  border-left: 1px solid black;
}
.legacy .print-form .field-after:last-child {
  border-right: 0;
}
.legacy .btn-ice {
  margin: 10px;
  background: #F3F8FE;
  color: #2366B1;
  font-weight: bold;
  padding: 10px 25px;
  border-width: 0px;
}
.legacy .btn-ice:hover {
  background: #2366B1;
  color: #F3F8FE;
}
.legacy .navbar-container-flow {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.legacy .btn-icon-left {
  float: left;
  margin-left: 5px;
}
.legacy .fa.icon,
.legacy .btn-icon {
  margin-right: 7px;
}
.legacy .btn-small .btn-icon {
  margin-right: 4px;
}
.legacy .btn-lg .btn-icon {
  margin-right: 10px;
}
.legacy .control-info {
  font-size: 12px;
  color: #999;
}
.legacy .btn-stacked .btn {
  margin-bottom: 10px;
}
.legacy .btn-stacked .btn:last-child {
  margin-bottom: auto;
}
.legacy .action-box-container {
  border-spacing: 10px 0px;
  margin-bottom: 40px;
  min-height: 10%;
}
.legacy .action-box {
  vertical-align: middle;
}
.legacy .page-bottom-space {
  margin-bottom: 250px;
}
.legacy .padding-right {
  padding-right: 20px;
}
.legacy .warranty-product-select {
  background-color: #dcdcdc !important;
  border-bottom: 0 !important;
}
.legacy .warranty-product-select {
  background-color: #dcdcdc !important;
}
.legacy .applications-unread {
  background-color: #fcf8e3 !important;
}
.legacy .td-wide {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.legacy .search-form {
  margin: 0;
  padding: 0;
}
.legacy #saved-applications-header .tr.dividers > .td,
.legacy #saved-applications-header .tr.dividers > .td-wide,
.legacy #saved-applications-header .tr.dividers > .td-valign-middle,
.legacy #saved-applications-header .tr.dividers > .td-centered {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  padding-left: 20px;
}
.legacy #saved-applications-header .tr.dividers > .td:last-child,
.legacy #saved-applications-header .tr.dividers > .td-wide:last-child,
.legacy #saved-applications-header .tr.dividers > .td-valign-middle:last-child,
.legacy #saved-applications-header .tr.dividers > .td-centered:last-child {
  border-right: 0;
  padding-right: 0;
}
.legacy #saved-applications-header .tr.dividers > .td:first-child,
.legacy #saved-applications-header .tr.dividers > .td-wide:first-child,
.legacy #saved-applications-header .tr.dividers > .td-valign-middle:first-child,
.legacy #saved-applications-header .tr.dividers > .td-centered:first-child {
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.legacy .invalid-field {
  color: red;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 5px;
}
.legacy .vehicle-carousel-img {
  max-width: 100%;
  max-height: 550px;
}
.legacy .panel-margined {
  margin-left: 10px;
  margin-right: 10px;
}
.legacy .disabled-term {
  color: #ccc;
}
.legacy .chat-bar {
  text-decoration: none;
  text-align: center;
  position: fixed;
  left: 100px;
  color: #efefef;
  bottom: 0;
  width: 376px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px 10px 0 0;
  background-color: rgb(51, 122, 183);
  padding: 6px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  z-index: 9999;
}
.legacy .chat-title {
  width: 300px;
}
.legacy .chat-bar:hover {
  background-color: #346A99;
}
.legacy .chat-bar .fa {
  line-height: 25px;
}
.legacy .navbar-right-container {
  width: calc(50% + 175px);
  min-width: 850px;
  float: right;
}
@media (max-width: 850px) {
  .legacy .navbar-right-container {
    width: auto;
    min-width: auto;
    float: none;
  }
}
.legacy .navbar-dropdown-container {
  text-align: center;
  float: left;
  margin: auto;
  width: 350px;
  max-width: 350px;
}
.legacy .navbar-dropdown > select {
  width: calc(100% - 70px) !important;
  display: inline-block !important;
}
.legacy .navbar-dropdown > button {
  width: 50px !important;
}
.legacy .invisible {
  visibility: hidden;
}
.legacy select.select-title {
  border: 0;
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align-last: center !important;
  width: auto !important;
  display: inline-block !important;
  height: 45px !important;
  outline: 0 !important;
  background: transparent !important;
  cursor: pointer;
}
.legacy .vehicles-carousel-title {
  max-width: 500px;
}
.legacy .warning-icon {
  color: #ff8200;
  text-decoration: none;
  margin-left: 5px;
}
.legacy .alert .warning-icon {
  color: inherit;
  margin-left: 5px;
}
.legacy .echo-field:empty::after {
  content: " ";
}
.legacy .list-group-item-disabled-input {
  min-height: 34px;
  cursor: not-allowed;
  color: #555;
  border: 1px solid #ccc;
  background: #eee;
  -webkit-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-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.legacy .list-group-item-disabled-input:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.legacy .list-group-item-form-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.legacy .list-group-item-form-control:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.legacy .checklist-row {
  display: table-row;
}
.legacy .checklist-icon-container {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  text-align: left;
  position: relative;
}
.legacy .checklist-icon {
  position: relative;
  font-size: 30px;
  padding: 2px;
  margin-top: 10px;
  margin-left: 21px;
  background: #efefef;
}
.legacy .checklist-row.checklist-pending .checklist-icon::before {
  font-family: "FontAwesome";
  /*content: "\f056";*/
  content: "\f068";
  color: #999;
  /*color: #ceab42;*/
}
.legacy .checklist-row.checklist-check .checklist-icon::before {
  font-family: "FontAwesome";
  /*content: "\f058";*/
  content: "\f00c";
  /*color: #71bf75;*/
  color: #999;
}
.legacy .checklist-row.checklist-uncheck .checklist-icon::before {
  font-family: "FontAwesome";
  /*content: "\f057";*/
  content: "\f00d";
  color: #ce6c6c;
}
.legacy .checklist-row.checklist-pending .checklist-item-arrow,
.legacy .checklist-row.checklist-check .checklist-item-arrow {
  border-right-color: rgb(247, 247, 247);
}
.legacy .checklist-row.checklist-pending .checklist-item-body,
.legacy .checklist-row.checklist-check .checklist-item-body {
  background: rgb(247, 247, 247);
  color: rgb(155, 155, 155);
}
.legacy .checklist-row.checklist-pending .checklist-item-body label,
.legacy .checklist-row.checklist-check .checklist-item-body label {
  color: rgb(177, 177, 177);
}
.legacy .checklist-line {
  margin-left: 32px;
  background: #999;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.legacy .checklist-container {
  background: #efefef;
}
.legacy .checklist-container .flat-cancel-button {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #D52116;
	padding: 15px 30px;
	background-color: transparent;
	position: absolute;
	left: 20px;
	bottom: 35px;
	border: 1px solid #D52116;
	border-radius: 2px;
}

.legacy .checklist-container .flat-cancel-button:hover {
	background-color: #D52116;
	color: #FFF;
}
.legacy .checklist-container .flat-cancel-button--disabled {
	background-color: #E6E9EF;
	color: #30333A;
	border: 1px solid #898F99;
}

.legacy .checklist-container .flat-cancel-button--disabled:hover {
	background-color: #E6E9EF;
	color: inherit;
}
.legacy .checklist,
.legacy .checklist-item-container {
  display: table;
  width: 100%;
}
.legacy .checklist-item-body-container,
.legacy .checklist-item-arrow-container {
  display: table-cell;
  vertical-align: top;
}
.legacy .checklist-item-body-container {
  width: 100%;
}
.legacy .checklist-item-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  margin-top: 20px;
}
.legacy .checklist-item-body {
  position: relative;
  text-align: left;
  background: #fff;
  min-height: 50px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
}
.legacy .checklist-status {
  margin-right: 25px;
  font-size: 14px;
  /*font-weight: 500;*/
  text-transform: uppercase;
}
.legacy .checklist-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid white;
  border-radius: 4px;
  padding: 3px 7px 3px 7px;
}
.legacy .checklist-btn.bold {
  font-weight: 700;
  border-width: 2px;
  padding: 4px 8px 4px 8px;
}
.legacy .short-duration {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.legacy .back {
  /*background: rgb(183, 76, 76);*/
}
.legacy .checklist-item-front {
  border-radius: 4px;
}
.legacy .checklist-row.checklist-pending .checklist-item-arrow.active {
  border-right-color: #ceab42;
}
.legacy .checklist-row.checklist-pending .checklist-item-front {
  background: #ceab42;
  color: white;
}
.legacy .checklist-row.checklist-uncheck .checklist-item-arrow.active {
  border-right-color: #be3434;
}
.legacy .checklist-row.checklist-uncheck .checklist-item-front {
  background: #be3434;
  color: white;
}
.legacy .checklist-row.checklist-check .checklist-item-arrow.active {
  border-right-color: #268c2b;
}
.legacy .checklist-row.checklist-check .checklist-item-front {
  background: #268c2b;
  color: white;
}
.legacy .checklist-row.checklist-uncheck:hover .checklist-icon::before {
  color: #be3434;
}
.legacy .checklist-row.checklist-check:hover .checklist-icon::before {
  color: #268c2b;
}
.legacy .checklist-row.checklist-pending:hover .checklist-icon::before {
  color: #ceab42;
}
.legacy .checklist-item-front {
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.legacy .panel-body.checklist-top {
  margin: 0;
  background: #fff;
  min-height: 100px;
  /*color: #efefef;*/
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.legacy .checklist-top .progress {
  width: 500px;
  display: inline-block;
  height: 40px;
}
.legacy .checklist-top-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
.legacy .checklist-status-container {
  width: 50%;
}
.legacy .checklist-status-container,
.legacy .checklist-more-info-container {
  display: table-cell;
  vertical-align: middle;
}
.legacy .checklist-info {
  display: table;
  width: 100%;
}
.legacy .terms-info {
  font-size: 14px;
}
.legacy .terms-info-left {
  font-weight: 300;
  text-transform: uppercase;
}
.legacy .refresh-required {
  color: white;
  font-weight: 700;
}
.legacy .cannot-find-vehicle-popover {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.legacy .cannot-find-vehicle-popover a:hover {
  text-decoration: none;
}
.legacy .obnoxious-warning-emphasis {
  font-weight: 700;
}
.legacy .obnoxious-warning-label {
  color: #403f3f;
  font-weight: 400;
  /* text-transform: uppercase; */
}
.legacy .carousel-status h1 {
  margin: 10px;
}
.legacy .carousel-status {
  margin-bottom: 0;
}
.legacy .burst {
  background: #be3434;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.legacy .burst-content {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translateY(-50%) rotate(12deg);
  display: inline-block;
  line-height: normal;
}
.legacy .burst:before, .legacy .burst:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: #be3434;
  z-index: -1;
}
.legacy .burst:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.legacy .burst:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
.legacy .first-time-buyer {
  float: right;
  position: relative;
  right: 35px;
  top: -20px;
}
.legacy .first-time-buyer-content {
  position: absolute;
  top: 0;
  left: 0;
}
.legacy .section-disabled {
  filter: blur(10px);
  opacity: 0.5;
  pointer-events: none;
}
.legacy .panel-ribbon {
  background-image: url(../img/panel-ribbon-center-@2x.png);
  background-size: 12px 91px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  height: 91px;
  padding: 24px 85px;
  text-align: center;
  color: #3c763d;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 1px 1px 0 #dddddd;
}
.legacy .panel-ribbon:before,
.legacy .panel-ribbon:after {
  content: "";
  width: 59px;
  background-size: 59px 91px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
}
.legacy .panel-ribbon:before {
  background-image: url(../img/panel-ribbon-left-@2x.png);
  left: -59px;
}
.legacy .panel-ribbon:after {
  background-image: url(../img/panel-ribbon-right-@2x.png);
  right: -59px;
}
.legacy .panel-heading-ribbon {
  position: relative;
  margin-bottom: 100px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}
.legacy .panel-heading-ribbon .panel-ribbon {
  top: 0;
}
.legacy .file-input {
  display: inline-block;
  position: relative;
}
.legacy .file-input > input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.legacy .file-input > label {
  display: block;
  font-weight: normal;
}
.legacy .dropzone {
  border: #ddd 3px dashed;
  border-radius: 4px;
  padding: 140px 90px;
  text-align: center;
  color: #ccc;
}
.legacy .dropzone.active {
  border-color: var(--primary-color-start);
  color: var(--primary-color-start);
}
.legacy .dropzone h2 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.legacy .dropzone h2 > i {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
.legacy .files {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacy .btn-default.disabled:hover,
.legacy .btn-default:disabled:hover,
.legacy .btn-default[disabled]:hover {
  background-color: #e0e0e0;
}
.legacy .btn-primary.disabled:hover,
.legacy .btn-primary:disabled:hover,
.legacy .btn-primary[disabled]:hover {
  background-color: var(--primary-color-end);
}
.legacy .btn-danger.disabled:hover,
.legacy .btn-danger:disabled:hover,
.legacy .btn-danger[disabled]:hover {
  background-color: #c12e2a;
}
.legacy .btn-loader {
  height: 20px;
}
.legacy .alert {
  position: relative;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.legacy .alert.alert-info {
  background: #cce8f6;
}
.legacy .alert.alert-success {
  background: #ddf3d5;
}
.legacy .alert.alert-warning {
  background: #f8f3d5;
}
.legacy .alert.alert-danger {
  background: #edc7c5;
}
.legacy .alert i.fa {
  position: absolute;
  left: 15px;
  top: 17px;
  margin-right: 8px;
  font-size: 16px;
}
.legacy .alert i.fa + span {
  display: block;
  padding-left: 25px;
}
.legacy .elt-text {
  padding-top: 15px;
}
.legacy .model-attachments .model-attachment.disabled {
  color: #c0c0c0;
}
.legacy .funding-warning {
  color: #9c6a23;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.legacy .funding-warning .warning-icon {
  margin-right: 3px;
}
.legacy .total-to-fund {
  font-weight: 500;
}
.legacy .modal-footer .opt-out {
  font-weight: normal;
  position: absolute;
  left: 15px;
  margin-top: 6px;
}
.legacy .modal-footer .opt-out > span {
  color: #737373;
  margin-left: 4px;
}
.legacy .modal {
  top: 60px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.legacy .control-label .help-text {
  margin-left: 5px;
  color: var(--primary-color-start);
  float: right;
  line-height: inherit;
}
.legacy .dropdown .searchable-list {
  z-index: 10000;
  left: 0;
  top: 33px;
}
.legacy .btn-dropdown {
  position: relative;
  font-weight: 500;
  user-select: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  padding-right: 30px;
}
.legacy .btn-dropdown.active {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.legacy .btn-dropdown span.fa {
  margin-right: 5px;
}
.legacy .btn-dropdown > i {
  margin-left: 3px;
}
.legacy .dropdown .btn-dropdown .fa-caret-down {
  position: absolute;
  top: 9px;
  right: 12px;
}
.legacy .searchable-list {
  position: absolute;
  min-width: 300px;
  width: 100%;
  display: inline-block;
  margin-top: 4px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
}
.legacy .searchable-list-item {
  position: relative;
  width: 100%;
  padding: 8px 8px 8px 30px;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #eaecef;
  font-size: 12px;
}
.legacy .searchable-list-item.accessory-item {
  padding: 8px 12px;
}
.legacy .searchable-list-item:hover {
  background: #f5f5f5;
}
.legacy .searchable-list-item.active {
  font-weight: 500;
}
.legacy .searchable-list-item span.fa {
  margin-right: 5px;
  width: 13px;
  text-align: center;
}
.legacy .searchable-list-item i.fa-check {
  display: none;
}
.legacy .searchable-list-item.active i.fa-check {
  display: inline-block;
  position: absolute;
  margin-left: -19px;
  margin-top: 3px;
}
.legacy .searchable-list-item.list-item-dropdown {
  padding: 0;
  overflow: visible;
  user-select: none;
}
.legacy .searchable-list-item.list-item-dropdown .dropdown-trigger {
  padding: 8px 8px 8px 30px;
}
.legacy .searchable-list-item .quote {
  margin-top: 4px;
  font-weight: normal;
  font-style: italic;
  color: #838383;
}
.legacy .dropdown-trigger.active {
  background: #f5f5f5;
}
.legacy .searchable-list .form-group {
  position: relative;
  margin: 0;
  padding-top: 55px;
}
.legacy .searchable-list .form-group > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fafbfc;
  border-bottom: 1px solid #dfe2e5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px;
  padding-bottom: 0;
}
.legacy .searchable-list .form-control {
  width: 100%;
}
.legacy .searchable-list .form-group > div:last-child {
  height: 300px;
  overflow: auto;
}
.legacy .multi-selector .dropdown .btn-dropdown {
  width: 100%;
}
.legacy .multi-selector-items {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.legacy .multi-selector-item {
  position: relative;
  padding: 8px;
  padding-right: 24px;
  border-top: 1px solid #ddd;
}
.legacy .multi-selector-item:first-child {
  border-top: none;
}
.legacy .multi-selector-item:nth-child(even) {
  background: #f9f9f9;
}
.legacy .multi-selector-item.disabled .multi-selector-item-remove {
  display: none;
}
.legacy .multi-selector-item-name {
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legacy .multi-selector-item-id {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.75;
  display: block;
  min-height: 13px;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legacy .multi-selector-item-price {
  position: absolute;
  right: 8px;
  top: 28px;
  font-size: 12px;
}
.legacy .multi-selector-item-remove {
  position: absolute;
  right: 8px;
  top: 11px;
}
.legacy .multi-selector-items-total {
  border-top: 2px solid #ddd;
  background: #f1f9fd !important;
}
.legacy .multi-selector-items-total .multi-selector-item-name {
  font-weight: 600;
}
.legacy .multi-selector-items-total .multi-selector-item-price {
  font-weight: 500;
  right: 8px;
  top: 8px;
  font-size: 14px;
}
.legacy .searchable-list-item .multi-selector-item {
  padding: 0;
  border-top: none;
}
.legacy .searchable-list-item .multi-selector-item:nth-child(even) {
  background: transparent;
}
.legacy .searchable-list-item .multi-selector-item .multi-selector-item-name {
  max-width: 220px;
}
.legacy .searchable-list-item .multi-selector-item .multi-selector-item-price {
  top: 8px;
  right: 0;
}
.legacy .control-label .secondary-text {
  display: block;
  color: grey;
  font-weight: normal;
  font-style: italic;
}
.legacy .table.option-picker > thead > tr {
  background-color: #f9f9f9;
}
.legacy .table.option-picker.table-striped.table-with-header > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.legacy .table.option-picker.table-striped.table-with-header > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.legacy .table.option-picker > thead:first-child > tr > th {
  border-top: 1px solid #ddd;
}
.legacy .table > .table-section-header > tr {
  font-size: 12px;
  background: whitesmoke;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 5px;
}
.legacy .table.table-striped > .table-section-header > tr {
  background: whitesmoke;
}
.legacy .table > .table-section-header > tr > th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.legacy .table > tbody > tr > td.option-picker-icon {
  padding-top: 10px;
}
.legacy .per-month-label {
  font-size: 14px;
  color: grey;
}
.legacy .no-margin-bottom {
  margin-bottom: 0;
}
.legacy .outer-prime-badge {
  display: inline-block;
  position: relative;
}
.legacy .inner-prime-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.legacy .itemization-field .badge {
  position: relative;
  top: -1px;
  right: 3px;
  font-size: 10px;
  font-weight: normal;
  background-color: var(--primary-color-start);
  padding-left: 9px;
  padding-right: 9px;
}
.legacy .itemization-multi-unit-field > .form-group {
  display: flex;
}
.legacy .itemization-multi-unit-field > .form-group > .control-label {
  align-self: center;
}
.legacy .itemization-multi-unit-field > .form-group .itemization-multi-unit-value {
  margin-bottom: 8px;
}
.legacy .itemization-multi-unit-field > .form-group .itemization-multi-unit-value:last-child {
  margin-bottom: 0;
}
.legacy .itemization-multi-unit-field .itemization-multi-unit-sublabel {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 4px;
}
.legacy .itemization-separator hr {
  margin: 0;
  border-top: 1px solid #dddddd;
}
.legacy .itemization-container {
  padding: 0 20px;
}
.legacy .itemization-header-section {
  display: block;
  width: calc(100% - 25px);
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem;
}
.legacy .itemization-header-section header {
  font-size: 22px;
  font-weight: bold;
  text-wrap:nowrap;
}
.legacy .itemization-header-section:has(.notices-container) {
  display: flex !important;
  align-items: end;
  width: calc(100% - 20px) !important;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0 !important;
}
.legacy .itemization-header-section .reminder-container {
  line-height: 0.75rem;
  padding: 1rem 1rem 0 1rem;
  text-align: right;
}
.legacy .itemization-header-section .notices-container {
  align-items: end;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.legacy .itemization-header-section .notice-pill {
  align-items: center;
  background: rgba(0, 125, 72, 0.05);
  border-radius: 20px;
  color: #007D48;
  display: flex;
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  line-height: 16px;
  margin-top: 20px;
  padding: 8px 20px 8px 10px;
  text-align: right;
}
.legacy .itemization-notice {
  background: rgba(0, 125, 72, 0.05);
  border: 1px solid #D5D9E0;
  display: flex;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1rem;
  padding: 10px 15px;
  width: calc(100% - 25px);
}
.legacy .itemization-notice .icon {
  flex-shrink: 0;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
.legacy .itemization-field .form-group {
  display: flex;
  justify-content: end;
  padding-right: 40px;
  align-items: start;
  gap: 20px;
}
.legacy .itemization-field .form-group .control-label {
  width: 60%;
}
.legacy .itemization-field .form-group .control-field {
  min-width: 180px;
  max-width: 180px;
}
.legacy .itemization-field[role='header'] {
  margin-top: 20px;
}
.legacy .itemization-total-section {
  border: solid 1px #dfdfdf;
  border-radius: 8px;
  margin: 10px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 15px 10px !important;
  margin-bottom: 20px;
}
.legacy .itemization-total-section header {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 22px;
  font-weight: bold;
}
.legacy .itemization-total-section .row:last-child .form-group {
  margin-bottom: 0;
}
.legacy .itemization-separator {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 960px) {
  .legacy .itemization-total-section {
      width: 75%;
      margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .legacy .itemization-header-section:has(+ .itemization-field[role='header']) {
      display: inline-block;
      width: 100px;
      float: left;
      border-bottom: none;
      margin-top: 20px;
  }
  .legacy .itemization-field .form-group .control-field {
      min-width: 230px;
      max-width: 230px;
  }
  .legacy .itemization-total-section {
      width: 50%;
      margin-left: auto;
  }
}
@media (max-width: 768px) {
  .legacy .itemization-total-section header {
      position: relative;
      top: -10px;
      left: 0;
  }
}
.legacy .legacy .label-prime-terms {
  background-color: #1B8DAF;
}
.legacy .legacy .carousel-instruction {
  padding-top: 15px;
  padding-bottom: 15px;
}
.legacy .table-status .status-align {
  vertical-align: middle;
}
.legacy .table-status .status-cap {
  text-transform: capitalize;
}
.legacy .table-status .status-button {
  width: 130px;
}
.legacy .table-text {
  font-size: 14;
}
.legacy .wtd-selected-vehicle {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 15px 20px;
  padding-top: 10px;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #606060;
}
.legacy .wtd-selected-vehicle > legend {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333;
  margin: 0;
  padding: 0 5px;
  border: 0;
  width: auto;
}
.legacy .wtd-selected-vehicle > legend .wtd-submit-different {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.legacy .wtd-selected-vehicle > div {
  display: flex;
  margin: 0 5px;
}
.legacy .wtd-selected-vehicle .wtd-selected-vehicle-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.legacy .wtd-selected-vehicle .wtd-selected-vehicle-info p:last-child {
  margin-bottom: 0;
}
.legacy .wtd-selected-vehicle .wtd-selected-vehicle-image > img {
  height: 70px;
  margin-left: 20px;
}
.legacy .selected-vehicle-info-narrow, .legacy .selected-term-info.narrow {
  display: none;
  margin-bottom: 15px;
  min-height: 90px;
}
.legacy .selected-vehicle-info-wide .wtd-selected-vehicle {
  margin-top: 0;
  margin-bottom: 15px;
}
.legacy .selected-vehicle-info-wide {
  display: block;
  margin-bottom: 15px;
}
.legacy .selected-term-info {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 30px;
    border-color: #d9d9e2;
    min-height: 0;
    margin-right: 0;
    margin-bottom: 15px;
    align-items: center;
}
.legacy .selected-term-info .deal-overview-title {
    font-family: Karla, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: 40%;
}
.legacy .selected-term-info .deal-overview-title a {
    font-family: Karla, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2366B1;
}
.legacy .selected-term-info .data {
    font-family: Karla, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.legacy .selected-term-info .data label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 992px) {
  .legacy .selected-vehicle-info-narrow {
    display: block;
  }
  .legacy .selected-term-info.narrow {
    display: flex;
  }
  .legacy .selected-vehicle-info-wide, .legacy .selected-term-info.wide {
    display: none;
  }
}
.legacy #dealTerms > .panel-body {
  padding-top: 30px;
}
.legacy #wtd-footer {
  padding: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.legacy .contracting-blocker-warning {
  margin: 0;
  padding: 10px;
  display: flex;
  margin-left: 140px;
  overflow: auto;
  align-items: center;
}
.legacy .contracting-blocker-warning .warning-icon {
  font-size: 34px;
  margin-top: 3px;
}
.legacy .contracting-blockers {
  padding-inline-start: 30px;
}
.legacy .contracting-blockers > li {
  font-weight: bold;
  margin-bottom: 0px;
}
.legacy .contracting-blockers.single-blocker {
  list-style-type: none;
  padding-inline-start: 15px;
}
.legacy .contracting-buttons {
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  margin-left: 30px;
}
.legacy .blocker-explanation {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
}
.legacy .contracting-blockers.single-blocker .blocker-explanation {
  margin-bottom: 0;
}
.legacy .field-container {
  z-index: 999;
}
.legacy .live-chat-badge {
  position: absolute;
  top: 11px;
  left: 34px;
  padding: 3px 5px;
  background-color: #c0c0c0;
  font-size: 8px;
}
.legacy .invalid-maximum-financed {
  font-weight: bold;
  color: red;
}
.legacy .change-password-container h4 {
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
}
.legacy .change-password-container form {
  width: 530px;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.legacy .change-password-container form button {
  border: none;
  height: 45px;
}
.legacy .change-password-container.success {
  padding-top: 3.5em;
  padding-bottom: 4em;
}
.legacy .collateral-info-status-page:not(:first-child) {
  margin-top: 10px;
}
.legacy input[type=text] + .text-notice-fade {
  animation-name: FadeIn;
  animation-duration: 100ms;
  transition-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-play-state: paused;
}
.legacy .text-notice-fade {
  opacity: 0;
}
.legacy .text-notice-contents {
  display: flex;
  flex-direction: row;
  padding-top: 2%;
  padding-right: 1%;
}
.legacy .text-notice-main-text,
.legacy .text-notice-contents .fa-exclamation-circle {
  color: #E68538;
}
.legacy .text-notice-contents .fa-exclamation-circle {
  padding-top: 2px;
}
.legacy input[type=text]:focus + .text-notice-fade {
  animation-play-state: running;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.legacy .wtd-deal-terms-right-col {
  width: 51.8%;
}
.legacy .wtd-deal-terms-right-col-label {
  width: 59%;
}
.legacy .wtd-deal-terms-right-col-box {
  width: 41%;
}
.legacy .step-rate-icon-small, .step-rate-icon-medium {
    background-image: url(../img/step-rate.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top left;
}
.legacy .step-rate-icon-small {
    height: 16px;
    width: 16px;
}
.legacy .step-rate-icon-medium {
    height: 24px;
    width: 24px;
}
.legacy .wtd-step-rate-info-banner {
    background: #38AF8D1A;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: -5px;
}
.legacy .wtd-step-rate-info-banner-text {
    font-family: Karla, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 0;
}
.legacy .wtd-step-rate-info-banner-text strong {
    color: #38AF8D;
}
.legacy .wtd-step-rate-info-banner-text span {
    color: #30333A;
}
.legacy .main-news-panel {
  height: 500px;
  width: 100%;
  border: 0;
  overflow-x: hidden;
}
.legacy .lien-holder-company-name {
  position: absolute;
  bottom: 62px;
  left: 154px;
  font-size: 12px;
}
.legacy .lien-holder-company-address {
  position: absolute;
  bottom: 48px;
  left: 154px;
  font-size: 12px;
}
.legacy .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.legacy .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.legacy .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.legacy .animated.flipOutX,
.legacy .animated.flipOutY,
.legacy .animated.bounceIn,
.legacy .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.legacy .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.legacy .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.legacy .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.legacy .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.legacy .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.legacy .headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.legacy .swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.legacy .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.legacy .jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.legacy .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.legacy .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.legacy .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.legacy .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.legacy .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.legacy .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.legacy .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.legacy .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.legacy .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.legacy .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.legacy .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.legacy .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.legacy .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.legacy .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.legacy .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.legacy .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.legacy .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.legacy .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.legacy .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.legacy .flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.legacy .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.legacy .flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.legacy .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.legacy .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.legacy .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.legacy .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.legacy .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.legacy .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.legacy .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.legacy .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.legacy .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.legacy .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.legacy .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.legacy .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.legacy .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.legacy .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.legacy .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.legacy .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.legacy .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.legacy .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.legacy .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.legacy .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.legacy .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.legacy .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.legacy .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.legacy .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.legacy .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.legacy .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.legacy .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.legacy .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.legacy .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.legacy .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.legacy .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.legacy .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.legacy .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.legacy #contracts img {
  min-width: 46px !important;
}

/**
 * CSS added from octane repo for safecheck.
 */
.legacy.navbar-container {
    min-height: 50px;
}

.legacy.navbar-sub {
    top: auto !important;
    z-index: 1029 !important;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.legacy.navbar-sub .legacysafecheck .navbar-nav {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.legacy.navbar-sub li {
    cursor: pointer;
    margin-bottom: 0 !important;
}

.legacy.navbar .navbar-center-container {
    line-height: 0 !important;
}

.legacy.navbar .navbar-center {
    display: inline-block;
    clear: both;
    float: none;
    text-align: center;
}

.legacy.navbar-sub li.active {
    background-color: #eee !important;
}

.legacy.navbar-sub a {
    color: #838383 !important;
    text-decoration: none !important;
}

.legacy.navbar-sub a:hover {
    color: #000 !important;
    background-color: transparent !important;
}

/* end .legacy */
/**
  * toastr.css
  */
/*
 * Toastr
 * Copyright 2012-2014 John Papa and Hans Fjällemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 70px;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 1039;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast a {
  text-decoration: underline;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@media print {
  #toast-container,
  #toast {
    display: none !important;
  }
}
