/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */
@font-face {
  font-family: 'Material Design Iconic Font';
  src: url('../fonts/Material-Design-Iconic-Font.eot?v=1.0.1');
  src: url('../fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.0.1') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff?v=1.0.1') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=1.0.1') format('truetype'), url('../fonts/Material-Design-Iconic-Font.svg?v=1.0.1#Material-Design-Iconic-Font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="md-"],
[class*=" md-"] {
  display: inline-block;
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  font-size: inherit;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.md {
  line-height: inherit;
  vertical-align: bottom;
}
.md-lg {
  font-size: 1.5em;
  line-height: 0.5em;
  vertical-align: -35%;
}
.md-2x {
  font-size: 2em;
}
.md-3x {
  font-size: 3em;
}
.md-4x {
  font-size: 4em;
}
.md-5x {
  font-size: 5em;
}
.md-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #808080;
  border-radius: 0.1em;
}
.md-border-circle {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #808080;
  border-radius: 50%;
}
[class^="md-"].pull-left,
[class*=" md-"].pull-left {
  float: left;
  margin-right: 0.3em;
}
[class^="md-"].pull-right,
[class*=" md-"].pull-right {
  float: right;
  margin-left: 0.3em;
}
.md-spin {
  -webkit-animation: md-spin 1.5s infinite linear;
  animation: md-spin 1.5s infinite linear;
}
.md-spin-reverse {
  -webkit-animation: md-spin-reverse 1.5s infinite linear;
  animation: md-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.md-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.md-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.md-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.md-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);
}
.md-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);
}
:root .md-rotate-90,
:root .md-rotate-180,
:root .md-rotate-270,
:root .md-flip-horizontal,
:root .md-flip-vertical {
  filter: none;
}
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* If you do not want use all icons you can disable icon set here */
.md-3d-rotation:before {
  content: "\f000";
}
.md-accessibility:before {
  content: "\f001";
}
.md-account-balance:before {
  content: "\f002";
}
.md-account-balance-wallet:before {
  content: "\f003";
}
.md-account-box:before {
  content: "\f004";
}
.md-account-child:before {
  content: "\f005";
}
.md-account-circle:before {
  content: "\f006";
}
.md-add-shopping-cart:before {
  content: "\f007";
}
.md-alarm:before {
  content: "\f008";
}
.md-alarm-add:before {
  content: "\f009";
}
.md-alarm-off:before {
  content: "\f00a";
}
.md-alarm-on:before {
  content: "\f00b";
}
.md-android:before {
  content: "\f00c";
}
.md-announcement:before {
  content: "\f00d";
}
.md-aspect-ratio:before {
  content: "\f00e";
}
.md-assessment:before {
  content: "\f00f";
}
.md-assignment:before {
  content: "\f010";
}
.md-assignment-ind:before {
  content: "\f011";
}
.md-assignment-late:before {
  content: "\f012";
}
.md-assignment-return:before {
  content: "\f013";
}
.md-assignment-returned:before {
  content: "\f014";
}
.md-assignment-turned-in:before {
  content: "\f015";
}
.md-autorenew:before {
  content: "\f016";
}
.md-backup:before {
  content: "\f017";
}
.md-book:before {
  content: "\f018";
}
.md-bookmark:before {
  content: "\f019";
}
.md-bookmark-outline:before {
  content: "\f01a";
}
.md-bug-report:before {
  content: "\f01b";
}
.md-cached:before {
  content: "\f01c";
}
.md-class:before {
  content: "\f01d";
}
.md-credit-card:before {
  content: "\f01e";
}
.md-dashboard:before {
  content: "\f01f";
}
.md-delete:before {
  content: "\f020";
}
.md-description:before {
  content: "\f021";
}
.md-dns:before {
  content: "\f022";
}
.md-done:before {
  content: "\f023";
}
.md-done-all:before {
  content: "\f024";
}
.md-event:before {
  content: "\f025";
}
.md-exit-to-app:before {
  content: "\f026";
}
.md-explore:before {
  content: "\f027";
}
.md-extension:before {
  content: "\f028";
}
.md-face-unlock:before {
  content: "\f029";
}
.md-favorite:before {
  content: "\f02a";
}
.md-favorite-outline:before {
  content: "\f02b";
}
.md-find-in-page:before {
  content: "\f02c";
}
.md-find-replace:before {
  content: "\f02d";
}
.md-flip-to-back:before {
  content: "\f02e";
}
.md-flip-to-front:before {
  content: "\f02f";
}
.md-get-app:before {
  content: "\f030";
}
.md-grade:before {
  content: "\f031";
}
.md-group-work:before {
  content: "\f032";
}
.md-help:before {
  content: "\f033";
}
.md-highlight-remove:before {
  content: "\f034";
}
.md-history:before {
  content: "\f035";
}
.md-home:before {
  content: "\f036";
}
.md-https:before {
  content: "\f037";
}
.md-info:before {
  content: "\f038";
}
.md-info-outline:before {
  content: "\f039";
}
.md-input:before {
  content: "\f03a";
}
.md-invert-colors:before {
  content: "\f03b";
}
.md-label:before {
  content: "\f03c";
}
.md-label-outline:before {
  content: "\f03d";
}
.md-language:before {
  content: "\f03e";
}
.md-launch:before {
  content: "\f03f";
}
.md-list:before {
  content: "\f040";
}
.md-lock:before {
  content: "\f041";
}
.md-lock-open:before {
  content: "\f042";
}
.md-lock-outline:before {
  content: "\f043";
}
.md-loyalty:before {
  content: "\f044";
}
.md-markunread-mailbox:before {
  content: "\f045";
}
.md-note-add:before {
  content: "\f046";
}
.md-open-in-browser:before {
  content: "\f047";
}
.md-open-in-new:before {
  content: "\f048";
}
.md-open-with:before {
  content: "\f049";
}
.md-pageview:before {
  content: "\f04a";
}
.md-payment:before {
  content: "\f04b";
}
.md-perm-camera-mic:before {
  content: "\f04c";
}
.md-perm-contact-cal:before {
  content: "\f04d";
}
.md-perm-data-setting:before {
  content: "\f04e";
}
.md-perm-device-info:before {
  content: "\f04f";
}
.md-perm-identity:before {
  content: "\f050";
}
.md-perm-media:before {
  content: "\f051";
}
.md-perm-phone-msg:before {
  content: "\f052";
}
.md-perm-scan-wifi:before {
  content: "\f053";
}
.md-picture-in-picture:before {
  content: "\f054";
}
.md-polymer:before {
  content: "\f055";
}
.md-print:before {
  content: "\f056";
}
.md-query-builder:before {
  content: "\f057";
}
.md-question-answer:before {
  content: "\f058";
}
.md-receipt:before {
  content: "\f059";
}
.md-redeem:before {
  content: "\f05a";
}
.md-report-problem:before {
  content: "\f05b";
}
.md-restore:before {
  content: "\f05c";
}
.md-room:before {
  content: "\f05d";
}
.md-schedule:before {
  content: "\f05e";
}
.md-search:before {
  content: "\f05f";
}
.md-settings:before {
  content: "\f060";
}
.md-settings-applications:before {
  content: "\f061";
}
.md-settings-backup-restore:before {
  content: "\f062";
}
.md-settings-bluetooth:before {
  content: "\f063";
}
.md-settings-cell:before {
  content: "\f064";
}
.md-settings-display:before {
  content: "\f065";
}
.md-settings-ethernet:before {
  content: "\f066";
}
.md-settings-input-antenna:before {
  content: "\f067";
}
.md-settings-input-component:before {
  content: "\f068";
}
.md-settings-input-composite:before {
  content: "\f069";
}
.md-settings-input-hdmi:before {
  content: "\f06a";
}
.md-settings-input-svideo:before {
  content: "\f06b";
}
.md-settings-overscan:before {
  content: "\f06c";
}
.md-settings-phone:before {
  content: "\f06d";
}
.md-settings-power:before {
  content: "\f06e";
}
.md-settings-remote:before {
  content: "\f06f";
}
.md-settings-voice:before {
  content: "\f070";
}
.md-shop:before {
  content: "\f071";
}
.md-shopping-basket:before {
  content: "\f072";
}
.md-shopping-cart:before {
  content: "\f073";
}
.md-shop-two:before {
  content: "\f074";
}
.md-speaker-notes:before {
  content: "\f075";
}
.md-spellcheck:before {
  content: "\f076";
}
.md-star-rate:before {
  content: "\f077";
}
.md-stars:before {
  content: "\f078";
}
.md-store:before {
  content: "\f079";
}
.md-subject:before {
  content: "\f07a";
}
.md-swap-horiz:before {
  content: "\f07b";
}
.md-swap-vert:before {
  content: "\f07c";
}
.md-swap-vert-circle:before {
  content: "\f07d";
}
.md-system-update-tv:before {
  content: "\f07e";
}
.md-tab:before {
  content: "\f07f";
}
.md-tab-unselected:before {
  content: "\f080";
}
.md-theaters:before {
  content: "\f081";
}
.md-thumb-down:before {
  content: "\f082";
}
.md-thumbs-up-down:before {
  content: "\f083";
}
.md-thumb-up:before {
  content: "\f084";
}
.md-toc:before {
  content: "\f085";
}
.md-today:before {
  content: "\f086";
}
.md-track-changes:before {
  content: "\f087";
}
.md-translate:before {
  content: "\f088";
}
.md-trending-down:before {
  content: "\f089";
}
.md-trending-neutral:before {
  content: "\f08a";
}
.md-trending-up:before {
  content: "\f08b";
}
.md-turned-in:before {
  content: "\f08c";
}
.md-turned-in-not:before {
  content: "\f08d";
}
.md-verified-user:before {
  content: "\f08e";
}
.md-view-agenda:before {
  content: "\f08f";
}
.md-view-array:before {
  content: "\f090";
}
.md-view-carousel:before {
  content: "\f091";
}
.md-view-column:before {
  content: "\f092";
}
.md-view-day:before {
  content: "\f093";
}
.md-view-headline:before {
  content: "\f094";
}
.md-view-list:before {
  content: "\f095";
}
.md-view-module:before {
  content: "\f096";
}
.md-view-quilt:before {
  content: "\f097";
}
.md-view-stream:before {
  content: "\f098";
}
.md-view-week:before {
  content: "\f099";
}
.md-visibility:before {
  content: "\f09a";
}
.md-visibility-off:before {
  content: "\f09b";
}
.md-wallet-giftcard:before {
  content: "\f09c";
}
.md-wallet-membership:before {
  content: "\f09d";
}
.md-wallet-travel:before {
  content: "\f09e";
}
.md-work:before {
  content: "\f09f";
}
.md-error:before {
  content: "\f0a0";
}
.md-warning:before {
  content: "\f0a1";
}
.md-album:before {
  content: "\f0a2";
}
.md-av-timer:before {
  content: "\f0a3";
}
.md-closed-caption:before {
  content: "\f0a4";
}
.md-equalizer:before {
  content: "\f0a5";
}
.md-explicit:before {
  content: "\f0a6";
}
.md-fast-forward:before {
  content: "\f0a7";
}
.md-fast-rewind:before {
  content: "\f0a8";
}
.md-games:before {
  content: "\f0a9";
}
.md-hearing:before {
  content: "\f0aa";
}
.md-high-quality:before {
  content: "\f0ab";
}
.md-loop:before {
  content: "\f0ac";
}
.md-mic:before {
  content: "\f0ad";
}
.md-mic-none:before {
  content: "\f0ae";
}
.md-mic-off:before {
  content: "\f0af";
}
.md-movie:before {
  content: "\f0b0";
}
.md-my-library-add:before {
  content: "\f0b1";
}
.md-my-library-books:before {
  content: "\f0b2";
}
.md-my-library-music:before {
  content: "\f0b3";
}
.md-new-releases:before {
  content: "\f0b4";
}
.md-not-interested:before {
  content: "\f0b5";
}
.md-pause:before {
  content: "\f0b6";
}
.md-pause-circle-fill:before {
  content: "\f0b7";
}
.md-pause-circle-outline:before {
  content: "\f0b8";
}
.md-play-arrow:before {
  content: "\f0b9";
}
.md-play-circle-fill:before {
  content: "\f0ba";
}
.md-play-circle-outline:before {
  content: "\f0bb";
}
.md-playlist-add:before {
  content: "\f0bc";
}
.md-play-shopping-bag:before {
  content: "\f0bd";
}
.md-queue:before {
  content: "\f0be";
}
.md-queue-music:before {
  content: "\f0bf";
}
.md-radio:before {
  content: "\f0c0";
}
.md-recent-actors:before {
  content: "\f0c1";
}
.md-repeat:before {
  content: "\f0c2";
}
.md-repeat-one:before {
  content: "\f0c3";
}
.md-replay:before {
  content: "\f0c4";
}
.md-shuffle:before {
  content: "\f0c5";
}
.md-skip-next:before {
  content: "\f0c6";
}
.md-skip-previous:before {
  content: "\f0c7";
}
.md-snooze:before {
  content: "\f0c8";
}
.md-stop:before {
  content: "\f0c9";
}
.md-subtitles:before {
  content: "\f0ca";
}
.md-surround-sound:before {
  content: "\f0cb";
}
.md-videocam:before {
  content: "\f0cc";
}
.md-videocam-off:before {
  content: "\f0cd";
}
.md-video-collection:before {
  content: "\f0ce";
}
.md-volume-down:before {
  content: "\f0cf";
}
.md-volume-mute:before {
  content: "\f0d0";
}
.md-volume-off:before {
  content: "\f0d1";
}
.md-volume-up:before {
  content: "\f0d2";
}
.md-web:before {
  content: "\f0d3";
}
.md-business:before {
  content: "\f0d4";
}
.md-call:before {
  content: "\f0d5";
}
.md-call-end:before {
  content: "\f0d6";
}
.md-call-made:before {
  content: "\f0d7";
}
.md-call-merge:before {
  content: "\f0d8";
}
.md-call-missed:before {
  content: "\f0d9";
}
.md-call-received:before {
  content: "\f0da";
}
.md-call-split:before {
  content: "\f0db";
}
.md-chat:before {
  content: "\f0dc";
}
.md-clear-all:before {
  content: "\f0dd";
}
.md-comment:before {
  content: "\f0de";
}
.md-contacts:before {
  content: "\f0df";
}
.md-dialer-sip:before {
  content: "\f0e0";
}
.md-dialpad:before {
  content: "\f0e1";
}
.md-dnd-on:before {
  content: "\f0e2";
}
.md-email:before {
  content: "\f0e3";
}
.md-forum:before {
  content: "\f0e4";
}
.md-import-export:before {
  content: "\f0e5";
}
.md-invert-colors-off:before {
  content: "\f0e6";
}
.md-invert-colors-on:before {
  content: "\f0e7";
}
.md-live-help:before {
  content: "\f0e8";
}
.md-location-off:before {
  content: "\f0e9";
}
.md-location-on:before {
  content: "\f0ea";
}
.md-message:before {
  content: "\f0eb";
}
.md-messenger:before {
  content: "\f0ec";
}
.md-no-sim:before {
  content: "\f0ed";
}
.md-phone:before {
  content: "\f0ee";
}
.md-portable-wifi-off:before {
  content: "\f0ef";
}
.md-quick-contacts-dialer:before {
  content: "\f0f0";
}
.md-quick-contacts-mail:before {
  content: "\f0f1";
}
.md-ring-volume:before {
  content: "\f0f2";
}
.md-stay-current-landscape:before {
  content: "\f0f3";
}
.md-stay-current-portrait:before {
  content: "\f0f4";
}
.md-stay-primary-landscape:before {
  content: "\f0f5";
}
.md-stay-primary-portrait:before {
  content: "\f0f6";
}
.md-swap-calls:before {
  content: "\f0f7";
}
.md-textsms:before {
  content: "\f0f8";
}
.md-voicemail:before {
  content: "\f0f9";
}
.md-vpn-key:before {
  content: "\f0fa";
}
.md-add:before {
  content: "\f0fb";
}
.md-add-box:before {
  content: "\f0fc";
}
.md-add-circle:before {
  content: "\f0fd";
}
.md-add-circle-outline:before {
  content: "\f0fe";
}
.md-archive:before {
  content: "\f0ff";
}
.md-backspace:before {
  content: "\f100";
}
.md-block:before {
  content: "\f101";
}
.md-clear:before {
  content: "\f102";
}
.md-content-copy:before {
  content: "\f103";
}
.md-content-cut:before {
  content: "\f104";
}
.md-content-paste:before {
  content: "\f105";
}
.md-create:before {
  content: "\f106";
}
.md-drafts:before {
  content: "\f107";
}
.md-filter-list:before {
  content: "\f108";
}
.md-flag:before {
  content: "\f109";
}
.md-forward:before {
  content: "\f10a";
}
.md-gesture:before {
  content: "\f10b";
}
.md-inbox:before {
  content: "\f10c";
}
.md-link:before {
  content: "\f10d";
}
.md-mail:before {
  content: "\f10e";
}
.md-markunread:before {
  content: "\f10f";
}
.md-redo:before {
  content: "\f110";
}
.md-remove:before {
  content: "\f111";
}
.md-remove-circle:before {
  content: "\f112";
}
.md-remove-circle-outline:before {
  content: "\f113";
}
.md-reply:before {
  content: "\f114";
}
.md-reply-all:before {
  content: "\f115";
}
.md-report:before {
  content: "\f116";
}
.md-save:before {
  content: "\f117";
}
.md-select-all:before {
  content: "\f118";
}
.md-send:before {
  content: "\f119";
}
.md-sort:before {
  content: "\f11a";
}
.md-text-format:before {
  content: "\f11b";
}
.md-undo:before {
  content: "\f11c";
}
.md-access-alarm:before {
  content: "\f11d";
}
.md-access-alarms:before {
  content: "\f11e";
}
.md-access-time:before {
  content: "\f11f";
}
.md-add-alarm:before {
  content: "\f120";
}
.md-airplanemode-off:before {
  content: "\f121";
}
.md-airplanemode-on:before {
  content: "\f122";
}
.md-battery-20:before {
  content: "\f123";
}
.md-battery-30:before {
  content: "\f124";
}
.md-battery-50:before {
  content: "\f125";
}
.md-battery-60:before {
  content: "\f126";
}
.md-battery-80:before {
  content: "\f127";
}
.md-battery-90:before {
  content: "\f128";
}
.md-battery-alert:before {
  content: "\f129";
}
.md-battery-charging-20:before {
  content: "\f12a";
}
.md-battery-charging-30:before {
  content: "\f12b";
}
.md-battery-charging-50:before {
  content: "\f12c";
}
.md-battery-charging-60:before {
  content: "\f12d";
}
.md-battery-charging-80:before {
  content: "\f12e";
}
.md-battery-charging-90:before {
  content: "\f12f";
}
.md-battery-charging-full:before {
  content: "\f130";
}
.md-battery-full:before {
  content: "\f131";
}
.md-battery-std:before {
  content: "\f132";
}
.md-battery-unknown:before {
  content: "\f133";
}
.md-bluetooth:before {
  content: "\f134";
}
.md-bluetooth-connected:before {
  content: "\f135";
}
.md-bluetooth-disabled:before {
  content: "\f136";
}
.md-bluetooth-searching:before {
  content: "\f137";
}
.md-brightness-auto:before {
  content: "\f138";
}
.md-brightness-high:before {
  content: "\f139";
}
.md-brightness-low:before {
  content: "\f13a";
}
.md-brightness-medium:before {
  content: "\f13b";
}
.md-data-usage:before {
  content: "\f13c";
}
.md-developer-mode:before {
  content: "\f13d";
}
.md-devices:before {
  content: "\f13e";
}
.md-dvr:before {
  content: "\f13f";
}
.md-gps-fixed:before {
  content: "\f140";
}
.md-gps-not-fixed:before {
  content: "\f141";
}
.md-gps-off:before {
  content: "\f142";
}
.md-location-disabled:before {
  content: "\f143";
}
.md-location-searching:before {
  content: "\f144";
}
.md-multitrack-audio:before {
  content: "\f145";
}
.md-network-cell:before {
  content: "\f146";
}
.md-network-wifi:before {
  content: "\f147";
}
.md-nfc:before {
  content: "\f148";
}
.md-now-wallpaper:before {
  content: "\f149";
}
.md-now-widgets:before {
  content: "\f14a";
}
.md-screen-lock-landscape:before {
  content: "\f14b";
}
.md-screen-lock-portrait:before {
  content: "\f14c";
}
.md-screen-lock-rotation:before {
  content: "\f14d";
}
.md-screen-rotation:before {
  content: "\f14e";
}
.md-sd-storage:before {
  content: "\f14f";
}
.md-settings-system-daydream:before {
  content: "\f150";
}
.md-signal-cellular-0-bar:before {
  content: "\f151";
}
.md-signal-cellular-1-bar:before {
  content: "\f152";
}
.md-signal-cellular-2-bar:before {
  content: "\f153";
}
.md-signal-cellular-3-bar:before {
  content: "\f154";
}
.md-signal-cellular-4-bar:before {
  content: "\f155";
}
.md-signal-cellular-connected-no-internet-0-bar:before {
  content: "\f156";
}
.md-signal-cellular-connected-no-internet-1-bar:before {
  content: "\f157";
}
.md-signal-cellular-connected-no-internet-2-bar:before {
  content: "\f158";
}
.md-signal-cellular-connected-no-internet-3-bar:before {
  content: "\f159";
}
.md-signal-cellular-connected-no-internet-4-bar:before {
  content: "\f15a";
}
.md-signal-cellular-no-sim:before {
  content: "\f15b";
}
.md-signal-cellular-null:before {
  content: "\f15c";
}
.md-signal-cellular-off:before {
  content: "\f15d";
}
.md-signal-wifi-0-bar:before {
  content: "\f15e";
}
.md-signal-wifi-1-bar:before {
  content: "\f15f";
}
.md-signal-wifi-2-bar:before {
  content: "\f160";
}
.md-signal-wifi-3-bar:before {
  content: "\f161";
}
.md-signal-wifi-4-bar:before {
  content: "\f162";
}
.md-signal-wifi-off:before {
  content: "\f163";
}
.md-storage:before {
  content: "\f164";
}
.md-usb:before {
  content: "\f165";
}
.md-wifi-lock:before {
  content: "\f166";
}
.md-wifi-tethering:before {
  content: "\f167";
}
.md-attach-file:before {
  content: "\f168";
}
.md-attach-money:before {
  content: "\f169";
}
.md-border-all:before {
  content: "\f16a";
}
.md-border-bottom:before {
  content: "\f16b";
}
.md-border-clear:before {
  content: "\f16c";
}
.md-border-color:before {
  content: "\f16d";
}
.md-border-horizontal:before {
  content: "\f16e";
}
.md-border-inner:before {
  content: "\f16f";
}
.md-border-left:before {
  content: "\f170";
}
.md-border-outer:before {
  content: "\f171";
}
.md-border-right:before {
  content: "\f172";
}
.md-border-style:before {
  content: "\f173";
}
.md-border-top:before {
  content: "\f174";
}
.md-border-vertical:before {
  content: "\f175";
}
.md-format-align-center:before {
  content: "\f176";
}
.md-format-align-justify:before {
  content: "\f177";
}
.md-format-align-left:before {
  content: "\f178";
}
.md-format-align-right:before {
  content: "\f179";
}
.md-format-bold:before {
  content: "\f17a";
}
.md-format-clear:before {
  content: "\f17b";
}
.md-format-color-fill:before {
  content: "\f17c";
}
.md-format-color-reset:before {
  content: "\f17d";
}
.md-format-color-text:before {
  content: "\f17e";
}
.md-format-indent-decrease:before {
  content: "\f17f";
}
.md-format-indent-increase:before {
  content: "\f180";
}
.md-format-italic:before {
  content: "\f181";
}
.md-format-line-spacing:before {
  content: "\f182";
}
.md-format-list-bulleted:before {
  content: "\f183";
}
.md-format-list-numbered:before {
  content: "\f184";
}
.md-format-paint:before {
  content: "\f185";
}
.md-format-quote:before {
  content: "\f186";
}
.md-format-size:before {
  content: "\f187";
}
.md-format-strikethrough:before {
  content: "\f188";
}
.md-format-textdirection-l-to-r:before {
  content: "\f189";
}
.md-format-textdirection-r-to-l:before {
  content: "\f18a";
}
.md-format-underline:before {
  content: "\f18b";
}
.md-functions:before {
  content: "\f18c";
}
.md-insert-chart:before {
  content: "\f18d";
}
.md-insert-comment:before {
  content: "\f18e";
}
.md-insert-drive-file:before {
  content: "\f18f";
}
.md-insert-emoticon:before {
  content: "\f190";
}
.md-insert-invitation:before {
  content: "\f191";
}
.md-insert-link:before {
  content: "\f192";
}
.md-insert-photo:before {
  content: "\f193";
}
.md-merge-type:before {
  content: "\f194";
}
.md-mode-comment:before {
  content: "\f195";
}
.md-mode-edit:before {
  content: "\f196";
}
.md-publish:before {
  content: "\f197";
}
.md-vertical-align-bottom:before {
  content: "\f198";
}
.md-vertical-align-center:before {
  content: "\f199";
}
.md-vertical-align-top:before {
  content: "\f19a";
}
.md-wrap-text:before {
  content: "\f19b";
}
.md-attachment:before {
  content: "\f19c";
}
.md-cloud:before {
  content: "\f19d";
}
.md-cloud-circle:before {
  content: "\f19e";
}
.md-cloud-done:before {
  content: "\f19f";
}
.md-cloud-download:before {
  content: "\f1a0";
}
.md-cloud-off:before {
  content: "\f1a1";
}
.md-cloud-queue:before {
  content: "\f1a2";
}
.md-cloud-upload:before {
  content: "\f1a3";
}
.md-file-download:before {
  content: "\f1a4";
}
.md-file-upload:before {
  content: "\f1a5";
}
.md-folder:before {
  content: "\f1a6";
}
.md-folder-open:before {
  content: "\f1a7";
}
.md-folder-shared:before {
  content: "\f1a8";
}
.md-cast:before {
  content: "\f1a9";
}
.md-cast-connected:before {
  content: "\f1aa";
}
.md-computer:before {
  content: "\f1ab";
}
.md-desktop-mac:before {
  content: "\f1ac";
}
.md-desktop-windows:before {
  content: "\f1ad";
}
.md-dock:before {
  content: "\f1ae";
}
.md-gamepad:before {
  content: "\f1af";
}
.md-headset:before {
  content: "\f1b0";
}
.md-headset-mic:before {
  content: "\f1b1";
}
.md-keyboard:before {
  content: "\f1b2";
}
.md-keyboard-alt:before {
  content: "\f1b3";
}
.md-keyboard-arrow-down:before {
  content: "\f1b4";
}
.md-keyboard-arrow-left:before {
  content: "\f1b5";
}
.md-keyboard-arrow-right:before {
  content: "\f1b6";
}
.md-keyboard-arrow-up:before {
  content: "\f1b7";
}
.md-keyboard-backspace:before {
  content: "\f1b8";
}
.md-keyboard-capslock:before {
  content: "\f1b9";
}
.md-keyboard-control:before {
  content: "\f1ba";
}
.md-keyboard-hide:before {
  content: "\f1bb";
}
.md-keyboard-return:before {
  content: "\f1bc";
}
.md-keyboard-tab:before {
  content: "\f1bd";
}
.md-keyboard-voice:before {
  content: "\f1be";
}
.md-laptop:before {
  content: "\f1bf";
}
.md-laptop-chromebook:before {
  content: "\f1c0";
}
.md-laptop-mac:before {
  content: "\f1c1";
}
.md-laptop-windows:before {
  content: "\f1c2";
}
.md-memory:before {
  content: "\f1c3";
}
.md-mouse:before {
  content: "\f1c4";
}
.md-phone-android:before {
  content: "\f1c5";
}
.md-phone-iphone:before {
  content: "\f1c6";
}
.md-phonelink:before {
  content: "\f1c7";
}
.md-phonelink-off:before {
  content: "\f1c8";
}
.md-security:before {
  content: "\f1c9";
}
.md-sim-card:before {
  content: "\f1ca";
}
.md-smartphone:before {
  content: "\f1cb";
}
.md-speaker:before {
  content: "\f1cc";
}
.md-tablet:before {
  content: "\f1cd";
}
.md-tablet-android:before {
  content: "\f1ce";
}
.md-tablet-mac:before {
  content: "\f1cf";
}
.md-tv:before {
  content: "\f1d0";
}
.md-watch:before {
  content: "\f1d1";
}
.md-add-to-photos:before {
  content: "\f1d2";
}
.md-adjust:before {
  content: "\f1d3";
}
.md-assistant-photo:before {
  content: "\f1d4";
}
.md-audiotrack:before {
  content: "\f1d5";
}
.md-blur-circular:before {
  content: "\f1d6";
}
.md-blur-linear:before {
  content: "\f1d7";
}
.md-blur-off:before {
  content: "\f1d8";
}
.md-blur-on:before {
  content: "\f1d9";
}
.md-brightness-1:before {
  content: "\f1da";
}
.md-brightness-2:before {
  content: "\f1db";
}
.md-brightness-3:before {
  content: "\f1dc";
}
.md-brightness-4:before {
  content: "\f1dd";
}
.md-brightness-5:before {
  content: "\f1de";
}
.md-brightness-6:before {
  content: "\f1df";
}
.md-brightness-7:before {
  content: "\f1e0";
}
.md-brush:before {
  content: "\f1e1";
}
.md-camera:before {
  content: "\f1e2";
}
.md-camera-alt:before {
  content: "\f1e3";
}
.md-camera-front:before {
  content: "\f1e4";
}
.md-camera-rear:before {
  content: "\f1e5";
}
.md-camera-roll:before {
  content: "\f1e6";
}
.md-center-focus-strong:before {
  content: "\f1e7";
}
.md-center-focus-weak:before {
  content: "\f1e8";
}
.md-collections:before {
  content: "\f1e9";
}
.md-colorize:before {
  content: "\f1ea";
}
.md-color-lens:before {
  content: "\f1eb";
}
.md-compare:before {
  content: "\f1ec";
}
.md-control-point:before {
  content: "\f1ed";
}
.md-control-point-duplicate:before {
  content: "\f1ee";
}
.md-crop:before {
  content: "\f1ef";
}
.md-crop-3-2:before {
  content: "\f1f0";
}
.md-crop-5-4:before {
  content: "\f1f1";
}
.md-crop-7-5:before {
  content: "\f1f2";
}
.md-crop-16-9:before {
  content: "\f1f3";
}
.md-crop-din:before {
  content: "\f1f4";
}
.md-crop-free:before {
  content: "\f1f5";
}
.md-crop-landscape:before {
  content: "\f1f6";
}
.md-crop-original:before {
  content: "\f1f7";
}
.md-crop-portrait:before {
  content: "\f1f8";
}
.md-crop-square:before {
  content: "\f1f9";
}
.md-dehaze:before {
  content: "\f1fa";
}
.md-details:before {
  content: "\f1fb";
}
.md-edit:before {
  content: "\f1fc";
}
.md-exposure:before {
  content: "\f1fd";
}
.md-exposure-minus-1:before {
  content: "\f1fe";
}
.md-exposure-minus-2:before {
  content: "\f1ff";
}
.md-exposure-zero:before {
  content: "\f200";
}
.md-exposure-plus-1:before {
  content: "\f201";
}
.md-exposure-plus-2:before {
  content: "\f202";
}
.md-filter:before {
  content: "\f203";
}
.md-filter-1:before {
  content: "\f204";
}
.md-filter-2:before {
  content: "\f205";
}
.md-filter-3:before {
  content: "\f206";
}
.md-filter-4:before {
  content: "\f207";
}
.md-filter-5:before {
  content: "\f208";
}
.md-filter-6:before {
  content: "\f209";
}
.md-filter-7:before {
  content: "\f20a";
}
.md-filter-8:before {
  content: "\f20b";
}
.md-filter-9:before {
  content: "\f20c";
}
.md-filter-9-plus:before {
  content: "\f20d";
}
.md-filter-b-and-w:before {
  content: "\f20e";
}
.md-filter-center-focus:before {
  content: "\f20f";
}
.md-filter-drama:before {
  content: "\f210";
}
.md-filter-frames:before {
  content: "\f211";
}
.md-filter-hdr:before {
  content: "\f212";
}
.md-filter-none:before {
  content: "\f213";
}
.md-filter-tilt-shift:before {
  content: "\f214";
}
.md-filter-vintage:before {
  content: "\f215";
}
.md-flare:before {
  content: "\f216";
}
.md-flash-auto:before {
  content: "\f217";
}
.md-flash-off:before {
  content: "\f218";
}
.md-flash-on:before {
  content: "\f219";
}
.md-flip:before {
  content: "\f21a";
}
.md-gradient:before {
  content: "\f21b";
}
.md-grain:before {
  content: "\f21c";
}
.md-grid-off:before {
  content: "\f21d";
}
.md-grid-on:before {
  content: "\f21e";
}
.md-hdr-off:before {
  content: "\f21f";
}
.md-hdr-on:before {
  content: "\f220";
}
.md-hdr-strong:before {
  content: "\f221";
}
.md-hdr-weak:before {
  content: "\f222";
}
.md-healing:before {
  content: "\f223";
}
.md-image:before {
  content: "\f224";
}
.md-image-aspect-ratio:before {
  content: "\f225";
}
.md-iso:before {
  content: "\f226";
}
.md-landscape:before {
  content: "\f227";
}
.md-leak-add:before {
  content: "\f228";
}
.md-leak-remove:before {
  content: "\f229";
}
.md-lens:before {
  content: "\f22a";
}
.md-looks:before {
  content: "\f22b";
}
.md-looks-1:before {
  content: "\f22c";
}
.md-looks-2:before {
  content: "\f22d";
}
.md-looks-3:before {
  content: "\f22e";
}
.md-looks-4:before {
  content: "\f22f";
}
.md-looks-5:before {
  content: "\f230";
}
.md-looks-6:before {
  content: "\f231";
}
.md-loupe:before {
  content: "\f232";
}
.md-movie-creation:before {
  content: "\f233";
}
.md-nature:before {
  content: "\f234";
}
.md-nature-people:before {
  content: "\f235";
}
.md-navigate-before:before {
  content: "\f236";
}
.md-navigate-next:before {
  content: "\f237";
}
.md-palette:before {
  content: "\f238";
}
.md-panorama:before {
  content: "\f239";
}
.md-panorama-fisheye:before {
  content: "\f23a";
}
.md-panorama-horizontal:before {
  content: "\f23b";
}
.md-panorama-vertical:before {
  content: "\f23c";
}
.md-panorama-wide-angle:before {
  content: "\f23d";
}
.md-photo:before {
  content: "\f23e";
}
.md-photo-album:before {
  content: "\f23f";
}
.md-photo-camera:before {
  content: "\f240";
}
.md-photo-library:before {
  content: "\f241";
}
.md-portrait:before {
  content: "\f242";
}
.md-remove-red-eye:before {
  content: "\f243";
}
.md-rotate-left:before {
  content: "\f244";
}
.md-rotate-right:before {
  content: "\f245";
}
.md-slideshow:before {
  content: "\f246";
}
.md-straighten:before {
  content: "\f247";
}
.md-style:before {
  content: "\f248";
}
.md-switch-camera:before {
  content: "\f249";
}
.md-switch-video:before {
  content: "\f24a";
}
.md-tag-faces:before {
  content: "\f24b";
}
.md-texture:before {
  content: "\f24c";
}
.md-timelapse:before {
  content: "\f24d";
}
.md-timer:before {
  content: "\f24e";
}
.md-timer-3:before {
  content: "\f24f";
}
.md-timer-10:before {
  content: "\f250";
}
.md-timer-auto:before {
  content: "\f251";
}
.md-timer-off:before {
  content: "\f252";
}
.md-tonality:before {
  content: "\f253";
}
.md-transform:before {
  content: "\f254";
}
.md-tune:before {
  content: "\f255";
}
.md-wb-auto:before {
  content: "\f256";
}
.md-wb-cloudy:before {
  content: "\f257";
}
.md-wb-incandescent:before {
  content: "\f258";
}
.md-wb-irradescent:before {
  content: "\f259";
}
.md-wb-sunny:before {
  content: "\f25a";
}
.md-beenhere:before {
  content: "\f25b";
}
.md-directions:before {
  content: "\f25c";
}
.md-directions-bike:before {
  content: "\f25d";
}
.md-directions-bus:before {
  content: "\f25e";
}
.md-directions-car:before {
  content: "\f25f";
}
.md-directions-ferry:before {
  content: "\f260";
}
.md-directions-subway:before {
  content: "\f261";
}
.md-directions-train:before {
  content: "\f262";
}
.md-directions-transit:before {
  content: "\f263";
}
.md-directions-walk:before {
  content: "\f264";
}
.md-flight:before {
  content: "\f265";
}
.md-hotel:before {
  content: "\f266";
}
.md-layers:before {
  content: "\f267";
}
.md-layers-clear:before {
  content: "\f268";
}
.md-local-airport:before {
  content: "\f269";
}
.md-local-atm:before {
  content: "\f26a";
}
.md-local-attraction:before {
  content: "\f26b";
}
.md-local-bar:before {
  content: "\f26c";
}
.md-local-cafe:before {
  content: "\f26d";
}
.md-local-car-wash:before {
  content: "\f26e";
}
.md-local-convenience-store:before {
  content: "\f26f";
}
.md-local-drink:before {
  content: "\f270";
}
.md-local-florist:before {
  content: "\f271";
}
.md-local-gas-station:before {
  content: "\f272";
}
.md-local-grocery-store:before {
  content: "\f273";
}
.md-local-hospital:before {
  content: "\f274";
}
.md-local-hotel:before {
  content: "\f275";
}
.md-local-laundry-service:before {
  content: "\f276";
}
.md-local-library:before {
  content: "\f277";
}
.md-local-mall:before {
  content: "\f278";
}
.md-local-movies:before {
  content: "\f279";
}
.md-local-offer:before {
  content: "\f27a";
}
.md-local-parking:before {
  content: "\f27b";
}
.md-local-pharmacy:before {
  content: "\f27c";
}
.md-local-phone:before {
  content: "\f27d";
}
.md-local-pizza:before {
  content: "\f27e";
}
.md-local-play:before {
  content: "\f27f";
}
.md-local-post-office:before {
  content: "\f280";
}
.md-local-print-shop:before {
  content: "\f281";
}
.md-local-restaurant:before {
  content: "\f282";
}
.md-local-see:before {
  content: "\f283";
}
.md-local-shipping:before {
  content: "\f284";
}
.md-local-taxi:before {
  content: "\f285";
}
.md-location-history:before {
  content: "\f286";
}
.md-map:before {
  content: "\f287";
}
.md-my-location:before {
  content: "\f288";
}
.md-navigation:before {
  content: "\f289";
}
.md-pin-drop:before {
  content: "\f28a";
}
.md-place:before {
  content: "\f28b";
}
.md-rate-review:before {
  content: "\f28c";
}
.md-restaurant-menu:before {
  content: "\f28d";
}
.md-satellite:before {
  content: "\f28e";
}
.md-store-mall-directory:before {
  content: "\f28f";
}
.md-terrain:before {
  content: "\f290";
}
.md-traffic:before {
  content: "\f291";
}
.md-apps:before {
  content: "\f292";
}
.md-cancel:before {
  content: "\f293";
}
.md-arrow-drop-down-circle:before {
  content: "\f294";
}
.md-arrow-drop-down:before {
  content: "\f295";
}
.md-arrow-drop-up:before {
  content: "\f296";
}
.md-arrow-back:before {
  content: "\f297";
}
.md-arrow-forward:before {
  content: "\f298";
}
.md-check:before {
  content: "\f299";
}
.md-close:before {
  content: "\f29a";
}
.md-chevron-left:before {
  content: "\f29b";
}
.md-chevron-right:before {
  content: "\f29c";
}
.md-expand-less:before {
  content: "\f29d";
}
.md-expand-more:before {
  content: "\f29e";
}
.md-fullscreen:before {
  content: "\f29f";
}
.md-fullscreen-exit:before {
  content: "\f2a0";
}
.md-menu:before {
  content: "\f2a1";
}
.md-more-horiz:before {
  content: "\f2a2";
}
.md-more-vert:before {
  content: "\f2a3";
}
.md-refresh:before {
  content: "\f2a4";
}
.md-unfold-less:before {
  content: "\f2a5";
}
.md-unfold-more:before {
  content: "\f2a6";
}
.md-adb:before {
  content: "\f2a7";
}
.md-bluetooth-audio:before {
  content: "\f2a8";
}
.md-disc-full:before {
  content: "\f2a9";
}
.md-dnd-forwardslash:before {
  content: "\f2aa";
}
.md-do-not-disturb:before {
  content: "\f2ab";
}
.md-drive-eta:before {
  content: "\f2ac";
}
.md-event-available:before {
  content: "\f2ad";
}
.md-event-busy:before {
  content: "\f2ae";
}
.md-event-note:before {
  content: "\f2af";
}
.md-folder-special:before {
  content: "\f2b0";
}
.md-mms:before {
  content: "\f2b1";
}
.md-more:before {
  content: "\f2b2";
}
.md-network-locked:before {
  content: "\f2b3";
}
.md-phone-bluetooth-speaker:before {
  content: "\f2b4";
}
.md-phone-forwarded:before {
  content: "\f2b5";
}
.md-phone-in-talk:before {
  content: "\f2b6";
}
.md-phone-locked:before {
  content: "\f2b7";
}
.md-phone-missed:before {
  content: "\f2b8";
}
.md-phone-paused:before {
  content: "\f2b9";
}
.md-play-download:before {
  content: "\f2ba";
}
.md-play-install:before {
  content: "\f2bb";
}
.md-sd-card:before {
  content: "\f2bc";
}
.md-sim-card-alert:before {
  content: "\f2bd";
}
.md-sms:before {
  content: "\f2be";
}
.md-sms-failed:before {
  content: "\f2bf";
}
.md-sync:before {
  content: "\f2c0";
}
.md-sync-disabled:before {
  content: "\f2c1";
}
.md-sync-problem:before {
  content: "\f2c2";
}
.md-system-update:before {
  content: "\f2c3";
}
.md-tap-and-play:before {
  content: "\f2c4";
}
.md-time-to-leave:before {
  content: "\f2c5";
}
.md-vibration:before {
  content: "\f2c6";
}
.md-voice-chat:before {
  content: "\f2c7";
}
.md-vpn-lock:before {
  content: "\f2c8";
}
.md-cake:before {
  content: "\f2c9";
}
.md-domain:before {
  content: "\f2ca";
}
.md-location-city:before {
  content: "\f2cb";
}
.md-mood:before {
  content: "\f2cc";
}
.md-notifications-none:before {
  content: "\f2cd";
}
.md-notifications:before {
  content: "\f2ce";
}
.md-notifications-off:before {
  content: "\f2cf";
}
.md-notifications-on:before {
  content: "\f2d0";
}
.md-notifications-paused:before {
  content: "\f2d1";
}
.md-pages:before {
  content: "\f2d2";
}
.md-party-mode:before {
  content: "\f2d3";
}
.md-group:before {
  content: "\f2d4";
}
.md-group-add:before {
  content: "\f2d5";
}
.md-people:before {
  content: "\f2d6";
}
.md-people-outline:before {
  content: "\f2d7";
}
.md-person:before {
  content: "\f2d8";
}
.md-person-add:before {
  content: "\f2d9";
}
.md-person-outline:before {
  content: "\f2da";
}
.md-plus-one:before {
  content: "\f2db";
}
.md-poll:before {
  content: "\f2dc";
}
.md-public:before {
  content: "\f2dd";
}
.md-school:before {
  content: "\f2de";
}
.md-share:before {
  content: "\f2df";
}
.md-whatshot:before {
  content: "\f2e0";
}
.md-check-box:before {
  content: "\f2e1";
}
.md-check-box-outline-blank:before {
  content: "\f2e2";
}
.md-radio-button-off:before {
  content: "\f2e3";
}
.md-radio-button-on:before {
  content: "\f2e4";
}
.md-star:before {
  content: "\f2e5";
}
.md-star-half:before {
  content: "\f2e6";
}
.md-star-outline:before {
  content: "\f2e7";
}

/*!
 *  The Black Tie Font is commercial software. Please do not distribute.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Black Tie';
  src: url('../fonts/BlackTie-Solid-webfont.eot?v=1.0.0');
  src: url('../fonts/BlackTie-Solid-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../fonts/BlackTie-Solid-webfont.woff2?v=1.0.0') format('woff2'), url('../fonts/BlackTie-Solid-webfont.woff?v=1.0.0') format('woff'), url('../fonts/BlackTie-Solid-webfont.ttf?v=1.0.0') format('truetype'), url('../fonts/BlackTie-Solid-webfont.svg?v=1.0.0#black_tiesolid') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('../fonts/BlackTie-Bold-webfont.eot?v=1.0.0');
  src: url('../fonts/BlackTie-Bold-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../fonts/BlackTie-Bold-webfont.woff2?v=1.0.0') format('woff2'), url('../fonts/BlackTie-Bold-webfont.woff?v=1.0.0') format('woff'), url('../fonts/BlackTie-Bold-webfont.ttf?v=1.0.0') format('truetype'), url('../fonts/BlackTie-Bold-webfont.svg?v=1.0.0#black_tiebold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('../fonts/BlackTie-Regular-webfont.eot?v=1.0.0');
  src: url('../fonts/BlackTie-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../fonts/BlackTie-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('../fonts/BlackTie-Regular-webfont.woff?v=1.0.0') format('woff'), url('../fonts/BlackTie-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('../fonts/BlackTie-Regular-webfont.svg?v=1.0.0#black_tieregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('../fonts/BlackTie-Light-webfont.eot?v=1.0.0');
  src: url('../fonts/BlackTie-Light-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../fonts/BlackTie-Light-webfont.woff2?v=1.0.0') format('woff2'), url('../fonts/BlackTie-Light-webfont.woff?v=1.0.0') format('woff'), url('../fonts/BlackTie-Light-webfont.ttf?v=1.0.0') format('truetype'), url('../fonts/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('../fonts/FontAwesomeBrands-Regular-webfont.eot?v=1.0.0');
  src: url('../fonts/FontAwesomeBrands-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../fonts/FontAwesomeBrands-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('../fonts/FontAwesomeBrands-Regular-webfont.woff?v=1.0.0') format('woff'), url('../fonts/FontAwesomeBrands-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('../fonts/FontAwesomeBrands-Regular-webfont.svg?v=1.0.0#font_awesome_brandsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bts,
.btb,
.btr,
.btl,
.fab {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.bts {
  font-weight: 900;
}
.btb {
  font-weight: 700;
}
.btl {
  font-weight: 200;
}
.fab {
  font-family: "Font Awesome Brands";
}
/* makes the font 25% smaller relative to the icon container */
.bt-sm {
  font-size: 0.7em;
  vertical-align: baseline;
}
/* makes the font 33% larger relative to the icon container */
.bt-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
}
.bt-2x {
  font-size: 2em;
}
.bt-3x {
  font-size: 3em;
}
.bt-4x {
  font-size: 4em;
}
.bt-5x {
  font-size: 5em;
}
.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
  vertical-align: -30%;
}
.bt-fw {
  width: 1.28571429em;
  text-align: center;
}
.bt-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.bt-ul > li {
  position: relative;
}
.bt-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.bt-li.bt-lg {
  left: -2em;
}
.bt-border {
  padding: 0.2em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
  margin-right: 0.3em;
}
.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
  margin-left: 0.3em;
}
.bt-spin {
  -webkit-animation: bt-spin 2s infinite linear;
  animation: bt-spin 2s infinite linear;
}
.bt-pulse {
  -webkit-animation: bt-spin 1s infinite steps(8);
  animation: bt-spin 1s infinite steps(8);
}
@-webkit-keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.bt-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bt-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bt-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bt-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);
}
.bt-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);
}
:root .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
  filter: none;
}
.bt-stack {
  position: relative;
  display: inline-block;
  width: 1.28571429em;
  height: 1em;
  line-height: 1em;
  vertical-align: baseline;
}
.bt-stack-sm {
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
  font-size: 0.5em;
}
.bt-stack-1x,
.bt-stack-sm {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.bt-inverse {
  color: #ffffff;
}
/* Black Tie uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.bt-bars:before {
  content: "\f000";
}
.bt-envelope:before {
  content: "\f001";
}
.bt-search:before {
  content: "\f002";
}
.bt-search-plus:before {
  content: "\f003";
}
.bt-search-minus:before {
  content: "\f004";
}
.bt-phone:before {
  content: "\f005";
}
.bt-comment:before {
  content: "\f007";
}
.bt-commenting:before {
  content: "\f008";
}
.bt-comments:before {
  content: "\f009";
}
.bt-rss:before {
  content: "\f00a";
}
.bt-times:before {
  content: "\f00c";
}
.bt-times-circle:before {
  content: "\f00d";
}
.bt-clock:before {
  content: "\f00e";
}
.bt-star:before {
  content: "\f010";
}
.bt-star-half:before {
  content: "\f011";
}
.bt-check:before {
  content: "\f012";
}
.bt-check-circle:before {
  content: "\f013";
}
.bt-check-square:before {
  content: "\f014";
}
.bt-th:before {
  content: "\f015";
}
.bt-th-large:before {
  content: "\f016";
}
.bt-heart:before {
  content: "\f017";
}
.bt-heart-half:before {
  content: "\f018";
}
.bt-calendar:before {
  content: "\f019";
}
.bt-shopping-cart:before {
  content: "\f01a";
}
.bt-plus:before {
  content: "\f01b";
}
.bt-plus-circle:before {
  content: "\f01c";
}
.bt-plus-square:before {
  content: "\f01d";
}
.bt-pen:before {
  content: "\f01e";
}
.bt-minus:before {
  content: "\f021";
}
.bt-minus-circle:before {
  content: "\f022";
}
.bt-minus-square:before {
  content: "\f023";
}
.bt-pencil:before {
  content: "\f024";
}
.bt-edit:before {
  content: "\f025";
}
.bt-thumbs-up:before {
  content: "\f026";
}
.bt-thumbs-down:before {
  content: "\f027";
}
.bt-gear:before {
  content: "\f028";
}
.bt-trash:before {
  content: "\f029";
}
.bt-file:before {
  content: "\f02a";
}
.bt-info-circle:before {
  content: "\f02b";
}
.bt-label:before {
  content: "\f02c";
}
.bt-rocket:before {
  content: "\f02d";
}
.bt-book:before {
  content: "\f02e";
}
.bt-book-open:before {
  content: "\f02f";
}
.bt-notebook:before {
  content: "\f030";
}
.bt-camera:before {
  content: "\f031";
}
.bt-folder:before {
  content: "\f032";
}
.bt-quote-left:before {
  content: "\f036";
}
.bt-quote-right:before {
  content: "\f037";
}
.bt-eye:before {
  content: "\f038";
}
.bt-lock:before {
  content: "\f039";
}
.bt-lock-open:before {
  content: "\f03a";
}
.bt-gift:before {
  content: "\f03b";
}
.bt-spinner-clock:before {
  content: "\f03c";
}
.bt-spinner:before {
  content: "\f03d";
}
.bt-wrench:before {
  content: "\f03e";
}
.bt-cloud:before {
  content: "\f040";
}
.bt-cloud-upload:before {
  content: "\f041";
}
.bt-cloud-download:before {
  content: "\f042";
}
.bt-sync:before {
  content: "\f043";
}
.bt-question-circle:before {
  content: "\f044";
}
.bt-share:before {
  content: "\f045";
}
.bt-briefcase:before {
  content: "\f046";
}
.bt-money:before {
  content: "\f047";
}
.bt-megaphone:before {
  content: "\f048";
}
.bt-sign-in:before {
  content: "\f049";
}
.bt-sign-out:before {
  content: "\f04a";
}
.bt-film:before {
  content: "\f04b";
}
.bt-trophy:before {
  content: "\f04c";
}
.bt-code:before {
  content: "\f04d";
}
.bt-light-bulb:before {
  content: "\f04e";
}
.bt-print:before {
  content: "\f050";
}
.bt-fax:before {
  content: "\f051";
}
.bt-video:before {
  content: "\f052";
}
.bt-signal:before {
  content: "\f053";
}
.bt-sitemap:before {
  content: "\f054";
}
.bt-upload:before {
  content: "\f055";
}
.bt-download:before {
  content: "\f056";
}
.bt-key:before {
  content: "\f057";
}
.bt-mug:before {
  content: "\f058";
}
.bt-bookmark:before {
  content: "\f059";
}
.bt-flag:before {
  content: "\f05a";
}
.bt-external-link:before {
  content: "\f05b";
}
.bt-smile:before {
  content: "\f05c";
}
.bt-frown:before {
  content: "\f05d";
}
.bt-meh:before {
  content: "\f05e";
}
.bt-magic:before {
  content: "\f060";
}
.bt-bolt:before {
  content: "\f061";
}
.bt-exclamation-triangle:before {
  content: "\f062";
}
.bt-exclamation-circle:before {
  content: "\f063";
}
.bt-flask:before {
  content: "\f064";
}
.bt-music:before {
  content: "\f065";
}
.bt-push-pin:before {
  content: "\f066";
}
.bt-shield:before {
  content: "\f067";
}
.bt-sort:before {
  content: "\f068";
}
.bt-reply:before {
  content: "\f069";
}
.bt-forward:before {
  content: "\f06a";
}
.bt-reply-all:before {
  content: "\f06b";
}
.bt-forward-all:before {
  content: "\f06c";
}
.bt-bell:before {
  content: "\f06d";
}
.bt-bell-off:before {
  content: "\f06e";
}
.bt-ban:before {
  content: "\f070";
}
.bt-database:before {
  content: "\f071";
}
.bt-hard-drive:before {
  content: "\f072";
}
.bt-merge:before {
  content: "\f073";
}
.bt-fork:before {
  content: "\f074";
}
.bt-wifi:before {
  content: "\f075";
}
.bt-paper-plane:before {
  content: "\f076";
}
.bt-inbox:before {
  content: "\f077";
}
.bt-fire:before {
  content: "\f078";
}
.bt-play:before {
  content: "\f079";
}
.bt-pause:before {
  content: "\f07a";
}
.bt-stop:before {
  content: "\f08b";
}
.bt-play-circle:before {
  content: "\f07b";
}
.bt-next:before {
  content: "\f07c";
}
.bt-previous:before {
  content: "\f07d";
}
.bt-repeat:before {
  content: "\f07e";
}
.bt-fast-forward:before {
  content: "\f080";
}
.bt-fast-reverse:before {
  content: "\f081";
}
.bt-volume:before {
  content: "\f082";
}
.bt-volume-off:before {
  content: "\f083";
}
.bt-volume-up:before {
  content: "\f084";
}
.bt-volume-down:before {
  content: "\f085";
}
.bt-maximize:before {
  content: "\f086";
}
.bt-minimize:before {
  content: "\f087";
}
.bt-closed-captions:before {
  content: "\f088";
}
.bt-shuffle:before {
  content: "\f089";
}
.bt-triangle:before {
  content: "\f08a";
}
.bt-square:before {
  content: "\f08b";
}
.bt-circle:before {
  content: "\f08c";
}
.bt-hexagon:before {
  content: "\f08d";
}
.bt-octagon:before {
  content: "\f08e";
}
.bt-angle-up:before {
  content: "\f090";
}
.bt-angle-down:before {
  content: "\f091";
}
.bt-angle-left:before {
  content: "\f092";
}
.bt-angle-right:before {
  content: "\f093";
}
.bt-angles-up:before {
  content: "\f094";
}
.bt-angles-down:before {
  content: "\f095";
}
.bt-angles-left:before {
  content: "\f096";
}
.bt-angles-right:before {
  content: "\f097";
}
.bt-arrow-up:before {
  content: "\f098";
}
.bt-arrow-down:before {
  content: "\f099";
}
.bt-arrow-left:before {
  content: "\f09a";
}
.bt-arrow-right:before {
  content: "\f09b";
}
.bt-bar-chart:before {
  content: "\f09c";
}
.bt-pie-chart:before {
  content: "\f09d";
}
.bt-circle-arrow-up:before {
  content: "\f0a0";
}
.bt-circle-arrow-down:before {
  content: "\f0a1";
}
.bt-circle-arrow-left:before {
  content: "\f0a2";
}
.bt-circle-arrow-right:before {
  content: "\f0a3";
}
.bt-caret-up:before {
  content: "\f0a4";
}
.bt-caret-down:before {
  content: "\f0a5";
}
.bt-caret-left:before {
  content: "\f0a6";
}
.bt-caret-right:before {
  content: "\f0a7";
}
.bt-long-arrow-up:before {
  content: "\f0a8";
}
.bt-long-arrow-down:before {
  content: "\f0a9";
}
.bt-long-arrow-left:before {
  content: "\f0aa";
}
.bt-long-arrow-right:before {
  content: "\f0ab";
}
.bt-Bold:before {
  content: "\f0ac";
}
.bt-italic:before {
  content: "\f0ad";
}
.bt-underline:before {
  content: "\f0ae";
}
.bt-link:before {
  content: "\f0b0";
}
.bt-paper-clip:before {
  content: "\f0b1";
}
.bt-align-left:before {
  content: "\f0b2";
}
.bt-align-center:before {
  content: "\f0b3";
}
.bt-align-right:before {
  content: "\f0b4";
}
.bt-align-justify:before {
  content: "\f0b5";
}
.bt-cut:before {
  content: "\f0b6";
}
.bt-copy:before {
  content: "\f0b7";
}
.bt-paste:before {
  content: "\f0b8";
}
.bt-photo:before {
  content: "\f0b9";
}
.bt-table:before {
  content: "\f0ba";
}
.bt-ulist:before {
  content: "\f0bb";
}
.bt-olist:before {
  content: "\f0bc";
}
.bt-indent:before {
  content: "\f0bd";
}
.bt-outdent:before {
  content: "\f0be";
}
.bt-undo:before {
  content: "\f0c0";
}
.bt-redo:before {
  content: "\f0c1";
}
.bt-sup:before {
  content: "\f0c2";
}
.bt-sub:before {
  content: "\f0c3";
}
.bt-text-size:before {
  content: "\f0c4";
}
.bt-text-color:before {
  content: "\f0c5";
}
.bt-remove-formatting:before {
  content: "\f0c6";
}
.bt-blockquote:before {
  content: "\f036";
}
.bt-globe:before {
  content: "\f0c7";
}
.bt-map:before {
  content: "\f0c8";
}
.bt-map-arrow:before {
  content: "\f0c9";
}
.bt-map-marker:before {
  content: "\f0ca";
}
.bt-map-pin:before {
  content: "\f0cb";
}
.bt-home:before {
  content: "\f0cc";
}
.bt-building:before {
  content: "\f0cd";
}
.bt-industry:before {
  content: "\f0ce";
}
.bt-desktop:before {
  content: "\f0d0";
}
.bt-laptop:before {
  content: "\f0d1";
}
.bt-tablet:before {
  content: "\f0d2";
}
.bt-mobile:before {
  content: "\f0d3";
}
.bt-tv:before {
  content: "\f0d4";
}
.bt-radio-checked:before {
  content: "\f0d5";
}
.bt-radio-unchecked:before {
  content: "\f08c";
}
.bt-checkbox-checked:before {
  content: "\f014";
}
.bt-checkbox-unchecked:before {
  content: "\f08b";
}
.bt-checkbox-intermediate:before {
  content: "\f023";
}
.bt-user:before {
  content: "\f0d6";
}
.bt-user-male:before {
  content: "\f0d6";
}
.bt-user-female:before {
  content: "\f0d7";
}
.bt-crown:before {
  content: "\f0d8";
}
.bt-credit-card:before {
  content: "\f0d9";
}
.bt-strikethrough:before {
  content: "\f0da";
}
.bt-eject:before {
  content: "\f0db";
}
.bt-ellipsis-h:before {
  content: "\f0dc";
}
.bt-ellipsis-v:before {
  content: "\f0dd";
}
.fab-facebook:before {
  content: "\f000";
}
.fab-facebook-alt:before {
  content: "\f001";
}
.fab-twitter:before {
  content: "\f002";
}
.fab-linkedin:before {
  content: "\f003";
}
.fab-linkedin-alt:before {
  content: "\f004";
}
.fab-instagram:before {
  content: "\f005";
}
.fab-github:before {
  content: "\f006";
}
.fab-github-alt:before {
  content: "\f007";
}
.fab-googleplus:before {
  content: "\f008";
}
.fab-googleplus-alt:before {
  content: "\f009";
}
.fab-pinterest:before {
  content: "\f00a";
}
.fab-pinterest-alt:before {
  content: "\f00b";
}
.fab-tumblr:before {
  content: "\f00c";
}
.fab-tumblr-alt:before {
  content: "\f00d";
}
.fab-bitcoin:before {
  content: "\f010";
}
.fab-bitcoin-alt:before {
  content: "\f011";
}
.fab-dropbox:before {
  content: "\f012";
}
.fab-stackexchange:before {
  content: "\f013";
}
.fab-stackoverflow:before {
  content: "\f014";
}
.fab-flickr:before {
  content: "\f015";
}
.fab-flickr-alt:before {
  content: "\f016";
}
.fab-bitbucket:before {
  content: "\f017";
}
.fab-html5:before {
  content: "\f018";
}
.fab-css3:before {
  content: "\f019";
}
.fab-apple:before {
  content: "\f01a";
}
.fab-windows:before {
  content: "\f01b";
}
.fab-android:before {
  content: "\f01c";
}
.fab-linux:before {
  content: "\f01d";
}
.fab-dribbble:before {
  content: "\f01e";
}
.fab-youtube:before {
  content: "\f021";
}
.fab-skype:before {
  content: "\f022";
}
.fab-foursquare:before {
  content: "\f023";
}
.fab-trello:before {
  content: "\f024";
}
.fab-maxcdn:before {
  content: "\f025";
}
.fab-gittip:before,
.fab-gratipay:before {
  content: "\f026";
}
.fab-vimeo:before {
  content: "\f027";
}
.fab-vimeo-alt:before {
  content: "\f028";
}
.fab-slack:before {
  content: "\f029";
}
.fab-wordpress:before {
  content: "\f02a";
}
.fab-wordpress-alt:before {
  content: "\f02b";
}
.fab-openid:before {
  content: "\f02c";
}
.fab-yahoo:before {
  content: "\f02d";
}
.fab-yahoo-alt:before {
  content: "\f02e";
}
.fab-reddit:before {
  content: "\f02f";
}
.fab-google:before {
  content: "\f030";
}
.fab-google-alt:before {
  content: "\f031";
}
.fab-stumbleupon:before {
  content: "\f032";
}
.fab-stumbleupon-alt:before {
  content: "\f033";
}
.fab-delicious:before {
  content: "\f034";
}
.fab-digg:before {
  content: "\f035";
}
.fab-piedpiper:before {
  content: "\f036";
}
.fab-piedpiper-alt:before {
  content: "\f037";
}
.fab-drupal:before {
  content: "\f038";
}
.fab-joomla:before {
  content: "\f039";
}
.fab-behance:before {
  content: "\f03a";
}
.fab-steam:before {
  content: "\f03b";
}
.fab-steam-alt:before {
  content: "\f03c";
}
.fab-spotify:before {
  content: "\f03d";
}
.fab-deviantart:before {
  content: "\f03e";
}
.fab-soundcloud:before {
  content: "\f040";
}
.fab-vine:before {
  content: "\f041";
}
.fab-codepen:before {
  content: "\f042";
}
.fab-jsfiddle:before {
  content: "\f043";
}
.fab-rebel:before {
  content: "\f044";
}
.fab-empire:before {
  content: "\f045";
}
.fab-git:before {
  content: "\f046";
}
.fab-hackernews:before {
  content: "\f047";
}
.fab-hackernews-alt:before {
  content: "\f048";
}
.fab-slideshare:before {
  content: "\f049";
}
.fab-twitch:before {
  content: "\f04a";
}
.fab-yelp:before {
  content: "\f04b";
}
.fab-paypal:before {
  content: "\f04c";
}
.fab-google-wallet:before {
  content: "\f04d";
}
.fab-angellist:before {
  content: "\f04e";
}
.fab-cc-visa:before {
  content: "\f050";
}
.fab-cc-mastercard:before {
  content: "\f051";
}
.fab-cc-discover:before {
  content: "\f052";
}
.fab-cc-amex:before {
  content: "\f053";
}
.fab-cc-paypal:before {
  content: "\f054";
}
.fab-cc-stripe:before {
  content: "\f055";
}
.fab-lastfm:before {
  content: "\f056";
}
.fab-whatsapp:before {
  content: "\f057";
}
.fab-medium:before {
  content: "\f058";
}
.fab-meanpath:before {
  content: "\f059";
}
.fab-meanpath-alt:before {
  content: "\f05a";
}
.fab-pagelines:before {
  content: "\f05b";
}
.fab-ioxhost:before {
  content: "\f060";
}
.fab-buysellads:before {
  content: "\f061";
}
.fab-buysellads-alt:before {
  content: "\f062";
}
.fab-connectdevelop:before {
  content: "\f063";
}
.fab-dashcube:before {
  content: "\f064";
}
.fab-forumbee:before {
  content: "\f065";
}
.fab-leanpub:before {
  content: "\f066";
}
.fab-sellsy:before {
  content: "\f067";
}
.fab-shirtsinbulk:before {
  content: "\f068";
}
.fab-simplybuilt:before {
  content: "\f069";
}
.fab-skyatlas:before {
  content: "\f06a";
}
.fab-viacoin:before {
  content: "\f06b";
}
.fab-codiepie:before {
  content: "\f06c";
}
.fab-queue:before {
  content: "\f06d";
}
.fab-queue-alt:before {
  content: "\f06e";
}
.fab-fonticons:before {
  content: "\f070";
}
.fab-fonticons-alt:before {
  content: "\f071";
}
.fab-blacktie:before {
  content: "\f072";
}
.fab-blacktie-alt:before {
  content: "\f073";
}
.fab-xing:before {
  content: "\f090";
}
.fab-vk:before {
  content: "\f091";
}
.fab-weibo:before {
  content: "\f092";
}
.fab-renren:before {
  content: "\f093";
}
.fab-tencent-weibo:before {
  content: "\f094";
}
.fab-qq:before {
  content: "\f095";
}
.fab-wechat:before,
.fab-weixin:before {
  content: "\f096";
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.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);
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle-group,
.toggle-off,
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
}
.toggle-group {
  width: 200%;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}
.toggle-on-pad.btn.btn-lg {
  padding-right: 32px;
}
.toggle-off-pad.btn.btn-lg {
  padding-left: 32px;
}
.toggle-on-pad.btn {
  padding-right: 24px;
}
.toggle-off-pad.btn {
  padding-left: 24px;
}
.toggle-on-pad.btn.btn-sm {
  padding-right: 20px;
}
.toggle-off-pad.btn.btn-sm {
  padding-left: 20px;
}
.toggle-on-pad.btn.btn-xs {
  padding-right: 9px;
}
.toggle-off-pad.btn.btn-xs {
  padding-left: 9px;
}

/** Stately setup
*************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img.state-map {
    bottom: 21px;
  }
}
@supports not (-ms-high-contrast: none) {
  img.state-map {
    top: 6px;
  }
}
@font-face {
  font-family: 'stately-webfont';
  src: url("../fonts/stately-webfont.eot");
  src: url("../fonts/stately-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/stately-webfont.woff") format("woff"), url("../fonts/stately-webfont.ttf") format("truetype"), url("../fonts/stately-webfont.svg#testfontRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.stately {
  font: normal normal 300px "stately-webfont";
  line-height: 100%;
  font-size-adjust: none;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -ms-font-feature-settings: "liga", "dlig";
  overflow: hidden;
  width: 300px;
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #eeeeee;
  border-radius: 0;
}
.stately li {
  float: left;
  margin: -20% 0 0 -100%;
  position: relative;
  left: 101%;
  width: 100%;
  cursor: default;
  -webkit-transition: all 0.2s ease-in;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stately-area {
  outline: none;
}
/** Style customizations
  *************************************/
#intrideans {
  color: #b0b0b0;
}
#intrideans .ca,
#intrideans .co,
#intrideans .dc,
#intrideans .fl,
#intrideans .ks,
#intrideans .md,
#intrideans .mn,
#intrideans .mi,
#intrideans .nj,
#intrideans .ny,
#intrideans .oh,
#intrideans .va,
#intrideans .wa,
#intrideans .wy {
  color: #a3d07e;
}
#election {
  color: #00aeef;
}
#election .id,
#election .ut,
#election .az,
#election .ak,
#election .wy,
#election .mt,
#election .no,
#election .sd,
#election .nd,
#election .ne,
#election .ks,
#election .ok,
#election .tx,
#election .mo,
#election .ar,
#election .la,
#election .ms,
#election .tn,
#election .ky,
#election .wv,
#election .nc,
#election .sc,
#election .ga,
#election .al {
  color: #ff7474;
}
#presidents {
  color: #b0b0b0;
}
#presidents .va,
#presidents .oh,
#presidents .ma,
#presidents .ny,
#presidents .nc,
#presidents .tx,
#presidents .vt,
#presidents .ar,
#presidents .ca,
#presidents .ct,
#presidents .ga,
#presidents .hi,
#presidents .il,
#presidents .ia,
#presidents .ky,
#presidents .mo,
#presidents .ne,
#presidents .nj,
#presidents .pa,
#presidents .sc {
  color: #ff8b3e;
}
#plain {
  color: #999;
}

tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px;
}
tags-input .host {
  margin: 0;
}
tags-input .tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-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;
}
tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}
tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
}
tags-input .tags.focused {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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);
}
tags-input .autocomplete {
  border-radius: 4px;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}
tags-input.ng-invalid .tags {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-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;
}
tags-input[disabled] .tags {
  background-color: #eee;
}
tags-input[disabled] .tags .tag-item {
  background: #337ab7;
  opacity: 0.65;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
}
.input-group tags-input {
  padding: 0;
  display: table-cell;
}
.input-group tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-lg tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input-group-lg tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group-sm tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-sm tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
tags-input.ti-input-lg,
.input-group-lg tags-input {
  min-height: 46px;
}
tags-input.ti-input-lg .tags,
.input-group-lg tags-input .tags {
  border-radius: 6px;
}
tags-input.ti-input-lg .tags .tag-item,
.input-group-lg tags-input .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px;
}
tags-input.ti-input-lg .tags .tag-item .remove-button,
.input-group-lg tags-input .tags .tag-item .remove-button {
  font-size: 20px;
}
tags-input.ti-input-lg .tags .input,
.input-group-lg tags-input .tags .input {
  height: 38px;
  font-size: 18px;
}
tags-input.ti-input-sm,
.input-group-sm tags-input {
  min-height: 30px;
}
tags-input.ti-input-sm .tags,
.input-group-sm tags-input .tags {
  border-radius: 3px;
}
tags-input.ti-input-sm .tags .tag-item,
.input-group-sm tags-input .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px;
}
tags-input.ti-input-sm .tags .tag-item .remove-button,
.input-group-sm tags-input .tags .tag-item .remove-button {
  font-size: 16px;
}
tags-input.ti-input-sm .tags .input,
.input-group-sm tags-input .tags .input {
  height: 22px;
  font-size: 12px;
}
.has-feedback tags-input .tags {
  padding-right: 30px;
}
.has-success tags-input .tags {
  border-color: #3c763d;
}
.has-success tags-input .tags.focused {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-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;
}
.has-error tags-input .tags {
  border-color: #a94442;
}
.has-error tags-input .tags.focused {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-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;
}
.has-warning tags-input .tags {
  border-color: #8a6d3b;
}
.has-warning tags-input .tags.focused {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-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;
}
/*# sourceMappingURL=ng-tags-input.bootstrap.css.map */

tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px;
}
tags-input .host {
  margin: 0;
}
tags-input .tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-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;
}
tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}
tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
}
tags-input .tags.focused {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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);
}
tags-input .autocomplete {
  border-radius: 4px;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}
tags-input.ng-invalid .tags {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-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;
}
tags-input[disabled] .tags {
  background-color: #eee;
}
tags-input[disabled] .tags .tag-item {
  background: #337ab7;
  opacity: 0.65;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
}
.input-group tags-input {
  padding: 0;
  display: table-cell;
}
.input-group tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-lg tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input-group-lg tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group-sm tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-sm tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group-lg tags-input,
tags-input.ti-input-lg {
  min-height: 46px;
}
.input-group-lg tags-input .tags,
tags-input.ti-input-lg .tags {
  border-radius: 6px;
}
.input-group-lg tags-input .tags .tag-item,
tags-input.ti-input-lg .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-lg tags-input .tags .tag-item .remove-button,
tags-input.ti-input-lg .tags .tag-item .remove-button {
  font-size: 20px;
}
.input-group-lg tags-input .tags .input,
tags-input.ti-input-lg .tags .input {
  height: 38px;
  font-size: 18px;
}
.input-group-sm tags-input,
tags-input.ti-input-sm {
  min-height: 30px;
}
.input-group-sm tags-input .tags,
tags-input.ti-input-sm .tags {
  border-radius: 3px;
}
.input-group-sm tags-input .tags .tag-item,
tags-input.ti-input-sm .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-sm tags-input .tags .tag-item .remove-button,
tags-input.ti-input-sm .tags .tag-item .remove-button {
  font-size: 16px;
}
.input-group-sm tags-input .tags .input,
tags-input.ti-input-sm .tags .input {
  height: 22px;
  font-size: 12px;
}
.has-feedback tags-input .tags {
  padding-right: 30px;
}
.has-success tags-input .tags {
  border-color: #3c763d;
}
.has-success tags-input .tags.focused {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-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;
}
.has-error tags-input .tags {
  border-color: #a94442;
}
.has-error tags-input .tags.focused {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-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;
}
.has-warning tags-input .tags {
  border-color: #8a6d3b;
}
.has-warning tags-input .tags.focused {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-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;
}

tags-input {
  display: block;
}
tags-input *,
tags-input *:before,
tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
/*# sourceMappingURL=ng-tags-input.css.map */

tags-input {
  display: block;
}
tags-input *,
tags-input :after,
tags-input :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: 0;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: red;
}
tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: 0;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
  cursor: pointer;
}
.moment-picker {
  position: absolute;
  z-index: 1060;
}
.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #f0f3f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.moment-picker .moment-picker-container:before,
.moment-picker .moment-picker-container:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}
.moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-width: 9px;
}
.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}
.moment-picker.inline {
  display: block;
  position: relative;
}
.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}
.moment-picker.inline .moment-picker-container:before,
.moment-picker.inline .moment-picker-container:after {
  content: none;
}
.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}
.moment-picker.top .moment-picker-container:before,
.moment-picker.top .moment-picker-container:after {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}
.moment-picker.top .moment-picker-container:before {
  border-top-color: #f0f3f4;
  border-width: 9px;
}
.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}
.moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}
.moment-picker.right .moment-picker-container:before,
.moment-picker.right .moment-picker-container:after {
  left: auto;
  right: 15px;
}
.moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}
.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}
.moment-picker th {
  font-weight: bold;
}
.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}
.moment-picker th,
.moment-picker td {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moment-picker th:hover,
.moment-picker td:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
}
.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}
.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: -webkit-linear-gradient(#45b1e8, #3097de);
  background-image: -moz-linear-gradient(#45b1e8, #3097de);
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de);
}
.moment-picker td.highlighted {
  background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}
.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}
.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}
.moment-picker .month-view td {
  width: 1.42857143em;
}
.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.33333333em;
}
.moment-picker .minute-view td {
  height: 1.8em;
}

.angular-date-picker {
  color: #333;
  font: normal 14px sans-serif;
  border: 1px solid #ddd;
  display: inline-block;
  background: #fff;
}
.angular-date-picker > ._month {
  text-align: center;
  line-height: 22px;
  padding: 10px;
  background: #fcfcfc;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.angular-date-picker > ._month > button {
  color: #555;
  font: normal 14px sans-serif;
  outline: none;
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
}
.angular-date-picker > ._month > button:hover {
  color: #333;
}
.angular-date-picker > ._month > button._previous {
  left: 10px;
}
.angular-date-picker > ._month > button._next {
  right: 10px;
}
.angular-date-picker > ._days {
  width: 210px;
  /* 30 x 7 */
  margin: 10px;
  text-align: center;
}
.angular-date-picker > ._days > ._day-of-week,
.angular-date-picker > ._days > ._day {
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 30px;
  line-height: 28px;
  float: left;
}
.angular-date-picker > ._days > ._day-of-week {
  font-weight: bold;
}
.angular-date-picker > ._days > ._day.-padding {
  opacity: 0.5;
}
.angular-date-picker > ._days > ._day {
  cursor: pointer;
}
.angular-date-picker > ._days > ._day.-selected {
  background: #e0e0e0;
}
.angular-date-picker > ._days > ._day.-today {
  border-color: #aaa;
}
.angular-date-picker > ._days > ._day:hover {
  background: #eee;
}
.angular-date-picker > ._days:after {
  content: '';
  display: block;
  clear: left;
  height: 0;
}

.resizable {
  position: relative;
}
.resizable.no-transition {
  transition: none !important;
}
.rg-bottom,
.rg-left,
.rg-right,
.rg-top {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: 0 0;
}
.rg-bottom span,
.rg-left span,
.rg-right span,
.rg-top span {
  position: absolute;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
}
.rg-left span,
.rg-right span {
  border-width: 0 1px;
  top: 50%;
  margin: -10px 0 0 3.5px;
  height: 20px;
  width: 7px;
}
.rg-bottom span,
.rg-top span {
  border-width: 1px 0;
  left: 50%;
  margin: 3.5px 0 0 -10px;
  width: 20px;
  height: 7px;
}
.rg-top {
  cursor: row-resize;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: -14px;
}
.rg-right {
  cursor: col-resize;
  height: 100%;
  right: 0;
  top: 0;
  margin-right: -14px;
}
.rg-bottom {
  cursor: row-resize;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -14px;
}
.rg-left {
  cursor: col-resize;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: -14px;
}

/**! hopscotch - v0.3.1
*
* Copyright 2017 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
div.hopscotch-bubble .hopscotch-nav-button {
  /* borrowed from katy styles */
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  *zoom: 1;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.hopscotch-bubble .hopscotch-nav-button:hover {
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #1b5480;
  color: #fff;
  margin: 0 0 0 10px;
  /* HS specific*/
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #287bbc;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#287bbc', endColorstr='#23639a');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287bbc), color-stop(100%, #23639a));
  background-image: -webkit-linear-gradient(to bottom, #287bbc 0%, #23639a 100%);
  background-image: -moz-linear-gradient(to bottom, #287bbc 0%, #23639a 100%);
  background-image: -o-linear-gradient(to bottom, #287bbc 0%, #23639a 100%);
  background-image: linear-gradient(to bottom, #287bbc 0%, #23639a 100%);
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #2672ae;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
  background-image: -webkit-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: -moz-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: -o-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
  background-image: linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
  border-color: #a7a7a7;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), color-stop(100%, #a9a9a9));
  background-image: -webkit-linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -moz-linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -o-linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
}
div.hopscotch-bubble {
  background-color: #ffffff;
  border: 5px solid #000000;
  /* default */
  border: 5px solid rgba(0, 0, 0, 0.5);
  /* transparent, if supported */
  color: #333;
  font-family: Helvetica, Arial;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  /* for Mozilla browsers*/
  -webkit-background-clip: padding;
  /* Webkit */
  background-clip: padding-box;
  /*  browsers with full support */
}
div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
div.hopscotch-bubble.invisible {
  opacity: 0;
}
div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}
div.hopscotch-bubble h3 {
  color: #000;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0;
}
div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}
div.hopscotch-bubble .hopscotch-content {
  font-family: Helvetica, Arial;
  font-weight: normal;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 8px;
}
div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px;
}
div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #000;
  background: transparent url(../../img/sprite-green.png) -192px -92px no-repeat;
  display: block;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
}
div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}
div.hopscotch-bubble .hopscotch-bubble-number {
  background: transparent url(../../img/sprite-green.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px 0 0;
  text-align: center;
  width: 30px;
  height: 30px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -22px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -24px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000000;
  border-top: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -22px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: 7px;
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000000;
  border-right: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: -7px;
  top: -34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000000;
  border-left: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right;
}

/*!
 * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.85714286%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-offwhite {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-offwhite-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap-utilities.css.map */

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --bs-primary: #096fcc;
  --bs-primary-rgb: 9, 111, 204;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-in-alert {
  from {
    -webkit-transform: translate(-2000px, 0);
    -ms-transform: translate(-2000px, 0);
    -o-transform: translate(-2000px, 0);
    transform: translate(-2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*
// Example usage

.make-ratio(xs, 2, 1);
.make-ratio(xs, 3, 1);


// Small grid
//
// Small device range, from phones to tablets.

@media (min-width: @screen-sm-min) {
	.make-ratio(sm, 2, 1);
	.make-ratio(sm, 3, 1);
}


// Medium grid
//
// For the desktop device range.

@media (min-width: @screen-md-min) {
	.make-ratio(md, 2, 1);
	.make-ratio(md, 3, 1);
}


// Large grid
//
// For the large desktop device range.

@media (min-width: @screen-lg-min) {
	.make-ratio(lg, 2, 1);
	.make-ratio(lg, 3, 1);
}
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .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");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.84615385;
  color: hsl(208.61538462, 3%, 20%);
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #096fcc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #064783;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.84615385;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid hsl(208.61538462, 3%, 90%);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: hsl(208.61538462, 3%, 20%);
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #faebd4;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: hsl(208.61538462, 3%, 20%);
}
.text-primary {
  color: #096fcc;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #07549b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #2F6B89;
}
a.text-info:hover,
a.text-info:focus {
  color: #224d63;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #096fcc;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #07549b;
}
.bg-success {
  background-color: #d4fad5;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #a7f4a8;
}
.bg-info {
  background-color: #d4e8fa;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #a7cff4;
}
.bg-warning {
  background-color: #faebd4;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f4d5a7;
}
.bg-danger {
  background-color: #fad7d4;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f4aca7;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid hsl(208.61538462, 3%, 90%);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.84615385;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 17.5px;
  border-left: 5px solid #cfe4f6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.84615385;
  color: hsl(208.61538462, 3%, 20%);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #cfe4f6;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.84615385;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 1.84615385;
  color: hsl(208.61538462, 3%, 20%);
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 628px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 848px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1060px;
  }
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -12px;
  margin-left: -12px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 10px 8px;
  padding-bottom: 10px 8px;
  color: hsl(208.61538462, 3%, 20%);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 8px;
  line-height: 1.84615385;
  vertical-align: top;
  border-top: 1px solid hsla(208.61538462, 3%, 75%, 0.2);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid hsla(208.61538462, 3%, 75%, 0.2);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid hsla(208.61538462, 3%, 75%, 0.2);
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid hsla(208.61538462, 3%, 75%, 0.2);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid hsla(208.61538462, 3%, 75%, 0.2);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: hsla(208.61538462, 3%, 95%, 0.35);
}
.table-hover > tbody > tr:hover {
  background-color: hsla(208.61538462, 3%, 90%, 0.25);
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: hsla(208.61538462, 3%, 90%, 0.25);
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: hsla(208.61538462, 3%, 85%, 0.25);
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #d4fad5;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #bef7bf;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d4e8fa;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #bedcf7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #faebd4;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f7e0be;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fad7d4;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f7c2be;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid hsla(208.61538462, 3%, 75%, 0.2);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 21px;
  line-height: inherit;
  color: hsl(208.61538462, 3%, 20%);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 5.5px;
  font-size: 14px;
  line-height: 1.84615385;
  color: #0c0c0c;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 4.5px 14px;
  font-size: 14px;
  line-height: 1.84615385;
  color: #0c0c0c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 2px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #096fcc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(9, 111, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(9, 111, 204, 0.6);
}
.form-control:focus {
  border-color: #096fcc;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: auto;
  outline-offset: 2px;
}
.form-control::-moz-placeholder {
  color: #727679;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #727679;
}
.form-control::-webkit-input-placeholder {
  color: #727679;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: hsl(208.61538462, 3%, 90%);
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 40px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.floating-label .input-sm ~ label {
  font-size: 12px;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.floating-label .input-lg ~ label {
  font-size: 18px;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #d4fad5;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-bottom-color: #3c763d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-bottom-color: #3c763d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #d4fad5;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #faebd4;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-bottom-color: #8a6d3b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-bottom-color: #8a6d3b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #faebd4;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #fad7d4;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-bottom-color: #a94442;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-bottom-color: #a94442;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #fad7d4;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: hsl(208.61538462, 3%, 45%);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 5.5px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31.5px;
}
.form-horizontal .form-group {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 5.5px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 4.5px 14px;
  font-size: 14px;
  line-height: 1.84615385;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.btn-flat {
  padding: 4.5px 7px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: hsl(208.61538462, 3%, 33.5%);
  text-decoration: none;
}
.btn:active,
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: hsl(208.61538462, 3%, 33.5%);
  color: hsl(208.61538462, 3%, 20%);
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: hsl(208.61538462, 3%, 90%);
}
.btn-default:focus,
.btn-default.focus {
  color: hsl(208.61538462, 3%, 33.5%);
  background-color: hsl(208.61538462, 3%, 80%);
  border-color: hsl(208.61538462, 3%, 65%);
}
.btn-default:hover {
  color: hsl(208.61538462, 3%, 33.5%);
  background-color: hsl(208.61538462, 3%, 80%);
  border-color: hsl(208.61538462, 3%, 78%);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: hsl(208.61538462, 3%, 33.5%);
  background-color: hsl(208.61538462, 3%, 80%);
  background-image: none;
  border-color: hsl(208.61538462, 3%, 78%);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: hsl(208.61538462, 3%, 33.5%);
  background-color: hsl(208.61538462, 3%, 73%);
  border-color: hsl(208.61538462, 3%, 65%);
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: hsl(208.61538462, 3%, 90%);
}
.btn-default .badge {
  color: hsl(208.61538462, 3%, 90%);
  background-color: hsl(208.61538462, 3%, 33.5%);
}
.btn-default:hover,
.btn-default:focus,
.open .dropdown-toggle.btn-default {
  color: hsl(208.61538462, 3%, 20%);
  background-color: hsl(208.61538462, 3%, 83%);
  border-color: hsl(208.61538462, 3%, 83%);
}
.btn-default:active,
.btn-default.active {
  color: hsl(208.61538462, 3%, 20%);
  background-color: hsl(208.61538462, 3%, 80%);
  border-color: hsl(208.61538462, 3%, 80%);
}
.btn-default.btn-flat,
.btn-default.btn-icon-toggle {
  color: hsl(208.61538462, 3%, 33.5%);
}
.open .dropdown-toggle.btn-default.btn-flat,
.open .dropdown-toggle.btn-default.btn-icon-toggle {
  color: hsl(208.61538462, 3%, 90%);
}
.btn-primary {
  color: #096fcc;
  color: #fff;
  background-color: #096fcc;
  border-color: #096fcc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #096fcc;
  background-color: #07549b;
  border-color: #042d52;
}
.btn-primary:hover {
  color: #096fcc;
  background-color: #07549b;
  border-color: #064f91;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #096fcc;
  background-color: #07549b;
  background-image: none;
  border-color: #064f91;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #096fcc;
  background-color: #054279;
  border-color: #042d52;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #096fcc;
  border-color: #096fcc;
}
.btn-primary .badge {
  color: #096fcc;
  background-color: #096fcc;
}
.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #075caa;
  border-color: #075caa;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #07549b;
  border-color: #07549b;
}
.btn-primary.btn-flat,
.btn-primary.btn-icon-toggle {
  color: #096fcc;
}
.open .dropdown-toggle.btn-primary.btn-flat,
.open .dropdown-toggle.btn-primary.btn-icon-toggle {
  color: #096fcc;
}
.btn-success {
  color: #208822;
  color: #fff;
  background-color: #208822;
  border-color: #208822;
}
.btn-success:focus,
.btn-success.focus {
  color: #208822;
  background-color: #165f18;
  border-color: #082108;
}
.btn-success:hover {
  color: #208822;
  background-color: #165f18;
  border-color: #145616;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #208822;
  background-color: #165f18;
  background-image: none;
  border-color: #145616;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #208822;
  background-color: #0f4210;
  border-color: #082108;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #208822;
  border-color: #208822;
}
.btn-success .badge {
  color: #208822;
  background-color: #208822;
}
.btn-success:hover,
.btn-success:focus,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #196b1b;
  border-color: #196b1b;
}
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #165f18;
  border-color: #165f18;
}
.btn-success.btn-flat,
.btn-success.btn-icon-toggle {
  color: #208822;
}
.open .dropdown-toggle.btn-success.btn-flat,
.open .dropdown-toggle.btn-success.btn-icon-toggle {
  color: #208822;
}
.btn-info {
  color: #096fcc;
  color: #fff;
  background-color: #096fcc;
  border-color: #096fcc;
}
.btn-info:focus,
.btn-info.focus {
  color: #096fcc;
  background-color: #07549b;
  border-color: #042d52;
}
.btn-info:hover {
  color: #096fcc;
  background-color: #07549b;
  border-color: #064f91;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #096fcc;
  background-color: #07549b;
  background-image: none;
  border-color: #064f91;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #096fcc;
  background-color: #054279;
  border-color: #042d52;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #096fcc;
  border-color: #096fcc;
}
.btn-info .badge {
  color: #096fcc;
  background-color: #096fcc;
}
.btn-info:hover,
.btn-info:focus,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #075caa;
  border-color: #075caa;
}
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #07549b;
  border-color: #07549b;
}
.btn-info.btn-flat,
.btn-info.btn-icon-toggle {
  color: #096fcc;
}
.open .dropdown-toggle.btn-info.btn-flat,
.open .dropdown-toggle.btn-info.btn-icon-toggle {
  color: #096fcc;
}
.btn-warning {
  color: #FF9800;
  color: hsl(208.61538462, 3%, 20%);
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #FF9800;
  background-color: #cc7a00;
  border-color: #804c00;
}
.btn-warning:hover {
  color: #FF9800;
  background-color: #cc7a00;
  border-color: #c27400;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FF9800;
  background-color: #cc7a00;
  background-image: none;
  border-color: #c27400;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #FF9800;
  background-color: #a86400;
  border-color: #804c00;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-warning .badge {
  color: #FF9800;
  background-color: #FF9800;
}
.btn-warning:hover,
.btn-warning:focus,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #db8300;
  border-color: #db8300;
}
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #cc7a00;
  border-color: #cc7a00;
}
.btn-warning.btn-flat,
.btn-warning.btn-icon-toggle {
  color: #FF9800;
}
.open .dropdown-toggle.btn-warning.btn-flat,
.open .dropdown-toggle.btn-warning.btn-icon-toggle {
  color: #FF9800;
}
.btn-danger {
  color: #d0291c;
  color: #fff;
  background-color: #d0291c;
  border-color: #d0291c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #d0291c;
  background-color: #a32016;
  border-color: #60130d;
}
.btn-danger:hover {
  color: #d0291c;
  background-color: #a32016;
  border-color: #9a1e15;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #d0291c;
  background-color: #a32016;
  background-image: none;
  border-color: #9a1e15;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #d0291c;
  background-color: #841a12;
  border-color: #60130d;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d0291c;
  border-color: #d0291c;
}
.btn-danger .badge {
  color: #d0291c;
  background-color: #d0291c;
}
.btn-danger:hover,
.btn-danger:focus,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b12318;
  border-color: #b12318;
}
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #a32016;
  border-color: #a32016;
}
.btn-danger.btn-flat,
.btn-danger.btn-icon-toggle {
  color: #d0291c;
}
.open .dropdown-toggle.btn-danger.btn-flat,
.open .dropdown-toggle.btn-danger.btn-icon-toggle {
  color: #d0291c;
}
.btn-link {
  font-weight: 400;
  color: #096fcc;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #064783;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #727679;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-lg.btn-flat {
  padding: 10px 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-sm.btn-flat {
  padding: 5px 5px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs.btn-flat {
  padding: 1px 2.5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1053;
  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;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.84615385;
  color: hsl(208.61538462, 3%, 20%);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: hsl(208.61538462, 3%, 15%);
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #096fcc;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #727679;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.84615385;
  color: #727679;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1043;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.floating-label .input-group-lg > .form-control ~ label,
.floating-label .input-group-lg > .input-group-addon ~ label,
.floating-label .input-group-lg > .input-group-btn > .btn ~ label {
  font-size: 18px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.floating-label .input-group-sm > .form-control ~ label,
.floating-label .input-group-sm > .input-group-addon ~ label,
.floating-label .input-group-sm > .input-group-btn > .btn ~ label {
  font-size: 12px;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 4.5px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #0c0c0c;
  text-align: center;
  background-color: hsl(208.61538462, 3%, 90%);
  border: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: hsl(208.61538462, 3%, 90%);
}
.nav > li.disabled > a {
  color: #727679;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #727679;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: #096fcc;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.84615385;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: hsl(208.61538462, 3%, 90%) hsl(208.61538462, 3%, 90%) #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: hsl(208.61538462, 3%, 33.5%);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #096fcc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 12px;
  padding-left: 12px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 12px 12px;
  font-size: 18px;
  line-height: 26px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.navbar-form {
  padding: 10px 12px;
  margin-right: -12px;
  margin-left: -12px;
  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);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999c9f;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999c9f;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999c9f;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999c9f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #999c9f;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #999c9f;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: hsl(208.61538462, 3%, 20%);
  content: "/\00a0";
}
.breadcrumb > .active {
  color: hsl(208.61538462, 3%, 20%);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4.5px 14px;
  margin-left: -1px;
  line-height: 1.84615385;
  color: #096fcc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #064783;
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #096fcc;
  border-color: #096fcc;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #727679;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 26px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: hsl(208.61538462, 3%, 90%);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #727679;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #727679;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #595c5f;
}
.label-primary {
  background-color: #096fcc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #07549b;
}
.label-success {
  background-color: #208822;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #165f18;
}
.label-info {
  background-color: #096fcc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #07549b;
}
.label-warning {
  background-color: #FF9800;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc7a00;
}
.label-danger {
  background-color: #d0291c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a32016;
}
.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: #727679;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #096fcc;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: hsl(208.61538462, 3%, 90%);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: hsl(208.61538462, 3%, 80%);
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 2px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.84615385;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #096fcc;
}
.thumbnail .caption {
  padding: 9px;
  color: hsl(208.61538462, 3%, 20%);
}
.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #d4fad5;
  border-color: #c6f7be;
}
.alert-success hr {
  border-top-color: #b2f4a7;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #2F6B89;
  background-color: #d4e8fa;
  border-color: #b5e2f6;
}
.alert-info hr {
  border-top-color: #9ed9f3;
}
.alert-info .alert-link {
  color: #224d63;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #faebd4;
  border-color: #f7d6be;
}
.alert-warning hr {
  border-top-color: #f4c8a7;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #fad7d4;
  border-color: #f7bec3;
}
.alert-danger hr {
  border-top-color: #f4a7ae;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-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;
  }
}
.progress {
  height: 26px;
  margin-bottom: 26px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  -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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #096fcc;
  -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;
}
.progress-striped .progress-bar,
.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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.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;
  -webkit-animation: progress-bar-stripes 2s linear infinite 1s ease-in;
  -moz-animation: progress-bar-stripes 2s linear infinite 1s ease-in;
  -ms-animation: progress-bar-stripes 2s linear infinite 1s ease-in;
  -o-animation: progress-bar-stripes 2s linear infinite 1s ease-in;
  animation: progress-bar-stripes 2s linear infinite 1s ease-in;
}
.progress-bar-success {
  background-color: #208822;
}
.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);
}
.progress-bar-info {
  background-color: #096fcc;
}
.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);
}
.progress-bar-warning {
  background-color: #FF9800;
}
.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);
}
.progress-bar-danger {
  background-color: #d0291c;
}
.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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: hsl(208.61538462, 3%, 20%);
  cursor: not-allowed;
  background-color: hsl(208.61538462, 3%, 90%);
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: hsl(208.61538462, 3%, 20%);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #096fcc;
  border-color: #096fcc;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #a6d2fb;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #d4fad5;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #bef7bf;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #2F6B89;
  background-color: #d4e8fa;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #2F6B89;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #2F6B89;
  background-color: #bedcf7;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #2F6B89;
  border-color: #2F6B89;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #faebd4;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #f7e0be;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #fad7d4;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #f7c2be;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid hsla(208.61538462, 3%, 75%, 0.2);
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: hsl(208.61538462, 3%, 20%);
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: hsl(208.61538462, 3%, 20%);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #096fcc;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #096fcc;
  border-color: #096fcc;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #096fcc;
}
.panel-primary > .panel-heading .badge {
  color: #096fcc;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #096fcc;
}
.panel-success {
  border-color: #c6f7be;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #d4fad5;
  border-color: #c6f7be;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c6f7be;
}
.panel-success > .panel-heading .badge {
  color: #d4fad5;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c6f7be;
}
.panel-info {
  border-color: #b5e2f6;
}
.panel-info > .panel-heading {
  color: #2F6B89;
  background-color: #d4e8fa;
  border-color: #b5e2f6;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b5e2f6;
}
.panel-info > .panel-heading .badge {
  color: #d4e8fa;
  background-color: #2F6B89;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b5e2f6;
}
.panel-warning {
  border-color: #f7d6be;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #faebd4;
  border-color: #f7d6be;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7d6be;
}
.panel-warning > .panel-heading .badge {
  color: #faebd4;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7d6be;
}
.panel-danger {
  border-color: #f7bec3;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #fad7d4;
  border-color: #f7bec3;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7bec3;
}
.panel-danger > .panel-heading .badge {
  color: #fad7d4;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7bec3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.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;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.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;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.84615385;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.84615385;
  line-break: auto;
  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;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.84615385;
  line-break: auto;
  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;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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: 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;
}
.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: 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;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.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;
}
.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;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.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 5px rgba(0, 0, 0, 0.4);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

:root {
  --bs-primary: #096fcc;
  --bs-primary-rgb: 9, 111, 204;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-in-alert {
  from {
    -webkit-transform: translate(-2000px, 0);
    -ms-transform: translate(-2000px, 0);
    -o-transform: translate(-2000px, 0);
    transform: translate(-2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*
// Example usage

.make-ratio(xs, 2, 1);
.make-ratio(xs, 3, 1);


// Small grid
//
// Small device range, from phones to tablets.

@media (min-width: @screen-sm-min) {
	.make-ratio(sm, 2, 1);
	.make-ratio(sm, 3, 1);
}


// Medium grid
//
// For the desktop device range.

@media (min-width: @screen-md-min) {
	.make-ratio(md, 2, 1);
	.make-ratio(md, 3, 1);
}


// Large grid
//
// For the large desktop device range.

@media (min-width: @screen-lg-min) {
	.make-ratio(lg, 2, 1);
	.make-ratio(lg, 3, 1);
}
*/
html,
body,
.full-height {
  height: 100%;
}
body {
  background: hsl(208.61538462, 3%, 95%);
  background-size: 100% 100%;
  color: hsl(208.61538462, 3%, 20%);
  -ms-overflow-style: scrollbar;
}
.container {
  padding: 0;
}
a {
  color: #096fcc;
  text-decoration: underline !important;
}
a:focus {
  outline-offset: unset;
}
nav a,
.dropdown-menu a,
.gen-toc-nav a,
.exp-toc a,
header a,
#new-ords a,
#ordinancesContent a,
.nav-tabs a,
tags-input a {
  text-decoration: none !important;
  color: inherit;
}
.index-link,
.crumb a,
.search-result-body .breadcrumb a {
  color: inherit;
}
.btn-link-inline {
  text-decoration: underline !important;
}
.menubar-foot-panel a {
  color: #54A8F8;
}
hr {
  border-top-color: rgba(12, 12, 12, 0.12);
}
hr.ruler-lg {
  margin: 8px 0;
}
hr.ruler-xl {
  margin: 24px 0;
}
hr.ruler-xxl {
  margin: 56px 0;
}
.img-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-backdrop img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.doc-section {
  margin-bottom: 80px;
}
.doc-section.doc-lead {
  margin-bottom: 20px;
}
.doc-section h3 {
  margin-top: 20px;
}
.doc-section h4 {
  margin-top: 17px;
}
.doc-section h5 {
  margin-top: 15px;
}
.fuelphp-dump {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
}
.hbox-sm,
.hbox-md,
.hbox-lg {
  padding: 0;
}
.hbox-sm .hbox-column,
.hbox-md .hbox-column,
.hbox-lg .hbox-column {
  display: block;
  vertical-align: top;
}
.hbox-sm .hbox-column.v-top,
.hbox-md .hbox-column.v-top,
.hbox-lg .hbox-column.v-top {
  vertical-align: top;
}
.hbox-sm .hbox-column.v-middle,
.hbox-md .hbox-column.v-middle,
.hbox-lg .hbox-column.v-middle {
  vertical-align: middle;
}
.hbox-sm .hbox-column.v-bottom,
.hbox-md .hbox-column.v-bottom,
.hbox-lg .hbox-column.v-bottom {
  vertical-align: bottom;
}
.hbox-xs {
  display: table;
  table-layout: fixed;
  padding: 0;
}
.hbox-xs .hbox-column {
  display: table-cell;
}
@media (min-width: 768px) {
  .hbox-sm {
    display: table;
    table-layout: fixed;
  }
  .hbox-sm .hbox-column {
    float: none;
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .hbox-md {
    float: none;
    display: table;
    table-layout: fixed;
  }
  .hbox-md .hbox-column {
    float: none;
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .hbox-lg {
    display: table;
    table-layout: fixed;
  }
  .hbox-lg .hbox-column {
    float: none;
    display: table-cell;
  }
}
.v-top,
.v-inline-top {
  float: none!important;
  display: table-cell;
  vertical-align: top;
}
.v-middle,
.v-inline-middle {
  float: none!important;
  display: table-cell;
  vertical-align: middle;
}
.v-bottom,
.v-inline-bottom {
  float: none!important;
  display: table-cell;
  vertical-align: bottom;
}
.v-inline-top,
.v-inline-middle,
.v-inline-bottom {
  display: inline-block;
}
.card-tiles .hbox-column {
  padding: 20px;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium,
strong {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-ultra-bold {
  font-weight: 800;
}
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong,
.h1 > strong,
.h2 > strong,
.h3 > strong,
.h4 > strong,
.h5 > strong,
.h6 > strong {
  font-weight: 700;
}
.text-display-lines {
  line-height: 1.1;
}
.text-display-lines span,
.text-display-lines p,
.text-display-lines h1,
.text-display-lines h2,
.text-display-lines h3,
.text-display-lines h4,
.text-display-lines h5,
.text-display-lines h6 {
  position: relative;
}
.text-display-lines span:before,
.text-display-lines p:before,
.text-display-lines h1:before,
.text-display-lines h2:before,
.text-display-lines h3:before,
.text-display-lines h4:before,
.text-display-lines h5:before,
.text-display-lines h6:before,
.text-display-lines span:after,
.text-display-lines p:after,
.text-display-lines h1:after,
.text-display-lines h2:after,
.text-display-lines h3:after,
.text-display-lines h4:after,
.text-display-lines h5:after,
.text-display-lines h6:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #ff00cc;
}
.text-display-lines span:before,
.text-display-lines p:before,
.text-display-lines h1:before,
.text-display-lines h2:before,
.text-display-lines h3:before,
.text-display-lines h4:before,
.text-display-lines h5:before,
.text-display-lines h6:before {
  top: 0;
}
.text-display-lines span:after,
.text-display-lines p:after,
.text-display-lines h1:after,
.text-display-lines h2:after,
.text-display-lines h3:after,
.text-display-lines h4:after,
.text-display-lines h5:after,
.text-display-lines h6:after {
  bottom: 0;
}
.text-xs {
  font-size: 75%;
}
.text-sm {
  font-size: 85%;
}
.text-lg {
  font-size: 125%;
}
.text-xl {
  font-size: 180%;
}
.text-xxl {
  font-size: 225%;
}
.text-xxxl {
  font-size: 330%;
}
.text-xxxxl {
  font-size: 500%;
}
p {
  letter-spacing: 0.1px;
}
.text-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.text-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.text-columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.text-columns-sm {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.text-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.text-columns-lg {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .text-columns-sm {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .text-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .text-columns-lg {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media (max-width: 768px) {
  .text-columns-sm {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .text-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .text-columns-lg {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media (max-width: 480px) {
  .text-columns-sm {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .text-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .text-columns-lg {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.line-height-normal {
  line-height: 1.84615385;
}
.line-height-lg {
  line-height: 2.14615385;
}
.line-height-xl {
  line-height: 2.39615385;
}
.line-height-xxl {
  line-height: 2.74615385;
}
.text-caption {
  display: block;
  margin-bottom: 29px;
  font-size: 12px;
}
.card ~ .text-caption,
.panel-group ~ .text-caption {
  margin-top: -15px;
}
.no-linebreak {
  white-space: nowrap;
}
.text-shadow {
  text-shadow: 0 1px 2px #000000;
}
blockquote small {
  color: inherit;
  opacity: 0.7;
}
article img.pull-right,
p img.pull-right {
  margin-left: 10px;
  margin-bottom: 2px;
}
article img.pull-left,
p img.pull-left {
  margin-right: 10px;
  margin-bottom: 2px;
}
ul,
ol {
  padding-left: 16px;
}
ul.list-divided li,
ol.list-divided li {
  margin-top: 16px;
}
ul.list-divided li:first-child,
ol.list-divided li:first-child {
  margin-top: 0;
}
ol {
  list-style-position: inside;
  padding-left: 0;
}
.page-header {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.page-header.no-border {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.text-divider {
  display: table;
  width: 100%;
  margin: 13px 0 20px 0;
  opacity: 0.8;
}
.text-divider span {
  display: table-cell;
  padding: 0 10px;
  position: relative;
  bottom: -7px;
  white-space: nowrap;
}
.text-divider:before,
.text-divider:after {
  content: '';
  width: 50%;
  display: table-cell;
  border-bottom: 1px solid rgba(12, 12, 12, 0.3);
}
.dl-horizontal.dl-icon dd {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .dl-horizontal.dl-icon dt {
    width: 30px;
    text-align: left;
    padding-top: 5px;
  }
  .dl-horizontal.dl-icon dd {
    margin-left: 35px;
  }
}
.dl-horizontal dd.full-width {
  margin-left: 0;
}
.text-default-bright {
  color: #fff;
}
a.text-default-bright:hover,
a.text-default-bright:focus {
  color: #e6e6e6;
}
.text-default-light {
  color: #727679;
}
a.text-default-light:hover,
a.text-default-light:focus {
  color: #595c5f;
}
.text-default {
  color: hsl(208.61538462, 3%, 20%);
}
a.text-default:hover,
a.text-default:focus {
  color: hsl(208.61538462, 3%, 10%);
}
.text-default-dark {
  color: #20252b;
}
a.text-default-dark:hover,
a.text-default-dark:focus {
  color: #0a0c0e;
}
.text-primary-bright {
  color: #cfe4f6;
}
a.text-primary-bright:hover,
a.text-primary-bright:focus {
  color: #a4cbef;
}
.text-primary-light {
  color: #87bae9;
}
a.text-primary-light:hover,
a.text-primary-light:focus {
  color: #5ca1e1;
}
.text-primary {
  color: #096fcc;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #07549b;
}
.text-primary-dark {
  color: #064a92;
}
a.text-primary-dark:hover,
a.text-primary-dark:focus {
  color: #043161;
}
.text-accent-bright {
  color: #f6d2cf;
}
a.text-accent-bright:hover,
a.text-accent-bright:focus {
  color: #efa9a4;
}
.text-accent-light {
  color: #e88e87;
}
a.text-accent-light:hover,
a.text-accent-light:focus {
  color: #e0655c;
}
.text-accent {
  color: #d0291c;
}
a.text-accent:hover,
a.text-accent:focus {
  color: #a32016;
}
.text-accent-dark {
  color: #901c1e;
}
a.text-accent-dark:hover,
a.text-accent-dark:focus {
  color: #651415;
}
.text-info {
  color: #096fcc;
}
a.text-info:hover,
a.text-info:focus {
  color: #07549b;
}
.text-warning {
  color: #FF9800;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc7a00;
}
.text-danger {
  color: #d0291c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a32016;
}
.text-success {
  color: #208822;
}
a.text-success:hover,
a.text-success:focus {
  color: #165f18;
}
.cp-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.cp-font-header {
  font-size: 24px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: normal;
  color: #383838;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#base {
  overflow: hidden;
  padding-left: 64px;
  width: 100%;
  min-height: 100%;
}
#base > .backdrop {
  position: fixed;
  z-index: 1031;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(12, 12, 12, 0.33);
}
#base.hide-backdrop > .backdrop {
  display: none;
  position: relative;
}
#content {
  position: relative;
  width: 100%;
  left: 0;
  padding-top: 70px;
}
@media (min-width: 1200px) {
  .menubar-pin #base {
    padding-left: 240px;
  }
}
@media (min-width: 768px) {
  .full-content #base,
  .full-content #content {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #base {
    padding-left: 0;
    padding-right: 0;
  }
}
#header {
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1005;
  background: #fff;
  color: rgba(32, 37, 43, 0.83);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.header-fixed #header {
  position: fixed;
}
.no-sidebar #header {
  right: 12px;
}
.headerbar {
  position: relative;
  min-height: 70px;
}
.headerbar:before,
.headerbar:after {
  display: table;
  content: " ";
}
.headerbar:after {
  clear: both;
}
.headerbar .navbar-devider {
  display: block;
  width: 20px;
  height: 5px;
}
.headerbar-left {
  padding-left: 0;
}
.headerbar-right {
  float: right;
}
.headerbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.headerbar-right .header-nav-toggle {
  margin-left: 0;
}
.header-nav {
  display: table;
  height: 70px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.header-nav > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
.header-nav > li:first-child {
  padding-left: 0;
}
.header-nav > li > a,
.header-nav > li > button {
  position: relative;
  display: block;
}
.header-nav > li > a:hover,
.header-nav > li > button:hover,
.header-nav > li > a:focus,
.header-nav > li > button:focus {
  text-decoration: none;
  background-color: rgba(12, 12, 12, 0.07);
}
.header-nav > li.disabled > a,
.header-nav > li.disabled > button {
  color: #727679;
}
.header-nav > li.disabled > a:hover,
.header-nav > li.disabled > button:hover,
.header-nav > li.disabled > a:focus,
.header-nav > li.disabled > button:focus {
  color: #727679;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.header-nav .open > a,
.header-nav .open > button,
.header-nav .open > a:hover,
.header-nav .open > button:hover,
.header-nav .open > a:focus,
.header-nav .open > button:focus {
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: #096fcc;
}
.header-nav > li > a > img {
  max-width: none;
}
.header-nav .btn-icon-toggle:hover {
  background-color: rgba(12, 12, 12, 0.07);
}
.header-nav .navbar-search {
  /*float: right;*/
}
.headerbar-center .header-nav {
  margin: 0 auto;
}
.header-nav .header-nav-brand a,
.header-nav .header-nav-brand button {
  text-decoration: none;
}
.header-nav .header-nav-brand img,
.header-nav .header-nav-brand span {
  vertical-align: middle;
}
.header-nav-profile .dropdown {
  padding: 0;
}
.header-nav-profile .dropdown > a,
.header-nav-profile .dropdown > button {
  position: relative;
  min-height: 64px;
  min-width: 210px;
  padding: 12px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.header-nav-profile .dropdown > a:after,
.header-nav-profile .dropdown > button:after {
  content: "\f107";
  position: absolute;
  *margin-right: 0.3em;
  right: 10px;
  top: 22px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.header-nav-profile .dropdown > a .ink,
.header-nav-profile .dropdown > button .ink {
  background-color: hsla(208.61538462, 3%, 33.5%, 0.15);
}
.header-nav-profile .dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.header-nav-profile .dropdown .profile-info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  line-height: 15px;
}
.header-nav-profile .dropdown .profile-info small {
  display: block;
  opacity: 0.5;
}
.header-nav-profile .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-nav-profile .dropdown.open {
  color: hsl(208.61538462, 3%, 20%);
}
.header-nav-profile .dropdown.open > a,
.header-nav-profile .dropdown.open > button {
  margin-top: 6px;
  padding: 6px 12px 12px 12px;
  min-height: 58px;
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.header-nav-profile .dropdown.open > a:after,
.header-nav-profile .dropdown.open > button:after {
  top: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav-profile .dropdown.open .dropdown-menu {
  margin-top: -1px;
  border-top: none;
}
.header-nav-options .dropdown > a .badge {
  position: absolute;
  font-size: 10px;
  top: -1px;
  right: 4px;
}
@media (min-width: 1200px) {
  .menubar-first.menubar-pin .header-nav .header-nav-brand {
    display: none;
  }
  .menubar-first.menubar-pin #header {
    left: 240px;
  }
}
@media (min-width: 768px) {
  .menubar-first #header .menubar-toggle {
    display: none;
  }
  .menubar-first #header {
    left: 64px;
  }
}
@media (max-width: 767px) {
  #header {
    position: relative;
  }
  .header-fixed #header {
    position: relative;
  }
  .header-fixed #header:before {
    content: '';
    z-index: 0;
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  }
  .headerbar-left {
    z-index: 1011;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid hsl(208.61538462, 3%, 90%);
  }
  .headerbar-right {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 70px;
    top: 70px;
    float: none !important;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  }
  .headerbar-right .header-nav-options {
    margin-right: 12px;
    float: right;
  }
  .headerbar-right .header-nav-profile {
    position: absolute;
    float: left;
  }
  .headerbar-right .header-nav-toggle {
    position: absolute;
    z-index: 1012;
    top: -70px;
    right: 0;
  }
  .header-fixed .headerbar-right .header-nav-toggle {
    position: fixed;
    top: 0;
  }
  .headerbar-left .header-nav {
    margin-left: 12px;
  }
  .header-nav-profile .dropdown img {
    width: 0px;
    opacity: 0;
  }
  .header-nav-profile .dropdown .profile-info {
    padding-left: 0;
    padding-right: 30px;
  }
  .navbar-search {
    position: relative;
    z-index: 1;
  }
  .navbar-search.expanded .form-group {
    max-width: 100%;
    width: 480px;
  }
}
#header.header-inverse {
  background: #242a31;
  color: rgba(255, 255, 255, 0.6);
}
.header-inverse .header-nav .btn-icon-toggle:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .header-inverse .headerbar-left {
    background: #242a31;
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .header-inverse .headerbar-right {
    background: #242a31;
  }
}
#menubar {
  position: fixed;
  z-index: 1004;
  left: 0;
  top: 70px;
  bottom: 0;
  width: 64px;
  color: rgba(12, 12, 12, 0.85);
}
.menubar-first #menubar {
  z-index: 1006;
}
#menubar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: hsl(208.61538462, 3%, 95%);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
#menubar .nano-pane {
  z-index: 2;
  width: 5px;
  background: transparent;
}
#menubar .nano-slider {
  background: rgba(12, 12, 12, 0.2);
}
#menubar .menubar-scroll-panel {
  position: relative;
  z-index: 2;
  min-height: 100%;
}
#menubar .menubar-foot-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(12, 12, 12, 0.07);
  padding: 16px;
}
.menubar-visible #menubar {
  width: 240px;
}
#menubar.animate {
  -webkit-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  -o-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}
body:not(.header-fixed) #menubar,
.menubar-first #menubar {
  top: 0;
}
.menubar-fixed-panel {
  position: relative;
  display: inline-table;
  width: 100%;
  height: 70px;
  z-index: 10;
  border-bottom: 1px solid rgba(12, 12, 12, 0.07);
}
.menubar-fixed-panel > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 12px;
}
.menubar-fixed-panel > div:first-child {
  max-width: 26px;
}
.menubar-fixed-panel a {
  text-decoration: none;
}
.menubar-fixed-panel img {
  max-height: 54px;
}
.menubar-fixed-panel .expanded {
  display: none;
}
.menubar-visible .menubar-fixed-panel .expanded,
.menubar-pin .menubar-fixed-panel .expanded {
  display: table-cell;
}
body:not(.menubar-first) .menubar-fixed-panel {
  display: none;
}
#menubar.menubar-inverse {
  color: #fff;
  background: #2b323a;
}
#menubar.menubar-inverse:before {
  background: #2b323a;
}
#menubar.menubar-inverse .nano-slider {
  background: rgba(255, 255, 255, 0.4);
}
.hidden-folded {
  display: none;
}
.menubar-visible .hidden-folded {
  display: inherit;
}
@media (min-width: 1200px) {
  .menubar-pin #menubar {
    width: 240px;
  }
  .menubar-pin .brand-holder {
    display: table-cell;
  }
  .menubar-pin .hidden-folded {
    display: inherit;
  }
}
@media (max-width: 767px) {
  #menubar {
    width: 240px;
    z-index: 1013;
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
  }
  .menubar-visible #menubar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: -o-transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: transform 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  }
}
.gui-controls {
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
}
.gui-controls small {
  display: block;
  margin: 30px 12px 12px 12px;
  font-size: 10px;
  font-weight: 600;
  opacity: 0.7;
}
.menubar-visible .gui-controls small,
.menubar-pin .gui-controls small {
  color: rgba(12, 12, 12, 0.85);
}
.gui-controls li:first-child > small {
  margin-top: 0;
}
.gui-controls .badge {
  position: absolute;
  top: 1px;
  margin-left: 8px;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
}
.gui-controls li {
  list-style: none;
}
.gui-controls li.gui-folder > a {
  cursor: pointer;
}
.gui-controls > li {
  position: relative;
  margin-bottom: 12px;
}
.gui-controls > li > a,
.gui-controls > li > .menu-button {
  position: relative;
  display: block;
  text-decoration: none;
  min-height: 40px;
  min-width: 64px;
  z-index: 1;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
}
.gui-controls > li > a:focus,
.gui-controls > li > .menu-button:focus {
  outline: auto;
  outline-offset: -2px;
}
.gui-controls > li > .menu-button {
  width: 100%;
}
.gui-controls > li ul > li > a,
.gui-controls > li ul > li > .menu-button {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 7px 17px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
  padding-left: 57px;
}
.gui-controls > li ul > li > a.btn-flat,
.gui-controls > li ul > li > .menu-button.btn-flat {
  padding: 7px 8.5px;
}
.gui-controls > li ul > li > a:active,
.gui-controls > li ul > li > .menu-button:active,
.gui-controls > li ul > li > a.active,
.gui-controls > li ul > li > .menu-button.active {
  background-color: #fff;
}
.gui-controls > li ul > li > a:hover,
.gui-controls > li ul > li > .menu-button:hover,
.gui-controls > li ul > li > a:focus,
.gui-controls > li ul > li > .menu-button:focus {
  background-color: rgba(12, 12, 12, 0.07);
}
.gui-controls > li ul > li > .menu-button {
  width: 100%;
}
.gui-controls.nav > li > a:hover {
  background: inherit;
}
.expanded-menu-item-markup .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: rgba(12, 12, 12, 0.07);
}
.expanded-menu-item-markup .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #fff;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.menubar-visible .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: rgba(12, 12, 12, 0.07);
}
.menubar-visible .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #fff;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: #313942;
}
.menubar-visible .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #20252b;
}
.gui-controls li ul {
  padding: 0;
  display: none;
}
.gui-controls li.expanded > ul {
  display: block;
}
.gui-controls > li > ul > li > ul li:before {
  left: 51px;
}
.gui-controls > li > ul > li > ul a {
  padding-left: 78px;
}
.gui-controls > li > ul > li > ul a:before {
  left: 51px;
}
.gui-controls > li > ul > li > ul > li > ul li:before {
  left: 72px;
}
.gui-controls > li > ul > li > ul > li > ul a {
  padding-left: 99px;
}
.gui-controls > li > ul > li > ul > li > ul a:before {
  left: 72px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul li:before {
  left: 93px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul a {
  padding-left: 120px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul a:before {
  left: 93px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul li:before {
  left: 114px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a {
  padding-left: 141px;
}
.gui-controls > li > ul > li > ul > li > ul > li > ul > li > ul a:before {
  left: 114px;
}
.gui-controls > li ul > li {
  position: relative;
}
.gui-controls > li ul > li:before {
  content: "";
  left: 30px;
  top: 15px;
  bottom: -15px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 1px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}
.gui-controls > li ul > li:first-child:before {
  top: 0;
}
.gui-controls > li ul > li:last-child:not(:only-child):before,
.gui-controls > li ul > li.last-child:not(:only-child):before {
  display: none;
}
.gui-controls > li ul > li:only-child:before {
  top: 0;
  bottom: 0;
}
.gui-controls > li ul > li > a:before,
.gui-controls > li ul > li > .menu-button:before {
  content: "";
  left: 30px;
  top: 15px;
  position: absolute;
  display: block;
  width: 21px;
  border-bottom: 1px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}
.gui-controls li .title {
  position: relative;
  left: -10px;
  display: none;
  padding-left: 6px;
  color: rgba(12, 12, 12, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
  transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}
.gui-controls li > a:hover .title {
  color: #0c0c0c;
}
.gui-controls li.active > a .title,
.gui-controls li.active > .menu-button .title {
  color: #096fcc;
  font-weight: 600;
}
.gui-controls li.gui-folder > a .title,
.gui-controls li.gui-folder > .menu-button .title {
  font-style: italic;
  color: rgba(12, 12, 12, 0.75);
}
.gui-controls li.gui-folder.expanded > a .title,
.gui-controls li.gui-folder.active > a .title {
  color: rgba(12, 12, 12, 0.85);
}
.gui-controls > li > a .title,
.gui-controls > li > .menu-button .title {
  margin-left: 57px;
}
.expanded-menu-title .gui-controls li .title {
  left: 0;
  display: block;
}
.menubar-visible .gui-controls li .title {
  left: 0;
  display: block;
}
.gui-folder > a:after,
.gui-folder > .menu-button:after {
  content: "+";
  position: absolute;
  top: 7px;
  display: inline-block;
  margin-left: -12px;
  color: rgba(12, 12, 12, 0.5);
  font-size: 12px;
  font-weight: inherit;
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.gui-folder.expanding > a:after,
.gui-folder.expanded > a:after,
.gui-folder.expanding > .menu-button:after,
.gui-folder.expanded > .menu-button:after {
  font-size: 16px;
  font-weight: 400;
  margin-top: -2px;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.gui-controls > .gui-folder > a:after,
.gui-controls > .gui-folder > .menu-button:after {
  top: 0;
  margin-left: 2px;
}
.gui-controls > .gui-folder.expanding > a:after,
.gui-controls > .gui-folder.expanding > .menu-button:after,
.gui-controls > .gui-folder.expanded > a:after,
.gui-controls > .gui-folder.expanded > .menu-button:after {
  color: rgba(12, 12, 12, 0.4);
  margin-left: 0;
  transform: rotate(-45deg);
}
.expanded-menu-sign .gui-folder > a:after,
.expanded-menu-sign .gui-folder > .menu-button:after {
  opacity: 1;
}
.menubar-visible .gui-folder > a:after,
.menubar-visible .gui-folder > .menu-button:after {
  opacity: 1;
}
.gui-icon {
  position: absolute;
  left: 12px;
  top: 0;
  width: 40px;
  height: 40px;
  color: hsl(208.61538462, 3%, 33.5%);
  font-size: 18px;
  overflow: hidden;
  border-radius: 999px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.gui-icon .fa:first-child,
.gui-icon .md:first-child,
.gui-icon .glyphicon:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  width: 1em;
}
.gui-icon:hover {
  background-color: rgba(12, 12, 12, 0.07);
  color: hsl(208.61538462, 3%, 20%);
}
.gui-icon:hover img {
  left: -5px;
  top: -5px;
  width: 50px;
  height: 50px;
}
.gui-controls a.expanded .gui-icon,
.gui-controls li.active .gui-icon,
.gui-controls li.active .gui-icon:hover {
  background-color: #fff;
  border-color: #fff;
  color: #096fcc;
}
.gui-icon-active {
  background-color: #fff;
  border-color: #fff;
  color: #096fcc;
}
.expanded-menu-icon .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(12, 12, 12, 0.07);
  color: hsl(208.61538462, 3%, 20%);
}
.expanded-menu-icon .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}
.expanded-menu-icon .gui-icon:hover {
  background: inherit;
}
.menubar-visible .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(12, 12, 12, 0.07);
  color: hsl(208.61538462, 3%, 20%);
}
.menubar-visible .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}
.menubar-visible .gui-icon:hover {
  background: inherit;
}
.menubar-visible .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}
.menubar-visible .menubar-inverse .gui-icon:hover {
  background: inherit;
}
.gui-controls a.blink .gui-icon {
  -webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  -o-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1);
  -webkit-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -moz-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -ms-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  -o-animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
  animation: normal 1.4s 4 blink cubic-bezier(0.9, 0, 0.1, 1) 1s ease-in;
}
@-moz-keyframes blink {
  50% {
    background-color: #fff;
    border-color: #fff;
    color: #096fcc;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: #fff;
    border-color: #fff;
    color: #096fcc;
  }
}
@keyframes blink {
  50% {
    background-color: #fff;
    border-color: #fff;
    color: #096fcc;
  }
}
@media (min-width: 1200px) {
  .menubar-pin .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: rgba(12, 12, 12, 0.07);
  }
  .menubar-pin .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #fff;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
  }
  .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: #313942;
  }
  .menubar-pin .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #20252b;
  }
  .menubar-pin .gui-controls li .title {
    left: 0;
    display: block;
  }
  .menubar-pin .gui-folder > a:after,
  .menubar-pin .gui-folder > .menu-button:after {
    opacity: 1;
  }
  .menubar-pin .gui-folder:hover:not(.active) .gui-icon {
    background-color: rgba(12, 12, 12, 0.07);
    color: hsl(208.61538462, 3%, 20%);
  }
  .menubar-pin .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: inherit;
  }
  .menubar-pin .gui-icon:hover {
    background: inherit;
  }
  .menubar-pin .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
  }
  .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: inherit;
  }
  .menubar-pin .menubar-inverse .gui-icon:hover {
    background: inherit;
  }
}
.menubar-visible .menubar-inverse .gui-controls small,
.menubar-pin .menubar-inverse .gui-controls small {
  color: #fff;
}
.menubar-inverse .gui-controls > li ul > li > a:active,
.menubar-inverse .gui-controls > li ul > li > .menu-button:active,
.menubar-inverse .gui-controls > li ul > li > a.active,
.menubar-inverse .gui-controls > li ul > li > .menu-button.active {
  background-color: #20252b;
}
.menubar-inverse .gui-controls > li ul > li > a:hover,
.menubar-inverse .gui-controls > li ul > li > .menu-button:hover,
.menubar-inverse .gui-controls > li ul > li > a:focus,
.menubar-inverse .gui-controls > li ul > li > .menu-button:focus {
  background-color: #313942;
}
.expanded-menu-item-markup .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: #313942;
}
.expanded-menu-item-markup .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #20252b;
}
.menubar-visible .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: rgba(12, 12, 12, 0.07);
}
.menubar-visible .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #fff;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
  background-color: #313942;
}
.menubar-visible .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
  background-color: #20252b;
}
.menubar-inverse .gui-controls > li ul > li:before {
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
}
.menubar-inverse .gui-controls > li ul > li > a:before,
.menubar-inverse .gui-controls > li ul > li > .menu-button:before {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.menubar-inverse .gui-controls li .title {
  color: #fff;
  text-shadow: 0 1px 2px #000000;
}
.menubar-inverse .gui-controls li > a:hover .title {
  color: #fff;
}
.menubar-inverse .gui-controls li.active > a .title,
.menubar-inverse .gui-controls li .menu-button .title {
  color: #fff;
}
.menubar-inverse .gui-controls li.gui-folder > a .title,
.menubar-inverse .gui-controls li .menu-button .title {
  color: #fff;
}
.menubar-inverse .gui-controls li.gui-folder.expanded > a .title,
.menubar-inverse .gui-controls li.gui-folder.active > a .title {
  color: #fff;
}
.menubar-inverse .gui-folder > a:after,
.menubar-inverse .gui-folder > .menu-button:after {
  color: rgba(255, 255, 255, 0.5);
}
.menubar-inverse .gui-controls > .gui-folder.expanding > a:after,
.menubar-inverse .gui-controls > .gui-folder.expanding > .menu-button:after,
.menubar-inverse .gui-controls > .gui-folder.expanded > a:after,
.menubar-inverse .gui-controls > .gui-folder.expanded > .menu-button:after {
  color: rgba(255, 255, 255, 0.4);
}
.menubar-inverse .gui-icon {
  color: rgba(255, 255, 255, 0.65);
}
.menubar-inverse .gui-icon:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.menubar-inverse .gui-controls a.expanded .gui-icon,
.menubar-inverse .gui-controls li.active .gui-icon,
.menubar-inverse .gui-controls li.active .gui-icon:hover {
  background-color: #fff;
  border-color: #fff;
  color: #096fcc;
}
.menubar-inverse .gui-icon-active {
  background-color: #096fcc;
  border-color: #fff;
  color: #fff;
}
.expanded-menu-icon .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.expanded-menu-icon .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}
.expanded-menu-icon .menubar-inverse .gui-icon:hover {
  background: inherit;
}
.menubar-visible .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(12, 12, 12, 0.07);
  color: hsl(208.61538462, 3%, 20%);
}
.menubar-visible .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}
.menubar-visible .gui-icon:hover {
  background: inherit;
}
.menubar-visible .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.menubar-visible .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
  background: inherit;
}
.menubar-visible .menubar-inverse .gui-icon:hover {
  background: inherit;
}
@media (min-width: 1200px) {
  .menubar-pin .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: rgba(12, 12, 12, 0.07);
  }
  .menubar-pin .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #fff;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
  }
  .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) > a:hover {
    background-color: #313942;
  }
  .menubar-pin .menubar-inverse .gui-controls > li.active:not(.gui-folder) > a {
    background-color: #20252b;
  }
  .menubar-pin .gui-folder:hover:not(.active) .gui-icon {
    background-color: rgba(12, 12, 12, 0.07);
    color: hsl(208.61538462, 3%, 20%);
  }
  .menubar-pin .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: inherit;
  }
  .menubar-pin .gui-icon:hover {
    background: inherit;
  }
  .menubar-pin .menubar-inverse .gui-folder:hover:not(.active) .gui-icon {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
  }
  .menubar-pin .menubar-inverse .gui-controls > li:not(.gui-folder) .gui-icon:hover {
    background: inherit;
  }
  .menubar-pin .menubar-inverse .gui-icon:hover {
    background: inherit;
  }
}
section {
  position: relative;
  padding: 24px;
  /*&:first-child {
		padding-top: 0;
	}*/
}
.row section {
  margin-bottom: 0;
}
section.full-bleed {
  padding: 0 !important;
}
.section-body:first-child {
  margin-top: 24px;
}
.full-bleed .section-body:first-child {
  margin-top: 0;
}
.section-body.full-bleed {
  margin: 0 -24px;
}
.section-header {
  height: 64px;
  padding: 14px 0;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  text-shadow: none;
  line-height: 1.84615385;
  margin: 0;
}
.section-header h1 {
  margin-top: -9px;
  margin-bottom: -6px;
}
.section-header h2 {
  margin-top: -3px;
  margin-bottom: -6px;
}
.section-header h3 {
  margin-top: 0px;
}
.section-header h4 {
  margin-top: 5px;
}
.section-header h5 {
  margin-top: 9px;
}
.section-header h6 {
  margin-top: 8px;
}
.section-action {
  position: relative;
  height: 70px;
  padding-bottom: 16px / 2;
  padding-top: 16px / 2;
}
.section-action:before,
.section-action:after {
  display: table;
  content: " ";
}
.section-action:after {
  clear: both;
}
.full-content .section-action {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 64px;
  right: 0;
  -webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.33);
}
.section-action-row {
  padding: 6px 16px;
}
.section-floating-action-row {
  position: absolute;
  right: 24px;
  top: 0;
}
.section-floating-action-row .btn {
  top: -20px;
}
.section-floating-action-row .btn-lg {
  top: -28px;
}
.section-floating-action-row .btn-sm {
  top: -18px;
}
.section-floating-action-row .btn-xs {
  top: -15px;
}
section.section-account .img-backdrop {
  background-position: center;
  height: 0;
}
section.section-account .spacer {
  display: block;
  position: relative;
}
section.section-account .img-circle {
  float: left;
  right: 0;
  border: 5px solid #fff;
  margin-right: 20px;
  width: 120px;
  height: 120px;
}
@media (min-height: 500px) and (max-height: 700px) {
  section.section-account .img-backdrop,
  section.section-account .spacer {
    height: 150px;
  }
  section.section-account .img-circle {
    position: absolute;
    top: -80px;
    margin-right: 0;
  }
  section.section-account .img-backdrop {
    -webkit-animation: backdrop-animation 0.8s ease-out;
    -o-animation: backdrop-animation 0.8s ease-out;
    animation: backdrop-animation 0.8s ease-out;
    -webkit-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    -moz-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    -ms-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    -o-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    animation: backdrop-animation 0.8s ease-out 1s ease-in;
  }
  section.section-account .card-body {
    -webkit-animation: box-animation 1s ease-out;
    -o-animation: box-animation 1s ease-out;
    animation: box-animation 1s ease-out;
    -webkit-animation: box-animation 1s ease-out 1s ease-in;
    -moz-animation: box-animation 1s ease-out 1s ease-in;
    -ms-animation: box-animation 1s ease-out 1s ease-in;
    -o-animation: box-animation 1s ease-out 1s ease-in;
    animation: box-animation 1s ease-out 1s ease-in;
  }
}
@media (min-height: 700px) {
  section.section-account .img-backdrop,
  section.section-account .spacer {
    height: 300px;
  }
  section.section-account .img-circle {
    position: absolute;
    top: -80px;
    margin-right: 0;
  }
  section.section-account .img-backdrop {
    -webkit-animation: backdrop-animation 0.8s ease-out;
    -o-animation: backdrop-animation 0.8s ease-out;
    animation: backdrop-animation 0.8s ease-out;
    -webkit-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    -moz-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    -ms-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    -o-animation: backdrop-animation 0.8s ease-out 1s ease-in;
    animation: backdrop-animation 0.8s ease-out 1s ease-in;
  }
  section.section-account .card-body {
    -webkit-animation: box-animation 1s ease-out;
    -o-animation: box-animation 1s ease-out;
    animation: box-animation 1s ease-out;
    -webkit-animation: box-animation 1s ease-out 1s ease-in;
    -moz-animation: box-animation 1s ease-out 1s ease-in;
    -ms-animation: box-animation 1s ease-out 1s ease-in;
    -o-animation: box-animation 1s ease-out 1s ease-in;
    animation: box-animation 1s ease-out 1s ease-in;
  }
}
@-webkit-keyframes backdrop-animation {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes backdrop-animation {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes box-animation {
  from {
    opacity: 0;
    margin-top: -20px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes box-animation {
  from {
    opacity: 0;
    margin-top: -20px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .menubar-pin.full-content .section-action {
    left: 240px;
  }
}
@media (min-width: 768px) {
  .full-content section {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
  .full-content section.has-actions {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 12px;
  }
  .full-content section.has-actions {
    padding-bottom: 70px;
  }
  .full-content .section-action {
    left: 0;
  }
}
.table {
  border-collapse: separate;
  border: none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: baseline;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  border-left: 1px solid gray;
}
.table > thead > tr:first-child > th,
.table > tbody > tr:first-child > th,
.table > tfoot > tr:first-child > th,
.table > thead > tr:first-child > td,
.table > tbody > tr:first-child > td,
.table > tfoot > tr:first-child > td {
  border-top: 1px solid gray !important;
}
.table thead > tr > th {
  color: inherit;
  font-weight: 600;
}
.table thead + tbody > tr:first-child > td {
  border-top: none !important;
}
.table-bordered {
  border-color: hsla(208.61538462, 3%, 65%, 0.2);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: hsla(208.61538462, 3%, 65%, 0.2);
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: hsla(208.61538462, 3%, 95%, 0.35);
}
.table-banded > tbody > tr > td:nth-child(odd),
.table-banded > tbody > tr > th:nth-child(odd) {
  background-color: hsla(208.61538462, 3%, 95%, 0.35);
}
.table-no-border {
  border-color: transparent;
}
.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
  border-color: transparent;
}
.table-condensed > tbody > tr > td {
  vertical-align: middle;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: hsla(208.61538462, 3%, 90%, 0.25);
}
table.thead-sticky thead {
  position: sticky;
  top: 0;
}
.input-group-lg > .input-group-content > .form-control,
.input-group-lg > .input-group-addon {
  height: 46px;
  padding: 0 0;
  font-size: 1.6em;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-group-lg > .input-group-content > .form-control,
select.input-group-lg > .input-group-addon {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .input-group-content > .form-control,
textarea.input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-content > .form-control,
select[multiple].input-group-lg > .input-group-addon {
  height: auto;
}
select.input-group-lg > .input-group-content > .form-control,
select.input-group-lg > .input-group-addon {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .input-group-content > .form-control,
textarea.input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-content > .form-control,
select[multiple].input-group-lg > .input-group-addon {
  height: auto;
}
.floating-label .input-group-lg > .input-group-content > .form-control ~ label,
.floating-label .input-group-lg > .input-group-addon ~ label {
  font-size: 1.6em;
}
.input-group-sm > .input-group-content > .form-control,
.input-group-sm > .input-group-addon {
  height: 30px;
  padding: 0 0;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .input-group-content > .form-control,
select.input-group-sm > .input-group-addon {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .input-group-content > .form-control,
textarea.input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-content > .form-control,
select[multiple].input-group-sm > .input-group-addon {
  height: auto;
}
select.input-group-sm > .input-group-content > .form-control,
select.input-group-sm > .input-group-addon {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .input-group-content > .form-control,
textarea.input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-content > .form-control,
select[multiple].input-group-sm > .input-group-addon {
  height: auto;
}
.floating-label .input-group-sm > .input-group-content > .form-control ~ label,
.floating-label .input-group-sm > .input-group-addon ~ label {
  font-size: 1em;
}
.input-group-addon {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  opacity: 0.7;
}
.input-group-addon,
.input-group-btn {
  padding-left: 10px;
}
.input-group-addon:first-child,
.input-group-btn:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.input-group-addon:last-child,
.input-group-btn:last-child {
  padding-right: 0;
}
.input-group-addon .btn-floating-action,
.input-group-btn .btn-floating-action {
  margin-top: -7px;
}
.input-group-addon .btn-floating-action.btn-lg,
.input-group-btn .btn-floating-action.btn-lg {
  margin-top: -19px;
}
.input-group-content {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}
.input-group .form-control-static {
  display: table-cell;
}
.input-group .form-control-static:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .form-control-static:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control-static:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .form-group .input-group {
  margin-top: -16px;
}
.form .form-group .input-group-content,
.form .form-group .input-group-addon,
.form .form-group .input-group-btn {
  padding-top: 16px;
}
.form .form-group .input-group-addon {
  vertical-align: bottom;
}
.form .form-group .input-group-addon:first-child {
  min-width: 42px;
  text-align: left;
}
.inner-focus:focus-within {
  outline: -webkit-focus-ring-color auto 5px !important;
}
legend {
  display: table;
  width: 100%;
  margin: 13px 0 20px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
legend span {
  display: table-cell;
  padding: 0 10px 0 0;
  position: relative;
  bottom: -7px;
  white-space: nowrap;
  opacity: 0.8;
}
legend:before,
legend:after {
  content: '';
  display: table-cell;
  border-bottom: 1px solid rgba(12, 12, 12, 0.25);
}
legend:before {
  width: 0%;
}
legend:after {
  width: 100%;
}
legend.text-center span {
  padding: 0 10px;
}
legend.text-center:before,
legend.text-center:after {
  width: 50%;
}
legend.text-right span {
  padding: 0 0 0 10px;
}
legend.text-right:before {
  width: 100%;
}
legend.text-right:after {
  width: 0%;
}
label {
  font-weight: 400;
}
.form-group > label,
.form-group .control-label {
  font-size: 12px;
  margin-bottom: 0;
}
.form .form-group > label,
.form-inline .form-group > label {
  position: absolute;
  top: 0;
  left: 0;
}
.form-control-static {
  font-size: 16px;
}
.has-feedback label ~ .form-control-feedback,
.form-control-feedback {
  top: auto;
  bottom: 0;
}
.form-control {
  padding: 0;
  height: 37px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: rgba(12, 12, 12, 0.12);
  background: transparent;
  color: #0c0c0c;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.placeholder {
  color: #727679;
}
.form-control.placeholder option {
  color: #0c0c0c;
}
.form-control[disabled],
.form-control[readonly],
.form-control[aria-disabled="true"],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-color: rgba(12, 12, 12, 0.2);
  border-bottom-style: dashed;
}
.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
.form-control[aria-disabled="true"]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
  color: #8c8f92;
  opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
.form-control[aria-disabled="true"]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #8c8f92;
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
.form-control[aria-disabled="true"]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #8c8f92;
}
.form-control[disabled] ~ label:after,
.form-control[readonly] ~ label:after,
.form-control[aria-disabled="true"] ~ label:after,
fieldset[disabled] .form-control ~ label:after,
.form-control[disabled] ~ .form-control-line:after,
.form-control[readonly] ~ .form-control-line:after,
.form-control[aria-disabled="true"] ~ .form-control-line:after,
fieldset[disabled] .form-control ~ .form-control-line:after {
  display: none;
}
textarea.form-control {
  padding: 4px 0 4px 0;
}
textarea.autosize {
  min-height: 38px;
}
.form .form-group,
.form-inline .form-group {
  padding-top: 16px;
}
.form-group {
  position: relative;
  margin-bottom: 19px;
}
.form-group .form-control:not(.static) ~ label,
.form-group .form-control:not(.static) ~ .form-control-line {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-group .form-control ~ label,
.form-group .form-control ~ .form-control-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.form-group .form-control ~ label:after,
.form-group .form-control ~ .form-control-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color: #096fcc;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-group .form-control ~ label {
  top: 0;
  margin-bottom: 0;
  font-size: 12px;
  opacity: 0.7;
}
.form-group .form-control:focus {
  border-color: rgba(12, 12, 12, 0.12);
}
.form-group .form-control:focus ~ label {
  color: #096fcc;
  opacity: 1;
}
.form-group .form-control:focus ~ label:after,
.form-group .form-control:focus ~ .form-control-line:after {
  visibility: visible;
  width: 100%;
  left: 0;
}
.floating-label .form-control ~ label {
  top: 19px;
  font-size: 16px;
}
.floating-label .form-control:focus ~ label,
.floating-label .form-control.dirty ~ label {
  top: 0px;
  font-size: 12px !important;
}
.input-sm {
  height: 30px;
  padding: 0 0;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.floating-label .input-sm ~ label {
  font-size: 1em;
}
.input-lg {
  height: 46px;
  padding: 0 0;
  font-size: 1.6em;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.floating-label .input-lg ~ label {
  font-size: 1.6em;
}
.form-group.control-width-tiny {
  max-width: 40px;
}
.form-group.control-width-mini {
  max-width: 72px;
}
.form-group.control-width-small {
  max-width: 136px;
}
.form-group.control-width-medium {
  max-width: 200px;
}
.form-group.control-width-normal {
  max-width: 300px;
}
.form-group.control-width-large {
  max-width: 500px;
}
.form-group.control-width-xlarge {
  max-width: 800px;
}
.form-group.control-width-xxlarge {
  max-width: 1200px;
}
textarea.control-2-rows {
  height: 64px;
}
textarea.control-3-rows {
  height: 96px;
}
textarea.control-4-rows {
  height: 128px;
}
textarea.control-5-rows {
  height: 160px;
}
textarea.control-6-rows {
  height: 192px;
}
textarea.control-7-rows {
  height: 224px;
}
textarea.control-8-rows {
  height: 256px;
}
textarea.control-9-rows {
  height: 288px;
}
textarea.control-10-rows {
  height: 320px;
}
textarea.control-11-rows {
  height: 352px;
}
textarea.control-12-rows {
  height: 384px;
}
textarea.no-resize {
  resize: none;
}
.form-horizontal .form-group {
  padding-top: 0;
  margin-bottom: 11px;
}
.form-horizontal .form-control ~ .form-control-line {
  left: 12px;
  right: 12px;
  width: auto;
}
.form-horizontal .input-group .form-control ~ .form-control-line {
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-right: 12px;
  }
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .btn {
    margin-top: 16px;
    margin-right: 12px;
  }
}
.help-block {
  position: absolute;
  right: 0;
  bottom: -20px;
  margin: 0;
  color: inherit;
  opacity: 0.7;
  font-size: 12px;
}
.form-horizontal .help-block {
  bottom: -20px;
  right: 10px;
}
span.help-block {
  right: auto;
}
.form-horizontal span.help-block {
  right: auto;
}
.form-inverse .form-group .form-control {
  color: hsl(208.61538462, 3%, 95%);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.form-inverse .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.form-inverse .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-inverse .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-inverse .form-group .form-control ~ label:after,
.form-inverse .form-group .form-control ~ .form-control-line:after {
  background-color: #a6cbed;
}
.form-inverse .form-group .form-control:focus {
  border-color: rgba(255, 255, 255, 0.25);
}
.form-inverse .form-group .form-control:focus ~ label {
  color: #a6cbed;
}
.form-inverse .form-group .form-control[disabled],
.form-inverse .form-group .form-control[readonly],
.form-inverse .form-group .form-control[aria-disabled="true"],
fieldset[disabled] .form-inverse .form-group .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.form-inverse select:focus {
  background: #fff;
  color: hsl(208.61538462, 3%, 20%) !important;
}
.has-warning .help-block {
  color: #FF9800;
  opacity: 1;
}
.has-warning .form-control {
  border-bottom-color: #FF9800;
}
.has-warning .form-control:focus,
.has-warning .form-control.dirty {
  border-bottom-color: #FF9800;
}
.has-warning .form-control:focus ~ label,
.has-warning .form-control.dirty ~ label {
  color: inherit;
}
.has-warning .form-control ~ label,
.has-warning .form-control ~ .form-control-line {
  color: inherit;
}
.has-warning .form-control ~ label:after,
.has-warning .form-control ~ .form-control-line:after {
  background-color: #FF9800;
}
.has-warning label,
.has-warning .control-label,
.has-warning .form-control-feedback {
  color: #FF9800;
}
.form-horizontal .has-warning label,
.form-horizontal .has-warning .control-label,
.form-horizontal .has-warning .form-control-feedback {
  opacity: 1;
}
.form-inverse .has-warning .help-block {
  color: #e69b2e;
  opacity: 1;
}
.form-inverse .has-warning .form-control {
  border-bottom-color: #e69b2e;
}
.form-inverse .has-warning .form-control:focus,
.form-inverse .has-warning .form-control.dirty {
  border-bottom-color: #e69b2e;
}
.form-inverse .has-warning .form-control:focus ~ label,
.form-inverse .has-warning .form-control.dirty ~ label {
  color: inherit;
}
.form-inverse .has-warning .form-control ~ label,
.form-inverse .has-warning .form-control ~ .form-control-line {
  color: inherit;
}
.form-inverse .has-warning .form-control ~ label:after,
.form-inverse .has-warning .form-control ~ .form-control-line:after {
  background-color: #e69b2e;
}
.form-inverse .has-warning label,
.form-inverse .has-warning .control-label,
.form-inverse .has-warning .form-control-feedback {
  color: #e69b2e;
}
.form-horizontal .form-inverse .has-warning label,
.form-horizontal .form-inverse .has-warning .control-label,
.form-horizontal .form-inverse .has-warning .form-control-feedback {
  opacity: 1;
}
.has-error .help-block {
  color: #d0291c;
  opacity: 1;
}
.has-error .form-control {
  border-bottom-color: #d0291c;
}
.has-error .form-control:focus,
.has-error .form-control.dirty {
  border-bottom-color: #d0291c;
}
.has-error .form-control:focus ~ label,
.has-error .form-control.dirty ~ label {
  color: inherit;
}
.has-error .form-control ~ label,
.has-error .form-control ~ .form-control-line {
  color: inherit;
}
.has-error .form-control ~ label:after,
.has-error .form-control ~ .form-control-line:after {
  background-color: #d0291c;
}
.has-error label,
.has-error .control-label,
.has-error .form-control-feedback {
  color: #d0291c;
}
.form-horizontal .has-error label,
.form-horizontal .has-error .control-label,
.form-horizontal .has-error .form-control-feedback {
  opacity: 1;
}
.form-inverse .has-error .help-block {
  color: #e65045;
  opacity: 1;
}
.form-inverse .has-error .form-control {
  border-bottom-color: #e65045;
}
.form-inverse .has-error .form-control:focus,
.form-inverse .has-error .form-control.dirty {
  border-bottom-color: #e65045;
}
.form-inverse .has-error .form-control:focus ~ label,
.form-inverse .has-error .form-control.dirty ~ label {
  color: inherit;
}
.form-inverse .has-error .form-control ~ label,
.form-inverse .has-error .form-control ~ .form-control-line {
  color: inherit;
}
.form-inverse .has-error .form-control ~ label:after,
.form-inverse .has-error .form-control ~ .form-control-line:after {
  background-color: #e65045;
}
.form-inverse .has-error label,
.form-inverse .has-error .control-label,
.form-inverse .has-error .form-control-feedback {
  color: #e65045;
}
.form-horizontal .form-inverse .has-error label,
.form-horizontal .form-inverse .has-error .control-label,
.form-horizontal .form-inverse .has-error .form-control-feedback {
  opacity: 1;
}
.has-success .help-block {
  color: #208822;
  opacity: 1;
}
.has-success .form-control {
  border-bottom-color: #208822;
}
.has-success .form-control:focus,
.has-success .form-control.dirty {
  border-bottom-color: #208822;
}
.has-success .form-control:focus ~ label,
.has-success .form-control.dirty ~ label {
  color: inherit;
}
.has-success .form-control ~ label,
.has-success .form-control ~ .form-control-line {
  color: inherit;
}
.has-success .form-control ~ label:after,
.has-success .form-control ~ .form-control-line:after {
  background-color: #208822;
}
.has-success label,
.has-success .control-label,
.has-success .form-control-feedback {
  color: #208822;
}
.form-horizontal .has-success label,
.form-horizontal .has-success .control-label,
.form-horizontal .has-success .form-control-feedback {
  opacity: 1;
}
.form-inverse .has-success .help-block {
  color: #45e648;
  opacity: 1;
}
.form-inverse .has-success .form-control {
  border-bottom-color: #45e648;
}
.form-inverse .has-success .form-control:focus,
.form-inverse .has-success .form-control.dirty {
  border-bottom-color: #45e648;
}
.form-inverse .has-success .form-control:focus ~ label,
.form-inverse .has-success .form-control.dirty ~ label {
  color: inherit;
}
.form-inverse .has-success .form-control ~ label,
.form-inverse .has-success .form-control ~ .form-control-line {
  color: inherit;
}
.form-inverse .has-success .form-control ~ label:after,
.form-inverse .has-success .form-control ~ .form-control-line:after {
  background-color: #45e648;
}
.form-inverse .has-success label,
.form-inverse .has-success .control-label,
.form-inverse .has-success .form-control-feedback {
  color: #45e648;
}
.form-horizontal .form-inverse .has-success label,
.form-horizontal .form-inverse .has-success .control-label,
.form-horizontal .form-inverse .has-success .form-control-feedback {
  opacity: 1;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline-offset: unset;
}
.btn-default-bright {
  color: hsl(208.61538462, 3%, 90%);
  color: hsl(208.61538462, 3%, 20%);
  background-color: #fff;
  border-color: hsl(208.61538462, 3%, 90%);
}
.btn-default-bright:focus,
.btn-default-bright.focus {
  color: hsl(208.61538462, 3%, 90%);
  background-color: #e6e6e6;
  border-color: hsl(208.61538462, 3%, 65%);
}
.btn-default-bright:hover {
  color: hsl(208.61538462, 3%, 90%);
  background-color: #e6e6e6;
  border-color: hsl(208.61538462, 3%, 78%);
}
.btn-default-bright:active,
.btn-default-bright.active,
.open > .dropdown-toggle.btn-default-bright {
  color: hsl(208.61538462, 3%, 90%);
  background-color: #e6e6e6;
  background-image: none;
  border-color: hsl(208.61538462, 3%, 78%);
}
.btn-default-bright:active:hover,
.btn-default-bright.active:hover,
.open > .dropdown-toggle.btn-default-bright:hover,
.btn-default-bright:active:focus,
.btn-default-bright.active:focus,
.open > .dropdown-toggle.btn-default-bright:focus,
.btn-default-bright:active.focus,
.btn-default-bright.active.focus,
.open > .dropdown-toggle.btn-default-bright.focus {
  color: hsl(208.61538462, 3%, 90%);
  background-color: #d4d4d4;
  border-color: hsl(208.61538462, 3%, 65%);
}
.btn-default-bright.disabled:hover,
.btn-default-bright[disabled]:hover,
fieldset[disabled] .btn-default-bright:hover,
.btn-default-bright.disabled:focus,
.btn-default-bright[disabled]:focus,
fieldset[disabled] .btn-default-bright:focus,
.btn-default-bright.disabled.focus,
.btn-default-bright[disabled].focus,
fieldset[disabled] .btn-default-bright.focus {
  background-color: #fff;
  border-color: hsl(208.61538462, 3%, 90%);
}
.btn-default-bright .badge {
  color: #fff;
  background-color: hsl(208.61538462, 3%, 90%);
}
.btn-default-bright:hover,
.btn-default-bright:focus,
.open .dropdown-toggle.btn-default-bright {
  color: hsl(208.61538462, 3%, 20%);
  background-color: #ededed;
  border-color: #ededed;
}
.btn-default-bright:active,
.btn-default-bright.active {
  color: hsl(208.61538462, 3%, 20%);
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default-bright.btn-flat,
.btn-default-bright.btn-icon-toggle {
  color: hsl(208.61538462, 3%, 90%);
}
.open .dropdown-toggle.btn-default-bright.btn-flat,
.open .dropdown-toggle.btn-default-bright.btn-icon-toggle {
  color: #fff;
}
.btn-default-light {
  color: hsl(208.61538462, 3%, 75%);
  color: hsl(208.61538462, 3%, 20%);
  background-color: hsl(208.61538462, 3%, 95%);
  border-color: hsl(208.61538462, 3%, 95%);
}
.btn-default-light:focus,
.btn-default-light.focus {
  color: hsl(208.61538462, 3%, 75%);
  background-color: hsl(208.61538462, 3%, 85%);
  border-color: hsl(208.61538462, 3%, 70%);
}
.btn-default-light:hover {
  color: hsl(208.61538462, 3%, 75%);
  background-color: hsl(208.61538462, 3%, 85%);
  border-color: hsl(208.61538462, 3%, 83%);
}
.btn-default-light:active,
.btn-default-light.active,
.open > .dropdown-toggle.btn-default-light {
  color: hsl(208.61538462, 3%, 75%);
  background-color: hsl(208.61538462, 3%, 85%);
  background-image: none;
  border-color: hsl(208.61538462, 3%, 83%);
}
.btn-default-light:active:hover,
.btn-default-light.active:hover,
.open > .dropdown-toggle.btn-default-light:hover,
.btn-default-light:active:focus,
.btn-default-light.active:focus,
.open > .dropdown-toggle.btn-default-light:focus,
.btn-default-light:active.focus,
.btn-default-light.active.focus,
.open > .dropdown-toggle.btn-default-light.focus {
  color: hsl(208.61538462, 3%, 75%);
  background-color: hsl(208.61538462, 3%, 78%);
  border-color: hsl(208.61538462, 3%, 70%);
}
.btn-default-light.disabled:hover,
.btn-default-light[disabled]:hover,
fieldset[disabled] .btn-default-light:hover,
.btn-default-light.disabled:focus,
.btn-default-light[disabled]:focus,
fieldset[disabled] .btn-default-light:focus,
.btn-default-light.disabled.focus,
.btn-default-light[disabled].focus,
fieldset[disabled] .btn-default-light.focus {
  background-color: hsl(208.61538462, 3%, 95%);
  border-color: hsl(208.61538462, 3%, 95%);
}
.btn-default-light .badge {
  color: hsl(208.61538462, 3%, 95%);
  background-color: hsl(208.61538462, 3%, 75%);
}
.btn-default-light:hover,
.btn-default-light:focus,
.open .dropdown-toggle.btn-default-light {
  color: hsl(208.61538462, 3%, 20%);
  background-color: hsl(208.61538462, 3%, 88%);
  border-color: hsl(208.61538462, 3%, 88%);
}
.btn-default-light:active,
.btn-default-light.active {
  color: hsl(208.61538462, 3%, 20%);
  background-color: hsl(208.61538462, 3%, 85%);
  border-color: hsl(208.61538462, 3%, 85%);
}
.btn-default-light.btn-flat,
.btn-default-light.btn-icon-toggle {
  color: hsl(208.61538462, 3%, 75%);
}
.open .dropdown-toggle.btn-default-light.btn-flat,
.open .dropdown-toggle.btn-default-light.btn-icon-toggle {
  color: hsl(208.61538462, 3%, 95%);
}
.btn-default-dark {
  color: #20252b;
  color: #fff;
  background-color: #20252b;
  border-color: #20252b;
}
.btn-default-dark:focus,
.btn-default-dark.focus {
  color: #20252b;
  background-color: #0a0c0e;
  border-color: #000000;
}
.btn-default-dark:hover {
  color: #20252b;
  background-color: #0a0c0e;
  border-color: #060708;
}
.btn-default-dark:active,
.btn-default-dark.active,
.open > .dropdown-toggle.btn-default-dark {
  color: #20252b;
  background-color: #0a0c0e;
  background-image: none;
  border-color: #060708;
}
.btn-default-dark:active:hover,
.btn-default-dark.active:hover,
.open > .dropdown-toggle.btn-default-dark:hover,
.btn-default-dark:active:focus,
.btn-default-dark.active:focus,
.open > .dropdown-toggle.btn-default-dark:focus,
.btn-default-dark:active.focus,
.btn-default-dark.active.focus,
.open > .dropdown-toggle.btn-default-dark.focus {
  color: #20252b;
  background-color: #000000;
  border-color: #000000;
}
.btn-default-dark.disabled:hover,
.btn-default-dark[disabled]:hover,
fieldset[disabled] .btn-default-dark:hover,
.btn-default-dark.disabled:focus,
.btn-default-dark[disabled]:focus,
fieldset[disabled] .btn-default-dark:focus,
.btn-default-dark.disabled.focus,
.btn-default-dark[disabled].focus,
fieldset[disabled] .btn-default-dark.focus {
  background-color: #20252b;
  border-color: #20252b;
}
.btn-default-dark .badge {
  color: #20252b;
  background-color: #20252b;
}
.btn-default-dark:hover,
.btn-default-dark:focus,
.open .dropdown-toggle.btn-default-dark {
  color: #fff;
  background-color: #111317;
  border-color: #111317;
}
.btn-default-dark:active,
.btn-default-dark.active {
  color: #fff;
  background-color: #0a0c0e;
  border-color: #0a0c0e;
}
.btn-default-dark.btn-flat,
.btn-default-dark.btn-icon-toggle {
  color: #20252b;
}
.open .dropdown-toggle.btn-default-dark.btn-flat,
.open .dropdown-toggle.btn-default-dark.btn-icon-toggle {
  color: #20252b;
}
.btn-primary-bright {
  color: #cfe4f6;
  color: hsl(208.61538462, 3%, 20%);
  background-color: #cfe4f6;
  border-color: #cfe4f6;
}
.btn-primary-bright:focus,
.btn-primary-bright.focus {
  color: #cfe4f6;
  background-color: #a4cbef;
  border-color: #63a6e3;
}
.btn-primary-bright:hover {
  color: #cfe4f6;
  background-color: #a4cbef;
  border-color: #9bc6ed;
}
.btn-primary-bright:active,
.btn-primary-bright.active,
.open > .dropdown-toggle.btn-primary-bright {
  color: #cfe4f6;
  background-color: #a4cbef;
  background-image: none;
  border-color: #9bc6ed;
}
.btn-primary-bright:active:hover,
.btn-primary-bright.active:hover,
.open > .dropdown-toggle.btn-primary-bright:hover,
.btn-primary-bright:active:focus,
.btn-primary-bright.active:focus,
.open > .dropdown-toggle.btn-primary-bright:focus,
.btn-primary-bright:active.focus,
.btn-primary-bright.active.focus,
.open > .dropdown-toggle.btn-primary-bright.focus {
  color: #cfe4f6;
  background-color: #85bae9;
  border-color: #63a6e3;
}
.btn-primary-bright.disabled:hover,
.btn-primary-bright[disabled]:hover,
fieldset[disabled] .btn-primary-bright:hover,
.btn-primary-bright.disabled:focus,
.btn-primary-bright[disabled]:focus,
fieldset[disabled] .btn-primary-bright:focus,
.btn-primary-bright.disabled.focus,
.btn-primary-bright[disabled].focus,
fieldset[disabled] .btn-primary-bright.focus {
  background-color: #cfe4f6;
  border-color: #cfe4f6;
}
.btn-primary-bright .badge {
  color: #cfe4f6;
  background-color: #cfe4f6;
}
.btn-primary-bright:hover,
.btn-primary-bright:focus,
.open .dropdown-toggle.btn-primary-bright {
  color: hsl(208.61538462, 3%, 20%);
  background-color: #b1d2f1;
  border-color: #b1d2f1;
}
.btn-primary-bright:active,
.btn-primary-bright.active {
  color: hsl(208.61538462, 3%, 20%);
  background-color: #a4cbef;
  border-color: #a4cbef;
}
.btn-primary-bright.btn-flat,
.btn-primary-bright.btn-icon-toggle {
  color: #cfe4f6;
}
.open .dropdown-toggle.btn-primary-bright.btn-flat,
.open .dropdown-toggle.btn-primary-bright.btn-icon-toggle {
  color: #cfe4f6;
}
.btn-primary-light {
  color: #87bae9;
  color: hsl(208.61538462, 3%, 20%);
  background-color: #87bae9;
  border-color: #87bae9;
}
.btn-primary-light:focus,
.btn-primary-light.focus {
  color: #87bae9;
  background-color: #5ca1e1;
  border-color: #267cca;
}
.btn-primary-light:hover {
  color: #87bae9;
  background-color: #5ca1e1;
  border-color: #539cdf;
}
.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light {
  color: #87bae9;
  background-color: #5ca1e1;
  background-image: none;
  border-color: #539cdf;
}
.btn-primary-light:active:hover,
.btn-primary-light.active:hover,
.open > .dropdown-toggle.btn-primary-light:hover,
.btn-primary-light:active:focus,
.btn-primary-light.active:focus,
.open > .dropdown-toggle.btn-primary-light:focus,
.btn-primary-light:active.focus,
.btn-primary-light.active.focus,
.open > .dropdown-toggle.btn-primary-light.focus {
  color: #87bae9;
  background-color: #3e90db;
  border-color: #267cca;
}
.btn-primary-light.disabled:hover,
.btn-primary-light[disabled]:hover,
fieldset[disabled] .btn-primary-light:hover,
.btn-primary-light.disabled:focus,
.btn-primary-light[disabled]:focus,
fieldset[disabled] .btn-primary-light:focus,
.btn-primary-light.disabled.focus,
.btn-primary-light[disabled].focus,
fieldset[disabled] .btn-primary-light.focus {
  background-color: #87bae9;
  border-color: #87bae9;
}
.btn-primary-light .badge {
  color: #87bae9;
  background-color: #87bae9;
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.open .dropdown-toggle.btn-primary-light {
  color: #fff;
  background-color: #69a9e3;
  border-color: #69a9e3;
}
.btn-primary-light:active,
.btn-primary-light.active {
  color: #fff;
  background-color: #5ca1e1;
  border-color: #5ca1e1;
}
.btn-primary-light.btn-flat,
.btn-primary-light.btn-icon-toggle {
  color: #87bae9;
}
.open .dropdown-toggle.btn-primary-light.btn-flat,
.open .dropdown-toggle.btn-primary-light.btn-icon-toggle {
  color: #87bae9;
}
.btn-primary-dark {
  color: #064a92;
  color: #fff;
  background-color: #064a92;
  border-color: #064a92;
}
.btn-primary-dark:focus,
.btn-primary-dark.focus {
  color: #064a92;
  background-color: #043161;
  border-color: #010c17;
}
.btn-primary-dark:hover {
  color: #064a92;
  background-color: #043161;
  border-color: #042c57;
}
.btn-primary-dark:active,
.btn-primary-dark.active,
.open > .dropdown-toggle.btn-primary-dark {
  color: #064a92;
  background-color: #043161;
  background-image: none;
  border-color: #042c57;
}
.btn-primary-dark:active:hover,
.btn-primary-dark.active:hover,
.open > .dropdown-toggle.btn-primary-dark:hover,
.btn-primary-dark:active:focus,
.btn-primary-dark.active:focus,
.open > .dropdown-toggle.btn-primary-dark:focus,
.btn-primary-dark:active.focus,
.btn-primary-dark.active.focus,
.open > .dropdown-toggle.btn-primary-dark.focus {
  color: #064a92;
  background-color: #03203e;
  border-color: #010c17;
}
.btn-primary-dark.disabled:hover,
.btn-primary-dark[disabled]:hover,
fieldset[disabled] .btn-primary-dark:hover,
.btn-primary-dark.disabled:focus,
.btn-primary-dark[disabled]:focus,
fieldset[disabled] .btn-primary-dark:focus,
.btn-primary-dark.disabled.focus,
.btn-primary-dark[disabled].focus,
fieldset[disabled] .btn-primary-dark.focus {
  background-color: #064a92;
  border-color: #064a92;
}
.btn-primary-dark .badge {
  color: #064a92;
  background-color: #064a92;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.open .dropdown-toggle.btn-primary-dark {
  color: #fff;
  background-color: #05386f;
  border-color: #05386f;
}
.btn-primary-dark:active,
.btn-primary-dark.active {
  color: #fff;
  background-color: #043161;
  border-color: #043161;
}
.btn-primary-dark.btn-flat,
.btn-primary-dark.btn-icon-toggle {
  color: #064a92;
}
.open .dropdown-toggle.btn-primary-dark.btn-flat,
.open .dropdown-toggle.btn-primary-dark.btn-icon-toggle {
  color: #064a92;
}
.btn-accent-bright {
  color: #f6d2cf;
  color: hsl(208.61538462, 3%, 20%);
  background-color: #f6d2cf;
  border-color: #f6d2cf;
}
.btn-accent-bright:focus,
.btn-accent-bright.focus {
  color: #f6d2cf;
  background-color: #efa9a4;
  border-color: #e36c63;
}
.btn-accent-bright:hover {
  color: #f6d2cf;
  background-color: #efa9a4;
  border-color: #eda19b;
}
.btn-accent-bright:active,
.btn-accent-bright.active,
.open > .dropdown-toggle.btn-accent-bright {
  color: #f6d2cf;
  background-color: #efa9a4;
  background-image: none;
  border-color: #eda19b;
}
.btn-accent-bright:active:hover,
.btn-accent-bright.active:hover,
.open > .dropdown-toggle.btn-accent-bright:hover,
.btn-accent-bright:active:focus,
.btn-accent-bright.active:focus,
.open > .dropdown-toggle.btn-accent-bright:focus,
.btn-accent-bright:active.focus,
.btn-accent-bright.active.focus,
.open > .dropdown-toggle.btn-accent-bright.focus {
  color: #f6d2cf;
  background-color: #e98d85;
  border-color: #e36c63;
}
.btn-accent-bright.disabled:hover,
.btn-accent-bright[disabled]:hover,
fieldset[disabled] .btn-accent-bright:hover,
.btn-accent-bright.disabled:focus,
.btn-accent-bright[disabled]:focus,
fieldset[disabled] .btn-accent-bright:focus,
.btn-accent-bright.disabled.focus,
.btn-accent-bright[disabled].focus,
fieldset[disabled] .btn-accent-bright.focus {
  background-color: #f6d2cf;
  border-color: #f6d2cf;
}
.btn-accent-bright .badge {
  color: #f6d2cf;
  background-color: #f6d2cf;
}
.btn-accent-bright:hover,
.btn-accent-bright:focus,
.open .dropdown-toggle.btn-accent-bright {
  color: hsl(208.61538462, 3%, 20%);
  background-color: #f1b5b1;
  border-color: #f1b5b1;
}
.btn-accent-bright:active,
.btn-accent-bright.active {
  color: hsl(208.61538462, 3%, 20%);
  background-color: #efa9a4;
  border-color: #efa9a4;
}
.btn-accent-bright.btn-flat,
.btn-accent-bright.btn-icon-toggle {
  color: #f6d2cf;
}
.open .dropdown-toggle.btn-accent-bright.btn-flat,
.open .dropdown-toggle.btn-accent-bright.btn-icon-toggle {
  color: #f6d2cf;
}
.btn-accent-light {
  color: #e88e87;
  color: #fff;
  background-color: #e88e87;
  border-color: #e88e87;
}
.btn-accent-light:focus,
.btn-accent-light.focus {
  color: #e88e87;
  background-color: #e0655c;
  border-color: #c93226;
}
.btn-accent-light:hover {
  color: #e88e87;
  background-color: #e0655c;
  border-color: #de5d53;
}
.btn-accent-light:active,
.btn-accent-light.active,
.open > .dropdown-toggle.btn-accent-light {
  color: #e88e87;
  background-color: #e0655c;
  background-image: none;
  border-color: #de5d53;
}
.btn-accent-light:active:hover,
.btn-accent-light.active:hover,
.open > .dropdown-toggle.btn-accent-light:hover,
.btn-accent-light:active:focus,
.btn-accent-light.active:focus,
.open > .dropdown-toggle.btn-accent-light:focus,
.btn-accent-light:active.focus,
.btn-accent-light.active.focus,
.open > .dropdown-toggle.btn-accent-light.focus {
  color: #e88e87;
  background-color: #da493e;
  border-color: #c93226;
}
.btn-accent-light.disabled:hover,
.btn-accent-light[disabled]:hover,
fieldset[disabled] .btn-accent-light:hover,
.btn-accent-light.disabled:focus,
.btn-accent-light[disabled]:focus,
fieldset[disabled] .btn-accent-light:focus,
.btn-accent-light.disabled.focus,
.btn-accent-light[disabled].focus,
fieldset[disabled] .btn-accent-light.focus {
  background-color: #e88e87;
  border-color: #e88e87;
}
.btn-accent-light .badge {
  color: #e88e87;
  background-color: #e88e87;
}
.btn-accent-light:hover,
.btn-accent-light:focus,
.open .dropdown-toggle.btn-accent-light {
  color: #fff;
  background-color: #e37169;
  border-color: #e37169;
}
.btn-accent-light:active,
.btn-accent-light.active {
  color: #fff;
  background-color: #e0655c;
  border-color: #e0655c;
}
.btn-accent-light.btn-flat,
.btn-accent-light.btn-icon-toggle {
  color: #e88e87;
}
.open .dropdown-toggle.btn-accent-light.btn-flat,
.open .dropdown-toggle.btn-accent-light.btn-icon-toggle {
  color: #e88e87;
}
.btn-accent {
  color: #d0291c;
  color: #fff;
  background-color: #d0291c;
  border-color: #d0291c;
}
.btn-accent:focus,
.btn-accent.focus {
  color: #d0291c;
  background-color: #a32016;
  border-color: #60130d;
}
.btn-accent:hover {
  color: #d0291c;
  background-color: #a32016;
  border-color: #9a1e15;
}
.btn-accent:active,
.btn-accent.active,
.open > .dropdown-toggle.btn-accent {
  color: #d0291c;
  background-color: #a32016;
  background-image: none;
  border-color: #9a1e15;
}
.btn-accent:active:hover,
.btn-accent.active:hover,
.open > .dropdown-toggle.btn-accent:hover,
.btn-accent:active:focus,
.btn-accent.active:focus,
.open > .dropdown-toggle.btn-accent:focus,
.btn-accent:active.focus,
.btn-accent.active.focus,
.open > .dropdown-toggle.btn-accent.focus {
  color: #d0291c;
  background-color: #841a12;
  border-color: #60130d;
}
.btn-accent.disabled:hover,
.btn-accent[disabled]:hover,
fieldset[disabled] .btn-accent:hover,
.btn-accent.disabled:focus,
.btn-accent[disabled]:focus,
fieldset[disabled] .btn-accent:focus,
.btn-accent.disabled.focus,
.btn-accent[disabled].focus,
fieldset[disabled] .btn-accent.focus {
  background-color: #d0291c;
  border-color: #d0291c;
}
.btn-accent .badge {
  color: #d0291c;
  background-color: #d0291c;
}
.btn-accent:hover,
.btn-accent:focus,
.open .dropdown-toggle.btn-accent {
  color: #fff;
  background-color: #b12318;
  border-color: #b12318;
}
.btn-accent:active,
.btn-accent.active {
  color: #fff;
  background-color: #a32016;
  border-color: #a32016;
}
.btn-accent.btn-flat,
.btn-accent.btn-icon-toggle {
  color: #d0291c;
}
.open .dropdown-toggle.btn-accent.btn-flat,
.open .dropdown-toggle.btn-accent.btn-icon-toggle {
  color: #d0291c;
}
.btn-accent-dark {
  color: #901c1e;
  color: #fff;
  background-color: #901c1e;
  border-color: #901c1e;
}
.btn-accent-dark:focus,
.btn-accent-dark.focus {
  color: #901c1e;
  background-color: #651415;
  border-color: #260708;
}
.btn-accent-dark:hover {
  color: #901c1e;
  background-color: #651415;
  border-color: #5d1213;
}
.btn-accent-dark:active,
.btn-accent-dark.active,
.open > .dropdown-toggle.btn-accent-dark {
  color: #901c1e;
  background-color: #651415;
  background-image: none;
  border-color: #5d1213;
}
.btn-accent-dark:active:hover,
.btn-accent-dark.active:hover,
.open > .dropdown-toggle.btn-accent-dark:hover,
.btn-accent-dark:active:focus,
.btn-accent-dark.active:focus,
.open > .dropdown-toggle.btn-accent-dark:focus,
.btn-accent-dark:active.focus,
.btn-accent-dark.active.focus,
.open > .dropdown-toggle.btn-accent-dark.focus {
  color: #901c1e;
  background-color: #480e0f;
  border-color: #260708;
}
.btn-accent-dark.disabled:hover,
.btn-accent-dark[disabled]:hover,
fieldset[disabled] .btn-accent-dark:hover,
.btn-accent-dark.disabled:focus,
.btn-accent-dark[disabled]:focus,
fieldset[disabled] .btn-accent-dark:focus,
.btn-accent-dark.disabled.focus,
.btn-accent-dark[disabled].focus,
fieldset[disabled] .btn-accent-dark.focus {
  background-color: #901c1e;
  border-color: #901c1e;
}
.btn-accent-dark .badge {
  color: #901c1e;
  background-color: #901c1e;
}
.btn-accent-dark:hover,
.btn-accent-dark:focus,
.open .dropdown-toggle.btn-accent-dark {
  color: #fff;
  background-color: #721718;
  border-color: #721718;
}
.btn-accent-dark:active,
.btn-accent-dark.active {
  color: #fff;
  background-color: #651415;
  border-color: #651415;
}
.btn-accent-dark.btn-flat,
.btn-accent-dark.btn-icon-toggle {
  color: #901c1e;
}
.open .dropdown-toggle.btn-accent-dark.btn-flat,
.open .dropdown-toggle.btn-accent-dark.btn-icon-toggle {
  color: #901c1e;
}
.btn {
  font-size: 14px;
  text-transform: uppercase;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: unset;
}
.btn .pull-right,
.btn .pull-left {
  line-height: 1.5em;
}
.btn.disabled,
.btn[disabled],
.btn[aria-disabled="true"],
fieldset[disabled] .btn {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.15);
  color: hsl(208.61538462, 3%, 20%);
  filter: alpha(opacity=40);
  opacity: 0.4;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
  pointer-events: inherit;
}
.ink-reaction {
  position: relative;
  overflow: hidden;
}
.ink-reaction .ink {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ripple-animation 1.5s;
  animation: ripple-animation 1.5s;
}
.ink-reaction .ink.inverse {
  background-color: rgba(12, 12, 12, 0.5);
}
.ink-reaction.btn-icon-toggle,
.ink-reaction.btn-floating-action {
  overflow: visible;
}
.ink-reaction.btn-icon-toggle .ink,
.ink-reaction.btn-floating-action .ink {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.ink-reaction.btn-icon-toggle .ink,
.ink-reaction.btn-flat .ink {
  background-color: rgba(255, 255, 255, 0.25);
}
.ink-reaction.btn-icon-toggle .ink.inverse,
.ink-reaction.btn-flat .ink.inverse {
  background-color: rgba(12, 12, 12, 0.25);
}
@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
.btn-raised {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  -moz-transition: -moz-box-shadow 0.15s ease-out;
  -o-transition: -o-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  text-decoration: none !important;
}
.btn-raised:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
}
.btn-raised:active,
.btn-raised.active {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
}
.btn-raised.disabled,
.btn-raised[disabled],
.btn-raised[aria-disabled="true"],
.pager .disabled .btn-raised {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-flat,
.btn-icon-toggle {
  background-color: transparent;
  font-weight: 600;
  border-color: transparent;
}
.btn-flat:hover,
.btn-icon-toggle:hover,
.btn-flat:focus,
.btn-icon-toggle:focus,
.open .dropdown-toggle.btn-flat,
.open .dropdown-toggle.btn-icon-toggle {
  background-color: rgba(12, 12, 12, 0.07);
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.btn-flat:active,
.btn-icon-toggle:active,
.btn-flat.active,
.btn-icon-toggle.active {
  background-color: rgba(12, 12, 12, 0.25);
  border-color: transparent;
  color: #fff;
}
.btn-flat.disabled,
.btn-icon-toggle.disabled,
.btn-flat[disabled],
.btn-icon-toggle[disabled],
.btn-flat[aria-disabled="true"],
.btn-icon-toggle[aria-disabled="true"],
fieldset[disabled] .btn-flat,
fieldset[disabled] .btn-icon-toggle {
  background: transparent;
  filter: alpha(opacity=70);
  opacity: 0.7;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.btn-icon-toggle {
  border-radius: 999px !important;
}
.btn-rounded {
  border-radius: 999px;
}
.btn-rounded .label {
  top: 0;
  right: 3px;
}
.btn-plane {
  display: table;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-plane > div {
  display: table-cell;
  vertical-align: middle;
}
.btn-labeled {
  position: relative;
}
.btn-labeled .label {
  position: absolute;
  top: -6px;
  right: -6px;
}
.btn-rounded.btn-labeled .label {
  top: 7px;
  right: auto;
  left: 99%;
  margin: auto;
}
.btn-icon-toggle {
  padding: 0;
  width: 36px;
}
.btn-icon-toggle .fa,
.btn-icon-toggle .md,
.btn-icon-toggle .glyphicon {
  margin: 0;
  line-height: 34px;
}
.btn-icon-toggle.btn-lg {
  width: 46px;
}
.btn-icon-toggle.btn-lg .fa,
.btn-icon-toggle.btn-lg .md,
.btn-icon-toggle.btn-lg .glyphicon {
  line-height: 44px;
}
.btn-icon-toggle.btn-sm {
  width: 32px;
}
.btn-icon-toggle.btn-sm .fa,
.btn-icon-toggle.btn-sm .md,
.btn-icon-toggle.btn-sm .glyphicon {
  line-height: 30px;
}
.btn-icon-toggle.btn-xs {
  width: 24px;
}
.btn-icon-toggle.btn-xs .fa,
.btn-icon-toggle.btn-xs .md,
.btn-icon-toggle.btn-xs .glyphicon {
  line-height: 22px;
}
.btn-group-xs > .btn.btn-icon-toggle {
  width: 22px;
  padding: 0;
}
.btn-group-sm > .btn.btn-icon-toggle {
  width: 30px;
  padding: 0;
}
.btn-group-lg > .btn.btn-icon-toggle {
  width: 44px;
  padding: 0;
}
.radio-styled:not(ie8) {
  position: relative;
  margin-top: 0;
}
.radio-styled:not(ie8) input ~ span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
}
.radio-styled:not(ie8) input ~ span:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid hsl(208.61538462, 3%, 33.5%);
}
.radio-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.radio-styled:not(ie8) label {
  padding-left: 0;
}
.radio-styled:not(ie8) label:focus-within {
  outline: auto;
}
.radio-styled:not(ie8).radio-inline,
.radio-styled:not(ie8).checkbox-inline {
  padding-left: 0;
}
.radio-styled:not(ie8).disabled ~ span:before,
.radio-styled:not(ie8) input[disabled] ~ span:before,
.radio-styled:not(ie8) input[readonly] ~ span:before,
.radio-styled:not(ie8) input[aria-disabled="true"] ~ span:before {
  border-color: hsl(208.61538462, 3%, 90%);
}
.radio-styled:not(ie8).disabled:checked ~ span:before,
.radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.radio-styled:not(ie8) input[readonly]:checked ~ span:before,
.radio-styled:not(ie8) input[aria-disabled="true"]:checked ~ span:before {
  border-color: hsl(208.61538462, 3%, 90%);
}
.radio-styled:not(ie8).disabled:checked ~ span:after,
.radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.radio-styled:not(ie8) input[readonly]:checked ~ span:after,
.radio-styled:not(ie8) input[aria-disabled="true"]:checked ~ span:after {
  background-color: hsl(208.61538462, 3%, 90%);
}
.radio-styled:not(ie8) input ~ span:before {
  top: 0;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input:checked ~ span:before {
  border-color: #096fcc;
}
.radio-styled:not(ie8) input ~ span:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: #096fcc;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input:checked ~ span:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
}
.form-inverse .radio-styled:not(ie8) input ~ span:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.form-inverse .radio-styled:not(ie8) input:checked ~ span:before {
  border-color: #096fcc;
}
.form-inverse .radio-styled:not(ie8).disabled ~ span:before,
.form-inverse .radio-styled:not(ie8) input[disabled] ~ span:before,
.form-inverse .radio-styled:not(ie8) input[readonly] ~ span:before,
.form-inverse .radio-styled:not(ie8) input[aria-disabled="true"] ~ span:before,
.form-inverse .radio-styled:not(ie8).disabled:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input[aria-disabled="true"]:checked ~ span:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.form-inverse .radio-styled:not(ie8).disabled:checked ~ span:after,
.form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:after,
.form-inverse .radio-styled:not(ie8) input[aria-disabled="true"]:checked ~ span:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.checkbox-styled:not(ie8).checkbox-default-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-bright input:checked ~ span:before {
  border-color: #fff;
}
.checkbox-styled:not(ie8).checkbox-default-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-default-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-default-bright input ~ span:after,
.radio-styled:not(ie8).radio-default-bright input ~ span:after {
  background-color: #fff;
}
.checkbox-styled:not(ie8).checkbox-default-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-light input:checked ~ span:before {
  border-color: hsl(208.61538462, 3%, 95%);
}
.checkbox-styled:not(ie8).checkbox-default-light input ~ span:after,
.radio-styled:not(ie8).checkbox-default-light input ~ span:after,
.checkbox-styled:not(ie8).radio-default-light input ~ span:after,
.radio-styled:not(ie8).radio-default-light input ~ span:after {
  background-color: hsl(208.61538462, 3%, 95%);
}
.checkbox-styled:not(ie8).checkbox-default input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default input:checked ~ span:before,
.radio-styled:not(ie8).radio-default input:checked ~ span:before {
  border-color: hsl(208.61538462, 3%, 90%);
}
.checkbox-styled:not(ie8).checkbox-default input ~ span:after,
.radio-styled:not(ie8).checkbox-default input ~ span:after,
.checkbox-styled:not(ie8).radio-default input ~ span:after,
.radio-styled:not(ie8).radio-default input ~ span:after {
  background-color: hsl(208.61538462, 3%, 90%);
}
.checkbox-styled:not(ie8).checkbox-default-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-dark input:checked ~ span:before {
  border-color: #20252b;
}
.checkbox-styled:not(ie8).checkbox-default-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-default-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-default-dark input ~ span:after,
.radio-styled:not(ie8).radio-default-dark input ~ span:after {
  background-color: #20252b;
}
.checkbox-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-bright input:checked ~ span:before {
  border-color: #cfe4f6;
}
.checkbox-styled:not(ie8).checkbox-primary-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-bright input ~ span:after,
.radio-styled:not(ie8).radio-primary-bright input ~ span:after {
  background-color: #cfe4f6;
}
.checkbox-styled:not(ie8).checkbox-primary-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-light input:checked ~ span:before {
  border-color: #87bae9;
}
.checkbox-styled:not(ie8).checkbox-primary-light input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-light input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-light input ~ span:after,
.radio-styled:not(ie8).radio-primary-light input ~ span:after {
  background-color: #87bae9;
}
.checkbox-styled:not(ie8).checkbox-primary input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary input:checked ~ span:before {
  border-color: #096fcc;
}
.checkbox-styled:not(ie8).checkbox-primary input ~ span:after,
.radio-styled:not(ie8).checkbox-primary input ~ span:after,
.checkbox-styled:not(ie8).radio-primary input ~ span:after,
.radio-styled:not(ie8).radio-primary input ~ span:after {
  background-color: #096fcc;
}
.checkbox-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-dark input:checked ~ span:before {
  border-color: #064a92;
}
.checkbox-styled:not(ie8).checkbox-primary-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-dark input ~ span:after,
.radio-styled:not(ie8).radio-primary-dark input ~ span:after {
  background-color: #064a92;
}
.checkbox-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-bright input:checked ~ span:before {
  border-color: #f6d2cf;
}
.checkbox-styled:not(ie8).checkbox-accent-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-bright input ~ span:after,
.radio-styled:not(ie8).radio-accent-bright input ~ span:after {
  background-color: #f6d2cf;
}
.checkbox-styled:not(ie8).checkbox-accent-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-light input:checked ~ span:before {
  border-color: #e88e87;
}
.checkbox-styled:not(ie8).checkbox-accent-light input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-light input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-light input ~ span:after,
.radio-styled:not(ie8).radio-accent-light input ~ span:after {
  background-color: #e88e87;
}
.checkbox-styled:not(ie8).checkbox-accent input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent input:checked ~ span:before {
  border-color: #d0291c;
}
.checkbox-styled:not(ie8).checkbox-accent input ~ span:after,
.radio-styled:not(ie8).checkbox-accent input ~ span:after,
.checkbox-styled:not(ie8).radio-accent input ~ span:after,
.radio-styled:not(ie8).radio-accent input ~ span:after {
  background-color: #d0291c;
}
.checkbox-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-dark input:checked ~ span:before {
  border-color: #901c1e;
}
.checkbox-styled:not(ie8).checkbox-accent-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-dark input ~ span:after,
.radio-styled:not(ie8).radio-accent-dark input ~ span:after {
  background-color: #901c1e;
}
.checkbox-styled:not(ie8).checkbox-success input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-success input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-success input:checked ~ span:before,
.radio-styled:not(ie8).radio-success input:checked ~ span:before {
  border-color: #208822;
}
.checkbox-styled:not(ie8).checkbox-success input ~ span:after,
.radio-styled:not(ie8).checkbox-success input ~ span:after,
.checkbox-styled:not(ie8).radio-success input ~ span:after,
.radio-styled:not(ie8).radio-success input ~ span:after {
  background-color: #208822;
}
.checkbox-styled:not(ie8).checkbox-warning input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-warning input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-warning input:checked ~ span:before,
.radio-styled:not(ie8).radio-warning input:checked ~ span:before {
  border-color: #FF9800;
}
.checkbox-styled:not(ie8).checkbox-warning input ~ span:after,
.radio-styled:not(ie8).checkbox-warning input ~ span:after,
.checkbox-styled:not(ie8).radio-warning input ~ span:after,
.radio-styled:not(ie8).radio-warning input ~ span:after {
  background-color: #FF9800;
}
.checkbox-styled:not(ie8).checkbox-danger input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-danger input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-danger input:checked ~ span:before,
.radio-styled:not(ie8).radio-danger input:checked ~ span:before {
  border-color: #d0291c;
}
.checkbox-styled:not(ie8).checkbox-danger input ~ span:after,
.radio-styled:not(ie8).checkbox-danger input ~ span:after,
.checkbox-styled:not(ie8).radio-danger input ~ span:after,
.radio-styled:not(ie8).radio-danger input ~ span:after {
  background-color: #d0291c;
}
.checkbox-styled:not(ie8).checkbox-info input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-info input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-info input:checked ~ span:before,
.radio-styled:not(ie8).radio-info input:checked ~ span:before {
  border-color: #096fcc;
}
.checkbox-styled:not(ie8).checkbox-info input ~ span:after,
.radio-styled:not(ie8).checkbox-info input ~ span:after,
.checkbox-styled:not(ie8).radio-info input ~ span:after,
.radio-styled:not(ie8).radio-info input ~ span:after {
  background-color: #096fcc;
}
.btn-floating-action {
  width: 44px;
  height: 44px;
  border-radius: 999px !important;
  padding: 0;
  font-size: 17px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  -moz-transition: -moz-box-shadow 0.15s ease-out;
  -o-transition: -o-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
}
.btn-floating-action .fa,
.btn-floating-action .md,
.btn-floating-action .glyphicon {
  top: 0;
  margin: 0;
  line-height: 42px;
}
.btn-floating-action.btn-lg {
  width: 56px;
  height: 56px;
}
.btn-floating-action.btn-lg .fa,
.btn-floating-action.btn-lg .md,
.btn-floating-action.btn-lg .glyphicon {
  line-height: 54px;
  font-size: 1.3em;
}
.btn-floating-action.btn-lg .md {
  font-size: 1.5em;
}
.btn-floating-action.btn-sm {
  width: 36px;
  height: 36px;
}
.btn-floating-action.btn-sm .fa,
.btn-floating-action.btn-sm .md,
.btn-floating-action.btn-sm .glyphicon {
  line-height: 34px;
}
.btn-floating-action.btn-xs {
  width: 28px;
  height: 28px;
}
.btn-floating-action.btn-xs .fa,
.btn-floating-action.btn-xs .md,
.btn-floating-action.btn-xs .glyphicon {
  line-height: 26px;
}
.btn-floating-action:hover {
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}
.btn-floating-action:active,
.btn-floating-action.active {
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}
.btn-group-xs > .btn.btn-floating-action {
  width: 22px;
  padding: 0;
}
.btn-group-sm > .btn.btn-floating-action,
.input-group-sm .btn.btn-floating-action {
  width: 30px;
  padding: 0;
}
.btn-group-lg > .btn.btn-floating-action,
.input-group-lg .btn.btn-floating-action {
  width: 44px;
  padding: 0;
}
.btn-group-vertical.full-width {
  width: 100%;
}
.btn-group-vertical.full-width .btn,
.btn-group-vertical.full-width .btn-group {
  width: 100%;
}
.link-default {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
.link-default:hover {
  opacity: 1;
}
.link-default .fa,
.link-default .md,
.link-default .glyphicon {
  margin-right: 12px;
}
.btn-lg {
  font-size: 18px;
}
.btn-sm {
  font-size: 12px;
}
.btn-xs {
  font-size: 12px;
}
.button-unstyled {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: inherit;
  line-height: inherit;
  display: inline-block;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button-underline:hover,
.button-underline:focus {
  text-decoration: underline;
}
.button-styled-link {
  text-decoration: none !important;
}
.fullservice_xhtml {
  /* ================================
 * References
 * ================================
 */
  /* u2014: em-dash (—) */
  /* REFERENCE NOTES INSIDE FOOTNOTES */
  /* <!-- refmanual, refeditor, refcharter, refcross, refstatelaw, refstateconst., 
  refcaselaw, refcaselawanno., refnote, & refgeneric --> */
  /* =========================
* Leader fills
* ========================= */
  /* em-dash ('—') */
  /* =========================
   * Para_Titles_Italic.css
   * ========================= */
  /* ==================================================
   * 
   * Copyright (c) Municode 2017
   * 
   * ================================================== */
  /* "Text emphasis theme" elements:
   * paragraph titles, definitions, em  */
  /* =========================
 * Para_Titles_Bold.css
 * ========================= */
  /* ==================================================
   * 
   * Copyright (c) Municode 2017
   * 
   * ================================================== */
  /* "Text emphasis theme" elements:
   * paragraph titles, definitions, em  */
  /* =========================
 * Definitions_Bold.css
 * ========================= */
  /* ==================================================
   * 
   * Copyright (c) Municode 2017
   * 
   * ================================================== */
  /* paragraph titles bold */
  /* =========================
 * Definitions_Italic.css
 * ========================= */
  /* ==================================================
   * 
   * Copyright (c) Municode 2017
   * 
   * ================================================== */
  /* definitions italic */
}
.fullservice_xhtml p {
  text-indent: 0;
}
.fullservice_xhtml p > span.incr,
.fullservice_xhtml p > span.incrml {
  float: left;
  margin-bottom: 0.2rem;
  position: static;
  overflow-wrap: break-word;
  margin-left: 0;
  margin-right: 0.5rem;
  min-width: 1.57rem;
  text-align: right;
}
.fullservice_xhtml p.b2,
.fullservice_xhtml p.p2,
.fullservice_xhtml p.hg1,
.fullservice_xhtml p.ol1 {
  margin-left: 2rem;
}
.fullservice_xhtml p.b3,
.fullservice_xhtml p.p3,
.fullservice_xhtml p.hg2,
.fullservice_xhtml p.ol2 {
  margin-left: 4rem;
}
.fullservice_xhtml p.b4,
.fullservice_xhtml p.p4,
.fullservice_xhtml p.hg3,
.fullservice_xhtml p.ol3 {
  margin-left: 6rem;
}
.fullservice_xhtml p.b5,
.fullservice_xhtml p.p5,
.fullservice_xhtml p.hg4,
.fullservice_xhtml p.ol4 {
  margin-left: 8rem;
}
.fullservice_xhtml p.b6,
.fullservice_xhtml p.p6,
.fullservice_xhtml p.hg5,
.fullservice_xhtml p.ol5 {
  margin-left: 10rem;
}
.fullservice_xhtml p.b7,
.fullservice_xhtml p.p7,
.fullservice_xhtml p.hg6,
.fullservice_xhtml p.ol6 {
  margin-left: 12rem;
}
.fullservice_xhtml p.b8,
.fullservice_xhtml p.p8,
.fullservice_xhtml p.hg7,
.fullservice_xhtml p.ol7 {
  margin-left: 14rem;
}
.fullservice_xhtml p.b9,
.fullservice_xhtml p.p9,
.fullservice_xhtml p.hg8,
.fullservice_xhtml p.ol8 {
  margin-left: 16rem;
}
.fullservice_xhtml p.b10,
.fullservice_xhtml p.p10,
.fullservice_xhtml p.hg9,
.fullservice_xhtml p.ol9 {
  margin-left: 18rem;
}
.fullservice_xhtml p.b11,
.fullservice_xhtml p.p11,
.fullservice_xhtml p.hg10,
.fullservice_xhtml p.ol10 {
  margin-left: 20rem;
}
.fullservice_xhtml p.ml1 {
  margin-left: 2rem;
}
.fullservice_xhtml p.ml2 {
  margin-left: 4rem;
}
.fullservice_xhtml p.ml3 {
  margin-left: 6rem;
}
.fullservice_xhtml p.ml4 {
  margin-left: 8rem;
}
.fullservice_xhtml p.ml5 {
  margin-left: 10rem;
}
.fullservice_xhtml p.ml6 {
  margin-left: 12rem;
}
.fullservice_xhtml p.ml7 {
  margin-left: 14rem;
}
.fullservice_xhtml p.ml8 {
  margin-left: 16rem;
}
.fullservice_xhtml p.ml9 {
  margin-left: 18rem;
}
.fullservice_xhtml p.ml10 {
  margin-left: 20rem;
}
.fullservice_xhtml span.li {
  display: table-cell;
  border-bottom: 4px solid transparent;
  border-left: 0.5rem solid transparent;
  text-indent: 0;
}
.fullservice_xhtml p.p1,
.fullservice_xhtml p.p2,
.fullservice_xhtml p.p3,
.fullservice_xhtml p.p4,
.fullservice_xhtml p.p5,
.fullservice_xhtml p.p6,
.fullservice_xhtml p.p7,
.fullservice_xhtml p.p8,
.fullservice_xhtml p.p9 {
  text-indent: 1rem;
}
.fullservice_xhtml p.hg1,
.fullservice_xhtml p.hg2,
.fullservice_xhtml p.hg3,
.fullservice_xhtml p.hg4,
.fullservice_xhtml p.hg5,
.fullservice_xhtml p.hg6,
.fullservice_xhtml p.hg7,
.fullservice_xhtml p.hg8,
.fullservice_xhtml p.hg9,
.fullservice_xhtml p.ol1,
.fullservice_xhtml p.ol2,
.fullservice_xhtml p.ol3,
.fullservice_xhtml p.ol4,
.fullservice_xhtml p.ol5,
.fullservice_xhtml p.ol6,
.fullservice_xhtml p.ol7,
.fullservice_xhtml p.ol8,
.fullservice_xhtml p.ol9 {
  text-indent: -2rem;
}
.fullservice_xhtml p.ml1,
.fullservice_xhtml p.ml2,
.fullservice_xhtml p.ml3,
.fullservice_xhtml p.ml4,
.fullservice_xhtml p.ml5,
.fullservice_xhtml p.ml6,
.fullservice_xhtml p.ml7,
.fullservice_xhtml p.ml8,
.fullservice_xhtml p.ml9 {
  text-indent: -2rem;
}
.fullservice_xhtml p.ol1,
.fullservice_xhtml p.ol2,
.fullservice_xhtml p.ol3,
.fullservice_xhtml p.ol4,
.fullservice_xhtml p.ol5,
.fullservice_xhtml p.ol6,
.fullservice_xhtml p.ol7,
.fullservice_xhtml p.ol8,
.fullservice_xhtml p.ol9,
.fullservice_xhtml p.ol0,
.fullservice_xhtml p.ol10,
.fullservice_xhtml p.ml1,
.fullservice_xhtml p.ml2,
.fullservice_xhtml p.ml3,
.fullservice_xhtml p.ml4,
.fullservice_xhtml p.ml5,
.fullservice_xhtml p.ml6,
.fullservice_xhtml p.ml7,
.fullservice_xhtml p.ml8,
.fullservice_xhtml p.ml9,
.fullservice_xhtml p.ml0,
.fullservice_xhtml p.ml10 {
  margin-bottom: 0;
}
.fullservice_xhtml .center {
  text-align: center;
}
.fullservice_xhtml p[data-type='refcaselaw']:before {
  content: 'Case law reference(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refcaselawanno']:before {
  content: 'Case law annotation(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refcharter']:before {
  content: 'Charter reference(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refcross']:before {
  content: 'Cross reference(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refeditor']:before {
  content: "Editor's note(s)\2014";
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refgeneric']:before {
  content: 'Reference(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refmanual']:before {
  content: none;
}
.fullservice_xhtml p[data-type='refnote']:before {
  content: 'Note(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refstateconst']:before {
  content: 'State constitution reference(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refstatelaw']:before {
  content: 'State law reference(s)\2014';
  font-weight: bold;
}
.fullservice_xhtml p[data-type='refmanual'],
.fullservice_xhtml p[data-type='refeditor'],
.fullservice_xhtml p[data-type='refcharter'],
.fullservice_xhtml p[data-type='refstatelaw'],
.fullservice_xhtml p[data-type='refcross'],
.fullservice_xhtml p[data-type='refstateconst'],
.fullservice_xhtml p[data-type='refcaselaw'],
.fullservice_xhtml p[data-type='refcaselawanno'],
.fullservice_xhtml p[data-type='refnote'],
.fullservice_xhtml p[data-type='refgeneric'] {
  margin-top: 0pt;
  /*  WEK: Was 10pt */
}
.fullservice_xhtml p[data-type='refmanualfn'],
.fullservice_xhtml p[data-type='refeditorfn'],
.fullservice_xhtml p[data-type='refcharterfn'],
.fullservice_xhtml p[data-type='refcrossfn'],
.fullservice_xhtml p[data-type='refstatelawfn'],
.fullservice_xhtml p[data-type='refstateconstfn'],
.fullservice_xhtml p[data-type='refcaselawfn'],
.fullservice_xhtml p[data-type='refcaselawannofn'],
.fullservice_xhtml p[data-type='refnotefn'],
.fullservice_xhtml p[data-type='refgenericfn'] {
  margin-top: 0pt /*12pt*/;
  font-weight: normal;
}
.fullservice_xhtml span[data-lf='.']:before {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . ";
}
.fullservice_xhtml span[data-lf='_']:before {
  content: "__________________________";
}
.fullservice_xhtml span[data-lf='-']:before {
  content: "------------------------------";
}
.fullservice_xhtml span[data-lf='\2014']:before {
  content: '\2014\2014\2014\2014\2014';
}
.fullservice_xhtml span[data-lf=' ']:before {
  content: "                               ";
}
.fullservice_xhtml p span.title {
  font-style: italic;
}
.fullservice_xhtml p span.title {
  font-weight: bold;
}
.fullservice_xhtml dfn {
  font-weight: bold;
}
.fullservice_xhtml dfn {
  font-style: italic;
}
.fullservice_xhtml {
  /* =========================
 * Tables_Common.css
 * ========================= */
  /* Use with Municode's Munipub XML.
   * For generating PDF from Antenna House Formatter,
   * and for data entry  */
  /* ==================================================
   * Common CSS rules for TABLE elements that have the
   * same (or mostly the same) formatting
   * in both the legacy and "future" styles.
   * 
   * Copyright (c) Municode 2017
   * 
   * ==================================================
   */
  /* 
   * ALL TABLES WILL HAVE BORDERS BY DEFAULT (even legacy style)
   * This enables same markup to be used for
   *  both legacy and future styles.
   * To match legacy style tables which have no borders,
   *  add table[@class="noborders"].
   */
  /* =========================================================
   * NAMING CONVENTION FOR CUSTOM TABLE CLASSES
   * 
   * 1. Table-level custom classes (Only allowed on <table> element.)
   * 	h* - affects table head
   * 	b* - affects table body
   * 	f* - affects table foot
   * 	c* - affects table caption
   * 	hc#* - affects nth column in table head
   * 	hr#* - affects nth row in table head
   * 	bc#* - affects nth column in table body
   * 	hr#c#* - affects cell in table head at nth row and nth column
   * 
   *		NOTE: The "#" in above classes typically allows for 1 through 5 plus "last"
   * 		EXAMPLE: bc1bold, bc2bold, bc3bold, bc4bold, bc5bold, bclastbold are valid choices.
   *  
   * 2. All other custom classes can be used on <table>, <tr> or <td>
   * 	* - affects only the element where used
   * ==========================================================
   */
  /* =====================================================
   * GENERAL STRUCTURE OF THIS CSS FILE
   *  
   * • TABLE DEFAULTS
   * • TABLE-LEVEL STYLES
   * 		◦ Position, width
   * 		◦ Alignment, horizontal
   * 		◦ Alignment, vertical
   * 		◦ Borders
   * 		◦ Case
   * 		◦ Font treatments
   * • ROW-LEVEL STYLES
   * 		◦ Alignment, horizontal
   * 		◦ Alignment, vertical
   * 		◦ Borders
   * 		◦ Case
   * 		◦ Font treatments
   * 		◦ Rotation
   * • CELL-LEVEL STYLES
   * 		◦ Alignment, horizontal
   * 		◦ Alignment, vertical
   * 		◦ Borders
   * 		◦ Case
   * 		◦ Font treatments
   * 		◦ Rotation
   * • MISC.
   * =====================================================*/
  /* Begin CSS*/
  /* ===================================================== 
   * • TABLE DEFAULTS
   * =====================================================*/
  /* break-before: avoid doesn't work. 
   * may need to use
   * -ah-keep-together-within-dimension: 10vh;
   */
  /* ===================================================== 
   * • TABLE-LEVEL STYLES
   * 		◦ Position, width (note: indent is in Indents_*.css)
   * =====================================================*/
  /* ===================================================== 
   * • TABLE-LEVEL STYLES
   * 		◦ Alignment, horizontal (text alignment within cells) 
   * =====================================================*/
  /* Including "nth-child(1)" selectors here because same selectors 
   * appears in Tables_Legacy.css,  setting column 1 to be left justified.
   * Same level of specificity is required here for this match to be applied. 
   * LaRae 02/21/2019 */
  /* should align on the SECOND hyphen, not the first */
  /* Not yet sure how this is used. 
   * keeping, since it must have been for something.*/
  /* Manage centering first column after a rowspan or colspan*/
  /* ===================================================== 
   * • TABLE-LEVEL STYLES
   * 		◦ Alignment, vertical 
   * =====================================================*/
  /* ===================================================== 
   * • TABLE-LEVEL STYLES
   * 		◦ Borders
   * =====================================================*/
  /* this assumes there's no table foot */
  /*outside borders (box borders) for table, thead, tbody or tfoot */
  /* =====================================================
   * • TABLE-LEVEL STYLES
   * 		◦ Case
   * =====================================================*/
  /* =====================================================
   * • TABLE-LEVEL STYLES
   * 		◦ Font Treatments
   * =====================================================*/
  /* =====================================================
  * • ROW-LEVEL STYLES
   * 		◦ Alignment, horizontal
   * =====================================================*/
  /* =====================================================
   * • ROW-LEVEL STYLES
   * 		◦ Alignment, vertical
   * =====================================================*/
  /* =====================================================
   * • ROW-LEVEL STYLES
   * 		◦ Borders
   * =====================================================*/
  /* END media screen for cyan border */
  /* END media screen for cyan border */
  /* END media screen for cyan border */
  /* END media screen for cyan border */
  /* =====================================================
   * • ROW-LEVEL STYLES
   * 		◦ Case
   * =====================================================*/
  /* =====================================================
   * • ROW-LEVEL STYLES
   * 		◦ Font Treatments
   * =====================================================*/
  /* =====================================================
   * • ROW-LEVEL STYLES
   * 		◦ Rotation
   * =====================================================*/
  /* =====================================================
   * • CELL-LEVEL STYLES
   * 		◦ Alignment, horizontal =====================================================*/
  /* =====================================================
   * • CELL-LEVEL STYLES
   * 		◦ Alignment, vertical
   * =====================================================*/
  /* =====================================================
   * • CELL-LEVEL STYLES
   * 		◦ Borders
   * =====================================================*/
  /* END media screen for cyan border */
  /* END media screen for cyan border */
  /* END media screen for cyan border */
  /* END media screen for cyan border */
  /* =====================================================
   * • CELL-LEVEL STYLES
   * 		◦ Case
   * =====================================================*/
  /* =====================================================
   * • CELL-LEVEL STYLES
   * 		◦ Font Treatments
   * =====================================================*/
  /* =====================================================
   * • CELL-LEVEL STYLES
   * 		◦ Rotation
   * =====================================================*/
  /* =====================================================
   * • MISC.
   * =====================================================*/
  /* ============
   * END CSS
   * ============*/
  /* =========================
 * Tables_Future.css
 * ========================= */
  /* CSS for "Future" style tables
   * using Municode's Munipub XML. */
  /* ========================
   * Specific to "future" style tables
   * ========================
   * cct tables have gray background color
   * for cct tables: text alignment of columns 
   * 	varies according to number of columns
   */
  /* 
   * CCT tables
   */
  /*  End of CSS */
}
.fullservice_xhtml table > caption {
  display: table-caption;
}
.fullservice_xhtml tbody {
  display: table-row-group;
}
.fullservice_xhtml thead {
  display: table-header-group;
}
.fullservice_xhtml tfoot {
  display: table-footer-group;
}
.fullservice_xhtml colgroup {
  display: table-column-group;
}
.fullservice_xhtml tr {
  display: table-row;
}
.fullservice_xhtml th,
.fullservice_xhtml td {
  display: table-cell;
}
.fullservice_xhtml table {
  border: 0.5pt solid black;
  border-collapse: collapse;
  display: table;
  /*	line-height: 100%; /\* Minimize vertical space *\/ */
  /* Removed by LaRae 2/21/2019 - tables had NO interline leading*/
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  hyphens: none;
  page-break-inside: auto;
  width: 100%;
}
.fullservice_xhtml table thead tr td,
.fullservice_xhtml table tbody tr td,
.fullservice_xhtml table tfoot tr td {
  border: 0.5pt solid black;
  padding: 2pt;
  text-align: center;
  -ah-text-align-string: center;
  vertical-align: bottom;
}
.fullservice_xhtml table thead tr td {
  font-weight: bold;
  font-style: normal;
  vertical-align: bottom;
}
.fullservice_xhtml table tbody tr td,
.fullservice_xhtml table tfoot tr td {
  vertical-align: top;
}
.fullservice_xhtml table tbody tr td {
  font-weight: normal;
  text-align: center;
  -ah-text-align-string: center;
  vertical-align: top;
}
.fullservice_xhtml table caption:not(:empty) {
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  margin: 0 0 0.5rem 0;
}
.fullservice_xhtml thead > tr {
  break-before: avoid-page;
}
.fullservice_xhtml tbody > tr:last-child {
  break-before: avoid-page;
}
.fullservice_xhtml tbody > tr:first-child {
  break-after: avoid-page;
}
.fullservice_xhtml table.posleft {
  margin-left: 0;
  margin-right: auto;
}
.fullservice_xhtml table.poscenter {
  margin-left: auto;
  margin-right: auto;
}
.fullservice_xhtml table.posright {
  margin-left: auto;
  margin-right: 0;
}
.fullservice_xhtml table.width100 {
  width: 36pc;
}
.fullservice_xhtml table.hleft thead tr td:nth-child(1),
.fullservice_xhtml table.bleft tbody tr td:nth-child(1),
.fullservice_xhtml table.fleft tfoot tr td:nth-child(1),
.fullservice_xhtml table.left thead tr td:nth-child(1),
.fullservice_xhtml table.left tbody tr td:nth-child(1),
.fullservice_xhtml table.left tfoot tr td:nth-child(1),
.fullservice_xhtml table.hleft thead tr td,
.fullservice_xhtml table.bleft tbody tr td,
.fullservice_xhtml table.fleft tfoot tr td,
.fullservice_xhtml table.cleft caption:not(:empty),
.fullservice_xhtml table.left thead tr td,
.fullservice_xhtml table.left tbody tr td,
.fullservice_xhtml table.left tfoot tr td {
  text-align: left;
  -ah-text-align-string: left;
}
.fullservice_xhtml table.hright thead tr td,
.fullservice_xhtml table.bright tbody tr td,
.fullservice_xhtml table.fright tfoot tr td,
.fullservice_xhtml table.cright caption:not(:empty),
.fullservice_xhtml table.right thead tr td,
.fullservice_xhtml table.right tbody tr td,
.fullservice_xhtml table.right tfoot tr td {
  text-align: right;
  -ah-text-align-string: right;
}
.fullservice_xhtml table.hcenter thead tr td:nth-child(1),
.fullservice_xhtml table.bcenter tbody tr td:nth-child(1),
.fullservice_xhtml table.fcenter tfoot tr td:nth-child(1),
.fullservice_xhtml table.center thead tr td:nth-child(1),
.fullservice_xhtml table.center tbody tr td:nth-child(1),
.fullservice_xhtml table.center tfoot tr td:nth-child(1),
.fullservice_xhtml table.hcenter thead tr td,
.fullservice_xhtml table.bcenter tbody tr td,
.fullservice_xhtml table.fcenter tfoot tr td,
.fullservice_xhtml table.ccenter caption:not(:empty),
.fullservice_xhtml table.center thead tr td,
.fullservice_xhtml table.center tbody tr td,
.fullservice_xhtml table.center tfoot tr td {
  text-align: center;
  -ah-text-align-string: center;
}
.fullservice_xhtml table.hjustify thead tr td:nth-child(1),
.fullservice_xhtml table.bjustify tbody tr td:nth-child(1),
.fullservice_xhtml table.fjustify tfoot tr td:nth-child(1),
.fullservice_xhtml table.justify thead tr td:nth-child(1),
.fullservice_xhtml table.justify tbody tr td:nth-child(1),
.fullservice_xhtml table.justify tfoot tr td:nth-child(1),
.fullservice_xhtml table.hjustify thead tr td,
.fullservice_xhtml table.bjustify tbody tr td,
.fullservice_xhtml table.fjustify tfoot tr td,
.fullservice_xhtml table.cjustify caption:not(:empty),
.fullservice_xhtml table.justify thead tr td,
.fullservice_xhtml table.justify tbody tr td,
.fullservice_xhtml table.justify tfoot tr td {
  text-align: justify;
}
.fullservice_xhtml table.hc1left thead tr td:nth-child(1),
.fullservice_xhtml table.hc2left thead tr td:nth-child(2),
.fullservice_xhtml table.hc3left thead tr td:nth-child(3),
.fullservice_xhtml table.hc4left thead tr td:nth-child(4),
.fullservice_xhtml table.hc5left thead tr td:nth-child(5),
.fullservice_xhtml table.hclastleft thead tr td:last-child:not(:nth-child(1)) {
  text-align: left;
}
.fullservice_xhtml table.hc1center thead tr td:nth-child(1),
.fullservice_xhtml table.hc2center thead tr td:nth-child(2),
.fullservice_xhtml table.hc3center thead tr td:nth-child(3),
.fullservice_xhtml table.hc4center thead tr td:nth-child(4),
.fullservice_xhtml table.hc5center thead tr td:nth-child(5),
.fullservice_xhtml table.hclastcenter thead tr td:last-child:not(:nth-child(1)) {
  text-align: center;
}
.fullservice_xhtml table.hc1right thead tr td:nth-child(1),
.fullservice_xhtml table.hc2right thead tr td:nth-child(2),
.fullservice_xhtml table.hc3right thead tr td:nth-child(3),
.fullservice_xhtml table.hc4right thead tr td:nth-child(4),
.fullservice_xhtml table.hc5right thead tr td:nth-child(5),
.fullservice_xhtml table.hclastright thead tr td:last-child:not(:nth-child(1)) {
  text-align: right;
}
.fullservice_xhtml table.bc1left tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2left tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3left tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4left tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5left tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastleft tbody tr td:last-child:not(:nth-child(1)) {
  text-align: left;
}
.fullservice_xhtml table.bc1right tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2right tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3right tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4right tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5right tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastright tbody tr td:last-child:not(:nth-child(1)) {
  text-align: right;
}
.fullservice_xhtml table.bc1center tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2center tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3center tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4center tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5center tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastcenter tbody tr td:last-child:not(:nth-child(1)) {
  text-align: center;
}
.fullservice_xhtml table.bc1justify tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2justify tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3justify tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4justify tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5justify tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastjustify tbody tr td:last-child:not(:nth-child(1)) {
  text-align: justify;
}
.fullservice_xhtml table.bc1align-date tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2align-date tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3align-date tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4align-date tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5align-date tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastalign-date tbody tr td:last-child:not(:nth-child(1)) {
  text-align: center;
  -ah-text-align-string: center;
  -ah-text-align: "-";
}
.fullservice_xhtml table.bc1align-decimal tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2align-decimal tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3align-decimal tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4align-decimal tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5align-decimal tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastalign-decimal tbody tr td:last-child:not(:nth-child(1)) {
  -ah-text-align: ".";
}
.fullservice_xhtml table.hr1c1left thead tr:nth-child(1) td:nth-child(1),
.fullservice_xhtml table.hr2c1left thead tr:nth-child(2) td:nth-child(1),
.fullservice_xhtml table.hr3c1left thead tr:nth-child(3) td:nth-child(1),
.fullservice_xhtml table.hr4c1left thead tr:nth-child(4) td:nth-child(1),
.fullservice_xhtml table.hr5c1left thead tr:nth-child(5) td:nth-child(1) {
  text-align: left;
}
.fullservice_xhtml table.hr1c1center thead tr:nth-child(1) td:nth-child(1),
.fullservice_xhtml table.hr2c1center thead tr:nth-child(2) td:nth-child(1),
.fullservice_xhtml table.hr3c1center thead tr:nth-child(3) td:nth-child(1),
.fullservice_xhtml table.hr4c1center thead tr:nth-child(4) td:nth-child(1),
.fullservice_xhtml table.hr5c1center thead tr:nth-child(5) td:nth-child(1) {
  text-align: center;
}
.fullservice_xhtml table.hr1c2center thead tr:nth-child(1) td:nth-child(2),
.fullservice_xhtml table.hr2c2center thead tr:nth-child(2) td:nth-child(2),
.fullservice_xhtml table.hr3c2center thead tr:nth-child(3) td:nth-child(2),
.fullservice_xhtml table.hr4c2center thead tr:nth-child(4) td:nth-child(2),
.fullservice_xhtml table.hr5c2center thead tr:nth-child(5) td:nth-child(2) {
  text-align: center;
}
.fullservice_xhtml table.bclastcenter tbody tr td:last-child:not(:nth-child(1)) {
  text-align: center;
}
.fullservice_xhtml table.bclastright tbody tr td:last-child:not(:nth-child(1)) {
  text-align: right;
}
.fullservice_xhtml table.bclastjustify tbody tr td:last-child:not(:nth-child(1)) {
  text-align: justify;
}
.fullservice_xhtml table.bcenter.bc1left.bc1exception tbody td:nth-child(1):not([rowspan]):not([colspan]) {
  text-align: center;
  -ah-text-align-string: center;
  background-color: Silver;
}
.fullservice_xhtml table.hverttop thead tr td,
.fullservice_xhtml table.bverttop tbody tr td,
.fullservice_xhtml table.fverttop tfoot tr td,
.fullservice_xhtml table.verttop thead tr td,
.fullservice_xhtml table.verttop tbody tr td,
.fullservice_xhtml table.verttop tfoot tr td {
  vertical-align: top;
}
.fullservice_xhtml table.hvertmiddle thead tr td,
.fullservice_xhtml table.bvertmiddle tbody tr td,
.fullservice_xhtml table.fvertmiddle tfoot tr td,
.fullservice_xhtml table.vertmiddle thead tr td,
.fullservice_xhtml table.vertmiddle tbody tr td,
.fullservice_xhtml table.vertmiddle tfoot tr td {
  vertical-align: middle;
}
.fullservice_xhtml table.hvertbottom thead tr td,
.fullservice_xhtml table.bvertbottom tbody tr td,
.fullservice_xhtml table.fvertbottom tfoot tr td,
.fullservice_xhtml table.vertbottom thead tr td,
.fullservice_xhtml table.vertbottom tbody tr td,
.fullservice_xhtml table.vertbottom tfoot tr td {
  vertical-align: bottom;
}
.fullservice_xhtml table.bc1verttop tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2verttop tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3verttop tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4verttop tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5verttop tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastverttop tbody tr td:last-child:not(:nth-child(1)) {
  vertical-align: top;
}
.fullservice_xhtml table.bc1vertmiddle tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2vertmiddle tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3vertmiddle tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4vertmiddle tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5vertmiddle tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastvertmiddle tbody tr td:last-child:not(:nth-child(1)) {
  vertical-align: middle;
}
.fullservice_xhtml table.bc1vertbottom tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2vertbottom tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3vertbottom tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4vertbottom tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5vertbottom tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastvertbottom tbody tr td:last-child:not(:nth-child(1)) {
  vertical-align: bottom;
}
.fullservice_xhtml table.hc1verttop thead tr td:nth-child(1),
.fullservice_xhtml table.hc2verttop thead tr td:nth-child(2),
.fullservice_xhtml table.hc3verttop thead tr td:nth-child(3),
.fullservice_xhtml table.hc4verttop thead tr td:nth-child(4),
.fullservice_xhtml table.hc5verttop thead tr td:nth-child(5),
.fullservice_xhtml table.hclastverttop thead tr td:last-child:not(:nth-child(1)) {
  vertical-align: top;
}
.fullservice_xhtml table.hc1vertmiddle thead tr td:nth-child(1),
.fullservice_xhtml table.hc2vertmiddle thead tr td:nth-child(2),
.fullservice_xhtml table.hc3vertmiddle thead tr td:nth-child(3),
.fullservice_xhtml table.hc4vertmiddle thead tr td:nth-child(4),
.fullservice_xhtml table.hc5vertmiddle thead tr td:nth-child(5),
.fullservice_xhtml table.hclastvertmiddle thead tr td:last-child:not(:nth-child(1)) {
  vertical-align: middle;
}
.fullservice_xhtml table.hc1vertbottom thead tr td:nth-child(1),
.fullservice_xhtml table.hc2vertbottom thead tr td:nth-child(2),
.fullservice_xhtml table.hc3vertbottom thead tr td:nth-child(3),
.fullservice_xhtml table.hc4vertbottom thead tr td:nth-child(4),
.fullservice_xhtml table.hc5vertbottom thead tr td:nth-child(5),
.fullservice_xhtml table.hclastvertbottom thead tr td:last-child:not(:nth-child(1)) {
  vertical-align: bottom;
}
.fullservice_xhtml table.hr1verttop thead tr:nth-child(1) td,
.fullservice_xhtml table.hr2verttop thead tr:nth-child(2) td,
.fullservice_xhtml table.hr3verttop thead tr:nth-child(3) td,
.fullservice_xhtml table.hr4verttop thead tr:nth-child(4) td,
.fullservice_xhtml table.hr5verttop thead tr:nth-child(5) td,
.fullservice_xhtml table.hrlastverttop thead tr:last-child:not(:nth-child(1)) {
  vertical-align: top;
}
.fullservice_xhtml table.hr1vertmiddle thead tr:nth-child(1) td,
.fullservice_xhtml table.hr2vertmiddle thead tr:nth-child(2) td,
.fullservice_xhtml table.hr3vertmiddle thead tr:nth-child(3) td,
.fullservice_xhtml table.hr4vertmiddle thead tr:nth-child(4) td,
.fullservice_xhtml table.hr5vertmiddle thead tr:nth-child(5) td,
.fullservice_xhtml table.hrlastvertmiddle thead tr:last-child:not(:nth-child(1)) {
  vertical-align: middle;
}
.fullservice_xhtml table.hr1vertbottom thead tr:nth-child(1) td,
.fullservice_xhtml table.hr2vertbottom thead tr:nth-child(2) td,
.fullservice_xhtml table.hr3vertbottom thead tr:nth-child(3) td,
.fullservice_xhtml table.hr4vertbottom thead tr:nth-child(4) td,
.fullservice_xhtml table.hr5vertbottom thead tr:nth-child(5) td,
.fullservice_xhtml table.hrlastvertbottom thead tr:last-child:not(:nth-child(1)) {
  vertical-align: bottom;
}
.fullservice_xhtml table.noborders,
.fullservice_xhtml table.noborders thead tr td,
.fullservice_xhtml table.noborders tbody tr td,
.fullservice_xhtml table.noborders tfoot tr td {
  border: none;
}
.fullservice_xhtml table.hborders thead tr td,
.fullservice_xhtml table.bborders tbody tr td,
.fullservice_xhtml table.cborders tfoot tr td,
.fullservice_xhtml table.fborders tfoot tr td,
.fullservice_xhtml table.borders thead tr td,
.fullservice_xhtml table.borders tbody tr td,
.fullservice_xhtml table.borders tfoot tr td {
  border: 0.5pt solid black;
}
.fullservice_xhtml table.bordertop thead tr:nth-child(1) td {
  border-top: 0.5pt solid Black;
}
.fullservice_xhtml table.borderbottom tbody tr:last-child td {
  border-bottom: 0.5pt solid Black;
}
.fullservice_xhtml table.borderright thead tr td:last-child {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table.borderright tbody tr td:last-child {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table.borderright tfoot tr td:last-child {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table.borderleft thead tr td:nth-child(1) {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table.borderleft tbody tr td:nth-child(1) {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table.borderleft tfoot tr td:nth-child(1) {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table.boxborders {
  border: solid 0.5pt black;
  border-collapse: collapse;
}
.fullservice_xhtml table.bboxborders tbody tr:nth-child(1) td {
  border-top: 0.5pt solid Black;
}
.fullservice_xhtml table.bboxborders tbody tr:last-child td {
  border-bottom: 0.5pt solid Black;
}
.fullservice_xhtml table.bboxborders tbody tr td:nth-child(1) {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table.bboxborders tbody tr td:last-child {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table.fboxborders tfoot tr:nth-child(1) td {
  border-top: 0.5pt solid Black;
}
.fullservice_xhtml table.fboxborders tfoot tr:last-child td {
  border-bottom: 0.5pt solid Black;
}
.fullservice_xhtml table.fboxborders tfoot tr td:nth-child(1) {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table.fboxborders tfoot tr td:last-child {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table.hboxborders thead tr:nth-child(1) td {
  border-top: 0.5pt solid Black;
}
.fullservice_xhtml table.hboxborders thead tr:last-child td {
  border-bottom: 0.5pt solid Black;
}
.fullservice_xhtml table.hboxborders thead tr td:nth-child(1) {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table.hboxborders thead tr td:last-child {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table.hcolumnborders thead tr td,
.fullservice_xhtml table.bcolumnborders tbody tr td,
.fullservice_xhtml table.fcolumnborders tfoot tr td,
.fullservice_xhtml table.columnborders thead tr td,
.fullservice_xhtml table.columnborders tbody tr td,
.fullservice_xhtml table.columnborders tfoot tr td {
  border-left: 0.5pt solid Black;
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table.bordertopthick {
  border-top: 1.5pt solid Black;
}
.fullservice_xhtml table.borderbottomthick {
  border-bottom: 1.5pt solid Black;
}
.fullservice_xhtml table.bc1borderbottom tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2borderbottom tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3borderbottom tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4borderbottom tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5borderbottom tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastborderbottom tbody tr td:last-child:not(:nth-child(1)) {
  border-bottom: 0.5pt solid Black;
}
.fullservice_xhtml table.bc1noborderbottom tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2noborderbottom tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3noborderbottom tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4noborderbottom tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5noborderbottom tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastnoborderbottom tbody tr td:last-child:not(:nth-child(1)) {
  border-bottom: none;
}
.fullservice_xhtml table.huppercase thead tr td,
.fullservice_xhtml table.buppercase tbody tr td,
.fullservice_xhtml table.fuppercase tfoot tr td,
.fullservice_xhtml table.cuppercase caption:not(:empty),
.fullservice_xhtml table.uppercase thead tr td,
.fullservice_xhtml table.uppercase tbody tr td,
.fullservice_xhtml table.uppercase tfoot tr td {
  text-transform: uppercase;
}
.fullservice_xhtml table.hlowercase thead tr td,
.fullservice_xhtml table.blowercase tbody tr td,
.fullservice_xhtml table.flowercase tfoot tr td,
.fullservice_xhtml table.clowercase caption:not(:empty),
.fullservice_xhtml table.lowercase thead tr td,
.fullservice_xhtml table.lowercase tbody tr td,
.fullservice_xhtml table.lowercase tfoot tr td {
  text-transform: lowercase;
}
.fullservice_xhtml table.hcapitalize thead tr td,
.fullservice_xhtml table.bcapitalize tbody tr td,
.fullservice_xhtml table.fcapitalize tfoot tr td,
.fullservice_xhtml table.ccapitalize caption:not(:empty),
.fullservice_xhtml table.capitalize thead tr td,
.fullservice_xhtml table.capitalize tbody tr td,
.fullservice_xhtml table.capitalize tfoot tr td {
  text-transform: capitalize;
}
.fullservice_xhtml table.hsmallcaps thead tr td,
.fullservice_xhtml table.bsmallcaps tbody tr td,
.fullservice_xhtml table.fsmallcaps tfoot tr td,
.fullservice_xhtml table.csmallcaps caption:not(:empty),
.fullservice_xhtml table.smallcaps thead tr td,
.fullservice_xhtml table.smallcaps tbody tr td,
.fullservice_xhtml table.smallcaps tfoot tr td {
  font-variant: small-caps;
}
.fullservice_xhtml table.hnormal thead tr td,
.fullservice_xhtml table.bnormal tbody tr td,
.fullservice_xhtml table.fnormal tfoot tr td,
.fullservice_xhtml table.cnormal caption:not(:empty),
.fullservice_xhtml table.normal thead tr td,
.fullservice_xhtml table.normal tbody tr td,
.fullservice_xhtml table.normal tfoot tr td {
  font-style: normal;
}
.fullservice_xhtml table.hbold thead tr td,
.fullservice_xhtml table.bbold tbody tr td,
.fullservice_xhtml table.fbold tfoot tr td,
.fullservice_xhtml table.cbold caption:not(:empty),
.fullservice_xhtml table.bold thead tr td,
.fullservice_xhtml table.bold tbody tr td,
.fullservice_xhtml table.bold tfoot tr td {
  font-weight: bold;
}
.fullservice_xhtml table.hitalic thead tr td,
.fullservice_xhtml table.bitalic tbody tr td,
.fullservice_xhtml table.fitalic tfoot tr td,
.fullservice_xhtml table.italic caption:not(:empty),
.fullservice_xhtml table.italic thead tr td,
.fullservice_xhtml table.italic tbody tr td,
.fullservice_xhtml table.italic tfoot tr td {
  font-style: italic;
}
.fullservice_xhtml table.hbolditalic thead tr td,
.fullservice_xhtml table.bbolditalic tbody tr td,
.fullservice_xhtml table.fbolditalic tfoot tr td,
.fullservice_xhtml table.cbolditalic caption:not(:empty),
.fullservice_xhtml table.bolditalic thead tr td,
.fullservice_xhtml table.bolditalic tbody tr td,
.fullservice_xhtml table.bolditalic tfoot tr td {
  font-style: italic;
  font-weight: bold;
}
.fullservice_xhtml table.hsz83 thead tr td,
.fullservice_xhtml table.bsz83 tbody tr td,
.fullservice_xhtml table.fsz83 tfoot tr td,
.fullservice_xhtml table.csz83 caption:not(:empty),
.fullservice_xhtml table.sz83 thead tr td,
.fullservice_xhtml table.sz83 tbody tr td,
.fullservice_xhtml table.sz83 tfoot tr td {
  font-size: 83%;
}
.fullservice_xhtml table.hsz125 thead tr td,
.fullservice_xhtml table.bsz125 tbody tr td,
.fullservice_xhtml table.fsz125 tfoot tr td,
.fullservice_xhtml table.csz125 caption:not(:empty),
.fullservice_xhtml table.sz125 thead tr td,
.fullservice_xhtml table.sz125 tbody tr td,
.fullservice_xhtml table.sz125 tfoot tr td {
  font-size: 125%;
}
.fullservice_xhtml table.bc1bold tbody tr td:nth-child(1),
.fullservice_xhtml table.bc2bold tbody tr td:nth-child(2),
.fullservice_xhtml table.bc3bold tbody tr td:nth-child(3),
.fullservice_xhtml table.bc4bold tbody tr td:nth-child(4),
.fullservice_xhtml table.bc5bold tbody tr td:nth-child(5),
.fullservice_xhtml table.bclastbold tbody tr td:last-child:not(:nth-child(1)) {
  font-weight: bold;
}
.fullservice_xhtml table.hr1bold thead tr:nth-child(1) td,
.fullservice_xhtml table.hr2bold thead tr:nth-child(2) td,
.fullservice_xhtml table.hr3bold thead tr:nth-child(3) td,
.fullservice_xhtml table.hr4bold thead tr:nth-child(4) td,
.fullservice_xhtml table.hr5bold thead tr:nth-child(5) td {
  font-weight: bold;
}
.fullservice_xhtml table thead tr.left td,
.fullservice_xhtml table tbody tr.left td,
.fullservice_xhtml table tfoot tr.left td {
  text-align: left;
  -ah-text-align-string: left;
}
.fullservice_xhtml table thead tr.right td,
.fullservice_xhtml table tbody tr.right td,
.fullservice_xhtml table tfoot tr.right td {
  text-align: right;
  -ah-text-align-string: right;
}
.fullservice_xhtml table thead tr.center td,
.fullservice_xhtml table tbody tr.center td,
.fullservice_xhtml table tfoot tr.center td {
  text-align: center;
  -ah-text-align-string: center;
}
.fullservice_xhtml table thead tr.justify td,
.fullservice_xhtml table tbody tr.justify td,
.fullservice_xhtml table tfoot tr.justify td {
  text-align: justify;
}
.fullservice_xhtml table thead tr.verttop td,
.fullservice_xhtml table tbody tr.verttop td,
.fullservice_xhtml table tfoot tr.verttop td {
  vertical-align: top;
}
.fullservice_xhtml table thead tr.vertmiddle td,
.fullservice_xhtml table tbody tr.vertmiddle td,
.fullservice_xhtml table tfoot tr.vertmiddle td {
  vertical-align: middle;
}
.fullservice_xhtml table thead tr.vertbottom td,
.fullservice_xhtml table tbody tr.vertbottom td,
.fullservice_xhtml table tfoot tr.vertbottom td {
  vertical-align: bottom;
}
.fullservice_xhtml table thead tr.bordertop td,
.fullservice_xhtml table tbody tr.bordertop td,
.fullservice_xhtml table tfoot tr.bordertop td {
  border-top: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr.borderright td,
.fullservice_xhtml table tbody tr.borderright td,
.fullservice_xhtml table tfoot tr.borderright td {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr.borderbottom td,
.fullservice_xhtml table tbody tr.borderbottom td,
.fullservice_xhtml table tfoot tr.borderbottom td {
  border-bottom: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr.borderleft td,
.fullservice_xhtml table tbody tr.borderleft td,
.fullservice_xhtml table tfoot tr.borderleft td {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr.nobordertop td,
.fullservice_xhtml table tbody tr.nobordertop td,
.fullservice_xhtml table tfoot tr.nobordertop td {
  border-top: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr.nobordertop td,
  .fullservice_xhtml table tbody tr.nobordertop td,
  .fullservice_xhtml table tfoot tr.nobordertop td {
    border-top: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr.noborderright td,
.fullservice_xhtml table tbody tr.noborderright td,
.fullservice_xhtml table tfoot tr.noborderright td {
  border-right: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr.noborderright td,
  .fullservice_xhtml table tbody tr.noborderright td,
  .fullservice_xhtml table tfoot tr.noborderright td {
    border-right: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr.noborderbottom td,
.fullservice_xhtml table tbody tr.noborderbottom td,
.fullservice_xhtml table tfoot tr.noborderbottom td {
  border-bottom: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr.noborderbottom td,
  .fullservice_xhtml table tbody tr.noborderbottom td,
  .fullservice_xhtml table tfoot tr.noborderbottom td {
    border-bottom: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr.noborderleft td,
.fullservice_xhtml table tbody tr.noborderleft td,
.fullservice_xhtml table tfoot tr.noborderleft td {
  border-left: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr.noborderbottom td,
  .fullservice_xhtml table tbody tr.noborderbottom td,
  .fullservice_xhtml table tfoot tr.noborderbottom td {
    border-bottom: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr.bordertopthick td,
.fullservice_xhtml table tbody tr.bordertopthick td,
.fullservice_xhtml table tfoot tr.bordertopthick td {
  border-top: 1.5pt solid Black;
}
.fullservice_xhtml table thead tr.borderbottomthick td,
.fullservice_xhtml table tbody tr.borderbottomthick td,
.fullservice_xhtml table tfoot tr.borderbottomthick td {
  border-bottom: 1.5pt solid Black;
}
.fullservice_xhtml table thead tr.uppercase td,
.fullservice_xhtml table tbody tr.uppercase td,
.fullservice_xhtml table tfoot tr.uppercase td {
  text-transform: uppercase;
}
.fullservice_xhtml table thead tr.lowercase td,
.fullservice_xhtml table tbody tr.lowercase td,
.fullservice_xhtml table tfoot tr.lowercase td {
  text-transform: lowercase;
}
.fullservice_xhtml table thead tr.capitalize td,
.fullservice_xhtml table tbody tr.capitalize td,
.fullservice_xhtml table tfoot tr.capitalize td {
  text-transform: capitalize;
}
.fullservice_xhtml table thead tr.smallcaps td,
.fullservice_xhtml table tbody tr.smallcaps td,
.fullservice_xhtml table tfoot tr.smallcaps td {
  font-variant: small-caps;
}
.fullservice_xhtml table thead tr.bold td,
.fullservice_xhtml table tbody tr.bold td,
.fullservice_xhtml table tfoot tr.bold td {
  font-weight: bold;
}
.fullservice_xhtml table thead tr.italic td,
.fullservice_xhtml table tbody tr.italic td,
.fullservice_xhtml table tfoot tr.italic td {
  font-style: italic;
}
.fullservice_xhtml table thead tr.bolditalic td,
.fullservice_xhtml table tbody tr.bolditalic td,
.fullservice_xhtml table tfoot tr.bolditalic td {
  /* .?bolditalic is a custom class allowed only on <table>.
     * It's not supported on rows or cells.
     * For rows and cells, use standard HTML class="bold italic" instead. 
     * */
  background-color: yellow;
}
.fullservice_xhtml tr.rotateleft > td {
  /* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
  /*transform: rotate(-90deg);*/
  -ah-reference-orientation: 90;
  min-width: 0;
  /*  This is a workaround for an AHF bug to make vertical centering work. */
}
.fullservice_xhtml table tr.rotateright > td {
  /* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
  /*	transform: rotate(90deg);*/
  -ah-reference-orientation: 90;
  min-width: 0;
  /*  This is a workaround for an AHF bug to make vertical centering work. */
}
.fullservice_xhtml table tr.rotatezero > td {
  /* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
  /*transform: rotate(0deg);*/
  -ah-reference-orientation: 90;
  min-width: 0;
  /*  This is a workaround for an AHF bug to make vertical centering work. */
}
.fullservice_xhtml table thead tr td.left,
.fullservice_xhtml table tbody tr td.left,
.fullservice_xhtml table tfoot tr td.left {
  text-align: left;
  -ah-text-align-string: left;
}
.fullservice_xhtml table thead tr td.right,
.fullservice_xhtml table tbody tr td.right,
.fullservice_xhtml table tfoot tr td.right {
  text-align: right;
  -ah-text-align-string: right;
}
.fullservice_xhtml table thead tr td.center,
.fullservice_xhtml table tbody tr td.center,
.fullservice_xhtml table tfoot tr td.center {
  text-align: center;
  -ah-text-align-string: center;
}
.fullservice_xhtml table thead tr td.justify,
.fullservice_xhtml table tbody tr td.justify,
.fullservice_xhtml table tfoot tr td.justify {
  text-align: justify;
}
.fullservice_xhtml table thead tr td.verttop,
.fullservice_xhtml table tbody tr td.verttop,
.fullservice_xhtml table tfoot tr td.verttop {
  vertical-align: top;
}
.fullservice_xhtml table thead tr td.vertmiddle,
.fullservice_xhtml table tbody tr td.vertmiddle,
.fullservice_xhtml table tfoot tr td.vertmiddle {
  vertical-align: middle;
}
.fullservice_xhtml table thead tr td.vertbottom,
.fullservice_xhtml table tbody tr td.vertbottom,
.fullservice_xhtml table tfoot tr td.vertbottom {
  vertical-align: bottom;
}
.fullservice_xhtml table thead tr td.bordertop,
.fullservice_xhtml table tbody tr td.bordertop,
.fullservice_xhtml table tfoot tr td.bordertop {
  border-top: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr td.borderright,
.fullservice_xhtml table tbody tr td.borderright,
.fullservice_xhtml table tfoot tr td.borderright {
  border-right: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr td.borderbottom,
.fullservice_xhtml table tbody tr td.borderbottom,
.fullservice_xhtml table tfoot tr td.borderbottom {
  border-bottom: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr td.borderleft,
.fullservice_xhtml table tbody tr td.borderleft,
.fullservice_xhtml table tfoot tr td.borderleft {
  border-left: 0.5pt solid Black;
}
.fullservice_xhtml table thead tr td.nobordertop,
.fullservice_xhtml table tbody tr td.nobordertop,
.fullservice_xhtml table tfoot tr td.nobordertop {
  border-top: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr td.nobordertop,
  .fullservice_xhtml table tbody tr td.nobordertop,
  .fullservice_xhtml table tfoot tr td.nobordertop {
    border-top: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr td.nobordertop,
.fullservice_xhtml table tbody tr td.nobordertop,
.fullservice_xhtml table tfoot tr td.nobordertop {
  border-top: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr td.noborderright,
  .fullservice_xhtml table tbody tr td.noborderright,
  .fullservice_xhtml table tfoot tr td.noborderright {
    border-right: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr td.noborderbottom,
.fullservice_xhtml table tbody tr td.noborderbottom,
.fullservice_xhtml table tfoot tr td.noborderbottom {
  border-bottom: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr td.noborderbottom,
  .fullservice_xhtml table tbody tr td.noborderbottom,
  .fullservice_xhtml table tfoot tr td.noborderbottom {
    border-bottom: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr td.noborderleft,
.fullservice_xhtml table tbody tr td.noborderleft,
.fullservice_xhtml table tfoot tr td.noborderleft {
  border-left: none;
}
@media screen {
  .fullservice_xhtml {
    /* cyan border */
  }
  .fullservice_xhtml table thead tr td.noborderleft,
  .fullservice_xhtml table tbody tr td.noborderleft,
  .fullservice_xhtml table tfoot tr td.noborderleft {
    border-left: 0.5pt solid Cyan;
  }
}
.fullservice_xhtml table thead tr td.bordertopthick,
.fullservice_xhtml table tbody tr td.bordertopthick,
.fullservice_xhtml table tfoot tr td.bordertopthick {
  border-top: 1.5pt solid Black;
}
.fullservice_xhtml table thead tr td.borderbottomthick,
.fullservice_xhtml table tbody tr td.borderbottomthick,
.fullservice_xhtml table tfoot tr td.borderbottomthick {
  border-bottom: 1.5pt solid Black;
}
.fullservice_xhtml table thead tr td.uppercase,
.fullservice_xhtml table tbody tr td.uppercase,
.fullservice_xhtml table tfoot tr td.uppercase {
  text-transform: uppercase;
}
.fullservice_xhtml table thead tr td.lowercase,
.fullservice_xhtml table tbody tr td.lowercase,
.fullservice_xhtml table tfoot tr td.lowercase {
  text-transform: lowercase;
}
.fullservice_xhtml table thead tr td.capitalize,
.fullservice_xhtml table tbody tr td.capitalize,
.fullservice_xhtml table tfoot tr td.capitalize {
  text-transform: capitalize;
}
.fullservice_xhtml table thead tr td.smallcaps,
.fullservice_xhtml table tbody tr td.smallcaps,
.fullservice_xhtml table tfoot tr td.smallcaps {
  font-variant: small-caps;
}
.fullservice_xhtml table thead tr td.bold,
.fullservice_xhtml table tbody tr td.bold,
.fullservice_xhtml table tfoot tr td.bold {
  font-weight: bold;
}
.fullservice_xhtml table thead tr td.italic,
.fullservice_xhtml table tbody tr td.italic,
.fullservice_xhtml table tfoot tr td.italic {
  font-style: italic;
}
.fullservice_xhtml table thead tr td.bolditalic,
.fullservice_xhtml table tbody tr td.bolditalic,
.fullservice_xhtml table tfoot tr td.bolditalic {
  /* .?bolditalic is a custom class allowed only on <table>.
     * It's not supported on rows or cells.
     * For rows and cells, use standard HTML class="bold italic" instead. 
     * */
  background-color: yellow;
}
.fullservice_xhtml table thead tr.sz83 td,
.fullservice_xhtml table tbody tr.sz83 td,
.fullservice_xhtml table tfoot tr.sz83 td {
  font-size: 83%;
}
.fullservice_xhtml table thead tr td.sz83,
.fullservice_xhtml table tbody tr td.sz83,
.fullservice_xhtml table tfoot tr td.sz83 {
  font-size: 83%;
}
.fullservice_xhtml table thead tr.sz125 td,
.fullservice_xhtml table tbody tr.sz125 td,
.fullservice_xhtml table tfoot tr.sz125 td {
  font-size: 125%;
}
.fullservice_xhtml table thead tr td.sz125,
.fullservice_xhtml table tbody tr td.sz125,
.fullservice_xhtml table tfoot tr td.sz125 {
  font-size: 125%;
}
.fullservice_xhtml tr td.rotateleft {
  /* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
  transform: rotate(-90deg);
  -ah-reference-orientation: 90;
  min-width: 0;
  /*  This is a workaround for an AHF bug to make vertical centering work. */
}
.fullservice_xhtml table tr > td.rotateright {
  /* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
  transform: rotate(90deg);
  -ah-reference-orientation: 90;
  min-width: 0;
  /*  This is a workaround for an AHF bug to make vertical centering work. */
}
.fullservice_xhtml table tr > td.rotatezero {
  /* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
  transform: rotate(0deg);
  -ah-reference-orientation: 90;
  min-width: 0;
  /*  This is a workaround for an AHF bug to make vertical centering work. */
}
.fullservice_xhtml table caption.hidden {
  margin: 0 0 -2rem 0;
  padding: 0;
}
.fullservice_xhtml table.cct,
.fullservice_xhtml table.slrt,
.fullservice_xhtml table.supphistory {
  border: 0.5pt solid Black;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.fullservice_xhtml section[data-type='cct'] div.columns2,
.fullservice_xhtml section[data-type='slrt'] div.columns2 {
  column-gap: 2pc;
}
.fullservice_xhtml table.cct thead td,
.fullservice_xhtml table.slrt thead td,
.fullservice_xhtml table.supphistory thead td {
  background-color: lightgrey;
  font-weight: bold;
  font-style: normal;
}
.fullservice_xhtml table.cct > tbody,
.fullservice_xhtml table.cct tr,
.fullservice_xhtml table.cct td,
.fullservice_xhtml table.cct th,
.fullservice_xhtml table.slrt > tbody,
.fullservice_xhtml table.slrt tr,
.fullservice_xhtml table.slrt td,
.fullservice_xhtml table.slrt th,
.fullservice_xhtml table.supphistory > tbody,
.fullservice_xhtml table.supphistory tr,
.fullservice_xhtml table.supphistory td,
.fullservice_xhtml table.supphistory th {
  border: 0.5pt solid Black;
}
.fullservice_xhtml table.cct td,
.fullservice_xhtml table.slrt td {
  margin-left: 2pt;
  margin-right: 2pt;
  padding-left: 2pt;
}
.fullservice_xhtml table.cct td:nth-child(1):nth-last-child(-n+2),
.fullservice_xhtml table.slrt td:nth-child(1):nth-last-child(-n+2) {
  text-align: left;
  /* Only 2-column tables have col 1 left-justified.*/
}
.fullservice_xhtml table.cct td:nth-child(2):nth-last-child(-n+1),
.fullservice_xhtml table.slrt td:nth-child(2):nth-last-child(-n+1) {
  text-align: right;
  /* Only 2-column tables have col 2 right-justified.*/
}
.fullservice_xhtml table.cct td:nth-child(3):nth-last-child(-n+2),
.fullservice_xhtml table.slrt td:nth-child(3):nth-last-child(-n+2) {
  text-align: left;
  /* Only 4-column tables have col 3 left-justified.*/
}
.fullservice_xhtml table.cct td:nth-child(4):nth-last-child(-n+1),
.fullservice_xhtml table.slrt td:nth-child(4):nth-last-child(-n+1) {
  text-align: right;
  /* Only 4-column tables have col 4 right-justified.*/
}
.fullservice_xhtml section[data-type='cct'] div.columns2,
.fullservice_xhtml section[data-type='slrt'] div.columns2 {
  column-gap: 2pc;
}
.fa.icon-tilt,
.md.icon-tilt,
.glyphicon.icon-tilt,
.icon-tilt {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.fa.icon-tilt-alt,
.md.icon-tilt-alt,
.glyphicon.icon-tilt-alt,
.icon-tilt-alt {
  -webkit-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  transform: rotate(350deg);
}
.btn + .dropdown-toggle .fa,
.btn + .dropdown-toggle .md {
  margin: 0;
}
.btn .fa + .fa,
.btn .md + .md {
  margin-right: 0;
  margin-left: 6px;
}
.btn .fa-stack i[class^='fa-stack'],
.btn .fa-stack i[class*=' fa-stack'] {
  margin-left: 0px;
}
.btn-icon-toggle .fa,
.btn-icon-toggle .md,
.btn-icon-toggle .glyphicon {
  margin: 0;
}
.nav a + .dropdown-toggle .fa,
.nav a + .dropdown-toggle .md {
  margin: 0;
}
.nav a .fa + .fa,
.nav a .md + .md {
  margin-right: 0;
  margin-left: 6px;
}
body [class*=" md-"],
[class^=md-] {
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
.dropdown-menu {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.dropdown-menu > li a,
.dropdown-menu > li button {
  padding: 5px 20px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.84615385;
  color: hsl(208.61538462, 3%, 20%);
  white-space: nowrap;
}
.dropdown-menu .alert {
  min-width: 250px;
  margin: 10px;
  padding: 10px;
}
.dropdown-menu .alert:before,
.dropdown-menu .alert:after {
  display: table;
  content: " ";
}
.dropdown-menu .alert:after {
  clear: both;
}
.dropdown-menu img.pull-right {
  margin-left: 10px;
  margin-bottom: 2px;
}
.dropdown-menu img.pull-left {
  margin-right: 10px;
  margin-bottom: 2px;
}
.dropdown-menu > li a:hover,
.dropdown-menu > li button:hover,
.dropdown-menu > li a:focus,
.dropdown-menu > li button:focus {
  text-decoration: none;
  color: hsl(208.61538462, 3%, 15%);
  background-color: #f5f5f5;
}
.dropdown-menu > .active a,
.dropdown-menu > .active button,
.dropdown-menu > .active a:hover,
.dropdown-menu > .active button:hover,
.dropdown-menu > .active a:focus,
.dropdown-menu > .active button:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #096fcc;
}
.dropdown-menu > .disabled a,
.dropdown-menu > .disabled button,
.dropdown-menu > .disabled a:hover,
.dropdown-menu > .disabled button:hover,
.dropdown-menu > .disabled a:focus,
.dropdown-menu > .disabled button:focus {
  color: #727679;
}
.dropdown-menu > .disabled a:hover,
.dropdown-menu > .disabled button:hover,
.dropdown-menu > .disabled a:focus,
.dropdown-menu > .disabled button:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-header {
  padding: 15px 20px 5px 20px;
  font-size: 10px;
  font-weight: 600;
  opacity: 0.6;
}
.dropdown-avatar {
  max-width: 40px;
}
li.dropdown-progress {
  min-width: 250px;
}
li.dropdown-progress > a,
li.dropdown-progress > button {
  padding: 15px 0px;
}
li.dropdown-progress .dropdown-label {
  padding: 5px 20px;
}
li.dropdown-progress .progress {
  margin-bottom: 0;
  height: 5px;
}
.dropdown-label:before,
.dropdown-label:after {
  display: table;
  content: " ";
}
.dropdown-label:after {
  clear: both;
}
.dropup .dropdown-menu {
  margin-bottom: 0;
}
.open > .dropdown-menu.animation-zoom {
  -webkit-animation: zoom-down 0.25s ease-out;
  -moz-animation: zoom-down 0.25s ease-out;
  -ms-animation: zoom-down 0.25s ease-out;
  -o-animation: zoom-down 0.25s ease-out;
  animation: zoom-down 0.25s ease-out;
}
.dropup.open > .dropdown-menu.animation-zoom {
  -webkit-animation: zoom-up 0.25s ease-out;
  -moz-animation: zoom-up 0.25s ease-out;
  -ms-animation: zoom-up 0.25s ease-out;
  -o-animation: zoom-up 0.25s ease-out;
  animation: zoom-up 0.25s ease-out;
}
.open > .dropdown-menu.animation-slide {
  -webkit-animation: slide-right 0.3s ease-out;
  -moz-animation: slide-right 0.3s ease-out;
  -ms-animation: slide-right 0.3s ease-out;
  -o-animation: slide-right 0.3s ease-out;
  animation: slide-right 0.3s ease-out;
}
.open > .dropdown-menu.animation-dock {
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-dock {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  -ms-animation: slide-down 0.3s ease-out;
  -o-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
}
.open > .dropdown-menu.animation-expand {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  -ms-animation: slide-down 0.3s ease-out;
  -o-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-expand {
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.nav-tabs > li > a,
.nav-tabs > li > button {
  margin-right: 2px;
  line-height: 1.84615385;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: none;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > button:hover {
  border-color: hsl(208.61538462, 3%, 90%) hsl(208.61538462, 3%, 90%) #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > button,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > button:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > button:focus {
  border: none;
  border-bottom: 2px solid #096fcc;
  color: #096fcc;
  background-color: transparent;
  cursor: default;
}
.card-head.nav-tabs,
.card-head > .nav-tabs {
  padding: 0 24px;
}
.card-head.nav-tabs > li > a,
.card-head > .nav-tabs > li > a,
.card-head.nav-tabs > li > button,
.card-head > .nav-tabs > li > button {
  line-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
}
.card-head.card-head-xs.nav-tabs > li > a,
.card-head.card-head-xs > .nav-tabs > li > a,
.card-head.card-head-xs.nav-tabs > li > button,
.card-head.card-head-xs > .nav-tabs > li > button {
  line-height: 34px;
}
.card-head.card-head-sm.nav-tabs > li > a,
.card-head.card-head-sm > .nav-tabs > li > a,
.card-head.card-head-sm.nav-tabs > li > button,
.card-head.card-head-sm > .nav-tabs > li > button {
  line-height: 46px;
}
.card-head.card-head-lg.nav-tabs > li > a,
.card-head.card-head-lg > .nav-tabs > li > a,
.card-head.card-head-lg.nav-tabs > li > button,
.card-head.card-head-lg > .nav-tabs > li > button {
  line-height: 78px;
}
.nav-tabs.nav-justified {
  padding: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > button,
.nav-tabs.nav-justified > .active > button:hover,
.nav-tabs.nav-justified > .active > button:focus {
  border: none;
  border-bottom: 2px solid #096fcc;
}
.nav-tabs.tabs-center > li {
  float: none;
  display: inline-block;
}
.nav-tabs.tabs-center {
  text-align: center;
}
.tabs-text-contrast {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.tabs-text-contrast > li > a:hover,
.tabs-text-contrast > li > a:focus {
  background-color: rgba(255, 255, 255, 0.35);
}
.tabs-text-contrast > li.active > a,
.tabs-text-contrast > li.active > button,
.tabs-text-contrast > li.active > a:hover,
.tabs-text-contrast > li.active > button:hover,
.tabs-text-contrast > li.active > a:focus,
.tabs-text-contrast > li.active > button:focus {
  color: inherit !important;
}
.card-underline .card-head .nav-tabs {
  border-bottom: none;
}
.nav-tabs a small {
  color: inherit;
  text-transform: initial;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a,
.tabs-below > .nav-tabs > li > button {
  border-bottom: none;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus,
.tabs-below > .nav-tabs > li > button:hover,
.tabs-below > .nav-tabs > li > button:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > button,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > button:hover,
.tabs-below > .nav-tabs > .active > a:focus,
.tabs-below > .nav-tabs > .active > button:focus {
  border-bottom: none;
  line-height: 50px;
  border-top: 2px solid #096fcc;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  overflow: auto;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-left: 0;
  padding-right: 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > button,
.tabs-right > .nav-tabs > li > button {
  min-width: 74px;
  margin-right: 0;
}
.tabs-left > .nav-tabs {
  float: left;
}
.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > button {
  border-bottom: none;
  border-right: 2px solid transparent;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > button:hover,
.tabs-left > .nav-tabs > li > button:focus {
  border-color: transparent;
  border-right-color: #ddd;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > button,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > button:hover,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > button:focus {
  border-bottom: none;
  border-right: 2px solid #096fcc;
}
.tabs-right > .nav-tabs {
  float: right;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > button {
  border-bottom: none;
  border-left: 2px solid transparent;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > button:hover,
.tabs-right > .nav-tabs > li > button:focus {
  border-color: transparent;
  border-left-color: #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > button,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > button:hover,
.tabs-right > .nav-tabs .active > a:focus,
.tabs-right > .nav-tabs .active > button:focus {
  border-bottom: none;
  border-left: 2px solid #096fcc;
}
.nav-tabs.tabs-default-dark > li.active > a,
.nav-tabs.tabs-default-dark > li.active > button,
.nav-tabs.tabs-default-dark > li.active > a:hover,
.nav-tabs.tabs-default-dark > li.active > button:hover,
.nav-tabs.tabs-default-dark > li.active > a:focus,
.nav-tabs.tabs-default-dark > li.active > button:focus {
  border-color: #20252b;
  color: #20252b;
}
.nav-tabs.tabs-default > li.active > a,
.nav-tabs.tabs-default > li.active > button,
.nav-tabs.tabs-default > li.active > a:hover,
.nav-tabs.tabs-default > li.active > button:hover,
.nav-tabs.tabs-default > li.active > a:focus,
.nav-tabs.tabs-default > li.active > button:focus {
  border-color: hsl(208.61538462, 3%, 90%);
  color: hsl(208.61538462, 3%, 90%);
}
.nav-tabs.tabs-default-light > li.active > a,
.nav-tabs.tabs-default-light > li.active > button,
.nav-tabs.tabs-default-light > li.active > a:hover,
.nav-tabs.tabs-default-light > li.active > button:hover,
.nav-tabs.tabs-default-light > li.active > a:focus,
.nav-tabs.tabs-default-light > li.active > button:focus {
  border-color: hsl(208.61538462, 3%, 95%);
  color: hsl(208.61538462, 3%, 95%);
}
.nav-tabs.tabs-default-bright > li.active > a,
.nav-tabs.tabs-default-bright > li.active > button,
.nav-tabs.tabs-default-bright > li.active > a:hover,
.nav-tabs.tabs-default-bright > li.active > button:hover,
.nav-tabs.tabs-default-bright > li.active > a:focus,
.nav-tabs.tabs-default-bright > li.active > button:focus {
  border-color: #fff;
  color: #fff;
}
.nav-tabs.tabs-primary-dark > li.active > a,
.nav-tabs.tabs-primary-dark > li.active > button,
.nav-tabs.tabs-primary-dark > li.active > a:hover,
.nav-tabs.tabs-primary-dark > li.active > button:hover,
.nav-tabs.tabs-primary-dark > li.active > a:focus,
.nav-tabs.tabs-primary-dark > li.active > button:focus {
  border-color: #064a92;
  color: #064a92;
}
.nav-tabs.tabs-primary > li.active > a,
.nav-tabs.tabs-primary > li.active > button,
.nav-tabs.tabs-primary > li.active > a:hover,
.nav-tabs.tabs-primary > li.active > button:hover,
.nav-tabs.tabs-primary > li.active > a:focus,
.nav-tabs.tabs-primary > li.active > button:focus {
  border-color: #096fcc;
  color: #096fcc;
}
.nav-tabs.tabs-primary-light > li.active > a,
.nav-tabs.tabs-primary-light > li.active > button,
.nav-tabs.tabs-primary-light > li.active > a:hover,
.nav-tabs.tabs-primary-light > li.active > button:hover,
.nav-tabs.tabs-primary-light > li.active > a:focus,
.nav-tabs.tabs-primary-light > li.active > button:focus {
  border-color: #87bae9;
  color: #87bae9;
}
.nav-tabs.tabs-primary-bright > li.active > a,
.nav-tabs.tabs-primary-bright > li.active > button,
.nav-tabs.tabs-primary-bright > li.active > a:hover,
.nav-tabs.tabs-primary-bright > li.active > button:hover,
.nav-tabs.tabs-primary-bright > li.active > a:focus,
.nav-tabs.tabs-primary-bright > li.active > button:focus {
  border-color: #cfe4f6;
  color: #cfe4f6;
}
.nav-tabs.tabs-accent-dark > li.active > a,
.nav-tabs.tabs-accent-dark > li.active > button,
.nav-tabs.tabs-accent-dark > li.active > a:hover,
.nav-tabs.tabs-accent-dark > li.active > button:hover,
.nav-tabs.tabs-accent-dark > li.active > a:focus,
.nav-tabs.tabs-accent-dark > li.active > button:focus {
  border-color: #901c1e;
  color: #901c1e;
}
.nav-tabs.tabs-accent > li.active > a,
.nav-tabs.tabs-accent > li.active > button,
.nav-tabs.tabs-accent > li.active > a:hover,
.nav-tabs.tabs-accent > li.active > button:hover,
.nav-tabs.tabs-accent > li.active > a:focus,
.nav-tabs.tabs-accent > li.active > button:focus {
  border-color: #d0291c;
  color: #d0291c;
}
.nav-tabs.tabs-accent-light > li.active > a,
.nav-tabs.tabs-accent-light > li.active > button,
.nav-tabs.tabs-accent-light > li.active > a:hover,
.nav-tabs.tabs-accent-light > li.active > button:hover,
.nav-tabs.tabs-accent-light > li.active > a:focus,
.nav-tabs.tabs-accent-light > li.active > button:focus {
  border-color: #e88e87;
  color: #e88e87;
}
.nav-tabs.tabs-accent-bright > li.active > a,
.nav-tabs.tabs-accent-bright > li.active > button,
.nav-tabs.tabs-accent-bright > li.active > a:hover,
.nav-tabs.tabs-accent-bright > li.active > button:hover,
.nav-tabs.tabs-accent-bright > li.active > a:focus,
.nav-tabs.tabs-accent-bright > li.active > button:focus {
  border-color: #f6d2cf;
  color: #f6d2cf;
}
.nav-tabs.tabs-success > li.active > a,
.nav-tabs.tabs-success > li.active > button,
.nav-tabs.tabs-success > li.active > a:hover,
.nav-tabs.tabs-success > li.active > button:hover,
.nav-tabs.tabs-success > li.active > a:focus,
.nav-tabs.tabs-success > li.active > button:focus {
  border-color: #208822;
  color: #208822;
}
.nav-tabs.tabs-warning > li.active > a,
.nav-tabs.tabs-warning > li.active > button,
.nav-tabs.tabs-warning > li.active > a:hover,
.nav-tabs.tabs-warning > li.active > button:hover,
.nav-tabs.tabs-warning > li.active > a:focus,
.nav-tabs.tabs-warning > li.active > button:focus {
  border-color: #FF9800;
  color: #FF9800;
}
.nav-tabs.tabs-danger > li.active > a,
.nav-tabs.tabs-danger > li.active > button,
.nav-tabs.tabs-danger > li.active > a:hover,
.nav-tabs.tabs-danger > li.active > button:hover,
.nav-tabs.tabs-danger > li.active > a:focus,
.nav-tabs.tabs-danger > li.active > button:focus {
  border-color: #d0291c;
  color: #d0291c;
}
.nav-tabs.tabs-info > li.active > a,
.nav-tabs.tabs-info > li.active > button,
.nav-tabs.tabs-info > li.active > a:hover,
.nav-tabs.tabs-info > li.active > button:hover,
.nav-tabs.tabs-info > li.active > a:focus,
.nav-tabs.tabs-info > li.active > button:focus {
  border-color: #096fcc;
  color: #096fcc;
}
.card {
  position: relative;
  margin-bottom: 24px;
  background-color: #fff;
  color: hsl(208.61538462, 3%, 20%);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.card:before,
.card:after {
  display: table;
  content: " ";
}
.card:after {
  clear: both;
}
.card .btn-icon-toggle:hover,
.card .btn-flat:hover {
  background-color: rgba(12, 12, 12, 0.07);
}
.card > .nano:last-child {
  border-radius: 0 0 2px 2px;
}
.card.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-head {
  position: relative;
  line-height: 52px;
  min-height: 56px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}
.card-head:before,
.card-head:after {
  display: table;
  content: " ";
}
.card-head:after {
  clear: both;
}
.card-head header {
  display: inline-block;
  padding: 11px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 20px;
}
.card-head header > h1,
.card-head header > h2,
.card-head header > h3,
.card-head header > h4,
.card-head header > h5,
.card-head header > h6 {
  vertical-align: middle;
  margin: 0;
  line-height: 1;
}
.card-head header small {
  color: inherit;
  opacity: 0.6;
  font-size: 75%;
}
.card-head > div {
  display: inline-block;
}
.card-head .tools {
  padding-right: 16px;
  float: right;
}
.card-head .tools form {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 24px;
  line-height: normal;
  vertical-align: middle;
}
.card-head .tools .btn-floating-action {
  margin-left: 8px;
}
.card-head .tools > .btn-group {
  margin-right: 4px;
}
.card-head .tools > .btn-group-xs {
  margin-right: 10px;
}
.card-head .tools > .btn-group-sm {
  margin-right: 4px;
}
.card-head .tools > .btn-group-lg {
  margin-right: 0;
}
.card-head .tools.pull-left > .btn-group {
  margin-left: 4px;
}
.card-head .tools.pull-left > .btn-group-xs {
  margin-left: 10px;
}
.card-head .tools.pull-left > .btn-group-sm {
  margin-left: 4px;
}
.card-head .tools.pull-left > .btn-group-lg {
  margin-left: 0;
}
.card-head.card-head-xs {
  line-height: 32px;
  min-height: 36px;
}
.card-head.card-head-xs header {
  font-size: 15px;
  padding: 8px 24px;
}
.card-head.card-head-sm {
  line-height: 44px;
  min-height: 48px;
}
.card-head.card-head-sm header {
  font-size: 15px;
}
.card-head.card-head-lg {
  line-height: 76px;
  min-height: 80px;
}
.card-head.card-head-lg header {
  font-size: 24px;
}
.card-body {
  padding: 24px;
  position: relative;
}
.card-body:before,
.card-body:after {
  display: table;
  content: " ";
}
.card-body:after {
  clear: both;
}
.card-body:last-child {
  border-radius: 0 0 2px 2px;
}
.card-body.table-responsive {
  margin: 0;
}
.card-actionbar {
  padding-bottom: 16px / 2;
  position: relative;
}
.card-actionbar:before,
.card-actionbar:after {
  display: table;
  content: " ";
}
.card-actionbar:after {
  clear: both;
}
.card-actionbar:last-child {
  border-radius: 0 0 2px 2px;
}
.card-actionbar-row {
  padding: 6px 16px;
  text-align: right;
}
.card-tiles > .row,
.card-type-blog-masonry > .row {
  margin: 0;
}
.card-tiles > .row > [class^="col-"],
.card-type-blog-masonry > .row > [class^="col-"] {
  padding: 0;
}
.card-underline .card-head {
  border-bottom: 1px solid rgba(114, 118, 121, 0.4);
}
.card-underline .card-foot {
  border-top: 1px solid rgba(114, 118, 121, 0.4);
}
.card-bordered,
.card-outlined {
  border: 2px solid #727679;
}
section .style-default-dark,
.offcanvas-pane .style-default-dark,
.card .style-default-dark,
section.style-default-dark,
.offcanvas-pane.style-default-dark,
.card.style-default-dark {
  background-color: #20252b;
  border-color: #20252b;
  color: #fff;
}
section .style-default-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-default-dark .btn-icon-toggle:hover,
.card .style-default-dark .btn-icon-toggle:hover,
section.style-default-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-default-dark .btn-icon-toggle:hover,
.card.style-default-dark .btn-icon-toggle:hover,
section .style-default-dark .btn-flat:hover,
.offcanvas-pane .style-default-dark .btn-flat:hover,
.card .style-default-dark .btn-flat:hover,
section.style-default-dark .btn-flat:hover,
.offcanvas-pane.style-default-dark .btn-flat:hover,
.card.style-default-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-default-dark,
.card-body-darken.style-default-dark {
  background-color: #1c2025;
  border-color: #1c2025;
  color: #fff;
}
.badge.style-default-dark {
  background-color: #20252b;
  border-color: #20252b;
  color: #fff;
}
section .style-default,
.offcanvas-pane .style-default,
.card .style-default,
section.style-default,
.offcanvas-pane.style-default,
.card.style-default {
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: hsl(208.61538462, 3%, 90%);
  color: hsl(208.61538462, 3%, 20%);
}
section .style-default .btn-icon-toggle:hover,
.offcanvas-pane .style-default .btn-icon-toggle:hover,
.card .style-default .btn-icon-toggle:hover,
section.style-default .btn-icon-toggle:hover,
.offcanvas-pane.style-default .btn-icon-toggle:hover,
.card.style-default .btn-icon-toggle:hover,
section .style-default .btn-flat:hover,
.offcanvas-pane .style-default .btn-flat:hover,
.card .style-default .btn-flat:hover,
section.style-default .btn-flat:hover,
.offcanvas-pane.style-default .btn-flat:hover,
.card.style-default .btn-flat:hover {
  background-color: hsla(208.61538462, 3%, 20%, 0.3);
}
.card-body-darken .style-default,
.card-body-darken.style-default {
  background-color: hsl(208.61538462, 3%, 88%);
  border-color: hsl(208.61538462, 3%, 88%);
  color: hsl(208.61538462, 3%, 20%);
}
.badge.style-default {
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: hsl(208.61538462, 3%, 90%);
  color: hsl(208.61538462, 3%, 20%);
}
section .style-default-light,
.offcanvas-pane .style-default-light,
.card .style-default-light,
section.style-default-light,
.offcanvas-pane.style-default-light,
.card.style-default-light {
  background-color: hsl(208.61538462, 3%, 95%);
  border-color: hsl(208.61538462, 3%, 95%);
  color: hsl(208.61538462, 3%, 20%);
}
section .style-default-light .btn-icon-toggle:hover,
.offcanvas-pane .style-default-light .btn-icon-toggle:hover,
.card .style-default-light .btn-icon-toggle:hover,
section.style-default-light .btn-icon-toggle:hover,
.offcanvas-pane.style-default-light .btn-icon-toggle:hover,
.card.style-default-light .btn-icon-toggle:hover,
section .style-default-light .btn-flat:hover,
.offcanvas-pane .style-default-light .btn-flat:hover,
.card .style-default-light .btn-flat:hover,
section.style-default-light .btn-flat:hover,
.offcanvas-pane.style-default-light .btn-flat:hover,
.card.style-default-light .btn-flat:hover {
  background-color: hsla(208.61538462, 3%, 20%, 0.3);
}
.card-body-darken .style-default-light,
.card-body-darken.style-default-light {
  background-color: hsl(208.61538462, 3%, 93%);
  border-color: hsl(208.61538462, 3%, 93%);
  color: hsl(208.61538462, 3%, 20%);
}
.badge.style-default-light {
  background-color: hsl(208.61538462, 3%, 95%);
  border-color: hsl(208.61538462, 3%, 95%);
  color: hsl(208.61538462, 3%, 20%);
}
section .style-default-bright,
.offcanvas-pane .style-default-bright,
.card .style-default-bright,
section.style-default-bright,
.offcanvas-pane.style-default-bright,
.card.style-default-bright {
  background-color: #fff;
  border-color: #fff;
  color: hsl(208.61538462, 3%, 20%);
}
section .style-default-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-default-bright .btn-icon-toggle:hover,
.card .style-default-bright .btn-icon-toggle:hover,
section.style-default-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-default-bright .btn-icon-toggle:hover,
.card.style-default-bright .btn-icon-toggle:hover,
section .style-default-bright .btn-flat:hover,
.offcanvas-pane .style-default-bright .btn-flat:hover,
.card .style-default-bright .btn-flat:hover,
section.style-default-bright .btn-flat:hover,
.offcanvas-pane.style-default-bright .btn-flat:hover,
.card.style-default-bright .btn-flat:hover {
  background-color: hsla(208.61538462, 3%, 20%, 0.3);
}
.card-body-darken .style-default-bright,
.card-body-darken.style-default-bright {
  background-color: #fafafa;
  border-color: #fafafa;
  color: hsl(208.61538462, 3%, 20%);
}
.badge.style-default-bright {
  background-color: #fff;
  border-color: #fff;
  color: hsl(208.61538462, 3%, 20%);
}
section .style-gray-dark,
.offcanvas-pane .style-gray-dark,
.card .style-gray-dark,
section.style-gray-dark,
.offcanvas-pane.style-gray-dark,
.card.style-gray-dark {
  background-color: hsl(208.61538462, 3%, 20%);
  border-color: hsl(208.61538462, 3%, 20%);
  color: #fff;
}
section .style-gray-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-dark .btn-icon-toggle:hover,
.card .style-gray-dark .btn-icon-toggle:hover,
section.style-gray-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-dark .btn-icon-toggle:hover,
.card.style-gray-dark .btn-icon-toggle:hover,
section .style-gray-dark .btn-flat:hover,
.offcanvas-pane .style-gray-dark .btn-flat:hover,
.card .style-gray-dark .btn-flat:hover,
section.style-gray-dark .btn-flat:hover,
.offcanvas-pane.style-gray-dark .btn-flat:hover,
.card.style-gray-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-gray-dark,
.card-body-darken.style-gray-dark {
  background-color: hsl(208.61538462, 3%, 18%);
  border-color: hsl(208.61538462, 3%, 18%);
  color: #fff;
}
.badge.style-gray-dark {
  background-color: hsl(208.61538462, 3%, 20%);
  border-color: hsl(208.61538462, 3%, 20%);
  color: #fff;
}
section .style-gray,
.offcanvas-pane .style-gray,
.card .style-gray,
section.style-gray,
.offcanvas-pane.style-gray,
.card.style-gray {
  background-color: hsl(208.61538462, 3%, 33.5%);
  border-color: hsl(208.61538462, 3%, 33.5%);
  color: #fff;
}
section .style-gray .btn-icon-toggle:hover,
.offcanvas-pane .style-gray .btn-icon-toggle:hover,
.card .style-gray .btn-icon-toggle:hover,
section.style-gray .btn-icon-toggle:hover,
.offcanvas-pane.style-gray .btn-icon-toggle:hover,
.card.style-gray .btn-icon-toggle:hover,
section .style-gray .btn-flat:hover,
.offcanvas-pane .style-gray .btn-flat:hover,
.card .style-gray .btn-flat:hover,
section.style-gray .btn-flat:hover,
.offcanvas-pane.style-gray .btn-flat:hover,
.card.style-gray .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-gray,
.card-body-darken.style-gray {
  background-color: hsl(208.61538462, 3%, 31.5%);
  border-color: hsl(208.61538462, 3%, 31.5%);
  color: #fff;
}
.badge.style-gray {
  background-color: hsl(208.61538462, 3%, 33.5%);
  border-color: hsl(208.61538462, 3%, 33.5%);
  color: #fff;
}
section .style-gray-light,
.offcanvas-pane .style-gray-light,
.card .style-gray-light,
section.style-gray-light,
.offcanvas-pane.style-gray-light,
.card.style-gray-light {
  background-color: #727679;
  border-color: #727679;
  color: #fff;
}
section .style-gray-light .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-light .btn-icon-toggle:hover,
.card .style-gray-light .btn-icon-toggle:hover,
section.style-gray-light .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-light .btn-icon-toggle:hover,
.card.style-gray-light .btn-icon-toggle:hover,
section .style-gray-light .btn-flat:hover,
.offcanvas-pane .style-gray-light .btn-flat:hover,
.card .style-gray-light .btn-flat:hover,
section.style-gray-light .btn-flat:hover,
.offcanvas-pane.style-gray-light .btn-flat:hover,
.card.style-gray-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-gray-light,
.card-body-darken.style-gray-light {
  background-color: #6d7174;
  border-color: #6d7174;
  color: #fff;
}
.badge.style-gray-light {
  background-color: #727679;
  border-color: #727679;
  color: #fff;
}
section .style-gray-bright,
.offcanvas-pane .style-gray-bright,
.card .style-gray-bright,
section.style-gray-bright,
.offcanvas-pane.style-gray-bright,
.card.style-gray-bright {
  background-color: hsl(208.61538462, 3%, 75%);
  border-color: hsl(208.61538462, 3%, 75%);
  color: #fff;
}
section .style-gray-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-gray-bright .btn-icon-toggle:hover,
.card .style-gray-bright .btn-icon-toggle:hover,
section.style-gray-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-gray-bright .btn-icon-toggle:hover,
.card.style-gray-bright .btn-icon-toggle:hover,
section .style-gray-bright .btn-flat:hover,
.offcanvas-pane .style-gray-bright .btn-flat:hover,
.card .style-gray-bright .btn-flat:hover,
section.style-gray-bright .btn-flat:hover,
.offcanvas-pane.style-gray-bright .btn-flat:hover,
.card.style-gray-bright .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-gray-bright,
.card-body-darken.style-gray-bright {
  background-color: hsl(208.61538462, 3%, 73%);
  border-color: hsl(208.61538462, 3%, 73%);
  color: #fff;
}
.badge.style-gray-bright {
  background-color: hsl(208.61538462, 3%, 75%);
  border-color: hsl(208.61538462, 3%, 75%);
  color: #fff;
}
section .style-primary,
.offcanvas-pane .style-primary,
.card .style-primary,
section.style-primary,
.offcanvas-pane.style-primary,
.card.style-primary {
  background-color: #096fcc;
  border-color: #096fcc;
  color: #fff;
}
section .style-primary .btn-icon-toggle:hover,
.offcanvas-pane .style-primary .btn-icon-toggle:hover,
.card .style-primary .btn-icon-toggle:hover,
section.style-primary .btn-icon-toggle:hover,
.offcanvas-pane.style-primary .btn-icon-toggle:hover,
.card.style-primary .btn-icon-toggle:hover,
section .style-primary .btn-flat:hover,
.offcanvas-pane .style-primary .btn-flat:hover,
.card .style-primary .btn-flat:hover,
section.style-primary .btn-flat:hover,
.offcanvas-pane.style-primary .btn-flat:hover,
.card.style-primary .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-primary,
.card-body-darken.style-primary {
  background-color: #096ac2;
  border-color: #096ac2;
  color: #fff;
}
.badge.style-primary {
  background-color: #096fcc;
  border-color: #096fcc;
  color: #fff;
}
section .style-primary-light,
.offcanvas-pane .style-primary-light,
.card .style-primary-light,
section.style-primary-light,
.offcanvas-pane.style-primary-light,
.card.style-primary-light {
  background-color: #87bae9;
  border-color: #87bae9;
  color: #fff;
}
section .style-primary-light .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-light .btn-icon-toggle:hover,
.card .style-primary-light .btn-icon-toggle:hover,
section.style-primary-light .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-light .btn-icon-toggle:hover,
.card.style-primary-light .btn-icon-toggle:hover,
section .style-primary-light .btn-flat:hover,
.offcanvas-pane .style-primary-light .btn-flat:hover,
.card .style-primary-light .btn-flat:hover,
section.style-primary-light .btn-flat:hover,
.offcanvas-pane.style-primary-light .btn-flat:hover,
.card.style-primary-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-primary-light,
.card-body-darken.style-primary-light {
  background-color: #7eb5e7;
  border-color: #7eb5e7;
  color: #fff;
}
.badge.style-primary-light {
  background-color: #87bae9;
  border-color: #87bae9;
  color: #fff;
}
section .style-primary-dark,
.offcanvas-pane .style-primary-dark,
.card .style-primary-dark,
section.style-primary-dark,
.offcanvas-pane.style-primary-dark,
.card.style-primary-dark {
  background-color: #064a92;
  border-color: #064a92;
  color: #fff;
}
section .style-primary-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-dark .btn-icon-toggle:hover,
.card .style-primary-dark .btn-icon-toggle:hover,
section.style-primary-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-dark .btn-icon-toggle:hover,
.card.style-primary-dark .btn-icon-toggle:hover,
section .style-primary-dark .btn-flat:hover,
.offcanvas-pane .style-primary-dark .btn-flat:hover,
.card .style-primary-dark .btn-flat:hover,
section.style-primary-dark .btn-flat:hover,
.offcanvas-pane.style-primary-dark .btn-flat:hover,
.card.style-primary-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-primary-dark,
.card-body-darken.style-primary-dark {
  background-color: #064588;
  border-color: #064588;
  color: #fff;
}
.badge.style-primary-dark {
  background-color: #064a92;
  border-color: #064a92;
  color: #fff;
}
section .style-primary-bright,
.offcanvas-pane .style-primary-bright,
.card .style-primary-bright,
section.style-primary-bright,
.offcanvas-pane.style-primary-bright,
.card.style-primary-bright {
  background-color: #cfe4f6;
  border-color: #cfe4f6;
  color: hsl(208.61538462, 3%, 20%);
}
section .style-primary-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-primary-bright .btn-icon-toggle:hover,
.card .style-primary-bright .btn-icon-toggle:hover,
section.style-primary-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-primary-bright .btn-icon-toggle:hover,
.card.style-primary-bright .btn-icon-toggle:hover,
section .style-primary-bright .btn-flat:hover,
.offcanvas-pane .style-primary-bright .btn-flat:hover,
.card .style-primary-bright .btn-flat:hover,
section.style-primary-bright .btn-flat:hover,
.offcanvas-pane.style-primary-bright .btn-flat:hover,
.card.style-primary-bright .btn-flat:hover {
  background-color: hsla(208.61538462, 3%, 20%, 0.3);
}
.card-body-darken .style-primary-bright,
.card-body-darken.style-primary-bright {
  background-color: #c6dff5;
  border-color: #c6dff5;
  color: #fff;
}
.badge.style-primary-bright {
  background-color: #cfe4f6;
  border-color: #cfe4f6;
  color: hsl(208.61538462, 3%, 20%);
}
section .style-accent,
.offcanvas-pane .style-accent,
.card .style-accent,
section.style-accent,
.offcanvas-pane.style-accent,
.card.style-accent {
  background-color: #d0291c;
  border-color: #d0291c;
  color: #fff;
}
section .style-accent .btn-icon-toggle:hover,
.offcanvas-pane .style-accent .btn-icon-toggle:hover,
.card .style-accent .btn-icon-toggle:hover,
section.style-accent .btn-icon-toggle:hover,
.offcanvas-pane.style-accent .btn-icon-toggle:hover,
.card.style-accent .btn-icon-toggle:hover,
section .style-accent .btn-flat:hover,
.offcanvas-pane .style-accent .btn-flat:hover,
.card .style-accent .btn-flat:hover,
section.style-accent .btn-flat:hover,
.offcanvas-pane.style-accent .btn-flat:hover,
.card.style-accent .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-accent,
.card-body-darken.style-accent {
  background-color: #c7271b;
  border-color: #c7271b;
  color: #fff;
}
.badge.style-accent {
  background-color: #d0291c;
  border-color: #d0291c;
  color: #fff;
}
section .style-accent-light,
.offcanvas-pane .style-accent-light,
.card .style-accent-light,
section.style-accent-light,
.offcanvas-pane.style-accent-light,
.card.style-accent-light {
  background-color: #e88e87;
  border-color: #e88e87;
  color: #fff;
}
section .style-accent-light .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-light .btn-icon-toggle:hover,
.card .style-accent-light .btn-icon-toggle:hover,
section.style-accent-light .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-light .btn-icon-toggle:hover,
.card.style-accent-light .btn-icon-toggle:hover,
section .style-accent-light .btn-flat:hover,
.offcanvas-pane .style-accent-light .btn-flat:hover,
.card .style-accent-light .btn-flat:hover,
section.style-accent-light .btn-flat:hover,
.offcanvas-pane.style-accent-light .btn-flat:hover,
.card.style-accent-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-accent-light,
.card-body-darken.style-accent-light {
  background-color: #e7867e;
  border-color: #e7867e;
  color: #fff;
}
.badge.style-accent-light {
  background-color: #e88e87;
  border-color: #e88e87;
  color: #fff;
}
section .style-accent-dark,
.offcanvas-pane .style-accent-dark,
.card .style-accent-dark,
section.style-accent-dark,
.offcanvas-pane.style-accent-dark,
.card.style-accent-dark {
  background-color: #901c1e;
  border-color: #901c1e;
  color: #fff;
}
section .style-accent-dark .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-dark .btn-icon-toggle:hover,
.card .style-accent-dark .btn-icon-toggle:hover,
section.style-accent-dark .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-dark .btn-icon-toggle:hover,
.card.style-accent-dark .btn-icon-toggle:hover,
section .style-accent-dark .btn-flat:hover,
.offcanvas-pane .style-accent-dark .btn-flat:hover,
.card .style-accent-dark .btn-flat:hover,
section.style-accent-dark .btn-flat:hover,
.offcanvas-pane.style-accent-dark .btn-flat:hover,
.card.style-accent-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-accent-dark,
.card-body-darken.style-accent-dark {
  background-color: #881b1c;
  border-color: #881b1c;
  color: #fff;
}
.badge.style-accent-dark {
  background-color: #901c1e;
  border-color: #901c1e;
  color: #fff;
}
section .style-accent-bright,
.offcanvas-pane .style-accent-bright,
.card .style-accent-bright,
section.style-accent-bright,
.offcanvas-pane.style-accent-bright,
.card.style-accent-bright {
  background-color: #f6d2cf;
  border-color: #f6d2cf;
  color: #fff;
}
section .style-accent-bright .btn-icon-toggle:hover,
.offcanvas-pane .style-accent-bright .btn-icon-toggle:hover,
.card .style-accent-bright .btn-icon-toggle:hover,
section.style-accent-bright .btn-icon-toggle:hover,
.offcanvas-pane.style-accent-bright .btn-icon-toggle:hover,
.card.style-accent-bright .btn-icon-toggle:hover,
section .style-accent-bright .btn-flat:hover,
.offcanvas-pane .style-accent-bright .btn-flat:hover,
.card .style-accent-bright .btn-flat:hover,
section.style-accent-bright .btn-flat:hover,
.offcanvas-pane.style-accent-bright .btn-flat:hover,
.card.style-accent-bright .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-accent-bright,
.card-body-darken.style-accent-bright {
  background-color: #f5cac6;
  border-color: #f5cac6;
  color: #fff;
}
.badge.style-accent-bright {
  background-color: #f6d2cf;
  border-color: #f6d2cf;
  color: #fff;
}
section .style-success,
.offcanvas-pane .style-success,
.card .style-success,
section.style-success,
.offcanvas-pane.style-success,
.card.style-success {
  background-color: #208822;
  border-color: #208822;
  color: #fff;
}
section .style-success .btn-icon-toggle:hover,
.offcanvas-pane .style-success .btn-icon-toggle:hover,
.card .style-success .btn-icon-toggle:hover,
section.style-success .btn-icon-toggle:hover,
.offcanvas-pane.style-success .btn-icon-toggle:hover,
.card.style-success .btn-icon-toggle:hover,
section .style-success .btn-flat:hover,
.offcanvas-pane .style-success .btn-flat:hover,
.card .style-success .btn-flat:hover,
section.style-success .btn-flat:hover,
.offcanvas-pane.style-success .btn-flat:hover,
.card.style-success .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-success,
.card-body-darken.style-success {
  background-color: #1e8020;
  border-color: #1e8020;
  color: #fff;
}
.badge.style-success {
  background-color: #208822;
  border-color: #208822;
  color: #fff;
}
section .style-warning,
.offcanvas-pane .style-warning,
.card .style-warning,
section.style-warning,
.offcanvas-pane.style-warning,
.card.style-warning {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #fff;
}
section .style-warning .btn-icon-toggle:hover,
.offcanvas-pane .style-warning .btn-icon-toggle:hover,
.card .style-warning .btn-icon-toggle:hover,
section.style-warning .btn-icon-toggle:hover,
.offcanvas-pane.style-warning .btn-icon-toggle:hover,
.card.style-warning .btn-icon-toggle:hover,
section .style-warning .btn-flat:hover,
.offcanvas-pane .style-warning .btn-flat:hover,
.card .style-warning .btn-flat:hover,
section.style-warning .btn-flat:hover,
.offcanvas-pane.style-warning .btn-flat:hover,
.card.style-warning .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-warning,
.card-body-darken.style-warning {
  background-color: #f59200;
  border-color: #f59200;
  color: #fff;
}
.badge.style-warning {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #fff;
}
section .style-danger,
.offcanvas-pane .style-danger,
.card .style-danger,
section.style-danger,
.offcanvas-pane.style-danger,
.card.style-danger {
  background-color: #d0291c;
  border-color: #d0291c;
  color: #fff;
}
section .style-danger .btn-icon-toggle:hover,
.offcanvas-pane .style-danger .btn-icon-toggle:hover,
.card .style-danger .btn-icon-toggle:hover,
section.style-danger .btn-icon-toggle:hover,
.offcanvas-pane.style-danger .btn-icon-toggle:hover,
.card.style-danger .btn-icon-toggle:hover,
section .style-danger .btn-flat:hover,
.offcanvas-pane .style-danger .btn-flat:hover,
.card .style-danger .btn-flat:hover,
section.style-danger .btn-flat:hover,
.offcanvas-pane.style-danger .btn-flat:hover,
.card.style-danger .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-danger,
.card-body-darken.style-danger {
  background-color: #c7271b;
  border-color: #c7271b;
  color: #fff;
}
.badge.style-danger {
  background-color: #d0291c;
  border-color: #d0291c;
  color: #fff;
}
section .style-info,
.offcanvas-pane .style-info,
.card .style-info,
section.style-info,
.offcanvas-pane.style-info,
.card.style-info {
  background-color: #096fcc;
  border-color: #096fcc;
  color: #fff;
}
section .style-info .btn-icon-toggle:hover,
.offcanvas-pane .style-info .btn-icon-toggle:hover,
.card .style-info .btn-icon-toggle:hover,
section.style-info .btn-icon-toggle:hover,
.offcanvas-pane.style-info .btn-icon-toggle:hover,
.card.style-info .btn-icon-toggle:hover,
section .style-info .btn-flat:hover,
.offcanvas-pane .style-info .btn-flat:hover,
.card .style-info .btn-flat:hover,
section.style-info .btn-flat:hover,
.offcanvas-pane.style-info .btn-flat:hover,
.card.style-info .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-body-darken .style-info,
.card-body-darken.style-info {
  background-color: #096ac2;
  border-color: #096ac2;
  color: #fff;
}
.badge.style-info {
  background-color: #096fcc;
  border-color: #096fcc;
  color: #fff;
}
.card.style-transparent,
.card .style-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.style-image {
  background-image: url('graphics/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(200%);
  -webkit-filter: saturate(200%);
  -moz-filter: saturate(200%);
  -o-filter: saturate(200%);
  -ms-filter: saturate(200%);
}
.card-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.card-transparent .card-head header,
.card-transparent .card-head .tools {
  padding-left: 4px;
  padding-right: 4px;
}
.card-transparent .card-body {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.card.card-outlined {
  background-color: #fff;
  background-image: none;
  color: hsl(208.61538462, 3%, 20%);
}
.card.card-outlined .btn-icon-toggle:hover,
.card.card-outlined .btn-flat:hover {
  background-color: rgba(12, 12, 12, 0.07);
}
.card-loader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
}
.card .btn-collapse {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.card-collapsed .btn-collapse {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.card .prettyprint {
  margin: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.card-type-pricing .list-unstyled {
  margin: 0;
}
.card-type-pricing .list-unstyled li {
  padding: 15px 30px;
  border-top: 1px solid hsl(208.61538462, 3%, 90%);
}
.card-type-pricing .list-unstyled li:first-child {
  border-top: none;
}
.card-type-pricing .price h1,
.card-type-pricing .price h2,
.card-type-pricing .price h3,
.card-type-pricing .price h4,
.card-type-pricing .price h5,
.card-type-pricing .price h6 {
  display: inline-block;
  margin: 0;
}
.card-type-blog-masonry article .blog-image img {
  width: 100%;
}
.card-type-blog-masonry article .blog-text {
  position: relative;
}
.card-type-blog-masonry article > div + div.blog-text:before {
  position: absolute;
  margin: auto;
  top: -20px;
  left: 0;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.card-type-blog-masonry article .blog-text:first-child:before {
  position: absolute;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 767px) {
  .card {
    margin-bottom: 16px;
  }
  .card-head header {
    padding: 11px 16px;
  }
  .card-head.card-head-xs header {
    padding: 8px 16px;
  }
  .card-body {
    padding: 16px;
  }
  .card .force-padding {
    padding: 16px;
  }
  .card .small-padding {
    padding: 8px;
  }
  .card .form-padding {
    padding: 0 16px;
  }
  .card .no-side-padding {
    padding: 16px 0;
  }
}
.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1032;
}
body.offcanvas-expanded {
  overflow: hidden;
}
.offcanvas:first-child {
  left: 0;
  right: auto;
}
.offcanvas-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 8px;
  background-color: #fff;
  overflow: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  -moz-transition: -moz-transform 0.33s ease-in-out;
  -o-transition: -o-transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
}
.offcanvas-pane.active {
  display: block;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}
.offcanvas:first-child .offcanvas-pane {
  right: 0;
}
.offcanvas-body {
  padding: 16px;
}
.offcanvas-head {
  position: relative;
  padding: 4px 16px;
}
.offcanvas-head header {
  font-size: 20px;
}
.offcanvas-head .offcanvas-tools {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
}
sup.badge {
  font-size: 70%;
  top: -0.9em;
  margin-left: -5px;
  margin-right: -5px;
}
sub.badge {
  font-size: 70%;
  bottom: -0.9em;
  margin-left: -5px;
  margin-right: -5px;
}
.badge.style-default-dark {
  background-color: #20252b;
  color: #fff;
}
.badge.style-default {
  background-color: hsl(208.61538462, 3%, 90%);
  color: hsl(208.61538462, 3%, 20%);
}
.badge.style-default-light {
  background-color: hsl(208.61538462, 3%, 95%);
  color: hsl(208.61538462, 3%, 20%);
}
.badge.style-default-bright {
  background-color: #fff;
  color: hsl(208.61538462, 3%, 20%);
}
.badge.style-primary {
  background-color: #096fcc;
  color: #fff;
}
.badge.style-primary-light {
  background-color: #87bae9;
  color: #fff;
}
.badge.style-primary-dark {
  background-color: #064a92;
  color: #fff;
}
.badge.style-primary-bright {
  background-color: #cfe4f6;
  color: hsl(208.61538462, 3%, 20%);
}
.badge.style-accent {
  background-color: #d0291c;
  color: #fff;
}
.badge.style-accent-light {
  background-color: #e88e87;
  color: #fff;
}
.badge.style-accent-dark {
  background-color: #901c1e;
  color: #fff;
}
.badge.style-accent-bright {
  background-color: #f6d2cf;
  color: #fff;
}
.badge.style-success {
  background-color: #208822;
  color: #fff;
}
.badge.style-warning {
  background-color: #FF9800;
  color: #fff;
}
.badge.style-danger {
  background-color: #d0291c;
  color: #fff;
}
.badge.style-info {
  background-color: #096fcc;
  color: #fff;
}
.list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 26px;
}
.list .tile {
  position: relative;
  display: table;
  width: 100%;
  min-height: 48px;
}
.list .tile > a {
  text-decoration: none;
}
.list .tile > a:hover {
  color: #096fcc;
}
.list .tile .tile-content {
  display: table-cell;
  padding-left: 16px;
}
.list .tile .tile-content:last-child {
  padding-right: 16px;
}
.list .tile .tile-content > div {
  display: table-cell;
  vertical-align: middle;
}
.list .tile > .btn {
  display: table-cell;
  vertical-align: middle;
  min-width: 56px;
  width: 56px;
  text-align: center;
}
.list .tile > .btn .fa,
.list .tile > .btn .md,
.list .tile > .btn .glyphicon {
  width: 24px;
  font-size: 20px;
  text-align: center;
}
.list .tile .tile-icon {
  min-width: 56px;
  width: 56px;
  padding: 8px 0;
  text-align: right;
}
.list .tile .tile-icon:first-child {
  text-align: left;
}
.list .tile .tile-icon img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.list .tile .tile-icon .fa,
.list .tile .tile-icon .md,
.list .tile .tile-icon .glyphicon {
  width: 24px;
  margin-top: 4px;
  font-size: 20px;
  text-align: center;
}
.list .tile .tile-text {
  padding: 12px 0;
  font-size: 16px;
  width: 100%;
}
.list .tile .tile-text small {
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
.list .tile .tile-text small span {
  opacity: 1;
}
.list .tile .checkbox-styled:not(ie8),
.list .tile .radio-styled:not(ie8) {
  display: table-cell;
  padding: 0;
}
.list .tile .checkbox-styled:not(ie8) label,
.list .tile .radio-styled:not(ie8) label {
  display: block;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.list .tile .checkbox-styled:not(ie8):last-child label,
.list .tile .radio-styled:not(ie8):last-child label {
  padding-right: 16px;
}
.list .tile .checkbox-styled:not(ie8) input ~ span,
.list .tile .radio-styled:not(ie8) input ~ span {
  padding-left: 54px;
}
.list .tile .ink-reaction .ink {
  width: 600px;
  height: 600px;
  margin-left: -300px;
  margin-top: -300px;
  background-color: hsla(208.61538462, 3%, 33.5%, 0.15);
}
.list li.divider-full-bleed,
.list li.divider-inset {
  position: relative;
}
.list li.divider-full-bleed:after,
.list li.divider-inset:after,
.list.divider-full-bleed li:after,
.list.divider-inset li:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(114, 118, 121, 0.3);
}
.list li.divider-full-bleed:after,
.list.divider-full-bleed li:after {
  left: 0;
}
.list li.divider-inset:after,
.list.divider-inset li:after {
  left: 72px;
}
.list-group .fa,
.list-group .md,
.list-group .glyphicon {
  margin-right: 5px;
}
.list-group .btn[class^="btn-radio"],
.list-group .btn[class^="btn-checkbox"],
.list-group .btn[class*=" btn-radio"],
.list-group .btn[class*=" btn-checkbox"] {
  padding: 0;
}
.list-group-item {
  color: hsl(208.61538462, 3%, 20%);
}
.list-group-item.focus,
.list-group-item.focus:hover,
.list-group-item.focus:focus {
  background-color: hsl(208.61538462, 3%, 95%);
}
.list-group-item.focus .list-group-item-heading,
.list-group-item.focus:hover .list-group-item-heading,
.list-group-item.focus:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.focus .list-group-item-text,
.list-group-item.focus:hover .list-group-item-text,
.list-group-item.focus:focus .list-group-item-text {
  opacity: 0.75;
}
.card-body .list-group:first-child:nth-last-child(1) {
  margin-bottom: 0;
}
.list-email {
  margin-bottom: 20px !important;
}
.list-email a {
  border-left: none;
  border-right: none;
  padding: 20px 20px 20px 40px;
}
.list-email a:first-child {
  border-top: none;
}
.list-email h2,
.list-email h3,
.list-email h4,
.list-email h5,
.list-email h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-email p {
  color: hsl(208.61538462, 3%, 65%);
  margin-bottom: 0;
  line-height: 1.3;
}
.list-tags .btn {
  margin-bottom: 3px;
}
.list-comments {
  padding-left: 0;
  list-style: none;
}
.list-comments > li {
  margin-bottom: 20px;
}
.list-comments > li ul {
  padding-top: 10px;
  padding-left: 60px;
  list-style: none;
  border-left: 1px solid #d9d9d9;
}
.list-comments > li ul li {
  padding-top: 10px;
}
.list-comments .card {
  margin: 0;
}
.list-comments .comment-title {
  margin: 0 50px 7px 0;
}
.list-comments .comment-title small {
  font-size: 11px;
  margin-left: 7px;
}
.list-comments .comment-avatar {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  margin: 20px 0 0 20px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
}
.list-comments .comment-avatar img {
  width: 100%;
}
.list-comments .comment-avatar .fa,
.list-comments .comment-avatar .md {
  line-height: 60px;
  font-size: 28px;
}
.list-comments .comment-avatar .glyphicon {
  line-height: 52px;
  font-size: 20px;
}
.list-comments .card-body {
  margin-left: 80px;
}
.list-chats {
  padding-left: 0;
  list-style: none;
}
.list-chats .chat {
  position: relative;
  min-height: 40px;
  margin: 16px 0 0 0;
  padding: 0 52px;
  text-align: right;
}
.list-chats .chat:before,
.list-chats .chat:after {
  display: table;
  content: " ";
}
.list-chats .chat:after {
  clear: both;
}
.list-chats .chat-avatar {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  text-align: center;
  border-radius: 999px;
}
.list-chats .chat-avatar img {
  width: 100%;
}
.list-chats .chat-avatar .fa,
.list-chats .chat-avatar .md {
  line-height: 40px;
  font-size: 18px;
}
.list-chats .chat-avatar .glyphicon {
  line-height: 32px;
  font-size: 16px;
}
.list-chats .chat-body {
  position: relative;
  display: inline-block;
  float: right;
  clear: both;
  padding: 12px;
  margin-bottom: 2px;
  text-align: left;
  color: hsl(208.61538462, 3%, 20%);
  background: #fff;
}
.list-chats .chat-body small {
  display: block;
  margin-bottom: -4px;
  opacity: 0.7;
}
.list-chats .chat-avatar + .chat-body:after {
  position: absolute;
  content: '';
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  right: -12px;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent transparent #fff;
}
.list-chats .chat-left .chat {
  text-align: left;
}
.list-chats .chat-left .chat-avatar {
  left: 0;
  right: auto;
}
.list-chats .chat-left .chat-body {
  float: left;
  background-color: #096fcc;
  color: #fff;
}
.list-chats .chat-left .chat-avatar + .chat-body:after {
  top: 0;
  left: -12px;
  border-width: 0 12px 12px 0;
  border-color: transparent #096fcc transparent transparent;
}
.list-results {
  margin-bottom: 24px;
  margin-top: 1px;
  border-left: 1px solid hsl(208.61538462, 3%, 95%);
}
.list-results:before,
.list-results:after {
  display: table;
  content: " ";
}
.list-results:after {
  clear: both;
}
.list-results > div {
  padding: 20px 10px;
  margin-top: -1px;
  border-top: 1px solid hsl(208.61538462, 3%, 95%);
  border-right: 1px solid hsl(208.61538462, 3%, 95%);
  border-bottom: 1px solid hsl(208.61538462, 3%, 95%);
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.list-results > div:hover {
  background: hsl(208.61538462, 3%, 95%);
}
.list-results > div img {
  margin-right: 10px;
}
.list-results.list-results-underlined {
  border-left: none;
}
.list-results.list-results-underlined > div {
  padding: 20px 0;
  border-right: none;
  border-top: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a,
.nav > li > button {
  position: relative;
  display: block;
}
.nav > li > a:hover,
.nav > li > button:hover,
.nav > li > a:focus,
.nav > li > button:focus {
  text-decoration: none;
  background-color: hsl(208.61538462, 3%, 90%);
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li.disabled > a {
  color: #727679;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #727679;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: #096fcc;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav-tabs > li > button {
  margin-right: 2px;
  line-height: 1.84615385;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > button:hover {
  border-color: hsl(208.61538462, 3%, 90%) hsl(208.61538462, 3%, 90%) #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: hsl(208.61538462, 3%, 33.5%);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a,
  .nav-tabs.nav-justified > li > button {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #096fcc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-justified > li > button {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-stacked {
  border-bottom: none;
}
.nav-stacked > li {
  margin-top: 2px;
  margin-bottom: 0;
}
.nav-stacked > li > a,
.nav-stacked > li > button {
  margin-right: 0;
}
.nav-stacked.nav-tabs > li.active > a,
.nav-stacked.nav-tabs > li.active > a:hover,
.nav-stacked.nav-tabs > li.active > a:focus,
.nav-stacked.nav-tabs > li.active > button,
.nav-stacked.nav-tabs > li.active > button:hover,
.nav-stacked.nav-tabs > li.active > button:focus {
  border: none;
}
.nav > li > small {
  display: block;
  margin: 20px 0 10px 10px;
  font-size: 10px;
  font-weight: 600;
  opacity: 0.6;
}
.nav > li:first-child > small {
  margin-top: 0;
}
.nav.nav-icon > li a {
  padding-left: 32px;
}
.nav.nav-icon > li a .fa,
.nav.nav-icon > li a .md,
.nav.nav-icon > li a .glyphicon {
  position: relative;
  width: 32px;
  text-align: center;
  margin-left: -32px;
  float: left;
  font-size: 1.3em;
}
.nav-transparent a {
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-transparent a:hover {
  color: hsl(208.61538462, 3%, 20%);
}
.nav-pills img {
  margin-right: 10px;
}
.nav-pills li.focus > a,
.nav-pills li.focus > a:hover,
.nav-pills li.focus > a:focus {
  background-color: hsl(208.61538462, 3%, 95%);
}
.navbar-search {
  position: relative;
  display: inline-table;
  padding: 0;
  white-space: nowrap;
  border-radius: 2px;
  width: 100%;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.navbar-search .form-group {
  display: table-cell;
  margin-bottom: 0;
  max-width: 0;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: max-width 0.25s ease-in-out;
  -o-transition: max-width 0.25s ease-in-out;
  transition: max-width 0.25s ease-in-out;
}
.navbar-search input {
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  border: none;
  -webkit-transition: max-width 0.25s ease-in-out;
  -o-transition: max-width 0.25s ease-in-out;
  transition: max-width 0.25s ease-in-out;
}
.navbar-search .btn {
  display: table-cell;
}
.navbar-search.expanded {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.navbar-search.expanded .form-group {
  width: 100%;
}
.navbar-search.expanded .btn {
  color: #0c0c0c;
  background: inherit;
}
.navbar-search.expanded .input {
  width: 100%;
}
.nav li.padded {
  padding: 10px;
}
nav.style-default-dark {
  background-color: #20252b;
  border-color: #20252b;
  color: #ffffff;
}
nav.style-default-dark .btn-icon-toggle:hover,
nav.style-default-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-default {
  background-color: #e5e6e6;
  border-color: #e5e6e6;
  color: #313335;
}
nav.style-default .btn-icon-toggle:hover,
nav.style-default .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
nav.style-default-light {
  background-color: #f2f2f3;
  border-color: #f2f2f3;
  color: #313335;
}
nav.style-default-light .btn-icon-toggle:hover,
nav.style-default-light .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
nav.style-default-bright {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #313335;
}
nav.style-default-bright .btn-icon-toggle:hover,
nav.style-default-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
nav.style-gray-dark {
  background-color: #313335;
  border-color: #313335;
  color: #ffffff;
}
nav.style-gray-dark .btn-icon-toggle:hover,
nav.style-gray-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-gray {
  background-color: #535658;
  border-color: #535658;
  color: #ffffff;
}
nav.style-gray .btn-icon-toggle:hover,
nav.style-gray .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-gray-light {
  background-color: #96999c;
  border-color: #96999c;
  color: #ffffff;
}
nav.style-gray-light .btn-icon-toggle:hover,
nav.style-gray-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-gray-bright {
  background-color: #bdbfc1;
  border-color: #bdbfc1;
  color: #ffffff;
}
nav.style-gray-bright .btn-icon-toggle:hover,
nav.style-gray-bright .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}
nav.style-primary .btn-icon-toggle:hover,
nav.style-primary .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-primary-light {
  background-color: #91cbf9;
  border-color: #91cbf9;
  color: #ffffff;
}
nav.style-primary-light .btn-icon-toggle:hover,
nav.style-primary-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-primary-dark {
  background-color: #0070d6;
  border-color: #0070d6;
  color: #ffffff;
}
nav.style-primary-dark .btn-icon-toggle:hover,
nav.style-primary-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-primary-bright {
  background-color: #d4ebfd;
  border-color: #d4ebfd;
  color: #313335;
}
nav.style-primary-bright .btn-icon-toggle:hover,
nav.style-primary-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
nav.style-accent {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}
nav.style-accent .btn-icon-toggle:hover,
nav.style-accent .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-accent-light {
  background-color: #f99890;
  border-color: #f99890;
  color: #ffffff;
}
nav.style-accent-light .btn-icon-toggle:hover,
nav.style-accent-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-accent-dark {
  background-color: #de0d0f;
  border-color: #de0d0f;
  color: #ffffff;
}
nav.style-accent-dark .btn-icon-toggle:hover,
nav.style-accent-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-accent-bright {
  background-color: #fdd7d4;
  border-color: #fdd7d4;
  color: #313335;
}
nav.style-accent-bright .btn-icon-toggle:hover,
nav.style-accent-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
nav.style-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
nav.style-success .btn-icon-toggle:hover,
nav.style-success .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-warning {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #ffffff;
}
nav.style-warning .btn-icon-toggle:hover,
nav.style-warning .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}
nav.style-danger .btn-icon-toggle:hover,
nav.style-danger .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav.style-info {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}
nav.style-info .btn-icon-toggle:hover,
nav.style-info .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
nav .style-accent {
  background-color: #d0291c;
  border-color: #d0291c;
  color: #ffffff;
}
.alert.alert-callout {
  position: relative;
  padding-left: 20px;
  background: #fff;
  color: hsl(208.61538462, 3%, 20%);
  border-radius: 3px;
  border-color: hsla(208.61538462, 3%, 33.5%, 0.15);
}
.alert.alert-callout:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background: red;
}
.alert-callout.alert-success:before {
  background: #208822;
}
.alert-callout.alert-info:before {
  background: #096fcc;
}
.alert-callout.alert-warning:before {
  background: #FF9800;
}
.alert-callout.alert-danger:before {
  background: #d0291c;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
  text-shadow: none;
}
.breadcrumb > li {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  overflow: hidden;
}
.breadcrumb > li + li:before {
  color: inherit;
  content: "/";
  font-size: 10px;
  padding: 0 5px;
}
.breadcrumb > .active {
  color: inherit;
  opacity: 0.7;
  font-weight: 400;
  font-size: 20px;
}
.panel-group .card {
  border: inherit;
  -webkit-transition: margin 0.33s ease-out;
  -o-transition: margin 0.33s ease-out;
  transition: margin 0.33s ease-out;
}
.panel-group .card .fa-angle-down,
.panel-group .card .fa-chevron-down,
.panel-group .card .fa-caret-down {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-group .card .collapsed .fa-angle-down,
.panel-group .card .collapsed .fa-chevron-down,
.panel-group .card .collapsed .fa-caret-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-group .card .fa-plus {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-group .card .collapsed .fa-plus {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.panel-group .card + .card {
  margin-top: 1px;
}
.panel-group .card.expanded {
  margin: 16px 0px;
}
.panel-group .card.expanded:first-child {
  margin-top: 0;
}
.accordion-header {
  width: 100%;
  text-align: start;
  border: none;
  background-color: white;
  padding: 0 24px;
}
.accordion-title {
  font-size: 15px;
  font-weight: 600;
}
.timeline {
  position: relative;
  list-style: none;
  padding: 20px 0 0 0;
  left: 50%;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #0c0c0c;
  opacity: 0.15;
  left: 0;
  margin-left: -2px;
}
.timeline-hairline.timeline:before {
  width: 2px;
  margin-left: -1px;
}
.timeline li {
  position: relative;
  display: block;
  width: 50%;
  left: -50%;
  white-space: nowrap;
  min-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-entry {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  vertical-align: top;
  margin: 0 -3px 0 0;
  white-space: normal;
}
.timeline-entry .card {
  position: relative;
  margin-right: 30px;
}
.timeline-entry .card img,
.timeline-entry .card .fa,
.timeline-entry .card .md,
.timeline-entry .card .glyphicon {
  margin-right: 10px;
}
.timeline-inverted .timeline-entry {
  left: 100%;
}
.timeline-inverted .timeline-entry .card {
  margin-left: 30px;
  margin-bottom: 15px;
  margin-right: 0;
}
.timeline-entry .card:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #ffffff;
}
.timeline-inverted .timeline-entry .card:after {
  right: auto;
  left: -9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-entry .card.style-default-dark:after {
  border-color: transparent transparent transparent #20252b;
}
.timeline-entry .card.style-default:after {
  border-color: transparent transparent transparent hsl(208.61538462, 3%, 90%);
}
.timeline-entry .card.style-default-light:after {
  border-color: transparent transparent transparent hsl(208.61538462, 3%, 95%);
}
.timeline-entry .card.style-default-bright:after {
  border-color: transparent transparent transparent #fff;
}
.timeline-entry .card.style-primary:after {
  border-color: transparent transparent transparent #096fcc;
}
.timeline-entry .card.style-primary-light:after {
  border-color: transparent transparent transparent #87bae9;
}
.timeline-entry .card.style-primary-dark:after {
  border-color: transparent transparent transparent #064a92;
}
.timeline-entry .card.style-primary-bright:after {
  border-color: transparent transparent transparent #cfe4f6;
}
.timeline-entry .card.style-accent:after {
  border-color: transparent transparent transparent #d0291c;
}
.timeline-entry .card.style-accent-light:after {
  border-color: transparent transparent transparent #e88e87;
}
.timeline-entry .card.style-accent-dark:after {
  border-color: transparent transparent transparent #901c1e;
}
.timeline-entry .card.style-accent-bright:after {
  border-color: transparent transparent transparent #f6d2cf;
}
.timeline-entry .card.style-success:after {
  border-color: transparent transparent transparent #208822;
}
.timeline-entry .card.style-warning:after {
  border-color: transparent transparent transparent #FF9800;
}
.timeline-entry .card.style-danger:after {
  border-color: transparent transparent transparent #d0291c;
}
.timeline-entry .card.style-info:after {
  border-color: transparent transparent transparent #096fcc;
}
.timeline-circ {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  text-align: center;
  background: #727679;
  color: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: #fff !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.timeline-circ .glyphicon,
.timeline-circ .fa,
.timeline-circ .md {
  top: 0;
  margin: 0;
}
.timeline-circ.circ-lg {
  top: 10px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.timeline-circ.circ-lg .glyphicon,
.timeline-circ.circ-lg .fa,
.timeline-circ.circ-lg .md {
  font-size: 14px;
  line-height: 24px;
}
.timeline-circ.circ-xl {
  top: 6px;
  width: 38px;
  height: 38px;
  margin-left: -19px;
}
.timeline-circ.circ-xl .glyphicon,
.timeline-circ.circ-xl .fa,
.timeline-circ.circ-xl .md {
  font-size: 18px;
  line-height: 32px;
}
.timeline.no-shadow .card,
.timeline.no-shadow .timeline-circ {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline.no-card-shadow .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .timeline.collapse-xs {
    left: 0;
  }
  .timeline.collapse-xs:before {
    left: 10px;
  }
  .timeline.collapse-xs li {
    left: 0;
    width: 100%;
  }
  .timeline.collapse-xs .timeline-entry {
    left: 0 !important;
  }
  .timeline.collapse-xs .timeline-entry .card {
    margin-left: 40px !important;
    margin-right: 0;
  }
  .timeline.collapse-xs .timeline-entry .card:after {
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .timeline.collapse-xs .timeline-circ {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .timeline.collapse-sm {
    left: 0;
  }
  .timeline.collapse-sm:before {
    left: 10px;
  }
  .timeline.collapse-sm li {
    left: 0;
    width: 100%;
  }
  .timeline.collapse-sm .timeline-entry {
    left: 0 !important;
  }
  .timeline.collapse-sm .timeline-entry .card {
    margin-left: 40px !important;
    margin-right: 0;
  }
  .timeline.collapse-sm .timeline-entry .card:after {
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .timeline.collapse-sm .timeline-circ {
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .timeline.collapse-md {
    left: 0;
  }
  .timeline.collapse-md:before {
    left: 10px;
  }
  .timeline.collapse-md li {
    left: 0;
    width: 100%;
  }
  .timeline.collapse-md .timeline-entry {
    left: 0 !important;
  }
  .timeline.collapse-md .timeline-entry .card {
    margin-left: 40px !important;
    margin-right: 0;
  }
  .timeline.collapse-md .timeline-entry .card:after {
    right: auto;
    left: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .timeline.collapse-md .timeline-circ {
    left: 10px;
  }
}
.timeline.collapse-lg {
  left: 0;
}
.timeline.collapse-lg:before {
  left: 10px;
}
.timeline.collapse-lg li {
  left: 0;
  width: 100%;
}
.timeline.collapse-lg .timeline-entry {
  left: 0 !important;
}
.timeline.collapse-lg .timeline-entry .card {
  margin-left: 40px !important;
  margin-right: 0;
}
.timeline.collapse-lg .timeline-entry .card:after {
  right: auto;
  left: -9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline.collapse-lg .timeline-circ {
  left: 10px;
}
.no-ms-clear::-ms-clear {
  display: none;
}
.auto-complete-item {
  background-color: #fff !important;
  color: #313335 !important;
  max-height: 46px !important;
}
.auto-complete-item:hover,
.auto-complete-item-selected {
  background-color: #f5f7f7 !important;
}
.auto-complete-jump-to {
  font-style: italic;
  font-weight: 300;
}
.auto-complete-item > p {
  font-weight: 400 !important;
}
div.auto-complete-container {
  border: 1px solid lightsteelblue;
  background-color: #cccccc;
  white-space: nowrap;
}
div.auto-complete-container.unselectable {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
div.auto-complete-absolute-container {
  position: absolute;
  z-index: 10000;
}
div.auto-complete-container ul.auto-complete-results {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0px;
  padding: 0px;
}
div.auto-complete-container ul.auto-complete-results li.auto-complete-item {
  list-style-type: none;
  padding: 8px 5px;
  background-color: #efefef;
  color: Black;
  cursor: pointer;
  font-weight: bold;
}
div.auto-complete-container ul.auto-complete-results li:not(:first-child) {
  margin-top: 1px;
}
div.auto-complete-container ul.auto-complete-results li.auto-complete-item:hover {
  background-color: #6699FF;
  color: White;
}
div.auto-complete-container ul.auto-complete-results li.auto-complete-item-selected {
  background-color: #6699FF;
  color: White;
}
div.auto-complete-container ul.auto-complete-results li.auto-complete-item.auto-complete-no-match {
  background-color: #efefef;
  color: Black;
  white-space: initial;
}
div.auto-complete-container table.auto-complete {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
  border-width: 0px;
  border-style: none;
}
div.auto-complete-container table.auto-complete tr {
  white-space: nowrap;
  text-align: left;
}
div.auto-complete-container table.auto-complete tbody tr > td {
  padding: 0px;
  background-color: transparent;
  border-width: 0px;
}
ul.auto-complete-results {
  max-height: 600px !important;
}
@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-lg {
    display: none !important;
  }
}
.header {
  z-index: 0 !important;
}
.goog-te-spinner {
  display: none !important;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.recaptcha-info {
  text-align: left !important;
}
.header {
  display: block;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > button,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4.5px 14px;
  line-height: 1.84615385;
  text-decoration: none;
  color: #096fcc;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > button,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > button,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > button:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > button:focus,
.pagination > li > span:focus {
  color: #064783;
  background-color: hsl(208.61538462, 3%, 90%);
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > button,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > button:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > button:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #096fcc;
  border-color: #096fcc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > button,
.pagination > .disabled > button:hover,
.pagination > .disabled > button:focus {
  color: #727679;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > button,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > button,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > button,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > button,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > button,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > button,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-nav {
  margin: 6px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > button,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > button {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > button:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > button:focus {
    background-image: none;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > button {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > button:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > button:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > button,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > button:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > button:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > button,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > button:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > button:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999c9f;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999c9f;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999c9f;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > button {
    color: #999c9f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > button:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > button:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > button,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > button:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > button:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > button,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > button:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > button:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999c9f;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #999c9f;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.modal-header:before,
.modal-header:after {
  content: unset;
}
.modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal-header [data-dismiss="modal"] {
  margin-left: auto;
}
.pdf-download-modal > .modal-dialog {
  width: 80% !important;
  margin: 128px auto !important;
}
.holder {
  position: relative;
}
.no-radius {
  border-radius: 0;
}
.opacity-25 {
  filter: alpha(opacity=25);
  opacity: 0.25;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.opacity-50 {
  filter: alpha(opacity=50);
  opacity: 0.5;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.opacity-75 {
  filter: alpha(opacity=75);
  opacity: 0.75;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.opacity-100 {
  filter: alpha(opacity=100);
  opacity: 1;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.no-margin {
  margin: 0 !important;
}
.margin-bottom-lg {
  margin-bottom: 5px;
}
.margin-bottom-xl {
  margin-bottom: 10px;
}
.margin-bottom-xxl {
  margin-bottom: 20px;
}
.no-padding {
  padding: 0 !important;
}
.force-padding {
  padding: 24px;
}
.large-padding {
  padding: 48px;
}
.small-padding {
  padding: 12px;
}
.no-y-padding {
  padding: 0 24px;
}
.no-side-padding {
  padding: 24px 0;
}
.border-gray,
.border-black,
.border-white,
.border-lg,
.border-xl,
.border-xxl {
  border-style: solid;
  border-width: 1px;
  border-color: #0c0c0c;
}
.border-lg {
  border-width: 2px;
}
.border-xl {
  border-width: 3px;
}
.border-xxl {
  border-width: 5px;
}
.border-white {
  border-color: #fff;
}
.border-gray {
  border-color: #727679;
}
.border-transparent {
  border-color: transparent;
}
.hidden-border {
  border-color: transparent !important;
}
.border-dashed {
  border-style: dashed;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
}
.overlay-default {
  background-color: rgba(114, 118, 121, 0.75);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-primary {
  background-color: rgba(9, 111, 204, 0.75);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-shade-top {
  background-image: -webkit-linear-gradient(top, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990c0c0c', endColorstr='#000c0c0c', GradientType=0);
  background-repeat: repeat-x;
}
.overlay-shade-bottom {
  background-image: -webkit-linear-gradient(top, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c0c0c', endColorstr='#990c0c0c', GradientType=0);
  background-repeat: repeat-x;
}
.mask {
  position: relative;
  overflow: hidden;
}
.bottom-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.top-layer {
  position: relative;
  z-index: 1;
}
.stick-top-left,
.stick-top-right,
.stick-top-left-right {
  position: absolute;
  top: 0;
}
.stick-bottom-left,
.stick-bottom-right,
.stick-bottom-left-right {
  position: absolute;
  bottom: 0;
}
.stick-top-left,
.stick-bottom-left,
.stick-top-left-right,
.stick-bottom-left-right {
  left: 0;
}
.stick-top-right,
.stick-bottom-right,
.stick-top-left-right,
.stick-bottom-left-right {
  right: 0;
}
.height-1,
.size-1 {
  height: 40px;
}
.height-2,
.size-2 {
  height: 80px;
}
.height-3,
.size-3 {
  height: 120px;
}
.height-4,
.size-4 {
  height: 160px;
}
.height-5,
.size-5 {
  height: 200px;
}
.height-6,
.size-6 {
  height: 240px;
}
.height-7,
.size-7 {
  height: 280px;
}
.height-8,
.size-8 {
  height: 320px;
}
.height-9,
.size-9 {
  height: 360px;
}
.height-10,
.size-10 {
  height: 400px;
}
.height-11,
.size-11 {
  height: 440px;
}
.height-12,
.size-12 {
  height: 480px;
}
.width-1,
.size-1 {
  width: 40px;
}
.width-2,
.size-2 {
  width: 80px;
}
.width-3,
.size-3 {
  width: 120px;
}
.width-4,
.size-4 {
  width: 160px;
}
.width-5,
.size-5 {
  width: 200px;
}
.width-6,
.size-6 {
  width: 240px;
}
.width-7,
.size-7 {
  width: 280px;
}
.width-8,
.size-8 {
  width: 320px;
}
.width-9,
.size-9 {
  width: 360px;
}
.width-10,
.size-10 {
  width: 400px;
}
.width-11,
.size-11 {
  width: 440px;
}
.width-12,
.size-12 {
  width: 480px;
}
.auto-width {
  width: auto;
}
@media (min-width: 768px) {
  .scroll-xs {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .scroll-sm {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .scroll-md {
    height: auto !important;
  }
}
.contain-xs {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.contain-sm {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.contain-md {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.contain-lg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.star-rating,
.demo-color {
  display: inline-block;
}
pre.prettyprint {
  display: block;
  background-color: #f7f7f9;
  font-size: 13px;
  padding: 9px 14px !important;
  border-color: #e1e1e8 !important;
  tab-size: 2;
  -moz-tab-size: 2;
  -o-tab-size: 2;
}
pre .nocode {
  background-color: none;
  color: #fff;
}
pre .str {
  color: #da4950;
}
/* string */
pre .kwd {
  color: #2f6f9f;
}
/* js function */
pre .com {
  color: #999999;
}
/* comment */
pre .typ {
  color: #2f6f9f;
}
/* type */
pre .lit {
  color: #cd5c5c;
}
/* literal */
pre .pun {
  color: #4f9fcf;
}
/* punctuation */
pre .pln {
  color: #333333;
}
/* plaintext */
pre .tag {
  color: #2f6f9f;
}
/* html/xml tag */
pre .atn {
  color: #4f9fcf;
}
/* attribute name */
pre .atv {
  color: #da4950;
}
/* attribute value */
pre .dec {
  color: #009999;
}
/* decimal */
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #AEAEAE;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: hsl(208.61538462, 3%, 95%);
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #0c0c0c;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: 0.4;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
/*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: 0;
  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: 2000;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  /*	-moz-border-radius: @radius;
	-webkit-border-radius: @radius;
	border-radius: @radius;*/
  background-position: 15px center;
  background-repeat: no-repeat;
  /*	-moz-box-shadow: @boxShadow;
	-webkit-box-shadow: @boxShadow;
	box-shadow: @boxShadow;*/
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
#toast-container > :hover {
  /*	-moz-box-shadow: @boxShadow;
	-webkit-box-shadow: @boxShadow;
	box-shadow: @boxShadow;*/
  filter: alpha(opacity=100);
  opacity: 1;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
  cursor: pointer;
}
#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-default {
  background-color: #030303;
}
.toast-success {
  background-color: #208822;
}
.toast-error {
  background-color: #d0291c;
}
.toast-info {
  background-color: #20252b;
}
.toast-warning {
  background-color: #FF9800;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #0c0c0c;
  filter: alpha(opacity=40);
  opacity: 0.4;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
/*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;
  }
}
#toast-container > div {
  margin-bottom: 8px;
  padding: 12px 24px;
  width: auto;
  min-width: 288px;
  max-width: 568px;
  filter: alpha(opacity=100);
  opacity: 1;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
#toast-container.toast-bottom-left > div,
#toast-container.toast-bottom-center > div,
#toast-container.toast-bottom-right > div,
#toast-container.toast-bottom-full-width > div {
  margin-top: 8px;
  margin-bottom: 0;
}
#toast-container.toast-top-center > div,
#toast-container.toast-top-full-width > div {
  margin-bottom: 8px;
}
.toast-top-left,
.toast-top-center,
.toast-top-right,
#toast-container.toast-top-full-width {
  top: 24px;
}
.header-fixed .toast-top-left,
.header-fixed .toast-top-center,
.header-fixed .toast-top-right,
.header-fixed #toast-container.toast-top-full-width {
  top: 94px;
}
.toast-top-left,
.toast-bottom-left,
#toast-container.toast-top-full-width,
#toast-container.toast-bottom-full-width {
  left: 88px;
}
.toast-top-right,
.toast-bottom-right,
#toast-container.toast-top-full-width,
#toast-container.toast-bottom-full-width {
  right: 24px;
}
.toast-bottom-left,
.toast-bottom-center,
.toast-bottom-right,
#toast-container.toast-bottom-full-width {
  bottom: 24px;
}
#toast-container.toast-top-full-width,
#toast-container.toast-bottom-full-width {
  width: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  max-width: 100%;
}
.toast-close-button,
button.toast-close-button {
  right: 0;
  top: 0;
  display: inline-block;
  margin: -6px -14px -6px 0;
  width: 36px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border-radius: 999px !important;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4.5px 0;
  font-size: 14px;
  line-height: 1.84615385;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.toast-close-button.btn-flat,
button.toast-close-button.btn-flat {
  padding: 4.5px 0;
}
.toast-close-button:hover,
button.toast-close-button:hover,
.toast-close-button:focus,
button.toast-close-button:focus {
  background-color: rgba(12, 12, 12, 0.07);
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  filter: alpha(opacity=100);
  opacity: 1;
  /*	@opacityPercent: @opacity * 100;
	opacity: @opacity;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opacityPercent})";
	filter: ~"alpha(opacity=@{opacityPercent})";*/
}
.toast-info .toast-progress {
  background: #fff;
}
.toastr-action {
  float: right;
  margin-top: -6px;
  margin-bottom: -6px;
}
.toastr-action:last-child {
  margin-left: 24px;
}
@media (min-width: 1200px) {
  .menubar-pin .toast-top-left,
  .menubar-pin .toast-bottom-left,
  .menubar-pin #toast-container.toast-top-full-width,
  .menubar-pin #toast-container.toast-bottom-full-width {
    left: 264px;
  }
}
@media (max-width: 768px) {
  .toast-top-left,
  .toast-top-center,
  .toast-top-right,
  #toast-container.toast-top-full-width {
    top: 0;
  }
  .header-fixed .toast-top-left,
  .header-fixed .toast-top-center,
  .header-fixed .toast-top-right,
  .header-fixed #toast-container.toast-top-full-width {
    top: 70px;
  }
  .toast-top-left,
  .toast-bottom-left,
  #toast-container.toast-top-full-width,
  #toast-container.toast-bottom-full-width {
    left: 0;
  }
  .toast-top-right,
  .toast-bottom-right,
  #toast-container.toast-top-full-width,
  #toast-container.toast-bottom-full-width {
    right: 0;
  }
  .toast-bottom-left,
  .toast-bottom-center,
  .toast-bottom-right,
  #toast-container.toast-bottom-full-width {
    bottom: 0;
  }
}
a {
  cursor: pointer;
}
#primaryNavBar .active a {
  color: #cd0200;
}
.ng-hide {
  display: none !important;
}
.chunks {
  margin-left: 0;
}
.chunk-content a {
  text-decoration: underline;
}
li.chunk {
  list-style-type: none;
  margin-bottom: 1.5em;
}
.chunk[data-nodedepth="0"] .chunk-title-wrapper {
  font-size: 30px;
  line-height: 40px;
}
.chunk[data-nodedepth="1"] .chunk-title-wrapper {
  font-size: 24px;
  line-height: 34px;
}
.chunk[data-nodedepth="2"] .chunk-title-wrapper {
  font-size: 20px;
  line-height: 30px;
}
.chunk[data-nodedepth="3"] .chunk-title-wrapper {
  font-size: 18px;
  line-height: 28px;
}
.chunk[data-nodedepth="4"] .chunk-title-wrapper {
  font-size: 16px;
  line-height: 26px;
}
.chunk[data-nodedepth="5"] .chunk-title-wrapper {
  font-size: 14px;
  line-height: 24px;
}
.chunk[data-nodedepth="6"] .chunk-title-wrapper {
  font-size: 14px;
  line-height: 24px;
}
.chunk[data-nodedepth="7"] .chunk-title-wrapper {
  font-size: 14px;
  line-height: 24px;
}
.chunk[data-nodedepth="8"] .chunk-title-wrapper {
  font-size: 14px;
  line-height: 24px;
}
.chunk[data-nodedepth="9"] .chunk-title-wrapper {
  font-size: 14px;
  line-height: 24px;
}
.chunk[data-nodedepth="10"] .chunk-title-wrapper {
  font-size: 14px;
  line-height: 24px;
}
/* Content styles*/
/*In order to have whitespace between content and floated left images*/
.chunk-content a img {
  margin-right: 1em;
  margin-left: 1em;
}
p.bc {
  text-align: center;
}
p.content0,
p.content1,
p.content2,
p.content3,
p.content4,
p.content5,
p.content6,
p.content7,
p.content8,
p.content9,
p.contentlistheader1,
p.contentlistheader2,
p.contentlistheader3,
p.contentlistheader4,
p.contentlistheader5,
p.contentlistheader6,
p.contentlistheader7 {
  display: table-cell;
  border-bottom: 4px solid transparent;
  border-left: 0.5rem solid transparent;
}
.listheader0 + p.contentlistheader1,
.listheader1 + p.contentlistheader2,
.listheader2 + p.contentlistheader3,
.listheader3 + p.contentlistheader4,
.listheader4 + p.contentlistheader5,
.listheader5 + p.contentlistheader6,
.listheader6 + p.contentlistheader7 {
  display: block;
}
p.contentlistheader1 {
  margin-left: 2rem;
}
p.contentlistheader2 {
  margin-left: 4.5rem;
}
p.contentlistheader3 {
  margin-left: 7rem;
}
p.contentlistheader4 {
  margin-left: 9.5rem;
}
p.contentlistheader5 {
  margin-left: 12rem;
}
p.contentlistheader6 {
  margin-left: 14.5rem;
}
p.contentlistheader7 {
  margin-left: 17rem;
}
p.incr_ml0 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml1 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml2 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml3 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml4 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml5 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml6 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml7 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml8 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
p.incr_ml9 {
  float: left;
  margin: 0.2rem 0rem 0rem 0rem;
  width: 2rem;
}
/* Washington County, OR has long incrementors and uses p.b0s*/
p.incr0,
p.incr1,
p.incr2,
p.incr3,
p.incr4,
p.incr5,
p.incr6,
p.incr7,
p.incr8 {
  /*position: absolute;*/
  float: left;
  width: auto;
  /*clear: left;*/
  /*margin-right: 1em;*/
  margin-bottom: 0.2rem;
  position: static;
  width: 2rem;
  overflow-wrap: break-word;
  text-align: right;
  margin-left: 0;
  margin-right: 0.5rem;
}
p.incr0 {
  width: 6rem;
}
p.incr1 {
  width: 8.5rem;
}
p.incr2 {
  width: 11rem;
}
p.incr3 {
  width: 13.5rem;
}
p.incr4 {
  width: 16rem;
}
p.incr5 {
  width: 18.5rem;
}
p.incr6 {
  width: 21rem;
}
p.incr7 {
  width: 23.5rem;
}
p.incr8 {
  width: 26rem;
}
/*incrementer margin right + content left border width*/
/*hg0 .. hg9s hanging indents should line up with block1-block9 (p.b1..)
    The first line lines up with the corresponding block (hg2 lines up with content2 and p.b2)
    All other lines line up with next indent - e.g. .hg2 should line up with p.b3 except
    first line should line up with p.b2
*/
p.hg0,
p.hg1,
p.hg2,
p.hg3,
p.hg4,
p.hg5,
p.hg6,
p.hg7,
p.hg8,
p.hg9,
p.hg0-indent1,
p.hg0-indent2,
p.hg0-indent3,
p.hg0-indent4,
p.hg1-indent1,
p.hg1-indent2,
p.hg1-indent3,
p.hg1-indent4,
p.hg2-indent1,
p.hg2-indent2,
p.hg2-indent3,
p.hg2-indent4,
p.hg3-indent1,
p.hg3-indent2,
p.hg3-indent3,
p.hg3-indent4,
p.hg4-indent1,
p.hg4-indent2,
p.hg4-indent3,
p.hg4-indent4,
p.hg5-indent1,
p.hg5-indent2,
p.hg5-indent3,
p.hg5-indent4,
p.hg6-indent1,
p.hg6-indent2,
p.hg6-indent3,
p.hg6-indent4,
p.hg7-indent1,
p.hg7-indent2,
p.hg7-indent3,
p.hg7-indent4,
p.hg8-indent1,
p.hg8-indent2,
p.hg8-indent3,
p.hg8-indent4,
p.hg9-indent1,
p.hg9-indent2,
p.hg9-indent3,
p.hg9-indent4 {
  text-indent: -2.5rem;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
p.b0 {
  margin-left: 6rem;
}
.b1Class {
  margin-left: 7rem;
}
p.hg0,
p.hg0-indent1,
p.hg0-indent2,
p.hg0-indent3,
p.hg0-indent4,
p.b1 {
  margin-left: 7rem;
}
/*
    Increase base width of p.incr: 6rem -> 9rem
    - 15597: Independence, MN
    - 15701: Plymouth, MN
*/
.product_15597 p.incr0,
.product_15701 p.incr0 {
  width: 9rem;
}
.product_15597 p.incr1,
.product_15701 p.incr1 {
  width: 11.5rem;
}
.product_15597 p.incr2,
.product_15701 p.incr2 {
  width: 14rem;
}
.product_15597 p.incr3,
.product_15701 p.incr3 {
  width: 16.5rem;
}
.product_15597 p.incr4,
.product_15701 p.incr4 {
  width: 19rem;
}
.product_15597 p.incr5,
.product_15701 p.incr5 {
  width: 21.5rem;
}
.product_15597 p.incr6,
.product_15701 p.incr6 {
  width: 24rem;
}
.product_15597 p.incr7,
.product_15701 p.incr7 {
  width: 26.5rem;
}
.product_15597 p.incr8,
.product_15701 p.incr8 {
  width: 29rem;
}
/*
    override: Marathon County, WI Code of Ordinances Chapters 13 and 18
*/
.product_12551 .chunk[id^='c_CH13LIFALIOR'] p.incr0 {
  width: 6.5rem;
}
.product_12551 .chunk[id^='c_CH18LADISURE'] p.incr0 {
  width: 7rem;
}
/*
    override: Independence, MO Code of Ordinances - Chapter 14
*/
.product_50014 .chunk[id^='c_CH14UNDEOR'] p.incr0 {
  width: 10rem;
}
.product_50014 .chunk[id^='c_CH14UNDEOR'] p.incr1 {
  width: 10.5rem;
}
/* override: Wayzata, MN uses runin to inline paragraph with heading in print. All other paragraphs are b1s. So we will indent them all 
   Not sure if other codes use runin so we will scope the change to just Wayzata, MN
*/
.product_15527 p.runin {
  margin-left: 7rem;
}
.product_15776 p.incr0,
.product_15776 p.incr1,
.product_15776 p.incr2,
.product_15776 p.incr3,
.product_15776 p.incr4,
.product_15776 p.incr5,
.product_15776 p.incr6,
.product_15776 p.incr7,
.product_15776 p.incr8 {
  width: 2.5rem;
  text-align: left;
}
.product_15776 p.b0 {
  margin-left: auto;
}
.product_15776 p.incr0 {
  text-align: left;
}
.product_15776 p.incr1,
.product_15776 p.hg0,
.product_15776 p.hg0-indent1,
.product_15776 p.hg0-indent2,
.product_15776 p.hg0-indent3,
.product_15776 p.hg0-indent4,
.product_15776 p.b1 {
  margin-left: 3.5rem;
}
.product_15776 p.hg1,
.product_15776 p.hg1-indent1,
.product_15776 p.hg1-indent2,
.product_15776 p.hg1-indent3,
.product_15776 p.hg1-indent4,
.product_15776 p.b2,
.product_15776 p.incr2 {
  margin-left: 7rem;
}
.product_15776 p.hg2,
.product_15776 p.hg2-indent1,
.product_15776 p.hg2-indent2,
.product_15776 p.hg2-indent3,
.product_15776 p.hg2-indent4,
.product_15776 p.b3,
.product_15776 p.incr3 {
  margin-left: 10.5rem;
}
.product_15776 p.hg3,
.product_15776 p.hg3-indent1,
.product_15776 p.hg3-indent2,
.product_15776 p.hg3-indent3,
.product_15776 p.hg3-indent4,
.product_15776 p.b4,
.product_15776 p.incr4 {
  margin-left: 14rem;
}
.product_15776 p.hg4,
.product_15776 p.hg4-indent1,
.product_15776 p.hg4-indent2,
.product_15776 p.hg4-indent3,
.product_15776 p.hg4-indent4,
.product_15776 p.b5,
.product_15776 p.incr5 {
  margin-left: 17.5rem;
}
.product_15776 p.hg5,
.product_15776 p.hg5-indent1,
.product_15776 p.hg5-indent2,
.product_15776 p.hg5-indent3,
.product_15776 p.hg5-indent4,
.product_15776 p.b6,
.product_15776 p.incr6 {
  margin-left: 21rem;
}
.product_15776 p.hg6,
.product_15776 p.hg6-indent1,
.product_15776 p.hg6-indent2,
.product_15776 p.hg6-indent3,
.product_15776 p.hg6-indent4,
.product_15776 p.b7,
.product_15776 p.incr7 {
  margin-left: 24.5rem;
}
.product_15776 p.incr8,
.product_15776 p.hg7,
.product_15776 p.hg7-indent1,
.product_15776 p.hg7-indent2,
.product_15776 p.hg7-indent3,
.product_15776 p.hg7-indent4,
.product_15776 p.b8 {
  margin-left: 28rem;
}
p.hg1,
p.hg1-indent1,
p.hg1-indent2,
p.hg1-indent3,
p.hg1-indent4,
p.b2 {
  margin-left: 9.5rem;
}
p.hg2,
p.hg2-indent1,
p.hg2-indent2,
p.hg2-indent3,
p.hg2-indent4,
p.b3 {
  margin-left: 12rem;
}
p.hg3,
p.hg3-indent1,
p.hg3-indent2,
p.hg3-indent3,
p.hg3-indent4,
p.b4 {
  margin-left: 14.5rem;
}
p.hg4,
p.hg4-indent1,
p.hg4-indent2,
p.hg4-indent3,
p.hg4-indent4,
p.b5 {
  margin-left: 17rem;
}
p.hg5,
p.hg5-indent1,
p.hg5-indent2,
p.hg5-indent3,
p.hg5-indent4,
p.b6 {
  margin-left: 19.5rem;
}
p.hg6,
p.hg6-indent1,
p.hg6-indent2,
p.hg6-indent3,
p.hg6-indent4,
p.b7 {
  margin-left: 22rem;
}
p.hg7,
p.hg7-indent1,
p.hg7-indent2,
p.hg7-indent3,
p.hg7-indent4,
p.b8 {
  margin-left: 24.5rem;
}
p.hg8,
p.hg8-indent1,
p.hg8-indent2,
p.hg8-indent3,
p.hg8-indent4 {
  margin-left: 27rem;
}
p.hg9,
p.hg9-indent1,
p.hg9-indent2,
p.hg9-indent3,
p.hg9-indent4 {
  margin-left: 29.5rem;
}
p.historynote {
  color: #777;
  font-weight: normal;
  font-size: 0.857em;
  font-style: italic;
  line-height: 1.4em;
}
/* cite (UL) stuff...*/
.ulsingle {
  text-decoration: underline;
}
.ulstrike {
  text-decoration: line-through;
}
.uloverrule {
  text-decoration: overline;
}
/* These all default to standard underline, for now... */
.ulxpp04 {
  text-decoration: underline;
}
.ulxpp05 {
  text-decoration: underline;
}
.ulxpp06 {
  text-decoration: underline;
}
.ulxpp07 {
  text-decoration: underline;
}
.ulxpp08 {
  text-decoration: underline;
}
.ulxpp09 {
  text-decoration: underline;
}
.ulxpp10 {
  text-decoration: underline;
}
/* table stuff */
.tableC {
  margin: 0.2rem 0rem 0rem 150px;
  color: #000;
  font-weight: normal;
  font-size: 10pt;
}
.t {
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 1px;
}
.r {
  border-right-color: black;
  border-right-style: solid;
  border-right-width: 1px;
}
.b {
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.l {
  border-left-color: black;
  border-left-style: solid;
  border-left-width: 1px;
}
.sig_table {
  margin: 0.2rem 0rem 0rem 3rem;
  text-indent: 0rem;
  border-style: none;
  width: 90%;
}
.sig_table_cell {
  text-indent: 0rem;
  border-style: none;
}
font.bg_black {
  background-color: black;
}
font.bg_white {
  background-color: white;
}
font.bg_red {
  background-color: #d0291c;
}
font.bg_green {
  background-color: lightgreen;
}
font.bg_blue {
  background-color: blue;
}
font.bg_cyan {
  background-color: cyan;
}
font.bg_magenta {
  background-color: magenta;
}
font.bg_yellow {
  background-color: yellow;
}
p.pc0 {
  margin: 0.2rem 1rem 1rem 0rem;
  background: #eee;
  padding: 10px;
}
p.pc1 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc2 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc3 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc4 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc5 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc6 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc7 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc8 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.pc9 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.p0 {
  margin: 0.2rem 0rem 1rem 0rem;
}
p.p1 {
  margin: 0.2rem 0rem 1rem 2rem;
}
p.p2 {
  margin: 0.2rem 0rem 1rem 4rem;
}
p.p3 {
  margin: 0.2rem 0rem 1rem 6rem;
}
p.p4 {
  margin: 0.2rem 0rem 1rem 8rem;
}
p.p5 {
  margin: 0.2rem 0rem 1rem 10rem;
}
p.p6 {
  margin: 0.2rem 0rem 1rem 12rem;
}
p.p7 {
  margin: 0.2rem 0rem 1rem 14rem;
}
p.p8 {
  margin: 0.2rem 0rem 1rem 16rem;
}
p.p9 {
  margin: 0.2rem 0rem 1rem 18rem;
}
p.p0,
p.p1,
p.p2,
p.p3,
p.p4,
p.p5,
p.p6,
p.p7,
p.p8,
p.p9 {
  text-indent: 2rem;
}
.hanging-indent {
  text-indent: -25px;
  padding-left: 25px;
}
/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none;
}*/
@media (min-width: 768px) {
  #search-modal .modal-body {
    min-height: 355px;
  }
}
#search-results {
  /*padding: 0 10px;*/
  margin-top: 1em;
}
#search-panel .lead {
  text-align: center;
  margin: 0;
  color: #777;
}
#search-results .synopsis {
  padding-left: 1em;
}
#search-results .synopsis em {
  font-weight: bold;
}
.mcc-list {
  margin: 0 0 2em;
}
.mcc-list > li {
  display: block;
  border: 1px solid #DDD;
  border-top: none;
  position: relative;
}
.mcc-list > li.heading {
  border: 1px solid #C1272D;
  background-color: #C1272D;
}
.mcc-list > li.heading.sub-heading {
  background-color: #D55959;
  border-color: #D55959;
}
.mcc-list > li.heading > * {
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 0.3em;
  margin: 0;
  line-height: inherit;
  font-weight: normal;
}
.mcc-list > li.heading > h2 {
  font-size: 1.4em;
}
.mcc-list > li.heading > h3 {
  font-size: 1.2em;
}
.mcc-list .action {
  cursor: pointer;
}
.mcc-list .action:hover {
  z-index: 2;
  border-color: #DDD;
  background-color: #EEE;
}
.mcc-list > li:first-child {
  border-top: 1px solid #DDD;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.mcc-list > li:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.mcc-list > li > div {
  padding: 1em;
}
.mcc-list > li > div.icon {
  padding-right: 2em;
}
.mcc-list > li > div.icon > div.icon {
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -0.5em;
  height: 1em;
  line-height: 1em;
  opacity: 0.35;
}
.mcc-list .split-item > div {
  display: table;
  border-collapse: inherit;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  table-layout: inherit;
  padding: 0;
}
.mcc-list .split-item > div > div {
  display: table-row;
}
.mcc-list .split-item > div > div > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 1em;
}
.mcc-list .split-item .secondary {
  text-align: center;
  opacity: 0.4;
  border-left: 1px solid #DDD;
  width: 4em;
}
.mcc-list .split-item .separator {
  background-color: green;
  position: absolute;
  left: 0;
  height: 80%;
  top: 10%;
  border-right: 1px solid #DDD;
  /*text-indent: -9999px;*/
  color: #DDD;
  /* need this or else border will be default color #333*/
}
.mcc-list-dark > li.heading {
  text-align: center;
  font-weight: bold;
  background-color: #EEE;
  border: 1px solid #d0291c;
}
.mcc-list-dark > li.heading:first-child {
  background-color: #EEE;
  font-size: 1em;
  font-weight: bold;
}
.mcc-list-dark > li.heading > h3 {
  color: #C1272D;
  background-color: #EEE;
  font-size: 1em;
  font-weight: bold;
}
.mcc-list-dark li {
  background-color: white;
  border-color: silver;
  color: #C1272D;
}
.mcc-list-dark li:first-child {
  /*background-color: #8d2024;*/
  background-color: white;
  border-color: silver;
}
.mcc-list-dark .fa-search {
  color: #C1272D;
}
.bottom-space {
  padding-bottom: 12px;
}
.mcc-list2 > li > div,
.mcc-list2 > li > a > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mcc-list2 .split-item .meta-content {
  text-align: center;
  vertical-align: top;
  width: 68px;
}
.popover .mcc-list2 .split-item .primary-content {
  max-width: 75%;
}
.result-number {
  font-size: 32px;
  line-height: 32px;
  color: #888;
}
div.expandableToc {
  /*font-family: open sans, sans-serif;*/
  font-family: sans-serif;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  line-height: 0.9em;
  padding-top: 0.8em;
  padding-left: 0.75em;
}
div.expandableToc containerHeading {
  /*position: relative;
        line-height: .9em;
        padding-top: .8em;
        padding-left: .75em;*/
}
div.expandableToc .expandoRow {
  position: relative;
  line-height: 0.9em;
  padding-top: 0.8em;
  padding-left: 0.75em;
}
div.expandableToc .leaf {
  margin-left: 25px;
  display: block;
  cursor: pointer;
}
div.expandableToc .heading {
  max-width: 300px;
  margin-left: 25px;
  cursor: pointer;
  display: block;
}
div.expandableToc .empty {
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  padding: 0;
  padding-left: 0em;
  /*height:100%;*/
  /*color: rgba(51, 51, 51, .5);*/
  font-family: monospace;
  /*background-color:rgba(100,100,100,.1);*/
  width: 15px;
  z-index: 99;
}
div.expandableToc .visWhenClosed {
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  padding: 0;
  padding-left: 0em;
  /*height:100%;*/
  color: rgba(51, 51, 51, 0.5);
  font-family: monospace;
  /*background-color:rgba(100,100,100,.1);
         width:15px;*/
  z-index: 99;
}
div.expandableToc .visWhenClosed input {
  background-color: whitesmoke;
  /*width:15px;*/
}
/*bumps the leaves' checkboxes over to stay in line with ones that have children*/
div.expandableToc .empty input {
  margin-left: 11px;
}
div.expandableToc.closed .visWhenClosed {
  /*background-image: url("/img/listexpand.png");"*/
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(100, 100, 100, 0.5);
}
.visClosed {
  display: none;
  position: relative;
  top: -1px;
  left: -4px;
}
.visOpen {
  display: inline;
  position: relative;
  top: -1px;
  left: -4px;
}
.closed .visClosed {
  display: inline;
}
.closed .visOpen {
  display: none;
}
div.expandableToc .leftCheck {
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  padding: 0;
  padding-left: 0em;
  z-index: 99;
}
.affix-sidebar {
  /*z-index:1000;*/
}
.actionBar {
  text-align: right;
}
.actionBar i {
  color: #555555;
  font-size: 120%;
  margin-right: 10px;
}
#actionBarModal div.expandableToc {
  background-color: white;
  /*width:400px;*/
  overflow-y: scroll;
  overlfow-x: hidden;
  height: 600px;
}
.expandableTocSelector .visWhenClosed {
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  padding: 0;
  padding-left: 0em;
  /*height:100%;*/
  color: rgba(51, 51, 51, 0.5);
  font-family: monospace;
  background-color: white;
  /*width:15px;*/
  z-index: 99;
}
.header {
  position: relative;
  z-index: 1;
  /*needed for IE7 so fixed header appears on top*/
  background-repeat: repeat;
  background-size: 50px auto;
}
.banner {
  padding: 0;
  height: 60px;
  display: table;
  margin-bottom: 12px;
  width: 100%;
}
.banner > div {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.banner .client-header {
  width: 20%;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8em;
}
.banner h1 {
  margin: 0;
  padding-left: 12px;
}
/*.miniBanner *
        {
            -webkit-transition: all linear 0.3s;
            transition: all linear 0.3s;
        }

        .miniBanner .banner
        {
            margin-top:0;
            line-height:40px;
            margin-bottom:0;
            background-color: #494848;
            text-align: center; 
            height: 40px; 
            color:white;
            background-size: 125px auto;
        }*/
.sidebar-primary {
  /*position: fixed;
            top: 155px;
            bottom: 10px;*/
  /*position:relative;
            z-index: 1100;*/
}
.hiddenToc .sidebar-primary {
  display: none;
}
.hiddenToc .app-main {
  width: 100%;
  margin-left: 2px;
  background-color: white;
}
.mcc-accordion > li > a {
  background-color: #990000 !important;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0 !important;
}
.fade-enter,
.fade-leave {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.fade-enter,
.fade-leave.fade-leave-active {
  opacity: 0;
}
.fade-leave,
.fade-enter.fade-enter-active {
  opacity: 1;
}
.mcc-accordion .mcc-accordion-group.active > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}
.mcc-accordion .mcc-accordion-group ul li a {
  border-radius: inherit;
}
.mcc-accordion .mcc-accordion-group .mcc-accordion-group-body {
  display: none;
  /*-webkit-transition: height 5s ease;*/
  overflow: hidden;
  border: 1px solid #ccc;
}
.mcc-accordion .mcc-accordion-group.active .mcc-accordion-group-body {
  height: auto;
  /*-webkit-transition: height 5s ease;*/
  overflow: auto;
}
.affix-sidebar {
  /*position: fixed;
            top: 210px;
            width: 220px;
            bottom: 10px;
            overflow: auto;
            -webkit-overflow-scrolling: touch;*/
}
.affix-sidebar.affix {
  top: 60px;
}
.search-wrapper {
  position: relative;
  z-index: 1010;
  /**zoom: 1;*/
}
.search-wrapper.focus {
  /**zoom: 1;*/
  width: 680px;
}
.search-wrapper form {
  margin-bottom: 0;
}
#clientSearchBox {
  /*width: 160px;*/
}
/*#clientSearchBox:focus  
        {  
            outline: none;  
        }*/
.search-wrapper.focus #clientSearchBox {
  width: 626px;
  /* 2/3 of container width */
}
.sidebar-primary {
  /*padding-top: 8px;*/
}
#clientSearchPopoverContent {
  display: none;
}
.search-popover-activator + .popover {
  width: 50%;
  max-width: none !important;
  z-index: 1040;
}
.search-popover-activator + .popover .arrow {
  display: none;
}
.popover-close {
  position: absolute;
  top: 10px;
  right: 31px;
}
.popover-content {
  padding: 0;
}
.clientSearchPopoverInner {
  overflow: auto;
  padding: 15px;
  padding-right: 40px;
  /*for close button with scroll bar*/
}
.appNav .tocRoot {
  font-weight: bold;
}
.mcc-accordion-group-body {
  margin-bottom: 0;
}
.mcc-accordion {
  margin-bottom: 0;
}
.mcc-accordion-group.search-results.active .mcc-accordion-group-body {
  max-height: 200px;
}
.mcc-accordion-group.active > a {
  font-weight: bold;
  font-size: 1.2em;
}
/*.affix .search-wrapper
        {
            position: static;
        }*/
/*.affix .popover
        {
            position:absolute;
            /*top: 60px;
            left: 58px; popover calculates these automatically and adjusts if absolute, fixed, etc! 
            bottom: 10px;
        }*/
/*.affix .clientSearchPopoverInner
        {
            position: absolute;
            left: 0;
            right: 0;
            top: 36px;
            /*bottom: 0px;
            max-height:none !important;
        }*/
.loading-indicator-wrapper {
  position: relative;
}
.loading-indicator-overlay {
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  z-index: 10;
  margin-left: -10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.loading-indicator {
  position: fixed;
  z-index: 20;
  text-align: center;
  padding-top: 10px;
}
.loading-indicator img {
  /*width: 50%;*/
  width: 32px;
  max-width: 32px;
}
.space-bottom {
  margin-bottom: 15px;
}
.folder {
  /*margin-top: 30px;*/
}
.toc-title {
  padding: 8px 15px;
  margin: 0;
}
.active > .toc-title {
  padding-left: 10px;
  /*background-color: #428bca;
                color: #fff;*/
}
.gen-toc-nav > li > a,
.gen-toc-nav > li > button {
  padding-top: 6px;
  padding-bottom: 6px;
}
.gen-toc-nav li.ancestor > a,
.gen-toc-nav li.ancestor > button {
  padding-top: 4px;
  padding-bottom: 4px;
  /*padding-left: 10px;*/
  font-size: 12px;
}
.gen-toc-nav > li.child > a,
.gen-toc-nav > li.child > button {
  padding-left: 20px;
}
.gen-toc-nav > li.child.active > a,
.gen-toc-nav > li.child.active > button {
  padding-left: 15px;
}
/*.gen-toc li[depth="0"] > a{
            padding: 8px 15px;
            margin: 0;
            font-size: 1.2em;
        }*/
.panel .btn {
  max-width: 100%;
}
.btn .btn-label {
  width: 97%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.codes-product-pg .list-group-item-heading,
.ords-product-pg .list-group-item-heading {
  font-size: 16px;
}
.left-space {
  margin-left: 6px;
}
.content-type-filters {
  text-align: center;
}
.float-items > li {
  float: left;
}
.clear-left {
  clear: left;
}
@media screen and (min-width: 768px) {
  .large .modal-dialog {
    min-width: 600px;
    max-width: 800px;
    width: 62.5%;
  }
}
/* Munipro*/
.munipro {
  padding: 0 15px;
}
.munipro .search-clients-state-list {
  max-height: 460px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .ng-hide {
    display: none !important;
  }
  .munipro .fixed {
    position: absolute;
  }
  .munipro .fixed-top {
    top: 56px;
  }
  .munipro .fixed-bottom {
    bottom: 42px;
  }
  .munipro .main-header {
    padding-right: 15px;
    margin-right: -15px;
  }
  .munipro .breadcrumb-wrapper {
    max-height: 118px;
    overflow: auto;
    display: table;
    width: 100%;
  }
  .munipro .breadcrumb {
    margin-bottom: 0;
    height: 118px;
    display: table-cell;
    vertical-align: middle;
  }
  .munipro .main-content {
    overflow: auto;
    position: absolute;
    bottom: 0;
    top: 122px;
    padding-right: 15px;
    right: 0;
    left: 15px;
  }
  .munipro .chunks {
    padding-left: 0;
  }
  .munipro #search-results {
    margin-top: 0;
  }
  .munipro .actionBar {
    margin-left: -24px;
  }
  .munipro .sidebar-content {
    position: relative;
    height: 100%;
  }
  .munipro .search-results {
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .munipro .search-results .result-items {
    position: absolute;
    bottom: 0;
    top: 38px;
    overflow: auto;
    left: 0;
    right: 0;
  }
  .munipro .search-results .label {
    line-height: 2.25;
  }
  .munipro .active .result-number {
    color: #ddd;
  }
  .munipro .active .label-default {
    color: #999999;
    background-color: #ffffff;
  }
  /*.navbar
    {
        -webkit-transition: all linear 0.3s;
            transition: all linear 0.3s;
    }

    .row-middle
    {
        -webkit-transition: all linear 0.3s;
            transition: all linear 0.3s;
    }

        .miniBanner .navbar
        {
            top: 40px;
        }

        .miniBanner .row-middle
        {
            top:92px;
        }*/
}
@media screen and (min-width: 992px) {
  .munipro .main-header {
    max-height: 96px;
  }
  .munipro .breadcrumb {
    height: 96px;
  }
  .munipro .main-content {
    top: 122px;
  }
  .navbar {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .row-middle {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .miniBanner .navbar {
    top: 40px;
  }
  .miniBanner .row-middle {
    top: 92px;
  }
}
.navbar {
  margin-bottom: 0;
}
.search-wrapper {
  display: block !important;
  text-align: center;
}
.search-wrapper.focus {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nav-search {
    max-width: 300px;
  }
}
.municode-navbar {
  min-height: 30px;
}
.municode-navbar .navbar-brand {
  padding-top: 7px;
  padding-bottom: 7px;
  height: 34px;
  /*forgot box model padding includes height!*/
}
@media (min-width: 768px) {
  .app-navbar {
    top: 90px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .row-main {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    top: 0;
  }
  .row-middle {
    top: 142px;
    background-color: #f5f5f5;
  }
  .sidebar-primary {
    position: absolute;
    top: 10px;
    bottom: 0;
  }
  .app-main {
    position: absolute;
    top: 10px;
    bottom: 0;
  }
  .app-main h1 {
    margin-top: 0;
  }
  .municode-navbar {
    position: absolute;
  }
}
.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .codebank-active .app-main {
    top: 138px;
  }
}
@media (min-width: 992px) {
  .codebank-active .app-main {
    top: 100px;
  }
}
.app-main h2 {
  margin-bottom: 20px;
}
.app-wrapper {
  /*position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;*/
}
.modal-body {
  min-height: 50px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal-lg {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 775px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 937.5px;
  }
}
.doc-nav {
  text-align: right;
  margin-right: 20px;
}
.flexpaper_tblabel_large {
  width: auto;
}
.flexpaper_toolbarios {
  overflow: visible;
}
.modal-dialog {
  margin-bottom: 0;
}
.seamless {
  border: none;
  width: 100%;
}
#codebank-diff-jobs .list-group-item.btn {
  text-align: left;
}
#codebank-diff-tabs {
  margin-bottom: 20px;
}
ins,
.ins {
  background-color: yellow;
  text-decoration: none;
}
del,
.del {
  color: #C1251A;
  text-decoration: line-through;
}
.modal-fit-height .modal-footer {
  margin-top: 0;
}
.xref-popover-content {
  padding: 10px;
  padding-left: 10px;
  overflow: hidden;
}
.xref-popover-content div {
  overflow: hidden;
}
.popover {
  z-index: 1031;
}
/* https://gist.github.com/matthiasg/6153853 */
/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6 {
  margin-top: 0;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
  color: #B94A48;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
  color: #C09853;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
  color: #3A87AD;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
  color: #3C763D;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.bs-callout-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.h1 {
  font-size: 100%;
}
cite.ulsingle {
  border-bottom: 1px solid #666;
}
.codes-toc-list > li {
  line-height: 2em;
}
.codes-toc-list li[nodeDepth="2"] {
  margin-left: 0.5em;
}
.codes-toc-list li[nodeDepth="3"] {
  margin-left: 1em;
}
.codes-toc-list li[nodeDepth="4"] {
  margin-left: 1.5em;
}
.codes-toc-list li[nodeDepth="5"] {
  margin-left: 2em;
}
.codes-toc-list li[nodeDepth="6"] {
  margin-left: 2.5em;
}
.codes-toc-list li[nodeDepth="1"] > a:first-child {
  font-size: 1.4em;
}
.codes-toc-list li[nodeDepth="2"] > a:first-child {
  font-size: 1.3em;
}
.codes-toc-list li[nodeDepth="3"] > a:first-child {
  font-size: 1.2em;
}
.old-ie-only-upgrade-banner {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 100%;
  color: white;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  /*height:200px;*/
  /*height:115px;*/
  height: 100%;
  display: none;
  z-index: 30000;
  background-color: orange;
}
.old-ie-only-upgrade-banner .ieUpgradeText {
  padding: 0;
  margin: 0;
  margin-right: 47px;
  font-size: 15px;
  top: -3px;
  position: relative;
}
.miniBanner .old-ie-only-upgrade-banner .ieUpgradeText {
  position: relative;
  top: -5px;
}
.old-ie-only-upgrade-banner img {
  height: 25px;
  width: 25px;
}
.old-ie-only-upgrade-banner span {
  display: inline-block;
  margin-left: 30px;
  padding-top: 10px;
}
.miniBanner .old-ie-only-upgrade-banner span {
  padding-top: 0px;
}
.old-ie-only-upgrade-banner div {
  /*margin-top: 20px;*/
}
.old-ie-only-upgrade-banner A {
  color: white;
}
.old-ie-only-upgrade-banner button.closeText {
  border: none;
  background-color: white;
  color: orange;
  padding: 4px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav > li > a,
  .nav > li > button {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.nav-search {
  overflow: hidden;
}
.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.subtle-hover-menu > li > a:hover,
.subtle-hover-menu > li > a:focus {
  text-decoration: none;
  color: inherit;
  background-color: #f5f5f5;
}
.label-bordered {
  color: inherit;
  border: 1px solid #ccc;
  background-color: inherit;
}
#tocTabs > li > a {
  position: relative;
  display: block;
  padding: 10px 8px;
}
@media print {
  ins,
  .ins {
    background-color: yellow !important;
    -webkit-print-color-adjust: exact;
    border: 1px solid black !important;
    /* can't force print color except in Chrome*/
  }
  del,
  .del {
    color: #d0291c !important;
    text-decoration: line-through;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}
table.left {
  margin-left: 0px;
  margin-right: auto;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
table.right {
  margin-left: auto;
  margin-right: 0px;
}
td.left {
  text-align: left;
}
.table > thead > tr > th.top,
.table > tbody > tr > th.top,
.table > tfoot > tr > th.top,
.table > thead > tr > td.top,
.table > tbody > tr > td.top,
.table > tfoot > tr > td.top,
td.top {
  vertical-align: top;
}
td.center {
  text-align: center;
}
td.right {
  text-align: right;
}
@media print {
  * {
    overflow: visible;
  }
  .codes {
    overflow: visible;
  }
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 33%;
  padding: 10px;
}
#primaryNavBar {
  font-size: 20px;
}
.validation-label {
  visibility: hidden;
}
.has-error .validation-label {
  visibility: visible;
}
@media (min-width: 1200px) {
  .blockIfWide {
    display: block;
  }
  .inlineIfWide {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .blockIfWide {
    display: none;
  }
  .inlineIfWide {
    display: none;
  }
}
.toggle-group .btn-default.active {
  color: #323232;
  background-color: #e6e6e6;
  background-color: #f6f6f6;
  border-color: #adadad;
  border: 0px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.toggle-group .btn-default.active:hover {
  background-color: #e6e6e6;
}
.toggle-group .btn-default {
  /*color: #333;*/
  background-color: #fff;
  border-color: #333;
  background-image: none;
}
.toggle-group .btn-success:hover {
  border: 0px;
}
.ital {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a,
.dropdown-menu-large > li > ul > li > button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus,
.dropdown-menu-large > li ul > li > button:hover,
.dropdown-menu-large > li ul > li > button:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus,
.dropdown-menu-large .disabled > button,
.dropdown-menu-large .disabled > button:hover,
.dropdown-menu-large .disabled > button:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus,
.dropdown-menu-large .disabled > button:hover,
.dropdown-menu-large .disabled > button:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
.flexpaper_printdialog_button {
  cursor: pointer;
}
.table-toolbar {
  padding-bottom: 5px;
  display: flex;
  flex-direction: row-reverse;
}
.content-body {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 12px;
}
ui-view {
  /*display: block;*/
}
.content-wrapper {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.client-content-body {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 0;
}
.bottom-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  z-index: 1;
}
.fa-toggle-on {
  color: green;
}
.card-head-xs .breadcrumb {
  height: 36px;
}
.absolute-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-head-xs + .absolute-full {
  top: 36px;
}
.alt-column {
  background-color: #F8F8F8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.offcanvas {
  width: 100%;
}
#offCanvasLeft {
  left: -100%;
  right: 0;
}
#offCanvasRight {
  left: 100%;
  right: auto;
}
.offcanvas-head + .offcanvas-body {
  top: 40px;
}
.smaller-padding {
  padding: 8px;
}
.side-padding-only {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.timeline-header {
  margin-bottom: 0;
}
.popover-content {
  overflow: auto;
}
.footnoteContentForPrinting {
  font-size: 70%;
  color: #555555;
  background-color: #ccc;
  font-style: italic;
  margin-left: 50px;
}
.bdit {
  font-weight: bold;
  font-style: italic;
}
.uldouble {
  border-bottom: 3px double;
}
.btn-flat:active,
.btn-icon-toggle:active,
.btn-flat.active,
.btn-icon-toggle.active,
.btn-flat:hover,
.btn-icon-toggle:hover,
.btn-flat:focus,
.btn-icon-toggle:focus {
  /*background-color: inherit;*/
}
.loading-aware {
  transition: opacity linear 0.3s;
}
.loading {
  opacity: 0.3;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 5px;
}
.primary-heading {
  border-bottom: 1px solid #096fcc;
  padding-bottom: 8px;
}
.mobile-browser .btn-icon-toggle:hover,
.mobile-browser .btn-flat:hover {
  background: inherit !important;
}
.mobile-browser .btn-primary.btn-flat:hover {
  color: #096fcc !important;
}
.mobile-browser .btn-accent.btn-flat:hover {
  color: #d0291c !important;
}
.mobile-browser .btn-success.btn-flat:hover {
  color: #208822 !important;
}
.mobile-browser .btn-danger.btn-flat:hover {
  color: #d0291c !important;
}
.full-width-with-icon {
  width: calc(100% - 36px);
}
.flexpaper_slider {
  width: 50px;
}
#toast-container > .toast-info {
  background-image: none !important;
}
.dropdown-menu {
  color: hsl(208.61538462, 3%, 20%);
}
.hidden-unfolded {
  display: inherit;
}
.menubar-visible .hidden-unfolded,
.menubar-pin .hidden-unfolded {
  display: none;
}
fthfoot {
  display: none !important;
}
.footnoteContentForPrinting {
  display: none;
}
@media print {
  .footnoteContentForPrinting {
    display: block;
    font-size: 70%;
    color: #555555;
    background-color: #ccc;
    font-style: italic;
    margin-left: 50px;
  }
}
.ordinance-link {
  text-decoration: underline;
}
.mcc-btn-group {
  display: inline-block;
}
.mcc-btn-group .btn {
  margin: 4px;
}
#menubar .menubar-foot-panel {
  padding: 0;
  padding-bottom: 8px;
}
/*.gui-controls > li > a {
    min-height: 28px;
    line-height: 28px;
}

.gui-icon{
    height: 28px;
}

.gui-icon .fa:first-child, .gui-icon .md:first-child, .gui-icon .glyphicon:first-child {
    line-height: 28px;
}*/
#menubar .menubar-scroll-panel {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: 100%;
  min-height: 0;
  overflow-x: hidden;
}
.menubar-visible #menubar .menubar-scroll-panel {
  overflow-y: auto;
}
li.client-menu-active-selection {
  border-right: 5px solid #d0291c;
}
li.client-menu-active-selection.expanded {
  border-right: 0px;
}
.client-menu-active-sub-selection {
  border-right: 5px solid #d0291c;
}
.subsec1,
.subsec2,
.subsec3,
.subsec4,
.subsec5,
.subsec6 {
  font-weight: bold;
}
p.listheader0,
p.listheader1,
p.listheader2,
p.listheader3,
p.listheader4,
p.listheader5,
p.listheader6,
p.listheader7,
p.listheader8,
p.listheader9,
p.listheader10 {
  margin: 0 0 0 0;
  font-weight: bold;
  float: left;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.dropdown-menu .visible-lg-inline {
  display: inline !important;
}
p.bc0,
p.bc1,
p.bc2,
p.bc3,
p.bc4,
p.bc5,
p.bc6 {
  text-align: center;
}
/*.product_15510 {
    //https://www.municode.com/library/or/washington_county/codes/community_development_code?nodeId=COMMUNITY_DEVELOPMENT_CODE_ARTIIPR
    p.incr1, p.b1 {
        margin-left: 6.5em;
    }

    p.incr2, p.b2 {
        margin-left: 13em;
    }

    p.incr3, p.b3 {
        margin-left: 15.5em;
    }

    p.incr4, p.b4 {
        margin-left: 18em;
    }

    p.incr5, p.b5 {
        margin-left: 20.5em;
    }

    p.incr6, p.b6 {
        margin-left: 23em;
    }

    p.incr7, p.b7 {
        margin-left: 25.5em;
    }

    p.incr1, p.incr0 {
        width: 6em;
    }
}

.product_15386 {
    //https://www.municode.com/library/ne/syracuse/codes/code_of_ordinances?nodeId=COOR_APXBZO_ART2DE_S2.02DE
    p.incr1, p.b1 {
        margin-left: 6.5em;
    }

    p.incr2, p.b2 {
        margin-left: 13em;
    }

    p.incr3, p.b3 {
        margin-left: 15.5em;
    }

    p.incr4, p.b4 {
        margin-left: 18em;
    }

    p.incr5, p.b5 {
        margin-left: 20.5em;
    }

    p.incr6, p.b6 {
        margin-left: 23em;
    }

    p.incr7, p.b7 {
        margin-left: 25.5em;
    }

    p.incr1, p.incr0 {
        width: 6em;
    }
}


.product_16249 {
    //https://wwwstage.municode.com/library/nv/carson_city/codes/code_of_ordinances?nodeId=TIT18_APPENDIXCADEST_DIV2PALO
    p.incr1, p.b1 {
        margin-left: 6.5em;
    }

    p.incr2, p.b2 {
        margin-left: 13em;
    }

    p.incr3, p.b3 {
        margin-left: 15.5em;
    }

    p.incr4, p.b4 {
        margin-left: 18em;
    }

    p.incr5, p.b5 {
        margin-left: 20.5em;
    }

    p.incr6, p.b6 {
        margin-left: 23em;
    }

    p.incr7, p.b7 {
        margin-left: 25.5em;
    }

    p.incr1, p.incr0 {
        width: 6em;
    }
}

.product_14647 {
    //https://library.municode.com/ga/greene_county/codes/code_of_ordinances?nodeId=PTIICOOR_APXBZO_ARTVIIUSREDI
    p.incr1, p.b1 {
        margin-left: 6.5em;
    }

    p.incr2, p.b2 {
        margin-left: 13em;
    }

    p.incr3, p.b3 {
        margin-left: 19.5em;
    }

    p.incr4, p.b4 {
        margin-left: 26em;
    }

    p.incr5, p.b5 {
        margin-left: 28.5em;
    }

    p.incr6, p.b6 {
        margin-left: 31em;
    }

    p.incr7, p.b7 {
        margin-left: 33.5em;
    }

    p.incr1, p.incr2, p.incr3 {
        width: 6em;
    }
}

.product_14379 {
    //https://librarystage.municode.com/fl/lauderdale_lakes/codes/land_development_regulations_?nodeId=CH7USRE_S712SPUSRE
    p.incr0, p.incr1, p.incr2, p.incr3, p.incr4, p.incr5, p.incr6, p.incr7,
    {
        text-align: right;
        margin-left: 0;
        margin-right: 1.5em;
    }

    p.incr0 {
        width: 6em;
    }

    p.incr1 {
        width: 13em;
    }

    p.incr2 {
        width: 20em;
    }

    p.incr3 {
        width: 27em;
    }

    p.incr4 {
        width: 34em;
    }

    p.incr5 {
        width: 41em
    }

    p.incr6 {
        width: 48em;
    }

    p.incr7 {
        width: 55em;
    }

    p.b0 {
        margin-left: 6em;
    }

    p.b1 {
        margin-left: 13em;
    }

    p.b2 {
        margin-left: 20em;
    }

    p.b3 {
        margin-left: 27em;
    }

    p.b4 {
        margin-left: 34em;
    }

    p.b5 {
        margin-left: 41em
    }

    p.b6 {
        margin-left: 48em;
    }

    p.b7 {
        margin-left: 55em;
    }
}

.product_11363 {
    //https://library.municode.com/ct/norwich/codes/code_of_ordinances?nodeId=PTIITHCOOR_APXAZORE_CH2BUDI_2.9PRMAREDIPM
    p.incr1, p.b1 {
        margin-left: 7.5em;
    }

    p.incr2, p.b2 {
        margin-left: 15em;
    }

    p.incr3, p.b3 {
        margin-left: 21.5em;
    }

    p.incr4, p.b4 {
        margin-left: 28em;
    }

    p.incr5, p.b5 {
        margin-left: 30.5em;
    }

    p.incr6, p.b6 {
        margin-left: 34em;
    }

    p.incr7, p.b7 {
        margin-left: 36.5em;
    }

    p.incr1, p.incr2, p.incr3 {
        //width: 7em;
    }

    p.content4 + p.incr2 {
        //margin-left: 21em;
    }

    p.incr2 img {
        position: absolute;
        margin-left: -4em;
    }
}*/
span.popoverPositioner {
  position: relative;
  display: inline-block;
}
.dropdown-child {
  display: block;
  padding: 5px 20px;
  line-height: 1.84615385;
  color: #313335;
  white-space: nowrap;
}
.hit {
  background-color: #FFFF00;
  font-style: normal;
}
.expanded-table-viewer-wrapper .tableWrapper > table.makeFixedTable > thead,
.expanded-table-viewer-wrapper .tableWrapper > table:not(.makeFixedTable) > tbody > tr > th {
  background-color: lightgray;
}
/* can make custom css per highlight
    .hlt1{} etc

*/
span.med {
  font-style: normal;
  font-weight: normal;
}
p.hgem0 {
  margin: 0.2rem 0rem 0rem 1rem;
  text-indent: -1rem;
}
p.hgem1 {
  margin: 0.2rem 0rem 0rem 3rem;
  text-indent: -1rem;
}
p.hgem2 {
  margin: 0.2rem 0rem 0rem 5rem;
  text-indent: -1rem;
}
p.hgem3 {
  margin: 0.2rem 0rem 0rem 7rem;
  text-indent: -1rem;
}
p.hgem4 {
  margin: 0.2rem 0rem 0rem 9rem;
  text-indent: -1rem;
}
p.hgem5 {
  margin: 0.2rem 0rem 0rem 11rem;
  text-indent: -1rem;
}
p.hgem6 {
  margin: 0.2rem 0rem 0rem 13rem;
  text-indent: -1rem;
}
p.hgem7 {
  margin: 0.2rem 0rem 0rem 15rem;
  text-indent: -1rem;
}
p.hgem8 {
  margin: 0.2rem 0rem 0rem 17rem;
  text-indent: -1rem;
}
p.hgem9 {
  margin: 0.2rem 0rem 0rem 19rem;
  text-indent: -1rem;
}
table.b0,
.table-wrapper-container-b0 {
  margin: 0.2rem 0rem 0rem 3rem;
  text-indent: 0rem;
}
table.b1,
.table-wrapper-container-b1 {
  margin: 0.2rem 0rem 0rem 6rem;
  text-indent: 0rem;
}
table.b2,
.table-wrapper-container-b2 {
  margin: 0.2rem 0rem 0rem 9rem;
  text-indent: 0rem;
}
table.b3,
.table-wrapper-container-b3 {
  margin: 0.2rem 0rem 0rem 12rem;
  text-indent: 0rem;
}
table.b4,
.table-wrapper-container-b4 {
  margin: 0.2rem 0rem 0rem 15rem;
  text-indent: 0rem;
}
table.b5,
.table-wrapper-container-b5 {
  margin: 0.2rem 0rem 0rem 18rem;
  text-indent: 0rem;
}
table.b6,
.table-wrapper-container-b6 {
  margin: 0.2rem 0rem 0rem 21rem;
  text-indent: 0rem;
}
table.b7,
.table-wrapper-container-b7 {
  margin: 0.2rem 0rem 0rem 24rem;
  text-indent: 0rem;
}
table.b8,
.table-wrapper-container-b8 {
  margin: 0.2rem 0rem 0rem 27rem;
  text-indent: 0rem;
}
table.b9,
.table-wrapper-container-b9 {
  margin: 0.2rem 0rem 0rem 30rem;
  text-indent: 0rem;
}
/* rotate cells content */
td.cw180 > div,
th.cw180 > div {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}
td.cw270 > div,
th.cw270 > div {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
td.cw90 > div,
th.cw90 > div {
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
td.cw270,
th.cw270,
td.cw90,
th.cw90 {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  td.cw180 > div,
  th.cw180 > div {
    white-space: nowrap;
    display: inline;
  }
  td.cw270 > div,
  th.cw270 > div {
    white-space: nowrap;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    display: inline;
  }
  td.cw90 > div,
  th.cw90 > div {
    white-space: nowrap;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    display: inline;
  }
}
.header-fixed #header {
  position: fixed;
}
.header-fixed #header:before {
  height: 70px;
}
/*#header{
    height: @headerHeight;
    position: fixed;

    .row > div{
        padding: 0;
    }

    .headerbar-left{
        margin-left: 0;
        height: initial;
        border-bottom: 0;
    }

    .header-nav{
        height: @headerHeight;

        li{
           padding: 0;
        }
    }

    .header-nav-brand{
        padding-left: 0;

        img{
            max-height: @headerHeight;
        }
    }
}*/
#base {
  padding-left: 0;
}
#content {
  padding-top: 70px;
}
.zone {
  padding: 0;
}
.zone-head {
  padding: 12px 24px;
}
.zone-body {
  padding: 12px 24px;
}
#toc {
  margin-left: 36px;
}
.toc-zone-head {
  display: none;
}
.product-info-heading {
  margin: 0 0 12px;
  text-align: center;
  font-weight: 300;
}
.persistent-off-canvas {
  width: 90%;
  top: 70px;
}
#menubar {
  top: 70px;
  width: 36px;
}
#menubar .gui-controls > li > a,
#menubar .gui-controls > li > .menu-button {
  min-width: 36px;
}
#menubar .gui-icon {
  left: 2px;
  width: 36px;
}
#menubar.menubar-inverse:before {
  top: -100px;
  bottom: -100px;
}
#menubar.show {
  transform: translate(0, 0);
}
#mobileToolbar {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 15px;
  padding: 0;
  background-color: white;
}
.anchor-offset {
  display: block;
  visibility: hidden;
  position: relative;
  top: -78px;
  padding: 0 !important;
}
.mobile-header {
  position: fixed;
  z-index: 1023;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-color: white;
  /*&.toc-visible {
        .heading {
            right: 80px;
            padding-left: 0;
        }

        .actions {
        }
    }*/
}
.mobile-header .heading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  /*> div {
            float: left;
            height: @headerHeight-xs;

            & + div{
                width: calc(100% ~"-" 36px)
            }
        }*/
}
.mobile-header .heading.one-action {
  right: 42px;
}
.mobile-header .heading .vert-center {
  float: left;
  height: 70px;
}
.mobile-header .heading .heading-title {
  font-weight: 300;
  font-size: 18px;
}
.mobile-header .heading h1.heading-title {
  padding-top: 7px;
}
.mobile-header .actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: right;
}
.full-screen-info-card-wrapper {
  position: fixed;
  top: 78px;
  bottom: 20px;
  right: 12px;
  left: 12px;
  z-index: 4;
}
.full-screen-info-card-wrapper > .card {
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.results-pager-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-color: white;
  border-top: 1px solid #ccc;
}
.results-pager-nav .pager {
  margin: 0;
}
.primary.has-hits .zone-body {
  padding-bottom: 30px;
}
.menubar-foot-panel .smaller-padding {
  padding-bottom: 0;
}
.menubar-foot-panel {
  padding-bottom: 0;
}
#toolbar {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .offcanvas-pane,
  .offcanvas-pane.active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #menubar .menubar-foot-panel {
    padding: 0;
  }
}
/* show the client menu on all pages, make header and client menu larger */
@media (min-width: 768px) {
  .header-fixed #header:before {
    height: 70px;
  }
  /*#header {
        height: @headerHeight;
        position: fixed;

        .row > div {
            padding: 0;
        }

        .headerbar-left {
            margin-left: 0;
            height: initial;
            border-bottom: 0;
        }

        .header-nav {
            height: @headerHeight;

            li {
                padding: 0;
            }
        }

        .header-nav-brand {
            padding-left: 0;

            img {
                max-height: @headerHeight;
            }
        }
    }*/
  #content {
    padding-top: 70px;
    padding-left: 64px;
  }
  #toc {
    margin-left: 0;
  }
  .persistent-off-canvas {
    width: 309.33333333px;
    top: 70px;
  }
  #menubar {
    top: 70px;
    width: 64px;
  }
  #menubar .gui-controls > li > a,
  #menubar .gui-controls > li > .menu-button {
    min-width: 64px;
  }
  #menubar .gui-icon {
    left: 0px;
    width: 64px;
  }
  .anchor-offset {
    top: -78px;
  }
  .mobile-header {
    height: 70px;
  }
  .mobile-header .heading .vert-center {
    float: left;
    height: 70px;
    padding: 10px 0px 10px 0px;
  }
  .mobile-header .heading .heading-title {
    font-weight: 300;
    font-size: 24px;
  }
  .full-screen-info-card-wrapper {
    top: 78px;
    left: 76px;
  }
  .results-pager-nav {
    left: 64px;
  }
}
@media (min-width: 992px) {
  /* at this viewport left sidebar starts open at 33% and right sidebar is hidden. 
        When right sidebar is opened it flys over content (doesn't push content zone) */
  body {
    overflow: hidden;
  }
  #content {
    position: absolute;
    top: 70px;
    left: 64px;
    right: 0;
    bottom: 0;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
    overflow: hidden;
  }
  .zones {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #toolbar + .zones {
    top: 37px;
  }
  #toolbar .breadcrumb {
    max-height: 36px;
    font-size: 1em;
    line-height: 36px;
  }
  .zone {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .zone-head {
    min-height: 36px;
    line-height: 32px;
    position: sticky;
    top: 0;
    padding: 0;
    z-index: 1;
    background-color: #fff;
  }
  .zone-body {
    padding: 0 12px;
  }
  .zone-foot {
    position: sticky;
    bottom: 0;
  }
  #toc {
    left: 0;
    width: 33%;
    margin-left: 0;
    z-index: 1;
    border-right: 1px solid #ccc;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .toc-zone-head {
    display: block;
    background-color: #f2f2f3;
    border-color: #f2f2f3;
    color: #313335;
  }
  .toc-zone-body {
    padding: 0 12px 12px;
  }
  .toc-zone-body .heading {
    margin: 0;
    margin-bottom: 0.5em;
  }
  .zone-head-product {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 8px;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
  }
  .primary {
    left: 33%;
    right: 0;
    -webkit-transition: -webkit-left 0.3s ease-in-out;
    -moz-transition: -moz-left 0.3s ease-in-out;
    -o-transition: -o-left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .primary .zone-head + .zone-body {
    margin-top: 46px;
  }
  .primary-zone-head {
    margin: 0 36px;
    border-bottom: 1px solid #ccc;
    /* #ccc */
  }
  .primary-zone-body {
    padding: 12px 36px;
  }
  .no-toc .primary {
    left: 0;
  }
  .toc-zone-slideout-closed #toc {
    transform: translateX(-100%) translateX(30px);
    overflow: hidden;
  }
  .toc-zone-slideout-closed #toc + .primary {
    left: 30px;
  }
  .persistent-off-canvas {
    top: 107px;
  }
  .anchor-offset {
    top: -8px;
  }
  .results-pager-nav {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 1200px) {
  #toc {
    width: 378.66666667px;
  }
  .primary {
    left: 378.66666667px;
  }
}
@media (min-width: 1400px) {
  .off-canvas-slide-content .primary {
    right: 309.33333333px;
  }
}
mcc-client-home-content {
  display: block;
}
mcc-client-mobile-logo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
mcc-search {
  display: block;
}
@media (min-width: 992px) {
  mcc-search .mcc_search_result_action_bar {
    width: 246px !important;
  }
}
mcc-search .search-result-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: 100%;
}
mcc-search .mcc_search_result_action_bar {
  width: 36px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
mcc-search section {
  padding-left: 0;
}
mcc-search .mobile-header {
  padding-left: 0;
}
mcc-search .mobile-header #clientSearchBox {
  width: 100%;
  border: 0;
  font-size: 22px;
  color: hsl(208.61538462, 3%, 20%);
}
mcc-search .mobileSearchTextClear {
  text-transform: none;
}
#mobileSearchOptionsToggle {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 6px;
  opacity: 0.7;
}
#mobileSearchOptionsToggle i {
  font-size: 18px;
}
.mobileSearchOptions {
  position: absolute;
  top: 3px;
  right: 3px;
  line-height: 20px;
}
.nav-tabs {
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
}
.fabBtnContainer {
  display: inline-block;
  position: relative;
}
.results {
  z-index: 1;
  padding-right: 0;
  padding-top: 0;
}
.results ul.card-head.nav-tabs {
  min-height: 45px;
}
.results ul.card-head.nav-tabs li a,
.results ul.card-head.nav-tabs li button {
  height: 43px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 43px;
}
.results-title {
  margin: 0;
  line-height: 36px;
}
.search-result {
  box-shadow: none;
  margin-bottom: 30px;
}
.search-result .result-title {
  margin-bottom: 6px;
}
.search-result .card-body {
  padding: 0;
  padding-left: 15px;
}
.search-result .search-result-body {
  padding-left: 0px;
  padding-right: 0px;
}
.search-result .breadcrumb {
  margin-bottom: 8px;
  line-height: 110%;
}
.search-result-number,
.search-result-body {
  display: table-cell;
}
.search-result-number {
  width: 40px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #096fcc;
}
.search-result-body {
  padding: 0 24px;
}
.inline-sort .form-group {
  padding-top: 0;
}
.form-inline .action-group {
  display: inline-block;
  margin-right: 12px;
}
.form-inline .action-group + .action-group:before {
  content: "";
  border-right: 1px solid #ccc;
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.form-inline .action-group:last-child {
  margin-right: 0;
}
.form-inline .btn {
  margin-top: 0;
}
.mini-search-results .result.active {
  border-left: 1px solid #d0291c;
  padding-left: 10px;
}
#search-options {
  margin-top: -11px;
}
.searching-notification {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.munipro-state-select-wrapper {
  position: fixed;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 2;
}
.munipro-state-select-wrapper .card-munipro-state-select {
  max-width: 900px;
  margin: 0 auto;
  height: 100%;
}
.munipro-state-select-wrapper .card-munipro-state-select .card-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 112px);
}
#muniproIndicator {
  position: absolute;
  font-size: 7em;
  text-transform: uppercase;
  /* text-shadow: 2px 2px 4px red; */
  /* width: 100%; */
  /* text-orientation: sideways-right; */
  line-height: 0.8;
  writing-mode: vertical-rl;
  top: 0px;
  right: 10px;
  /* font-family: "segoe-ui", tahoma, verdana; */
  padding-top: 2px;
  display: none;
}
@media (min-width: 768px) {
  #search-options {
    margin-top: -19px;
  }
  .munipro-state-select-wrapper {
    left: 89px;
  }
}
@media (max-width: 767px) {
  mcc-search .zone-body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  mcc-search {
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .munipro-state-select-wrapper {
    top: 95px;
  }
}
mcc-codes {
  display: block;
}
.chunks a {
  text-decoration: underline;
  color: #096fcc;
}
#mcc_desktop_codes_mini_toc {
  display: none;
}
.chunks {
  padding: 0;
}
.chunk-heading {
  display: table;
  width: 100%;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.3;
  text-rendering: optimizelegibility;
}
.chunk-heading h2 {
  font-weight: bold;
}
.chunk-title-wrapper,
.chunk-label {
  display: table-cell;
  vertical-align: middle;
}
.mcc_codes_content_action_bar {
  display: table-cell;
  vertical-align: middle;
  width: 36px;
  position: relative;
  right: -10px;
}
.chunk-title {
  display: inline-block;
}
@media (min-width: 768px) {
  .mcc_codes_content_action_bar {
    width: 246px;
  }
}
mcc-codes-content {
  display: block;
}
mcc-codes-content-chunk {
  display: block;
}
@media (max-width: 767px) {
  mcc-codes-save .download-body {
    height: calc(100% - 110px);
  }
  mcc-codes-save .auxLabel {
    display: none;
  }
  mcc-codes-email .email-body {
    height: calc(100% - 110px);
  }
  mcc-codes-email .auxLabel {
    display: none;
  }
}
.quick-list-docs .quick-list-doc {
  padding: 0 0 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.quick-list-docs .quick-list-doc.active {
  border-left: 1px solid #d0291c;
  padding-left: 10px;
}
.quick-list-docs .crumb {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  padding-left: 12px;
}
.quick-list-docs .crumb:after {
  content: " /";
}
.chunk-nav {
  padding: 12px 0;
}
.footnote-content {
  line-height: 20px;
  font-style: italic;
  margin: 0px 20px 13px 20px;
  border-left: 1px solid #ccc;
  font-size: smaller;
  padding-left: 20px;
  font-family: sans-serif;
}
.footnote-content > p {
  margin: 0 !important;
}
.animate-in {
  animation: animateIn 0.4s ease-in forwards;
}
@keyframes animateIn {
  to {
    opacity: 1;
  }
}
mcc-ordinances,
mcc-ordinances-content {
  display: block;
}
.munidocs .breadcrumb {
  font-size: 1em;
}
.mini-search-results h3 {
  margin: 0;
  margin-bottom: 8px;
}
.mini-search-results .result {
  padding: 12px 0;
}
.mini-search-results .result p {
  margin: 0;
}
.mini-search-results .result .result-num {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ccc;
}
.mini-search-results .result .product-name {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
.mini-search-results .result .crumb {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.mini-search-results .result .breadcrumb li {
  line-height: 0.9;
}
.label {
  font-size: max(75%, 11px);
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input[type="checkbox"] {
  transform: scale(1.5);
  cursor: pointer;
}
[aria-disabled="true"] {
  opacity: 0.7;
  cursor: not-allowed;
}
fieldset[aria-disabled="true"] .radio label span {
  cursor: not-allowed;
}
.mcc-flex-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.mcc-flex-row .badge,
.mcc-flex-row .pull-right {
  margin-left: auto;
  flex: none;
}
.mcc-align-items-center {
  align-items: center;
}
main.style-default-dark {
  background-color: #20252b;
  border-color: #20252b;
  color: #ffffff;
}
main.style-default-dark .btn-icon-toggle:hover,
main.style-default-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-default {
  background-color: #e5e6e6;
  border-color: #e5e6e6;
  color: #313335;
}
main.style-default .btn-icon-toggle:hover,
main.style-default .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
main.style-default-light {
  background-color: #f2f2f3;
  border-color: #f2f2f3;
  color: #313335;
}
main.style-default-light .btn-icon-toggle:hover,
main.style-default-light .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
main.style-default-bright {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #313335;
}
main.style-default-bright .btn-icon-toggle:hover,
main.style-default-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
main.style-gray-dark {
  background-color: #313335;
  border-color: #313335;
  color: #ffffff;
}
main.style-gray-dark .btn-icon-toggle:hover,
main.style-gray-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-gray {
  background-color: #535658;
  border-color: #535658;
  color: #ffffff;
}
main.style-gray .btn-icon-toggle:hover,
main.style-gray .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-gray-light {
  background-color: #96999c;
  border-color: #96999c;
  color: #ffffff;
}
main.style-gray-light .btn-icon-toggle:hover,
main.style-gray-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-gray-bright {
  background-color: #bdbfc1;
  border-color: #bdbfc1;
  color: #ffffff;
}
main.style-gray-bright .btn-icon-toggle:hover,
main.style-gray-bright .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-primary {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}
main.style-primary .btn-icon-toggle:hover,
main.style-primary .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-primary-light {
  background-color: #91cbf9;
  border-color: #91cbf9;
  color: #ffffff;
}
main.style-primary-light .btn-icon-toggle:hover,
main.style-primary-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-primary-dark {
  background-color: #0070d6;
  border-color: #0070d6;
  color: #ffffff;
}
main.style-primary-dark .btn-icon-toggle:hover,
main.style-primary-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-primary-bright {
  background-color: #d4ebfd;
  border-color: #d4ebfd;
  color: #313335;
}
main.style-primary-bright .btn-icon-toggle:hover,
main.style-primary-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
main.style-accent {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}
main.style-accent .btn-icon-toggle:hover,
main.style-accent .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-accent-light {
  background-color: #f99890;
  border-color: #f99890;
  color: #ffffff;
}
main.style-accent-light .btn-icon-toggle:hover,
main.style-accent-light .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-accent-dark {
  background-color: #de0d0f;
  border-color: #de0d0f;
  color: #ffffff;
}
main.style-accent-dark .btn-icon-toggle:hover,
main.style-accent-dark .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-accent-bright {
  background-color: #fdd7d4;
  border-color: #fdd7d4;
  color: #313335;
}
main.style-accent-bright .btn-icon-toggle:hover,
main.style-accent-bright .btn-flat:hover {
  background-color: rgba(49, 51, 53, 0.3);
}
main.style-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
main.style-success .btn-icon-toggle:hover,
main.style-success .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-warning {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #ffffff;
}
main.style-warning .btn-icon-toggle:hover,
main.style-warning .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}
main.style-danger .btn-icon-toggle:hover,
main.style-danger .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
main.style-info {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}
main.style-info .btn-icon-toggle:hover,
main.style-info .btn-flat:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=maps/all.css.map */
