@import url('https://use.typekit.net/cqn5cfz.css');
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://use.typekit.net/tmr0cxz.css");
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
          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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*
 * Conductor
 * =========
 * Copyright (c) 2008 - 2016 Brian M Hunt
 * Licensed with reservations to NetPleadings Inc.
 */
/*
 * ---
 *                                                              Style guide
 *                                                              ===========
 *
 * This .less (or .css or .scss) and related or incorporated files should
 * be documented using the following guides.
 *
 *  A style guide of preference is:
 *
 *    https://github.com/styleguide/css
 *
 *                           ****
 *
 *                      TABLE OF CONTENTS
 *
 *                           ----
 *
 *      1. Imports
 *      2. Variables, Fonts, Colors (see also @overides.less)
 *      3. Elements
 *      4. Hotfixes
 *      5. Classes
 *      6. Legacy - Uncategorized
 *
 */
/**
  *                                   (1)
  *                                                               Imports
  */
.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box;
}
.drop-element {
  position: absolute;
  display: none;
}
.drop-element.drop-open {
  display: block;
}
.drop-element.drop-theme-arrows {
  max-width: 100%;
  max-height: 100%;
}
.drop-element.drop-theme-arrows .drop-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #eee;
  color: #444;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}
.drop-element.drop-theme-arrows .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border-top-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -16px;
  border-bottom-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -16px;
  border-left-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -16px;
  border-right-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 16px;
  left: 100%;
  border-left-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 16px;
  right: 100%;
  border-right-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 16px;
  left: 100%;
  border-left-color: #eee;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 16px;
}
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 16px;
  right: 100%;
  border-right-color: #eee;
}
.tooltip-element,
.tooltip-element:after,
.tooltip-element:before,
.tooltip-element *,
.tooltip-element *:after,
.tooltip-element *:before {
  box-sizing: border-box;
}
.tooltip-element {
  position: absolute;
  display: none;
}
.tooltip-element.tooltip-open {
  display: block;
}
.tooltip-element.tooltip-theme-arrows {
  max-width: 100%;
  max-height: 100%;
}
.tooltip-element.tooltip-theme-arrows .tooltip-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #000;
  color: #eee;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}
.tooltip-element.tooltip-theme-arrows .tooltip-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 8px;
  border-style: solid;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
  margin-bottom: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
  margin-top: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
  margin-right: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
  left: 100%;
  top: 50%;
  margin-top: -8px;
  border-left-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
  margin-left: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
  right: 100%;
  top: 50%;
  margin-top: -8px;
  border-right-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  left: 8px;
  border-bottom-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  right: 8px;
  border-bottom-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  left: 8px;
  border-top-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  right: 8px;
  border-top-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  top: 8px;
  left: 100%;
  border-left-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  top: 8px;
  right: 100%;
  border-right-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  bottom: 8px;
  left: 100%;
  border-left-color: #000;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px;
}
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  bottom: 8px;
  right: 100%;
  border-right-color: #000;
}
.tooltip-element.tooltip-theme-arrows {
  pointer-events: none;
}
.tooltip-element.tooltip-theme-arrows .tooltip-content {
  padding: 0.5em 1em;
}
/*! 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: 1px 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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F3F3F3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0074D9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004b8d;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #F3F3F3;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: 300;
  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: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
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: 12.5px;
  margin-bottom: 12.5px;
}
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: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #777777;
}
.text-primary {
  color: #0074D9;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0059a6;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.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: #0074D9;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0059a6;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
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;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, "DejaVu Sans Mono", "Consolas", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 12px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 12px;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 15px;
}
.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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #F3F3F3;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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: #f5f5f5;
}
.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: #e8e8e8;
}
.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: #dff0d8;
}
.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: #d0e9c6;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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: #fcf8e3;
}
.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: #faf2cc;
}
.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: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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: 39px;
  }
  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: 36px;
  }
  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: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  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: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #f2eeda;
  border-color: #aba56a;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e5ddb4;
  border-color: #605c36;
}
.btn-default:hover {
  color: #333;
  background-color: #e5ddb4;
  border-color: #8a844e;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e5ddb4;
  border-color: #8a844e;
}
.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: #333;
  background-color: #dbd19a;
  border-color: #605c36;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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: #f2eeda;
  border-color: #aba56a;
}
.btn-default .badge {
  color: #f2eeda;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0074D9;
  border-color: #0066c0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0059a6;
  border-color: #002240;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0059a6;
  border-color: #004682;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0059a6;
  border-color: #004682;
}
.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: #fff;
  background-color: #004682;
  border-color: #002240;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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: #0074D9;
  border-color: #0066c0;
}
.btn-primary .badge {
  color: #0074D9;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2ECC40;
  border-color: #29b739;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #25a233;
  border-color: #124f19;
}
.btn-success:hover {
  color: #fff;
  background-color: #25a233;
  border-color: #1e852a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #25a233;
  border-color: #1e852a;
}
.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: #fff;
  background-color: #1e852a;
  border-color: #124f19;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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: #2ECC40;
  border-color: #29b739;
}
.btn-success .badge {
  color: #2ECC40;
  background-color: #fff;
}
.btn-info {
  color: #078;
  background-color: #7FDBFF;
  border-color: #65d4ff;
}
.btn-info:focus,
.btn-info.focus {
  color: #078;
  background-color: #4ccdff;
  border-color: #00a5e5;
}
.btn-info:hover {
  color: #078;
  background-color: #4ccdff;
  border-color: #28c3ff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #078;
  background-color: #4ccdff;
  border-color: #28c3ff;
}
.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: #078;
  background-color: #28c3ff;
  border-color: #00a5e5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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: #7FDBFF;
  border-color: #65d4ff;
}
.btn-info .badge {
  color: #7FDBFF;
  background-color: #078;
}
.btn-warning {
  color: #fff;
  background-color: #FF851B;
  border-color: #ff7701;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #e76b00;
  border-color: #813c00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e76b00;
  border-color: #c35b00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e76b00;
  border-color: #c35b00;
}
.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: #fff;
  background-color: #c35b00;
  border-color: #813c00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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: #FF851B;
  border-color: #ff7701;
}
.btn-warning .badge {
  color: #FF851B;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #FF4136;
  border-color: #ff291c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ff1103;
  border-color: #9c0900;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1103;
  border-color: #de0c00;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ff1103;
  border-color: #de0c00;
}
.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: #fff;
  background-color: #de0c00;
  border-color: #9c0900;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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: #FF4136;
  border-color: #ff291c;
}
.btn-danger .badge {
  color: #FF4136;
  background-color: #fff;
}
.btn-link {
  color: #0074D9;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #004b8d;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #7FDBFF;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0074D9;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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-left: 0;
  padding-right: 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: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
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;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
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;
}
.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: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0074D9;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #AAA;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 12px 12px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #AAA;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #e5e5e5;
  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 {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 12px;
}
.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: 12px 12px 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: #F3F3F3;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 12px;
}
.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: #0074D9;
}
.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 {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 12px;
}
.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: 12px 12px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F3F3F3;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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-left: 0;
    padding-right: 0;
  }
}
.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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 23px;
  line-height: 25px;
  height: 50px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 12px;
}
.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: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@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: 25px;
  }
  .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: 12.5px;
    padding-bottom: 12.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .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-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 {
    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-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: rgba(27, 27, 27, 0.85);
  border-color: rgba(1, 1, 1, 0.85);
}
.navbar-inverse .navbar-brand {
  color: #DDD;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #CCA;
}
.navbar-inverse .navbar-nav > li > a {
  color: #DDD;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #505050;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: rgba(1, 1, 1, 0.85);
}
.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: rgba(9, 9, 9, 0.85);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(1, 1, 1, 0.85);
  color: #FFF;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgba(1, 1, 1, 0.85);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(1, 1, 1, 0.85);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #DDD;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: #505050;
  }
  .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: rgba(1, 1, 1, 0.85);
  }
  .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-link {
  color: #DDD;
}
.navbar-inverse .navbar-link:hover {
  color: #FFF;
}
.navbar-inverse .btn-link {
  color: #DDD;
}
.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: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 12px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 12px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0074D9;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #004b8d;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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;
  background-color: #0074D9;
  border-color: #0074D9;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.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: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0074D9;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0059a6;
}
.label-success {
  background-color: #2ECC40;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #25a233;
}
.label-info {
  background-color: #7FDBFF;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4ccdff;
}
.label-warning {
  background-color: #FF851B;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e76b00;
}
.label-danger {
  background-color: #FF4136;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ff1103;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #0074D9;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.42857143;
  background-color: #F3F3F3;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0074D9;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 12px;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.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 {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #0074D9;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #2ECC40;
}
.progress-striped .progress-bar-success {
  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: #7FDBFF;
}
.progress-striped .progress-bar-info {
  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: #FF851B;
}
.progress-striped .progress-bar-warning {
  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: #FF4136;
}
.progress-striped .progress-bar-danger {
  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 {
  zoom: 1;
  overflow: hidden;
}
.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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 12px;
  border-top-left-radius: 12px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
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 {
  text-decoration: none;
  color: #555;
  background-color: #eaf5fb;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0074D9;
  border-color: #0074D9;
}
.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: #a6d6ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
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: #d0e9c6;
}
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: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
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: #31708f;
  background-color: #c4e3f3;
}
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: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
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: #faf2cc;
}
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: #f2dede;
}
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: #ebcccc;
}
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: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  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-right-radius: 11px;
  border-top-left-radius: 11px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  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: 11px;
  border-bottom-left-radius: 11px;
}
.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-right-radius: 11px;
  border-top-left-radius: 11px;
}
.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: 11px;
  border-bottom-left-radius: 11px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
}
.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: 11px;
  border-top-right-radius: 11px;
}
.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: 11px;
}
.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: 11px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
.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-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.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: 11px;
}
.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: 11px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 12px;
}
.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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0074D9;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0074D9;
  border-color: #0074D9;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0074D9;
}
.panel-primary > .panel-heading .badge {
  color: #0074D9;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0074D9;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-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;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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 {
  content: " ";
  display: table;
}
.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 {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}
/* <mixin> */
.kern {
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern=1";
          font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
/*   Tags   */
html {
  font-size: 18px;
}
body {
  font-family: proxima-nova, "Optima", Candara, "Century Gothic", sans-serif;
  font-size: 18px;
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility;
}
p {
  line-height: 1.5rem;
  margin-bottom: 0;
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern=1";
          font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
p + p {
  margin-top: 0.618rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern=1";
          font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
.title-font {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.typographic_title {
  /* Change heading typefaces here */
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  margin-top: 0.3rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-style: normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.typographic_title small {
  text-shadow: none;
  font-size: 1rem;
  font-weight: normal;
}
h4,
h5,
h6 {
  padding-top: 0.65em;
  color: #555555;
}
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0px;
}
h1 {
  font-size: 4.242rem;
  line-height: 3.5rem;
  margin-top: 3rem;
  text-align: center;
  font-style: normal;
}
h2 {
  font-size: 3.368rem;
  line-height: 3rem;
  margin-top: 3rem;
  padding: 14px 0px;
  text-align: center;
  font-style: normal;
}
h2:before {
  display: block;
  content: "— ✧ —";
  color: rgba(0, 0, 0, 0.25);
}
h3 {
  font-size: 1.422rem;
  padding: 10px 0px;
  font-style: normal;
}
h4 {
  font-size: 1.280rem;
  font-style: normal;
}
h5 {
  font-size: 1.220rem;
  font-style: normal;
}
h6 {
  font-size: 1.001rem;
  font-style: normal;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  padding-top: 0px;
  display: inline-block;
  padding-right: 1em;
}
legend {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  font-size: 1.422rem;
}
tt {
  font-family: "SFMono-Regular", Menlo, "DejaVu Sans Mono", "Consolas", monospace;
}
small {
  font-weight: normal;
  font-size: 14px;
}
label {
  font-size: 1.05em;
  font-weight: normal;
  display: block;
  /*  WARNING: This may muck with Bootstrap. */
}
kbd em {
  font-weight: normal;
  font-size: 90%;
  text-shadow: none;
}
/* Classes */
.tiny {
  font-size: 1rem;
}
.NP-monospace {
  font-family: "SFMono-Regular", Menlo, "DejaVu Sans Mono", "Consolas", monospace;
}
.NP-uppercase {
  text-transform: uppercase;
}
.NP-smallcaps {
  font-variant: small-caps;
}
.page-header {
  padding-top: 60px;
}
.page-header h1 small {
  float: right;
  display: inline-block;
  max-width: 500px;
}
.flip-title-on-hover {
  transition: 0.1s 0.1s color ease-in-out;
}
.flip-title-on-hover:before {
  content: attr(title);
  position: absolute;
  color: transparent;
  right: 20px;
  transition: 0s 0.1s color ease-in-out;
}
.flip-title-on-hover:hover,
:focus .flip-title-on-hover {
  color: transparent;
  transition: 0s 0.1s color ease-in-out;
}
.flip-title-on-hover:hover:before,
:focus .flip-title-on-hover:before {
  transition: 0.1s 0.1s color ease-in-out;
  color: #555;
}
/* Bootstrap */
.panel-heading {
  padding: 5px 15px;
}
/**
 *  Addresses
 *  ~~~~~~~~~
 */
/* Wrapper for all NP addresses */
/* address */
.NP-address-text {
  margin-bottom: 0px;
}
/* div */
.NP-address-components .row > span {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
}
.NP-address-suggestion--origin {
  display: block;
  padding-left: 0.618rem;
  margin-left: 0.372rem;
  border-left: 1px solid #AAA;
  color: #AAA;
  font-weight: normal;
  font-size: 0.8rem;
}
.NP-audit-time-label {
  font-size: 1.15em;
  margin-top: -10px;
  margin-left: -15px;
  padding: 3px 0.25em;
}
.NP-audit-user-label {
  background-color: #7FDBFF;
  color: black;
  font-size: 0.9em;
  margin-top: -10px;
  margin-right: -15px;
  padding: 3px 0.45em;
  border-bottom-left-radius: 12px;
}
.NP-audit-user-label b {
  display: inline-block;
  width: 1em;
  height: 1.5em;
  padding-left: 1em;
  position: absolute;
  right: -1em;
  top: -0.5em;
  box-shadow: 0px 0px 5px #DDD;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.NP-audit-dl {
  margin: 0px;
  border-left: 1px solid #e0e0e0;
}
.NP-audit-dl dl {
  margin-left: 1em;
}
.NP-audit-dl dt {
  display: inline-block;
  border-bottom: 1px solid #e0e0e0;
  padding: 1px 0.5em;
}
.NP-audit-dl dd {
  line-height: 1.1;
  padding: 4px 8px 5px 0.5em;
}
.NP-audit-dl ins {
  background-color: #8cffd2;
  text-decoration: none;
}
.NP-audit-dl del {
  background-color: #ecacae;
  text-decoration: none;
}
.btn {
  transition: 0.3s all;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
  outline: none;
}
.button-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.btn-default {
  box-shadow: 0 1px 2px #fff, /* bottom external */ 0 -1px 1px #666, /* top external */ inset 0 -1px 1px rgba(0, 0, 0, 0.5), /* bottom internal */ inset 0 1px 1px rgba(255, 255, 255, 0.8);
  /* top internal */
}
.btn-default:hover,
.btn-default:focus {
  background-color: #ded4a1;
  color: black;
}
.btn-default:active {
  background-color: #f2eeda;
}
.btn-link {
  border-radius: 25px;
}
.btn-link:hover,
.btn-link:focus {
  background-color: #eef7fb;
  box-shadow: 0 1px 2px #fff, /* bottom external */ 0 -1px 1px #666, /* top external */ inset 0 -1px 1px rgba(0, 0, 0, 0.5), /* bottom internal */ inset 0 1px 1px rgba(255, 255, 255, 0.8);
  /* top internal */
  color: black;
}
.btn-link:active {
  background-color: #d9edf7;
}
/* a/button */
.btn.NP-hero-btn {
  font-size: 22px;
  text-shadow: 2px 2px 4px #444;
}
.btn.NP-hero-btn i.fa {
  vertical-align: middle;
}
.NP-picker {
  min-height: 20px;
  padding: 10px 1em;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px #fff, /* bottom external */ 0 -1px 1px #666, /* top external */ inset 0 -1px 1px rgba(0, 0, 0, 0.5), /* bottom internal */ inset 0 1px 1px rgba(255, 255, 255, 0.8);
  /* top internal */
  border: 1px solid #AAA;
  border-radius: 12px;
  background: linear-gradient(to right, #d9edf7 0%, #e5e5e5 90%);
  transition: 0.418s;
}
.NP-picker:hover {
  background: linear-gradient(to right, #9acfea 0%, #e5e5e5 90%);
}
.NP-picker:active {
  background: linear-gradient(to right, #d9edf7 0%, #e5e5e5 90%);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.NP-hidden {
  opacity: 0;
  transition: 1s ease-in-out;
}
.NP-hidden-trigger .NP-hidden:hover {
  opacity: 1;
}
.NP-row-hide {
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.list-group-item:focus .NP-row-hide,
.list-group-item:hover .NP-row-hide {
  opacity: 1;
}
/*
            Date Picker / Calendar
            ~~~~~~~~~~~~~~~~~~~~~~

    NP-date-*

 */
/* table */
.NP-date-picker-table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.NP-date-picker-table tbody tr td {
  margin: 0;
  padding: 0;
  border-top: none;
  vertical-align: middle;
}
.NP-date-picker-table thead tr th {
  padding: 0;
  text-align: center;
}
/* div */
.NP-schedule-day {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  padding: 0.125em 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.NP-schedule-day:hover {
  border: 1px solid #85c5e5;
  color: black;
}
/* div.NP-schedule-day */
.NP-is-other-month {
  color: #DDD;
  font-style: italic;
}
/* div.NP-is-suggested-day */
.NP-is-suggested:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
/* div.NP-schedule-day */
.NP-is-focused {
  color: #000000;
  background: #b1dcfb;
}
/* div.NP-schedule-day */
.NP-is-selected {
  background-color: #0089ec;
  color: white;
}
/* Mini-icon Calendars
  See e.g. http://stackoverflow.com/questions/20411655
*/
.calendar-icon-stack {
  position: relative;
  display: inline-block;
  width: 0.92857143em;
  height: 1em;
}
.calendar-icon-stack .fa-calendar-o,
.calendar-icon-stack .calendar-icon-day {
  position: absolute;
}
.calendar-icon-day {
  top: 0.875em;
  left: 0.125em;
  width: 1.375em;
  height: 0.75em;
  font-family: sans-serif;
  font-size: 0.57142857em;
  font-weight: 700;
  line-height: 0.57142857em;
  text-align: center;
}
.card-component {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: flext-start;
      align-content: flext-start;
  max-width: 20rem;
  min-width: 15rem;
  min-height: 75px;
  margin: 6px 6px 25px 6px;
  padding: 15px 1rem;
  background-color: white;
  border-radius: 6px;
  border: 1px solid gray;
}
.card-component .loading {
  z-index: 4;
  font-size: 2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.card-component header {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
}
.card-icon {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: white;
  padding: 8px;
  margin: 0px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid gray;
  border-radius: 40px;
}
.card-icon i.fa {
  z-index: 3;
  position: relative;
}
.card-cover {
  position: absolute;
  background-color: white;
  top: 20px;
  height: 20px;
  width: 110%;
  left: -1px;
  z-index: 2;
}
.card-title {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  z-index: 4;
  color: gray;
}
.card-unlink {
  position: relative;
  width: 100%;
}
.card-unlink div {
  position: absolute;
  top: -15px;
  right: -20px;
  overflow: hidden;
  min-height: 60px;
  min-width: 60px;
}
.card-unlink a {
  width: 62px;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg) translate(10px, -17px);
          transform: rotate(45deg) translate(10px, -17px);
  border-bottom: 1px dashed grey;
}
.card-unlink a:hover {
  background-color: #d9edf7;
}
.card-unlink i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
client-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: flext-start;
      align-content: flext-start;
  max-width: 20rem;
  min-width: 15rem;
  min-height: 75px;
  margin: 6px 6px 25px 6px;
  padding: 15px 1rem;
  background-color: white;
  border-radius: 6px;
  border: 1px solid gray;
}
client-card .loading {
  z-index: 4;
  font-size: 2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
client-card header {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
}
matter-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: flext-start;
      align-content: flext-start;
  max-width: 20rem;
  min-width: 15rem;
  min-height: 75px;
  margin: 6px 6px 25px 6px;
  padding: 15px 1rem;
  background-color: white;
  border-radius: 6px;
  border: 1px solid gray;
}
matter-card .loading {
  z-index: 4;
  font-size: 2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
matter-card header {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
}
snippet-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: flext-start;
      align-content: flext-start;
  max-width: 20rem;
  min-width: 15rem;
  min-height: 75px;
  margin: 6px 6px 25px 6px;
  padding: 15px 1rem;
  background-color: white;
  border-radius: 6px;
  border: 1px solid gray;
}
snippet-card .loading {
  z-index: 4;
  font-size: 2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
snippet-card header {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
}
chapter-user {
  display: block;
}
chapter-user:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}
.chapter-user__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1050;
  top: 35px;
  left: 75px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 5px 50px;
  color: #444;
  background-color: rgba(245, 245, 245, 0.6);
  font-weight: bold;
}
.chapter-user__title:hover {
  background-color: rgba(175, 175, 175, 0.8);
}
.chapter-user__repeat {
  border-bottom: 1px solid #c14727;
  border-radius: 6px;
  padding: 6px 12px;
}
package-user {
  display: block;
}
snippet-user {
  display: block;
  border-right: 1px solid #aaa;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
snippet-user h5 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #DDD);
  margin: 0 0 20px 0;
  border-top-right-radius: 25px;
}
snippet-user + snippet-user {
  margin-top: 20px;
}
/**
 * HTML5 Dialog element
 * See e.g. https://demo.agektmr.com/dialog/
 */
dialog {
  position: absolute;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
dialog::-webkit-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
dialog::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog-contents {
  min-width: 200px;
  min-height: 100px;
  padding: 6px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog-title {
  margin: 4px;
  padding: 4vh 2vw;
  border-bottom: 1px solid #EEE;
  font-family: inherit;
  font-size: 1.618rem;
}
.dialog-component {
  padding: 16px;
}
.dialog-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: end;
      align-self: end;
  width: 100%;
  border-top: 1px solid #AAA;
  padding: 0px;
  margin: 0px;
}
.dialog-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px;
  cursor: pointer;
  text-align: center;
  background-color: #f2eeda;
}
.dialog-button:hover {
  background-color: #aba56a;
}
.dialog-button:active {
  background-color: #d9edf7;
}
.document_list_modal__item {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'name  dated' 'name  matter' 'name  tags';
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
}
.document_list_modal__item:hover .document_list_modal__item__created,
.document_list_modal__item:hover .document_list_modal__item__matter {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.document_list_modal__item:hover .document_list_modal__item__modified,
.document_list_modal__item:hover .document_list_modal__item__client {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.document_list_modal__item__kod {
  grid-area: kod;
}
.document_list_modal__item__name {
  grid-area: name;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.document_list_modal__item__tags {
  grid-area: tags;
}
.document_list_modal__item__created,
.document_list_modal__item__modified {
  grid-area: dated;
  font-size: 0.9rem;
  color: gray;
  transition: 0.1s 0.1s;
}
.document_list_modal__item__client,
.document_list_modal__item__matter {
  grid-area: matter;
  color: gray;
  font-size: 0.9rem;
  transition: 0.1s 0.1s;
}
.document_list_modal__item__created,
.document_list_modal__item__matter {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
[draggable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drop-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #eee;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1090;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drop-block.drop-block__inactive {
  display: none;
}
.drop-block.active {
  background-color: #d9edf7;
}
/*
 * CSS relating to errors and error pages`
 *
 */
.error-page img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}
.error-page .owl-quote {
  padding-top: 20px;
  text-align: center;
  font-family: proxima-nova, "Optima", Candara, "Century Gothic", sans-serif;
  font-size: 22px;
}
.error-page .owl-quote [class^="fa-"],
.error-page .owl-quote [class*=" fa-"] {
  color: #DDD;
}
@-webkit-keyframes np-top-hinge-ani-in {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
  }
  20% {
    -webkit-transform: rotate3d(1, 0, 0, -50deg) perspective(800px);
            transform: rotate3d(1, 0, 0, -50deg) perspective(800px);
  }
  40% {
    -webkit-transform: rotate3d(1, 0, 0, 30deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 30deg) perspective(800px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
            transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
  }
  80% {
    -webkit-transform: rotate3d(1, 0, 0, 20deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 20deg) perspective(800px);
  }
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
  }
}
@keyframes np-top-hinge-ani-in {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
  }
  20% {
    -webkit-transform: rotate3d(1, 0, 0, -50deg) perspective(800px);
            transform: rotate3d(1, 0, 0, -50deg) perspective(800px);
  }
  40% {
    -webkit-transform: rotate3d(1, 0, 0, 30deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 30deg) perspective(800px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
            transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
  }
  80% {
    -webkit-transform: rotate3d(1, 0, 0, 20deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 20deg) perspective(800px);
  }
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
  }
}
@-webkit-keyframes np-top-hinge-ani-out {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
            transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
  }
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
  }
}
@keyframes np-top-hinge-ani-out {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
  }
  50% {
    -webkit-transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
            transform: rotate3d(1, 0, 0, -40deg) perspective(800px);
  }
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
            transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
  }
}
.NP-flash-messages {
  position: fixed;
  top: 55px;
  left: 42px;
  right: 42px;
  height: 2.65em;
  padding: 9px 0.55em;
  color: #a94442;
  background: linear-gradient(to bottom right, #f2dede, rgba(255, 150, 150, 0.8), #f2dede);
  border: 2px solid #ebccd1;
  border-radius: 10px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  -webkit-transform-origin: -28px 0px 0px;
          transform-origin: -28px 0px 0px;
  -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
          transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: 1100;
  overflow: hidden;
}
.NP-flash-messages:hover {
  height: auto;
}
.NP-flash-messages.NP-hinge-in {
  -webkit-animation-name: np-top-hinge-ani-in;
          animation-name: np-top-hinge-ani-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
          transform: rotate3d(1, 0, 0, 0deg) perspective(800px);
}
.NP-flash-messages.NP-hinge-out {
  -webkit-animation-name: np-top-hinge-ani-out;
          animation-name: np-top-hinge-ani-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
          transform: rotate3d(1, 0, 0, 90deg) perspective(800px);
}
/**/
.NP-float-label-group {
  position: relative;
  padding-top: 1rem;
}
.NP-float-label-group.NP-float-label__focus .NP-float-label {
  color: #309dd4;
  border-color: #85c5e5;
  background-color: #d9edf7;
}
/* † */
.NP-float-label {
  position: absolute;
  font-size: 0.7rem;
  margin-left: 20px;
  top: 1px;
  transition: -webkit-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #0074D9;
  z-index: 1001;
  color: #555;
  border: 1px solid #ccc;
  background-color: white;
  border-bottom: none;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 0.5rem;
  line-height: 1rem;
}
/* † */
.NP-float-label__show {
  -webkit-transform: translateY(2px) rotateX(0deg);
          transform: translateY(2px) rotateX(0deg);
}
/* Fix for placeholders that stick around for too long and keep people from
 * typing. See eg http://css-tricks.com/hang-on-placeholders/ */
[placeholder]:focus::-webkit-input-placeholder {
  font-family: proxima-nova, "Optima", Candara, "Century Gothic", sans-serif;
  transition: opacity 0.2s 0.5s ease;
  opacity: 0;
}
/* Italics */
[placeholder]::-webkit-input-placeholder,
.NP-placeholder {
  font-family: proxima-nova, "Optima", Candara, "Century Gothic", sans-serif;
  font-style: italic;
  opacity: 0.75;
  transition: opacity 0.2s 0.5s ease;
}
.NP-focus {
  position: absolute;
  z-index: -10;
  display: block;
}
.NP-focus-h-highlight {
  position: absolute;
  z-index: -10;
  display: block;
  left: 0px;
  width: 100%;
  background: #d9edf7;
  background: radial-gradient(rgba(0, 0, 0, 0) 65%, #9acfea);
  -webkit-animation-name: np-hl-ani;
          animation-name: np-hl-ani;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes np-hl-ani {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes np-hl-ani {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}
.NP-focus-v-highlight {
  position: absolute;
  z-index: -10;
  display: block;
  top: 0px;
  height: 100%;
  height: 100vh;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.focus-in-visible {
  visibility: hidden;
}
.focus-in-display {
  display: none;
}
.focus-anchor {
  /* :focus-within cannot be part of the :hover/:focus chain b/c it breaks
     the entire chain if it's not compatible with the current browser. */
}
.focus-anchor:hover .focus-in-visible,
.focus-anchor:focus .focus-in-visible {
  visibility: unset;
}
.focus-anchor:hover .focus-in-display,
.focus-anchor:focus .focus-in-display {
  display: unset;
}
.focus-anchor:focus-within .focus-in-visible {
  visibility: unset;
}
.focus-anchor:focus-within .focus-in-display {
  display: unset;
}
snippet-list-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
snippet-list-picker snippet-card {
  margin-top: 25px;
}
snippet-list-picker snippet-picker {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 300px;
}
.list-picker-add {
  cursor: pointer;
  font-size: 2em;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0.5ex 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-picker-add:hover {
  background-color: #d9edf7;
}
.list__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 10px;
}
.list__modal > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list__modal__selecting {
  margin: 60px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  top: 25px;
  position: -webkit-sticky;
  position: sticky;
}
.list__modal__preview {
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}
.list__modal__preview .alert {
  overflow: auto;
}
.list__modal__preview h5 {
  position: -webkit-sticky;
  position: sticky;
  top: -15px;
  background-color: inherit;
  border-bottom: 1px solid gray;
  padding: 10px 0px;
}
.list__modal__preview .NP-writing-container {
  border: none;
}
.merge-view__component-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 25%;
  width: 66.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.merge-view__component-heading div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.merge-view__component-heading:hover div {
  white-space: normal;
}
.mergeable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mergeable .mergeable-item {
  margin: 4px;
  padding: 4px 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  min-height: 1em;
  cursor: pointer;
  border: 1px solid #000;
  -webkit-filter: opacity(25%);
          filter: opacity(25%);
}
.mergeable .mergeable-button {
  width: 45px;
  text-align: center;
}
.mergeable .mergeable-selected {
  -webkit-filter: unset;
          filter: unset;
}
.mergeable-button button {
  height: 100%;
  width: 100%;
}
.kom-modal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 0px auto;
  padding-left: 50px;
  display: none;
}
.kom-active .kom-modal {
  z-index: 900;
  display: block;
}
.kom-hide {
  display: none;
}
.NP-vm-modal .kom-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kom-modal-content {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
.NP-modal-header {
  position: -webkit-sticky;
  position: sticky;
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  top: 0px;
  z-index: 26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #999;
}
.NP-modal-header i {
  width: 3rem;
  text-align: right;
  font-size: 1rem;
  color: #BBB;
}
.NP-modal-footer {
  text-align: right;
  border-top: 1px solid #CCC;
  padding: 14px 0px;
  margin-top: 8px;
}
.NP-modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 0px;
}
.NP-modal-header-title {
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  color: #555;
  padding: 0px 1em;
  margin: 0;
}
.NP-modal-header-subtitle {
  font-size: 1rem;
  margin: 0;
  border-left: 1px solid #ccc;
  padding: 0px 0.618em;
  font-style: italic;
}
.item-trash-flag {
  position: absolute;
  opacity: 0.5;
  right: 50%;
  top: 50%;
  font-size: 2em;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.modal-header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px 0vw 20px 30vw;
  text-align: center;
  font-size: 0.8rem;
  color: gray;
}
.modal-header__tags:empty {
  margin: 0px;
}
.modal-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.modal-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #0074D9;
  cursor: pointer;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  width: 60px;
}
.modal-header__button:hover {
  border-color: lightgray;
  background-color: #d9edf7;
}
.modal-header__button:active {
  -webkit-transform: translateX(5px) translateY(5px);
          transform: translateX(5px) translateY(5px);
}
.modal-header__button i {
  font-size: 2rem;
}
.NP-nav-btn {
  position: fixed;
  background-color: #989898;
  color: #cecece;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 12000;
  opacity: 0.7;
}
.NP-nav-btn:hover,
.NP-nav-btn:active {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  opacity: 1;
  color: #0074D9;
  background-color: #000;
}
.NP-back-btn {
  position: fixed;
  background-color: #989898;
  color: #cecece;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 12000;
  opacity: 0.7;
  left: -10px;
  top: -10px;
  padding: 10px 35px 15px 20px;
  border-bottom-right-radius: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.NP-back-btn:hover,
.NP-back-btn:active {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  opacity: 1;
  color: #0074D9;
  background-color: #000;
}
.NP-fwd-btn {
  position: fixed;
  background-color: #989898;
  color: #cecece;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 12000;
  opacity: 0.7;
  right: -10px;
  top: -10px;
  padding: 10px 18px 10px 25px;
  border-bottom-left-radius: 100%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.NP-fwd-btn:hover,
.NP-fwd-btn:active {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  opacity: 1;
  color: #0074D9;
  background-color: #000;
}
.NP-help-btn {
  position: fixed;
  background-color: #989898;
  color: #cecece;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 12000;
  opacity: 0.7;
  right: 25%;
  top: -1px;
  padding: 2px 25px 8px 25px;
  border-bottom-left-radius: 125px;
  border-bottom-right-radius: 125px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.NP-help-btn:hover,
.NP-help-btn:active {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  opacity: 1;
  color: #0074D9;
  background-color: #000;
}
footer {
  margin-top: 35px;
  margin-bottom: 25px;
  border: 1px solid #CCC;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .active {
  font-weight: bold;
}
footer .NP-immediate-breadcrumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 25px;
}
.NP-ib-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  cursor: pointer;
  background-color: #989898;
  color: #cecece;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}
.NP-ib-btn:hover,
.NP-ib-btn:active {
  background-color: #000;
  color: #0074D9;
}
.NP-ib-btn:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.NP-ib-btn:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.NP-ib-hide {
  width: 0px;
  color: transparent;
  background-color: transparent;
  z-index: -1;
  padding: 0;
}
.NP-back-btn.NP-ot-hide {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.NP-fwd-btn.NP-ot-hide {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* div */
.NP-overlay {
  position: fixed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: -1;
  visibility: visible;
  opacity: 1;
}
.NP-error-overlay {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  max-width: 600px;
  padding: 1em 2em;
  border-radius: 4px;
  border: 1px solid gray;
  grid-gap: 20px;
}
.NP-error-overlay__contact {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.NP-error-overlay__back {
  text-align: center;
}
/* body */
.NP-overlaid {
  overflow: hidden;
  margin-right: 30px;
}
.NP-overlaid .NP-Page {
  transition: 0.2s;
  -webkit-filter: grayscale(100%) blur(1px);
          filter: grayscale(100%) blur(1px);
}
.NP-overlaid .NP-overlay {
  z-index: 10001;
}
.portal-brand {
  font-family: "trajan-pro-3";
  display: block;
  text-align: center;
  color: #aaa;
  padding: 6px;
}
.portal {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'search search quick' 'crumbs crumbs dates' 'tags review admin';
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4vh 2vw;
  margin: 20px;
}
.portal > * {
  border: 1px solid lightgray;
  border-radius: 12px;
  background-color: white;
  overflow: hidden;
}
.portal .list-group {
  margin: 0;
}
.portal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media screen and (max-width: 800px) {
  .portal {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas: 'search' 'quick' 'crumbs' 'dates' 'tags' 'review' 'admin';
  }
}
.portal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* Change heading typefaces here */
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  margin-top: 0.3rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-style: normal;
  font-size: 1.422rem;
  border-bottom: 1px solid lightgray;
  margin: 0;
  padding: 15px 0px;
  background-color: white;
}
.portal__title small {
  text-shadow: none;
  font-size: 1rem;
  font-weight: normal;
}
.portal__search {
  grid-area: search;
}
.portal__quick {
  grid-area: quick;
}
.portal__crumbs {
  grid-area: crumbs;
}
.portal__dates {
  grid-area: dates;
}
.portal__review {
  grid-area: review;
}
.portal__tags {
  grid-area: tags;
}
.portal__tags .list-group-item {
  margin: 0;
}
.portal__admin {
  grid-area: admin;
}
/* input */
.NP-portal-search {
  font-size: 1.5em;
  height: 1.6em;
  padding: 12px 0.5em;
  border-radius: 0px;
  background-color: #eef7fb;
  text-align: center;
}
/*
 * Search results in the portal
 */
ul.portal_results {
  list-style-type: none;
}
.portal-oversearch {
  padding-top: 5vh;
  padding-bottom: 1rem;
  text-align: center;
}
.portal-oversearch .btn-group {
  margin-right: 1em;
}
.NP-portal-logo {
  display: block;
  width: 20vw;
  height: auto;
  max-width: 85px;
  margin-left: auto;
  margin-right: auto;
}
iframe {
  display: none;
}
/*
              PRINTS
 */
/* div */
.NP-prints-final-or-draft {
  float: left;
  display: inline;
  padding: 40px 25px;
  font-size: 3em;
  font-weight: 200;
  letter-spacing: -2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*
  We need something like this to make the PDF preview modal sufficiently
  tall.
 */
/* div */
.NP-pdf-preview {
  margin-top: -15px;
  min-width: 850px;
}
.NP-pdf-preview object,
.NP-pdf-preview embed {
  min-height: 80%;
  height: calc(100vh - 70px);
}
/* div */
.NP-quote {
  width: 61.8vw;
  font-size: 1.1rem;
  padding: 1ex 1em;
  margin: 0px auto;
}
.NP-quote i.fa {
  -webkit-transform: translate(-1.4em);
          transform: translate(-1.4em);
  position: absolute;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
/* p */
.NP-quote-text {
  margin-top: 4ex;
  color: #555555;
  text-align: left;
}
/* p */
.NP-quote-alt {
  text-align: left;
  margin: 10px 0px 0px 0px;
  color: #555555;
  font-style: italic;
}
/* p */
.NP-quote-credit {
  text-align: right;
  padding: 0;
  margin: 0;
  color: #8b6161;
}
.NP-quote-credit:before {
  content: '—';
  padding: 0px 0.5em;
}
.NP-quote-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
}
.NP-quote-as-overlay {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: -webkit-transform 1s 4s ease-out;
  transition: transform 1s 4s ease-out;
  transition: transform 1s 4s ease-out, -webkit-transform 1s 4s ease-out;
  background-color: rgba(243, 243, 243, 0.85);
  z-index: 10000;
  padding-bottom: 58px;
  /* body */
}
.NP-page-loaded .NP-quote-as-overlay {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.NP-page-loaded .NP-quote-as-overlay:hover {
  transition: -webkit-transform 0.5s 0s ease-in;
  transition: transform 0.5s 0s ease-in;
  transition: transform 0.5s 0s ease-in, -webkit-transform 0.5s 0s ease-in;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background-color: rgba(210, 210, 210, 0.98);
}
.NP-page-loaded .NP-quote-as-overlay:hover .NP-quote-pin-icon {
  opacity: 0.9;
}
.NP-quote-as-overlay .NP-quote-pin-icon {
  position: absolute;
  opacity: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  color: transparent;
  font-size: 2rem;
  top: 15px;
  left: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s linear;
}
.NP-hide-quote-btn {
  position: absolute;
  right: 45px;
  margin-top: 10px;
  width: 1.5em;
  height: 1em;
  opacity: 0.5;
}
.NP-hide-quote-btn:hover {
  color: red;
  opacity: 0.95;
  transition: 0.3s;
}
.NP-quote-as-footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 1em;
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 1%, #f3f3f3 90%);
}
.NP-tabs {
  margin: 0.6em;
}
.NP-tab {
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}
.NP-tab:nth-child(even) {
  background-color: #eeeeee;
}
.NP-tab-label {
  -webkit-box-flex: 0.372;
      -ms-flex: 0.372;
          flex: 0.372;
  max-width: 200px;
  padding: 0.6ex 1em 0.6ex 1em;
  text-align: right;
  font-size: 1.2em;
  font-weight: normal;
}
.NP-tab-label i {
  float: left;
}
.NP-tab-body {
  -webkit-box-flex: 0.618;
      -ms-flex: 0.618;
          flex: 0.618;
  padding: 0.6ex 1em 0.6ex 1em;
}
.nav-tabs > li.active {
  font-weight: bold;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  background-color: #eee;
}
modal-table-of-contents {
  position: fixed;
  top: 10%;
  left: 0;
  width: 1.5rem;
  height: 80%;
  margin: 0px;
  padding: 0 0.5rem 0 0.5rem;
  opacity: 0.65;
  color: #EEE;
  font-size: 0.85rem;
  border: 1px solid #aaa;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #243967;
  z-index: 2000;
  transition: width 0.372s 0.35s ease-in, opacity 0.35s 0.6s linear;
}
modal-table-of-contents:hover {
  opacity: 0.95;
  width: 320px;
  max-width: 50vw;
  transition: 0.372s ease-out;
}
modal-table-of-contents:hover .NP-modal-toc--list {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
modal-table-of-contents:hover .NP-modal-toc-preview {
  opacity: 0.6;
}
@media only screen and (min-device-width: 1300px) {
  modal-table-of-contents {
    opacity: 1;
    width: calc(100vw / 2 - 600px);
  }
  modal-table-of-contents .NP-modal-toc--list {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}
.NP-modal-toc-preview {
  z-index: 1;
  position: fixed;
  right: 100%;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.325s 0.3s linear;
}
.NP-modal-toc-preview div {
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  max-width: 100%;
  padding: 0px 6em;
  white-space: nowrap;
  background-color: #243967;
}
.NP-modal-toc--nav {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
/* ul */
.NP-modal-toc--list {
  z-index: 2001;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  transition: -webkit-transform 0.372s 0.35s ease-in;
  transition: transform 0.372s 0.35s ease-in;
  transition: transform 0.372s 0.35s ease-in, -webkit-transform 0.372s 0.35s ease-in;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin: 0px;
  padding: 0 0.5rem 0 0.75rem;
  max-width: 48vw;
  height: 100%;
  text-align: right;
  overflow-y: auto;
}
.NP-modal-toc--li {
  display: block;
  padding: 0 0.5rem;
  list-style: none;
  cursor: pointer;
  line-height: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ccc;
  font-size: 95%;
}
.NP-modal-toc--li:hover {
  color: #FF851B;
  font-size: 100%;
}
.NP-modal-toc--li:active {
  color: #ce6000;
}
.NP-modal-toc--section-head {
  display: block;
  text-align: right;
  padding: 16px 1em 2px 1em;
  font-weight: bold;
  color: white;
  font-size: 100%;
}
.NP-modal-toc--section-head:first-child {
  padding-top: 6px;
}
.NP-modal-toc--subsection-head {
  display: block;
  text-align: right;
  padding: 0 0.5rem;
  font-weight: bold;
  color: #eee;
  font-size: 100%;
}
.NP-modal-toc--subsection-head:first-child {
  padding-top: 6px;
}
.NP-modal-toc--visible {
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 100%;
}
@media (max-width: 767px) {
  modal-table-of-contents {
    height: 62px;
  }
  modal-table-of-contents:hover {
    height: 80%;
  }
}
/*
            TAGS
            ~~~~
 */
.tag {
  display: inline;
  padding: 0px 7px;
  font-size: 0.7rem;
}
.tag i {
  font-size: 0.6rem;
  text-shadow: 0px 0px 1px gray;
}
/* div */
.NP-tags .input-group {
  padding-left: 0.5em;
  min-width: 40%;
}
/* div */
.NP-tags-list {
  display: block;
  float: left;
}
/* div */
.NP-tags-item {
  display: inline-block;
  margin: 0px 0.125em 5px 0.125em;
  padding: 3px 0.35em 1px 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #AAA;
  border-radius: 16px 6px 6px 16px;
}
.NP-tags-item:hover .NP-flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.NP-tags-item .NP-flipper-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  cursor: pointer;
  display: inline-block;
}
.NP-tags-item .NP-flipper-container,
.NP-tags-item .NP-flipper-container .NP-flipper-front,
.NP-tags-item .NP-flipper-container .NP-flipper-back {
  width: 1.28571429em;
  height: 2ex;
}
.NP-tags-item .NP-flipper {
  transition: 0.4s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
.NP-tags-item .NP-flipper-front,
.NP-tags-item .NP-flipper-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.NP-tags-item .NP-flipper-front {
  z-index: 2;
  color: #AAA;
}
.NP-tags-item .NP-flipper-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* input */
.NP-tags-input {
  text-transform: lowercase;
}
/* div+ */
.NP-tags-lowercase {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.NP-tags-lowercase .NP-tags-item {
  text-transform: lowercase;
}
.NP-tags-lowercase .NP-tags-list {
  float: none;
}
.NP-tags-drop-theme .drop-content {
  margin: 2px 25px 2px 25px;
  max-width: 70%;
  padding: 0px !important;
}
.NP-tag-suggestion {
  display: inline-block;
  margin: 1px 3px;
  padding: 3px 0.35em 1px 10px;
  cursor: pointer;
  box-shadow: 2px 2px 2px #AAA;
  border-radius: 16px 6px 6px 16px;
  background-color: #CCC;
  white-space: nowrap;
}
.NP-tag-suggestion i.fa {
  color: #ccc;
  text-shadow: 0px 0px 1px black;
}
.NP-tag-suggestion:hover {
  background-color: #d9edf7;
}
/*
 * Utilities
 *
 * See eg mixin at http://lesselements.com
 */
/* the above are based on the mixin */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.upload-drop-zone {
  width: 100%;
  min-height: 10ex;
  border-radius: 12px;
  border: 1px dashed gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.upload-drag-text {
  float: right;
  color: #aaa;
  font-style: italic;
  font-size: 1.125rem;
  padding: 1em;
}
.upload-drag-over {
  background-color: #0074D9;
  border: 1px solid white;
}
.upload-drag-over .upload-drag-text {
  color: white;
}
.upload-file--progress {
  width: 100%;
}
download-button a[download] {
  position: relative;
}
download-button progress {
  position: absolute;
  right: 15px;
}
.upload .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.file-collection {
  font-size: 0.8rem;
}
.file-collection__category {
  padding: px 0px;
}
.file-collection__category__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 4px;
  min-height: 18px;
  font-weight: bold;
  border-bottom: 1px solid lightgray;
}
.file-collection__category__name span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.file-collection__category__name button-dialog {
  visibility: hidden;
}
.file-collection__category__name:hover button-dialog {
  visibility: visible;
}
.file-collection__dragging {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(200px, 32%))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 32%));
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /**
    * Hide other uploads, so we make the categories more prominent.
    */
}
.file-collection__dragging .file-collection__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  border-radius: 16px;
  padding-left: 15px;
  border: 1px solid #0074D9;
}
.file-collection__dragging small,
.file-collection__dragging .small {
  display: none;
}
.file-collection__dragging .file-collection__category__name {
  border-bottom: 0px;
}
.file-collection__dragging .file-collection__upload {
  display: none;
}
.file-collection__dragging .file-collection__drag__over_category {
  background-color: #d9edf7;
}
.file-collection__dragging .file-collection__trash_category {
  color: #aa000080;
}
.file-collection__dragging .file-collection__trash_category .file-collection__filename {
  text-decoration: line-through;
  color: gray;
}
.file-collection__dragging button-dialog {
  display: none;
}
.file-collection__upload.file-collection__upload__dragging {
  display: -ms-grid;
  display: grid;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.file-collection__uploads {
  padding: 0;
}
.file-collection__upload {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'filename status dated ext download remove' 'filename status dated hash download remove';
  -ms-grid-columns: 1fr 36px 115px 2.5em auto auto;
      grid-template-columns: 1fr 36px 115px 2.5em auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: inherit;
  border-left: 1px solid lightgray;
  padding-left: 8px;
  margin-left: 20px;
  cursor: pointer;
}
.file-collection__upload:nth-child(odd) {
  background-color: lightgoldenrodyellow;
}
.file-collection__upload:last-child {
  border-bottom: 1px solid lightgray;
}
.file-collection__upload a {
  visibility: hidden;
}
.file-collection__upload:hover {
  background-color: #d9edf7;
}
.file-collection__upload:hover a {
  visibility: visible;
}
.file-collection__filename {
  grid-area: filename;
}
.file-collection__status {
  grid-area: status;
  font-size: 1.1rem;
  text-align: center;
}
.file-collection__ext {
  grid-area: ext;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-family: "SFMono-Regular", Menlo, "DejaVu Sans Mono", "Consolas", monospace;
}
.file-collection__description {
  grid-area: desc;
  color: gray;
  font-size: 0.8rem;
  font-style: italic;
}
.file-collection__dated {
  grid-area: dated;
  font-size: 0.75rem;
  color: gray;
}
.file-collection__download {
  grid-area: download;
}
.file-collection__remove {
  grid-area: remove;
}
.file-collection__download,
.file-collection__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0px;
  padding: 0px 12px;
  border-left: 1px solid gray;
}
.file-collection__download:hover,
.file-collection__remove:hover {
  color: white;
  background-color: #0074D9;
}
.file-collection__hash {
  grid-area: hash;
  padding-right: 6px;
  font-family: "SFMono-Regular", Menlo, "DejaVu Sans Mono", "Consolas", monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.5rem;
  color: gray;
}
/*
          VALIDATION
          ~~~~~~~~~~
 */
validation-icon i {
  line-height: 1.5em;
}
validation-button {
  position: relative;
  display: inline-block;
  float: right;
  text-align: left;
}
/* span */
.NP-validation-fail {
  color: #b94a48;
}
/* span */
.NP-validation-ignore {
  color: #8e8240;
}
/* span */
.NP-validation-pass {
  color: #88CC88;
}
.snippet-picker__suggestion {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'title  title' ' .     tags';
  grid-gap: 10px;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  padding: 2vh 2vw;
}
.snippet-picker__suggestion-title {
  grid-area: title;
}
.snippet-picker__suggestion-subtitle {
  font-size: 0.9rem;
  color: gray;
}
.snippet-picker__suggestion-tags {
  grid-area: tags;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.users-manager__user {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 1fr auto;
      grid-template-columns: auto auto 1fr auto;
  grid-template-areas: 'icon  name  name  name admin ' ' .    email phone  .   disabled';
  grid-gap: 0px 15px;
}
.users-manager__icon {
  grid-area: icon;
}
.users-manager__name {
  grid-area: name;
}
.users-manager__email {
  grid-area: email;
  font-size: 0.9rem;
  color: gray;
}
.users-manager__phone {
  grid-area: phone;
  font-size: 0.9rem;
  color: gray;
}
.users-manager__admin {
  grid-area: admin;
  font-weight: bold;
  color: lightcoral;
}
.users-manager__disabled {
  grid-area: disabled;
  font-size: 0.9rem;
  color: gray;
}
.unit-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.unit-list__item:before,
.unit-list__item:after {
  content: " ";
  display: table;
}
.unit-list__item:after {
  clear: both;
}
.unit-list__item:before,
.unit-list__item:after {
  content: " ";
  display: table;
}
.unit-list__item:after {
  clear: both;
}
.unit-list__view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.unit-list__blank {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FF851B;
}
.unit-list__block_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
  margin: -10px 10px;
  border-left: 1px solid transparent;
  transition: opacity 0.2s;
}
.unit-list__block_button + .unit-list__block_button {
  margin-left: -10px;
}
.unit-list__block_button:last-child {
  margin-right: -15px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.unit-list__block_button:hover {
  background-color: #d9edf7;
}
.unit-list__block_button:active {
  background-color: #afd9ee;
}
.unit-list__block_button:hover,
.unit-list__block_button:active,
.unit-list__item:hover .unit-list__block_button,
.unit-list__item:focus .unit-list__block_button,
.unit-list__item:active .unit-list__block_button {
  border-left-color: #AAA;
  opacity: 1;
}
.unit-list__is_deleted {
  background: repeating-linear-gradient(45deg, white, white 20px, #faebeb 20px, #faebeb 40px);
}
.unit-list__is_deleted .unit-list__view::before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  top: -4px;
  z-index: 1;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
  content: "DELETED";
  color: #FF4136;
}
.virtual-minute-book-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 80vh;
  min-height: 200px;
}
.virtual-minute-book-files h4 {
  padding: 6px;
}
.virtual-minute-book-files__all_files,
.virtual-minute-book-files__included_files {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.virtual-minute-book-files__list {
  max-height: 80vh;
  overflow-y: auto;
  padding: 0px 5px;
}
.virtual-minute-book-files__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-bottom: 1px solid lightgoldenrodyellow;
  padding: 3px 0px;
  font-size: 0.8rem;
  background-color: lightgoldenrodyellow;
}
.virtual-minute-book-files__file:nth-child(odd) {
  background-color: inherit;
}
.virtual-minute-book-files__file:hover {
  background-color: #d9edf7;
}
/*
 * Writing
 * -------
 *
 * Writings are the multi-section blocks of input that we can use to render
 * sophisticated lengths of content. They can be headings and paragraphs,
 * or other types, but are in any case created through the 'writing'
 * component
 *
 */
.NP-writing-container {
  padding: 0px;
  margin: 0px;
  margin: 14px 0px 0px 0px;
  line-height: 1em;
  border: 1px solid #CCC;
  border-radius: 4px;
}
/**
 *
 *          🎉  Section  Menu
 *
 *  Here are the z-indexes:
 *
 *  0:
 *    .section-editor__container
 *    :hover .section-editor__schema_preview
 *    .section-editor__empty_preview .section-editor__schema_preview
 *    .section-editor__is_selected .section-editor__schema_preview
 *    .writing-manager .section-editor__schema_preview
 *    .section-editor__schema_error .section-editor__schema_preview
 *
 *  1:
 *    .section-editor__editable
 *
 *  2:
 *    .section-editor__empty_preview .section-editor__editable
 *
 *
 *  3:
 *    .section-editor__schema_preview
 *
 *  4:
 *    .writing styles - numbers
 *    &:empty &:before .section-editor__editable
 *
 *  5:
 *     :focus .section-editor__schema_preview
 *
 * Note that z-indexes must be non-negative for mouse-events to trigger.
 */
section-editor {
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  -ms-grid-columns: 0px minmax(16px, max-content) auto;
      grid-template-columns: 0px minmax(16px, max-content) auto;
  grid-template-areas: 'menu  pre-c   content' ' .    pre-d   definition' ' .    pre-s   snippets' ' .    pre-r   reveal' ' .    pre-o   options';
  background-color: #d9edf7;
}
section-editor:first-child .section-editor__editable {
  border-top: 1px solid #DDD;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
section-editor:last-child .section-editor__editable {
  border-bottom: 1px solid #DDD;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
section-editor h6,
section-editor h6:first-child {
  margin: 0px;
  padding: 6px 1em;
  font: inherit;
  font-weight: bold;
  background: linear-gradient(to right, #9acfea 0%, #9acfea 73%, #d9edf7 100%);
}
.section-editor__content {
  background-color: #d9edf7;
  z-index: 0;
}
.section-editor__content.section-editor__is_selected {
  border-left-color: #b6dfa4;
  background-color: #c5e5b7;
}
.section-editor__content.section-editor__is_selected ::-moz-selection {
  color: inherit;
  background-color: transparent;
}
.section-editor__content.section-editor__is_selected ::selection {
  color: inherit;
  background-color: transparent;
}
.section-editor__content.section-editor__is_focused.section-editor__is_selected {
  border-color: #0074D9;
}
.section-editor__pre {
  grid-area: pre-c;
  background-color: transparent;
  padding: 0px 0.25em;
}
section-editor:focus-within .section-editor__pre {
  background-color: #9acfea;
}
.section-editor__content {
  grid-area: content;
  border-right: 3px solid transparent;
  text-indent: 1.5em;
  padding: 2px 0.5em;
  line-height: 1.25em;
  outline: none;
}
.section-editor__options,
.section-editor__reveal_codes,
.section-editor__definition,
.section-editor__snippet_picker {
  display: none;
  background-color: #eee;
}
section-editor:focus-within .section-editor__options,
section-editor:focus-within .section-editor__reveal_codes,
section-editor:focus-within .section-editor__definition,
section-editor:focus-within .section-editor__snippet_picker {
  display: block;
}
.section-editor__reveal_codes {
  grid-area: reveal;
}
.section-editor__reveal_codes textarea {
  display: block;
  padding: 6px 1em;
  width: 100%;
  outline: none;
  font-family: monospace;
  font-size: 0.75rem;
}
.section-editor__reveal_codes textarea:focus {
  color: #ffff57;
  background-color: #003078;
}
.section-editor__options {
  grid-area: options;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-editor__options input {
  max-width: 75%;
}
section-editor:focus-within .section-editor__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-editor__snippet_picker {
  grid-area: snippets;
}
.section-editor__definition {
  grid-area: definition;
}
.snippet-editor__pre_icon {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #9acfea;
}
.snippet-editor__pre_icon:hover {
  background-color: #70bbe1;
}
section-editor:focus-within .snippet-editor__pre_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-editor__menu {
  grid-area: menu;
  position: absolute;
  right: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  /**
   * Key for the menu
   */
}
.section-editor__menu kbd {
  display: block;
  text-align: center;
  font-size: 60%;
  color: #aaa;
  background-color: white;
  border: none;
  box-shadow: none;
}
.section-editor__menu .active kbd {
  visibility: hidden;
}
.section-editor__repeat_indicator {
  position: absolute;
  background-color: #d9edf7;
  height: 100%;
  padding: 2px 0.25em;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #aaa;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.section-editor__schema_error .section-editor__editable,
.section-editor__schema_error .section-editor__editable:focus {
  border-color: #FF4136;
}
.section-editor__schema_error .section-editor__editable {
  background-color: #ffeae8;
}
w-block {
  color: #a626a4;
}
w-var {
  color: #4078f2;
}
w-var:empty:before {
  content: "[ 🖋  ]";
  color: red;
}
w-block:hover,
w-var:hover {
  background-color: rgba(0, 0, 0, 0.125);
}
.section-editor__editable mark {
  padding: 0.2em 0;
  background-color: #fcf8e3;
}
.NP-writing-list-number {
  color: #999;
  font-size: 150%;
  float: left;
  z-index: 4;
}
.NP-writing-list-number.NP-list-depth-1 {
  width: 30px;
}
.NP-writing-list-number.NP-list-depth-1 + div {
  margin-left: 20px;
}
.NP-writing-list-number.NP-list-depth-2 {
  width: 30px;
  padding-left: 10px;
}
.NP-writing-list-number.NP-list-depth-2 + div {
  margin-left: 20px;
}
.NP-writing-list-number.NP-list-depth-3 {
  width: 30px;
  padding-left: 20px;
}
.NP-writing-list-number.NP-list-depth-3 + div {
  margin-left: 20px;
}
/* div */
.NP-writing-number {
  z-index: 4;
}
.NP-writing-list .NP-writing-number {
  margin: 4px 2em;
  font-size: 0.95em;
  color: #888;
}
.NP-writing-numbered .NP-writing-number {
  margin: 3px 0.5em;
  color: #85c5e5;
  font-size: 0.85em;
  background-color: white;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: bold;
}
.NP-writing-article .NP-writing-number {
  margin: 10px 16px;
  font-weight: bold;
  font-size: 1.25em;
  color: #444;
}
.NP-writing-clause .NP-writing-number {
  margin: 3px 11px;
  font-size: 0.8em;
}
.NP-writing-title  {
  text-align: right;
  font-weight: bold;
  font-size: 1.25em;
  padding: 1.5ex 2.5em 1.5ex 2.5em;
  margin-top: 1ex;
  border-top: 4px double gray;
}
.NP-writing-subtitle  {
  text-align: right;
  color: #666;
  font-size: 1.25em;
  padding: 1.5ex 2.5em 1.5ex 2.5em;
}
.NP-writing-heading  {
  text-align: center;
  font-size: 1.25em;
  padding: 2.5ex 4em 1ex 4em;
}
.NP-writing-subheading  {
  text-indent: 0px;
  font-size: 1.25em;
  padding-top: 1.55ex;
  padding-bottom: 0.618ex;
}
.NP-writing-quote  {
  text-indent: 0px;
  padding: 0px 3em;
  font-size: 0.95em;
  color: #888;
}
.NP-writing-quote :before {
  content: '“';
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  color: #dcdcdc;
  font-weight: bold;
}
.NP-writing-list  {
  text-indent: 0px;
}
.NP-writing-article  {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  padding: 1ex 2em 0.5ex 2.5em;
}
.NP-writing-definition {
  position: relative;
}
.NP-writing-definition .section-editor__content {
  text-indent: 50%;
}
.NP-writing-definition .NP-writing-definition__term {
  display: block;
  position: absolute;
  float: left;
  background-color: transparent;
  z-index: 4;
  font-weight: bold;
  border: 1px transparent inset;
  border-bottom: 2px solid #afd9ee;
  padding: 0px 0.225em;
  width: calc(50%);
  color: #0074D9;
}
.NP-writing-definition .NP-writing-definition__term:focus {
  border-color: #afd9ee;
  background-color: #c4e3f3;
}
.section-editor__menu_button {
  border: 1px solid gray;
  border-radius: 6px;
  padding: 2px 6px;
  color: #40a6ff;
  background-color: rgba(242, 238, 218, 0.8);
  font-weight: normal;
  font-size: 14px;
  white-space: pre;
  text-align: center;
}
.section-editor__menu_button:hover,
.section-editor__menu_button:focus {
  background-color: #d9edf7;
}
.section-editor__menu_button:active,
.section-editor__menu_button.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #d9edf7;
}
.section-editor__menu_items {
  position: absolute;
  z-index: 1020;
  right: 0px;
  display: -ms-grid;
  display: grid;
  grid-gap: 2px;
  grid-auto-columns: min-content;
  -ms-grid-columns: [start] (35px)[4] [stop];
      grid-template-columns: [start] repeat(4, 35px) [stop];
  -ms-grid-rows: ([row] auto  )[auto-fill];
      grid-template-rows: repeat(auto-fill, [row] auto  );
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid gray;
  border-radius: 6px;
  border-top-right-radius: 1px;
  padding: 6px;
  background-color: white;
}
.section-editor__menu_item__section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.4em;
          flex: 0 0 1.4em;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}
.section-editor__menu_item__section:hover {
  background-color: #d9edf7;
}
.section-editor__menu_item__section .active {
  color: white;
  background-color: #0074D9;
}
.section-editor__menu_item__title {
  grid-column: start / stop;
  font-size: 14px;
  color: #aaa;
}
.section-editor__menu_item__action {
  text-align: center;
  cursor: pointer;
}
.section-editor__menu_item__hint {
  grid-column: start / stop;
  font-size: 16px;
  padding: 6px 0.25em;
  color: #c47b0f;
  border-top: 1px solid #dbd6d6;
  z-index: 1055;
}
autoform-row {
  display: block;
}
autoform-row legend {
  grid-column: 1 / -1;
  margin-left: 30px;
  margin-top: 25px;
}
autoform-row:focus-within .autoform__vmesg,
autoform-row:hover .autoform__vmesg {
  display: block;
}
autoform-row + autoform-row {
  margin-top: 25px;
}
autoform-block legend {
  margin-left: 30px;
  margin-top: 25px;
}
.autoform__row__inline {
  position: relative;
  margin-left: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'label   hl   input  validation' '.       hl   vmesg  vmesg' '.       hl   help   .';
  -ms-grid-columns: minmax(200px, 20%) 12px 1fr 50px;
      grid-template-columns: minmax(200px, 20%) 12px 1fr 50px;
  padding-right: 12px;
}
.autoform__label {
  grid-area: label;
  z-index: -1;
  padding: 15px 0px;
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
}
.autoform__label span {
  top: 60px;
  position: -webkit-sticky;
  position: sticky;
}
.autoform__input {
  grid-area: input;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px;
}
.autoform__hl {
  grid-area: hl;
  border: 1px solid #d5d5d5;
  border-right: 0;
  border-radius: 12px / 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.autoform__validation {
  grid-area: validation;
}
.autoform__vmesg {
  grid-area: vmesg;
  display: none;
  position: absolute;
  right: 0;
  background-color: inherit;
  color: #FF4136;
  justify-self: end;
}
.autoform__help {
  grid-area: help;
  color: lightgray;
}
@media (max-width: 991px) {
  autoform-row {
    grid-template-areas: 'label' 'input' 'validation' 'help';
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .autoform__hl,
  legend {
    padding: 0;
    border: 0;
  }
}
.NP-text-picker-preview {
  display: block;
  min-height: 1em;
  border: 1px solid #AAA;
  border-radius: 14px;
  text-align: left;
  outline: none;
}
.NP-text-picker-preview:empty:before {
  content: 'ø';
  color: gray;
}
.NP-autoform-msg {
  font-size: 0.9em;
  display: block;
}
.NP-autoform-optional {
  color: gray;
}
:invalid {
  box-shadow: 0px 0px 4px rgba(255, 0, 0, 0.8);
}
form:invalid {
  box-shadow: none;
}
/* form */
.edit-content {
  padding-left: 10px;
}
async-button {
  display: inline-block;
}
.async-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-areas: 'face';
  --notchSize: 10px;
  --bgColor: #f2eeda;
  --shadowColor: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  background-color: var(--bgColor);
  box-shadow: 3px 3px 4px var(--shadowColor);
  outline: none;
  transition: box-shadow 0.1s;
  border: 1px solid lightgray;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.async-button:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.async-button:hover .async-button__error {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.async-button:hover .async-button__face {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.async-button:focus {
  background-color: #d9edf7;
}
.async-button:active,
.async-button.async-button__state_working,
.async-button.async-button__state_disabled {
  -webkit-transform: translateX(2px) translateY(2px);
          transform: translateX(2px) translateY(2px);
  box-shadow: 0px 0px 0px var(--shadowColor);
}
.async-button.async-button__state_working,
.async-button.async-button__state_disabled {
  cursor: not-allowed;
}
.async-button.async-button__state_error {
  background-color: #ffa19c;
}
.async-button.async-button__state_error:hover {
  background-color: var(--bgColor);
}
.async-button__face {
  grid-area: face;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.async-button__state_error .async-button__face {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.async-button__state_working .async-button__face {
  opacity: 0.5;
}
.async-button__error {
  grid-area: face;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.async-button__state_error .async-button__error {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.async-button__face,
.async-button__error {
  grid-area: face;
  padding: 10px 20px;
  transition: -webkit-transform 0.1s 0.1s ease-in-out;
  transition: transform 0.1s 0.1s ease-in-out;
  transition: transform 0.1s 0.1s ease-in-out, -webkit-transform 0.1s 0.1s ease-in-out;
}
.async-button__working {
  grid-area: face;
  font-size: 1.6rem;
  z-index: 2;
  color: gray;
}
.breadcrumb-item {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'icon title date' 'icon title tags';
  -ms-grid-columns: 44px 1fr auto;
      grid-template-columns: 44px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 10px 0px;
  background-color: white;
  color: black;
}
.breadcrumb-item:nth-child(even) {
  background-color: lightgoldenrodyellow;
}
.breadcrumb-item:hover {
  background-color: #d9edf7;
}
.breadcrumb-item:hover .breadcrumb__opened {
  color: transparent;
}
.breadcrumb-item:hover .breadcrumb__date {
  color: #555;
}
.breadcrumb-item:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 800px) {
  .breadcrumb-item {
    -ms-grid-columns: 40px 1fr;
        grid-template-columns: 40px 1fr;
    grid-template-areas: 'icon  title' 'icon  date' 'icon  tags';
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .breadcrumb__icon {
    font-size: 0.9rem;
  }
}
.breadcrumb__icon {
  grid-area: icon;
  color: #aaa;
  font-size: 1.6rem;
  justify-self: center;
}
.breadcrumb__title {
  grid-area: title;
  font-size: 0.9rem;
}
.breadcrumb__subtitle {
  grid-area: subtitle;
  font-size: 0.8rem;
  color: #888;
}
.breadcrumb__tags {
  grid-area: tags;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.7rem;
  color: #aaa;
}
.breadcrumb__opened,
.breadcrumb__date {
  grid-area: date;
  -ms-flex-item-align: right;
      -ms-grid-row-align: right;
      align-self: right;
  justify-self: end;
  font-size: 0.7rem;
  padding: 0px 6px;
  transition: 0.1s 0.1s color ease-in-out;
}
.breadcrumb__opened {
  z-index: 1;
  color: #555;
}
.breadcrumb__date {
  z-index: 2;
  color: transparent;
}
.breadcrumb__deleted {
  color: red;
  font-size: 1.8rem;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
  grid-row: 1/-1;
  grid-column: 1/-1;
  text-align: center;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.15) 20px);
}
show-notes {
  margin: 5px 4vw;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 600px;
      grid-template-columns: 600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  show-notes {
    grid-gap: 20px;
    -ms-grid-columns: (500px)[auto-fill];
        grid-template-columns: repeat(auto-fill, 500px);
  }
}
.show-notes__add-button {
  grid-column: 1 / -1;
}
.show-notes__empty {
  padding: 10px 15px;
  border-radius: 16px;
  background-color: white;
  text-align: center;
  grid-column: 1 / -1;
}
.edit-notes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.edit-notes__note {
  display: -ms-grid;
  display: grid;
  grid-gap: 2px;
  grid-template-areas: 'user    .        .       .        .' 'content content  content content  content' 'date    .        loading pin      reminder';
  -ms-grid-columns: auto 1fr auto auto auto;
      grid-template-columns: auto 1fr auto auto auto;
  -ms-grid-rows: min-content minmax(50px, min-content);
      grid-template-rows: min-content minmax(50px, min-content);
  padding: 5px 10px;
  margin: 6px;
  border-radius: 6px;
  border: 1px solid lightgray;
  background-color: white;
  cursor: pointer;
}
.edit-notes__note:hover {
  background-color: #d9edf7;
}
.edit-notes__deleted {
  grid-area: 1/1/-1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF4136;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.15) 20px);
  z-index: 1;
}
.edit-notes__pin {
  grid-area: pin;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.edit-notes__reminder {
  grid-area: reminder;
  font-size: 0.9rem;
  color: gray;
}
.edit-notes__content {
  grid-area: content;
  font-size: 1rem;
  max-width: 600px;
  padding: 8px 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  white-space: pre-line;
}
.edit-notes__actions {
  grid-area: actions;
  text-align: right;
}
.edit-notes__user,
.edit-notes__date {
  font-size: 0.8rem;
}
.edit-notes__user {
  grid-area: user;
}
.edit-notes__user foreign-key {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'icon name' 'icon email';
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}
.edit-notes__loading {
  grid-area: loading;
}
.edit-notes__email {
  grid-area: email;
}
.edit-notes__username {
  grid-area: name;
}
.edit-notes__user-icon {
  grid-area: icon;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: center;
  padding: 4px 15px;
}
.edit-notes__date {
  grid-area: date;
  color: gray;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.edit-notes__unsaved {
  grid-area: loading;
  color: #FF4136;
}
.edit-notes__edit {
  min-width: 500px;
}
.edit-note__edit-save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid lightgray;
  margin-top: 25px;
}
.edit-note__edit-save > * {
  padding: 5px 0px;
  margin: 4px;
  background-color: #f2eeda;
  cursor: pointer;
  text-align: center;
  width: 100%;
  border: 1px solid lightgray;
}
.edit-note__edit-save > *:hover {
  background-color: #d9edf7;
}
.edit-note__edit-save > *:active {
  background-color: #9acfea;
}
.edit-reminders__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9rem;
}
.edit-reminders__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(120px, max-content) 1fr;
      grid-template-columns: minmax(120px, max-content) 1fr;
  grid-template-areas: 'date text del';
  grid-gap: 10px;
  padding: 5px 8px;
  color: black;
}
.edit-reminders__item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.edit-reminders__item:hover .edit-reminders__del {
  display: block;
}
.edit-reminders__item:hover .edit-reminders__date {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.edit-reminders__item:hover .edit-reminders__reldate {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.edit-reminders__date {
  grid-area: date;
  color: gray;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  transition: 0.1s 0.1s transform ease-in-out;
}
.edit-reminders__reldate {
  grid-area: date;
  color: gray;
  transition: 0.1s 0.1s transform ease-in-out;
}
.edit-reminders__text {
  grid-area: text;
}
.import-component {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'title   title' 'files   conv' 'help    help';
  -ms-grid-columns: 1fr 1.3fr;
      grid-template-columns: 1fr 1.3fr;
  grid-gap: 10px;
  border-radius: 6px;
  border: 1px solid light-gray;
  padding: 10px 15px;
}
.import__uploads {
  grid-area: files;
  padding: 6px;
}
.import__conversions {
  grid-area: conv;
  padding: 6px;
}
.import__help {
  grid-area: help;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (400px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 400px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid gray;
  margin-top: 20px;
  padding-top: 20px;
}
.import-help__note {
  grid-column: 1 / -1;
  font-style: italic;
}
.import-help__title {
  font-weight: bold;
  text-align: center;
}
.import-help__type {
  color: gray;
}
.import-conversion {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'filename status   spinner' 'strategy .        spinner' 'new      new      new    ' 'updated  updated  updated';
  -ms-grid-columns: 1fr auto auto;
      grid-template-columns: 1fr auto auto;
  grid-gap: 0px 5px;
  background-color: white;
  border: 1px solid lightgray;
  padding: 10px 15px;
}
.import-conversion__file {
  grid-area: filename;
}
.import-conversion__status {
  grid-area: status;
}
.import-conversion__strategy {
  grid-area: strategy;
  font-size: 0.9rem;
  font-style: italic;
  color: gray;
}
.import-conversion__new-models {
  grid-area: new;
}
.import-conversion__new-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  color: #0074D9;
}
.import-conversion__updated-models {
  grid-area: updated;
}
.import-conversion__working {
  grid-area: spinner;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.import-conversion__updated-item,
.import-conversion__new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid lightgray;
}
.import-conversion__updated-item .breadcrumb-item,
.import-conversion__new-item .breadcrumb-item {
  width: 100%;
}
.import-conversion__updated-state {
  padding-right: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #0074D9;
}
.questions-by-tab__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0074D9;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.questions-by-tab__tab {
  cursor: pointer;
  font-size: 1rem;
  margin: 0px 25px;
  transition: font-size 0.25s;
  border: 3px solid transparent;
  padding: 5px 0.5rem;
  border: 1px solid lightgray;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-color: gray;
  margin-bottom: -1px;
  min-width: 100px;
  text-align: center;
}
.questions-by-tab__tab:hover {
  font-size: 1.25rem;
  color: dark;
}
.questions-by-tab__shown {
  display: block;
}
.questions-by-tab__hidden {
  display: none;
}
.questions-by-tab__content {
  border-top: 1px solid gray;
  border-radius: 50px;
  padding-top: 30px;
}
.questions-by-tab__active {
  font-size: 1.25rem;
  color: black;
  border-bottom-color: #F3F3F3;
}
quick-corp {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  grid-template-areas: 'ln     ln' 'd      d' 'o      o' 'idate  fye' 'rev    rev';
  width: 600px;
  min-width: 600px;
  max-width: 100%;
}
.quick-corp__ln {
  grid-area: ln;
}
.quick-corp__d {
  grid-area: d;
}
.quick-corp__o {
  grid-area: o;
}
.quick-corp__idate {
  grid-area: idate;
}
.quick-corp__fye {
  grid-area: fye;
}
.quick-corp__review {
  grid-area: rev;
  margin-top: 10px;
  padding: 20px;
  border-top: 1px solid lightgray;
  text-align: center;
}
.quick-corp__loading {
  grid-area: rev;
  text-align: center;
}
.show-issues__list {
  min-width: 600px;
}
.show-issues__item {
  display: -ms-grid;
  display: grid;
  grid-gap: 6px;
  grid-template-areas: 'title fails';
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 10px 16px;
  cursor: pointer;
}
.show-issues__item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.show-issues__item:hover {
  background-color: #d9edf7;
}
.show-issues__title {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
}
.show-issues__fail {
  color: #FF4136;
}
.shareholders-list__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 0px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 16px;
  padding: 10px 15px;
}
.shareholders-list__list > * {
  padding-top: 10px;
  border-top: 1px solid lightgray;
}
.shareholders-list__name {
  grid-column: 1/2;
}
.shareholders-list__class {
  grid-column: 2/3;
}
.shareholders-list__sum {
  grid-column: 3/4;
}
.shareholders-list__certs {
  grid-column: 4/5;
}
.shareholders-list__by-name {
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
}
.shareholders-list__by-class {
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
}
.shareholders-list__by-class .shareholders-list__class {
  grid-column: 1/2;
}
.shareholders-list__by-class .shareholders-list__name {
  grid-column: 2/3;
}
.shareholders-list__by-class .shareholders-list__sum {
  grid-column: 3/4;
}
.shareholders-list__by-class .shareholders-list__certs {
  grid-column: 4/5;
}
.shareholders-list__transfers {
  -ms-grid-columns: (auto)[5];
      grid-template-columns: repeat(5, auto);
  grid-gap: 0px;
}
.shareholders-list__transfers .shareholders-list__number {
  grid-column: 1/2;
  -ms-grid-row: span 2;
      grid-row: span 2;
}
.shareholders-list__transfers .shareholders-list__cert {
  grid-column: 2/3;
  -ms-grid-row: span 2;
      grid-row: span 2;
}
.shareholders-list__transfers .shareholders-list__type {
  grid-column: 3/4;
}
.shareholders-list__transfers .shareholders-list__from {
  grid-column: 4/5;
  color: gray;
  font-size: 0.9rem;
}
.shareholders-list__transfers .shareholders-list__date {
  grid-column: 5/6;
  font-size: 0.9rem;
}
.shareholders-list__transfers .shareholders-list__sum {
  grid-column: 3/4;
}
.shareholders-list__transfers .shareholders-list__to {
  grid-column: 4/5;
  color: black;
}
.shareholders-list__transfers .shareholders-list__certs {
  grid-column: 5/6;
  font-size: 0.9rem;
}
.shareholders-list__transfers .shareholders-list__note {
  grid-column: 2/-1;
  font-style: italic;
  font-size: 0.9rem;
  color: gray;
  border: none;
}
.shareholders-list__transfers > * {
  padding: 4px 0px;
}
.shareholders-list__transfers .shareholders-list__certs,
.shareholders-list__transfers .shareholders-list__sum,
.shareholders-list__transfers .shareholders-list__class,
.shareholders-list__transfers .shareholders-list__to {
  border: none;
  padding: 0px 0px 4px 0px;
}
.shareholders-list__transfers .shareholders-list__certs.shareholders-list__head,
.shareholders-list__transfers .shareholders-list__sum.shareholders-list__head,
.shareholders-list__transfers .shareholders-list__class.shareholders-list__head,
.shareholders-list__transfers .shareholders-list__to.shareholders-list__head {
  grid-row: 2/3;
}
.shareholders-list__transfers .shareholders-list__head {
  color: black;
  padding: 0px;
}
.shareholders-list__head {
  grid-row: 1/2;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  border-top: none;
}
status-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0px 20px;
  padding-top: 40px;
  width: 100%;
  z-index: 0;
  color: #c0c0c0;
  text-transform: uppercase;
}
.status-line__head {
  font-size: 0.9rem;
}
.status-line__value {
  font-size: 0.8rem;
}
stripe-element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 10px;
  grid-template-areas: 'title' 'name' 'card' 'action' 'message';
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 20px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 10px;
}
.stripe-element__title {
  grid-area: title;
}
.stripe-element__card-element {
  grid-area: card;
  background-color: #d9edf7;
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 10px 5px;
}
.stripe-element__action {
  grid-area: action;
  color: 'e25950';
}
.stripe-element__message {
  grid-area: message;
}
.stripe-manager-subscription__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0px;
}
.stripe-manager-subscription__item {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'name  price     subscribe' 'name  interval  subscribe';
  -ms-grid-columns: 1fr auto auto;
      grid-template-columns: 1fr auto auto;
  grid-gap: 0px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px;
  padding: 10px 15px;
  border: 1px solid lightgray;
  background-color: white;
}
.stripe-manager-subscription__name {
  grid-area: name;
}
.stripe-manager-subscription__price {
  grid-area: price;
  font-size: 0.9rem;
  color: gray;
}
.stripe-manager-subscription__interval {
  grid-area: interval;
  font-size: 0.8rem;
  color: gray;
}
.stripe-manager-subscritpion__subscribe {
  grid-area: subscribe;
}
.stripe-manager-subscription__subscriptions {
  border: 1px solid lightgray;
  width: 100%;
  background-color: white;
  margin: 15px 0px;
}
.stripe-manager-subscription__subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}
.stripe-manager-subscription__icon {
  padding-right: 15px;
}
.stripe-manage-subscriptions__p_and_s {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.stripe-manage-subscriptions__plans_block,
.stripe-manage-subscriptions__subs_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid lightgray;
  border-radius: 20px;
  padding-top: 10px;
}
.stripe-payment-management__dialog {
  min-width: 600px;
  max-width: 100%;
  padding: 20px;
}
.stripe-payment-management__source {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'brand expiry last4 use';
  -ms-grid-columns: 1fr auto auto auto;
      grid-template-columns: 1fr auto auto auto;
  grid-gap: 10px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  border-radius: 10px;
  border: 1px solid lightgray;
  padding: 10px 15px;
}
.stripe-payment-management__bad {
  color: lightgray;
}
.stripe-payment-management__brand {
  grid-area: brand;
}
.stripe-payment-management__expiry {
  grid-area: expiry;
}
.stripe-payment-management__last4 {
  grid-area: last4;
}
.stripe-payment-management__use {
  grid-area: use;
}
share-transfer-editor {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / repeat(auto-fill, minmax(200px, 340px));
  grid-gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  border: 1px solid lightgray;
  background-color: white;
  padding: 15px;
}
.share-transfer-editor__selected_origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-transfer-editor__selected_origin .btn {
  margin-left: auto;
  visibility: hidden;
}
.share-transfer-editor__selected_origin:hover .btn {
  visibility: visible;
}
.upcoming-dates__Do {
  float: right;
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  color: #0074D9;
  font-size: 0.9rem;
}
.upcoming-dates__item {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  grid-template-areas: 'title title    do' 'icon  subtitle do';
  -ms-grid-columns: auto 1fr auto;
      grid-template-columns: auto 1fr auto;
  padding: 8px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
}
.upcoming-dates__item:nth-child(even) {
  background-color: #fbfaf4;
}
.upcoming-dates__item:hover {
  background-color: #d9edf7;
}
.upcoming-dates__title {
  grid-area: title;
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
}
.upcoming-dates__icon {
  grid-area: icon;
  color: gray;
  padding: 0px 6px 0px 0px;
}
.upcoming-dates__subtitle {
  grid-area: subtitle;
  color: gray;
}
.upcoming-dates__do {
  grid-area: do;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 0.8rem;
  color: gray;
}
.upcoming-dates__show_more {
  margin-top: auto;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
}
.upcoming-dates__show_more:hover {
  background-color: #d9edf7;
}
.upcoming-dates__columns__list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(250px, 400px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-flow: column;
  grid-gap: 14px;
}
.upcoming-dates__columns__col .upcoming-dates__do {
  display: none;
}
.upcoming-dates__columns__col .upcoming-dates__show_more {
  display: none;
}
.upcoming-dates__columns__title {
  text-align: center;
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
}
.upcoming-dates__shifter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
user-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
user-login h4 {
  border-bottom: 1px solid lightgray;
  margin: 5px 0px;
  padding: 5px 0px;
}
.user-login__steps {
  grid-area: icon;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid lightgray;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 0.9rem;
}
.user-login__steps > i {
  margin-left: 15px;
  margin-right: 5px;
}
.user-login__restart {
  font-size: 0.9rem;
  cursor: pointer;
  text-align: right;
}
.user-login__restart:hover {
  color: #FF4136;
}
.login-server__custom {
  margin-top: 40px;
}
.user-login__icon {
  grid-area: icon;
  font-size: 2rem;
  text-align: center;
}
.user-login__step {
  grid-area: step;
  color: gray;
}
.user-login__guide {
  grid-area: guide;
  font-size: 0.95rem;
}
.user-login__guide_title {
  font-weight: bold;
  border-bottom: 1px solid lightgray;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.user-login__guide_steps {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 0px;
  -ms-grid-columns: auto auto 1fr;
      grid-template-columns: auto auto 1fr;
  text-align: left;
}
.user-login__guide_success {
  color: #2ECC40;
}
.user-login__guide_active {
  color: #0074D9;
}
.user-login__guide_future {
  color: gray;
}
.user-login__guide_active,
.user-login__guide_success,
.user-login__guide_future {
  grid-column: 3/4;
}
.user-login__guide_number {
  grid-column: 2/3;
  padding: 0px 10px;
  color: gray;
}
.user-login__guide_at {
  grid-column: 1/2;
}
waiting-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding-top: 60px;
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes counter-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes counter-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.waiting-for__gearbox {
  background: #AAA;
  height: 150px;
  width: 200px;
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}
.waiting-for__overlay {
  border-radius: 6px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-shadow: inset 0px 0px 20px rgba(200, 200, 200, 0.4);
  transition: background 0.2s;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 15%, rgba(255, 255, 255, 0.5) 18%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.25) 68%, rgba(255, 255, 255, 0.1) 72%, rgba(255, 255, 255, 0.21) 88%, rgba(255, 255, 255, 0) 91%);
}
.waiting-for__gear {
  position: absolute;
  box-shadow: 0px -1px 0px 0px #888888, 0px 1px 0px 0px #AAA;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  mix-blend-mode: color-burn;
}
.waiting-for__gear:after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background: radial-gradient(#fff 0%, #aaa 5%, #aaa 20%, #646464 25%);
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 2px 0px 0px #090909, inset 0px -1px 0px 0px #888888;
}
.waiting-for__large {
  position: absolute;
  box-shadow: 0px -1px 0px 0px #888888, 0px 1px 0px 0px #AAA;
  height: 120px;
  width: 120px;
  border-radius: 60px;
}
.waiting-for__large:after {
  height: 96px;
  width: 96px;
  border-radius: 48px;
  margin-left: -48px;
  margin-top: -48px;
  background: radial-gradient(#fff 0%, #aaa 5%, #aaa 20%, #646464 25%);
}
.waiting-for__one {
  top: 12px;
  left: 10px;
}
.waiting-for__two {
  top: 61px;
  left: 60px;
}
.waiting-for__three {
  top: 110px;
  left: 10px;
}
.waiting-for__four {
  top: 13px;
  left: 128px;
}
.waiting-for__inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: #555;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.waiting-for__large .waiting-for__inner {
  border-radius: 60px;
}
.waiting-for__one .waiting-for__inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
          animation: counter-clockwise 3s infinite linear;
}
.waiting-for__two .waiting-for__inner {
  -webkit-animation: clockwise 3s infinite linear;
          animation: clockwise 3s infinite linear;
}
.waiting-for__three .waiting-for__inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
          animation: counter-clockwise 3s infinite linear;
}
.waiting-for__four .waiting-for__inner {
  -webkit-animation: counter-clockwise 6s infinite linear;
          animation: counter-clockwise 6s infinite linear;
}
.waiting-for__gear .waiting-for__bar {
  background: #555;
  height: 16px;
  width: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.waiting-for__large .waiting-for__inner .waiting-for__bar {
  margin-left: -68px;
  width: 136px;
}
.waiting-for__gear .waiting-for__bar:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.waiting-for__gear .waiting-for__bar:nth-child(3) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.waiting-for__gear .waiting-for__bar:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.waiting-for__gear .waiting-for__bar:nth-child(5) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.waiting-for__gear .waiting-for__bar:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.waiting-for__msg {
  color: #888;
  font-size: 24px;
  padding-top: 10px;
}
/*
 *                           (2)
 *                                                             Variables
 */
/*
 *                            (3)
 *                                                           Elements
 *  Body
 */
/*
 * Responsive body height
 * per http://stackoverflow.com/questions/10336194
 */
@media (max-width: 979px) {
  body {
    padding: 0px 10px 0px 10px;
  }
}
canvas {
  display: block;
}
a:hover {
  text-decoration: none;
}
input:focus,
textarea:focus {
  background-color: #d9edf7;
  color: #555555;
  outline: none;
  opacity: 1;
  z-index: 1001;
}
del.strike {
  text-decoration: none;
  position: relative;
}
del.strike::after {
  border-bottom: 1px solid rgba(255, 0, 0, 0.6);
  content: "";
  left: 0;
  line-height: 1em;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
/* This is needed to show the focus on button.active
 */
button:focus,
button.active:focus {
  background-color: #afd9ee;
}
/*
 * Respect newlines in address fields
 */
address {
  font-size: 0.9em;
  white-space: pre-line;
  margin-bottom: 0px;
}
p {
  -webkit-transform-style: flat;
          transform-style: flat;
}
a {
  -webkit-transform-style: flat;
          transform-style: flat;
}
/* Hide template tags in unsupported browsers. */
template {
  display: none !important;
}
.help-block {
  margin-top: 0;
}
.help-block p {
  margin-top: 0;
  margin-bottom: 10px;
}
body ::-webkit-scrollbar {
  width: 25px;
  height: 25px;
}
body ::-webkit-scrollbar-track {
  background: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}
body ::-webkit-scrollbar-track:hover {
  background-color: #a6d6ff;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 50px #aba56a;
}
body ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 50px #0074D9;
}
datalist-compat {
  display: block;
}
[data-kom-toggle],
[kom] {
  cursor: pointer;
}
sup {
  top: -0.25em;
}
/**
 *                              (4)
 *                                                              Hotfixes
 *
 * These are fixes for classes included by other items e.g. Bootstrap
 */
/** Bootstrap tooltips
 */
/* div */
.tooltip {
  z-index: 50000;
}
table.collapse.in {
  display: table;
}
/*
    Fix twbs/bootstrap#9939
 */
/* div */
.NP-btn-group-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.active .text-muted {
  color: #CCC;
}
/*
 * From bootstrap-modal, fixes extraordinary performance degradation with
 * modals:
 *  http://stackoverflow.com/questions/12969228
 */
/*
    Fix drops appearing under <input> tags (z-index > 2) and
    modals (z-index > 1050).
 */
/* div */
.drop {
  z-index: 2050;
}
/**
 *  hint.css
 *  ~~~~~~~~
 *  Little tiny fonts.
 */
/* div */
[data-hint]:after {
  font-size: 16px;
}
.NP-emboss {
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4), 1px 1px 0px rgba(0, 0, 0, 0.8);
  color: #444;
}
/* FA icon supplement
  https://github.com/FortAwesome/Font-Awesome/issues/1101
 */
.NP-fa-email:before {
  content: '@';
}
.NP-fa-paragraph:before {
  content: '\00B6';
}
.NP-fa-numbered-paragraph:before {
  content: '1\00B6';
}
.NP-fa-sub-header:before {
  content: 'h';
}
.NP-fa-clause:before {
  content: 'c';
}
.NP-fa-article:before {
  content: "A";
}
.NP-fa-validation-fail:before {
  content: "✘";
}
/**
 *                              (5)
 *                                                              Classes
 *
 */
/*
    Body
 */
.NP-textarea-picker {
  width: 100%;
  border-radius: 25px;
  cursor: pointer;
  resize: none;
  padding: 6px 1em;
  background-color: #eee;
}
.NP-textarea-picker:focus {
  background-color: #d9edf7;
}
.NP-select-picker {
  background-color: #f2eeda;
  text-align: right;
  direction: rtl;
}
.NP-select-picker option {
  direction: ltr;
}
.NP-center-spinners {
  position: fixed;
  left: 40%;
  left: calc(50% - 200px);
  top: 32vh;
  z-index: -1;
  text-align: center;
}
/* div#modal-loading-overlay */
.NP-modal-loading-overlay {
  position: fixed;
  padding-top: 20%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.NP-modal-loading-overlay i {
  display: block;
  margin: 0 auto;
}
/* div.modal */
.NP-modal-transient .modal-content {
  transition: 1s;
}
/* div.modal */
.NP-modal-shown .modal-content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
/* * */
.NP-edit-outline {
  box-shadow: 0 0 1em #7FDBFF;
  outline: #7FDBFF 1px solid;
}
/* textarea */
.NP-expanding {
  resize: none;
}
/*
    Page
    ~~~~
 */
/* body */
/* main */
.NP-Page {
  padding-top: 32px;
  min-height: 75vh;
}
/*
    Utilities
    ~~~~~~~~~
 */
/* * */
.NP-nowrap {
  white-space: nowrap !important;
}
/***/
.NP-wrap {
  white-space: normal !important;
}
/* div */
.NP-next-steps {
  margin-bottom: 30px;
}
/* list-group-item/li */
.NP-is-deleted {
  color: #AAA;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #ccc 10px, #ccc 20px);
}
/*
  Flash
*/
/* * */
.NP-flash {
  -webkit-animation: np_flash 0.4s ease-out;
          animation: np_flash 0.4s ease-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
@-webkit-keyframes np_flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #f8fa89;
    -webkit-transform: scale3d(1.1, 1.1, 0);
            transform: scale3d(1.1, 1.1, 0);
  }
  100% {
    background-color: none;
  }
}
@keyframes np_flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #f8fa89;
    -webkit-transform: scale3d(1.1, 1.1, 0);
            transform: scale3d(1.1, 1.1, 0);
  }
  100% {
    background-color: none;
  }
}
/* body */
.NP-warn-anim {
  -webkit-animation: np_warn_anim 0.2s ease-in-out;
          animation: np_warn_anim 0.2s ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes np_warn_anim {
  0% {
    background-color: none;
  }
  50% {
    background-color: #f4783c;
  }
  100% {
    background-color: none;
  }
}
@keyframes np_warn_anim {
  0% {
    background-color: none;
  }
  50% {
    background-color: #f4783c;
  }
  100% {
    background-color: none;
  }
}
/*
    Debugging
    ~~~~~~~~~
 */
/* A max-height item that grows when hovered */
/* <block> */
.NP-max-height-debug {
  max-height: 350px;
  overflow-y: auto;
}
/* span */
.NP-textarea-suggest-icon {
  position: absolute;
  right: 0px;
  opacity: 0.5;
}
/* div */
.NP-test-scratch {
  opacity: 0.5;
}
/**
 * An element whose direct child is absolutely positioned.
 * @type {[type]}
 */
.NP-line-drop-on-hover {
  overflow: hidden;
  height: 100%;
  min-height: 3ex;
}
.NP-line-drop-on-hover > * {
  min-width: 75%;
  max-width: 90%;
  position: absolute;
  border: 1px solid transparent;
  padding: 0px 6px;
  border-bottom: 3px double #CCC;
}
.list-group-item:hover .NP-line-drop-on-hover,
.list-group-item:focus .NP-line-drop-on-hover {
  overflow: visible;
}
.list-group-item:hover .NP-line-drop-on-hover > *,
.list-group-item:focus .NP-line-drop-on-hover > * {
  background-color: #eef7fb;
  border-radius: 6px;
  border: 1px solid #eef7fb;
  z-index: 10050;
  box-shadow: 2px 2px 4px #d9edf7;
}
/*
      Errors
      ~~~~~~
 */
/* {*} */
.NP-binding-error {
  border: 4px dashed red;
  background-color: #F88;
}
.NP-binding-error:after {
  font-size: 16px;
  color: red;
  background-color: white;
  padding: 2px 0.5em;
  border: 1px solid gray;
  font-style: italic;
  content: "This item may not be working as expected.";
}
/* div.modal-body */
.NP-terms {
  max-height: 600px;
  max-height: 70vh;
  overflow-y: scroll;
}
/*
    Edit page items.
 */
/* UL */
/*
      Create Document Modal (cdm)
 */
/* .modal-body*/
.NP-cdm-top {
  text-align: center;
}
.NP-cdm-top .NP-cdm-complete-message {
  visibility: hidden;
}
/* div */
.NP-cdm-title {
  padding: 9px 0px;
  font-weight: bold;
}
/* span */
.NP-cdm-number {
  position: absolute;
  font-weight: bold;
}
/* i.fa */
.NP-cdm-create-icon {
  border-radius: 70px;
  border: 3px solid gray;
  padding: 10px 25px;
  cursor: pointer;
}
/* div */
.NP-cdm-choose {
  color: #0074D9;
}
.NP-cdm-choose .NP-cdm-create-icon {
  border-color: #0074D9;
}
/* div */
.NP-cdm-complete {
  color: #2ECC40;
}
.NP-cdm-complete .NP-cdm-create-icon {
  border-color: #2ECC40;
}
.NP-cdm-complete .NP-cdm-complete-message {
  visibility: visible;
}
/* div */
.NP-cdm-unready {
  color: #bcbcbc;
}
.NP-cdm-unready .NP-cdm-create-icon {
  border-color: #bcbcbc;
}
.NP-cdm-unready .help {
  color: #bcbcbc;
}
/* div */
.NP-cdm-warn {
  color: #d9d44c;
}
.NP-cdm-warn .NP-cdm-create-icon {
  border-color: #d9d44c;
}
.NP-cdm-warn .help {
  color: #d9d44c;
}
/* */
.NP-striped > :nth-child(odd) {
  background-color: #e4e4e4;
}
/*         ***  TABLES   ***     */
/* table */
.NP-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0px;
}
.NP-table thead {
  padding: 4px 0px;
  border-bottom: 1px solid gray;
}
.NP-table th {
  padding: 8px 0px;
  text-align: left;
  font-size: 1.25em;
  font-weight: normal;
}
.NP-table td {
  vertical-align: top;
  line-height: 20px;
  text-align: left;
}
.NP-table .NP-shrink {
  white-space: nowrap;
}
/* .panel-heading, div, ... */
.NP-trigger {
  cursor: pointer;
}
.NP-trigger:hover {
  color: #428bca;
}
/* table */
.NP-table-right-th > tbody > tr > th {
  text-align: right;
  font-weight: normal;
  width: 38.2%;
}
/* table */
.NP-table-double-striped > tbody > tr:nth-child(4n + 1),
.NP-table-double-striped > tbody > tr:nth-child(4n + 2) {
  background-color: #F1F1F1;
}
/* table */
.NP-table-keyboard-shortcuts {
  width: 100%;
  font-size: 85%;
  font-style: italic;
  color: #888;
  border-collapse: collapse;
  border-spacing: 0;
}
/* td */
.NP-td-undersize {
  padding: 0px 0.75em 0px 0px;
  font-size: 0.9em;
}
.NP-td-undersize,
.NP-td-undersize span,
.NP-td-undersize i,
.NP-td-undersize em {
  color: #999;
}
/* div */
.NP-undersize {
  font-size: 16px;
}
.NP-undersize,
.NP-undersize span,
.NP-undersize i,
.NP-undersize em {
  color: #999;
}
/* tr */
.NP-tr-double-first td {
  padding-top: 6px;
}
/*
    List loading animation
 */
/* .list-group-item */
.NP-flip-roll {
  -webkit-animation: np_flip 0.4s ease-in 0s;
  animation: np_flip 0.4s ease-in 0s;
  -webkit-transform-origin: 0px 50%;
  transform-origin: 0px 50%;
}
.NP-flip-roll:hover {
  z-index: 1;
  box-shadow: 0 0 1em #85c5e5;
}
@-webkit-keyframes np_flip {
  from {
    -webkit-transform: translate3d(0, -25px, -25px) rotateX(-90deg);
            transform: translate3d(0, -25px, -25px) rotateX(-90deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg);
  }
}
/* .navbar */
.NP-nav-show {
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: 0.2s;
  height: initial;
  max-height: initial;
  min-height: 49px;
  z-index: 1050;
}
.NP-nav-show a,
.NP-nav-show input {
  transition: 0.3s;
  opacity: 1;
  font-size: 20px;
}
.NP-nav-show a.navbar-brand {
  transition: 0.3s;
  opacity: 1;
  font-size: 20px;
  padding: 10px 15px;
}
.NP-nav-back > a {
  background-color: #888;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.NP-nav-back.open,
.NP-nav-back.open > a,
.NP-nav-back:hover,
.NP-nav-back:hover > a {
  background-color: #aaa !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.NP-nav-back > a {
  color: black !important;
}
/**
 * Group of buttons
 */
.button-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
}
/*
        Grid
        ----

        Flex-based i.e.
        http://philipwalton.github.io/solved-by-flexbox/demos/grids/
 */
/* div */
.NP-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* div */
.NP-grid-gutters {
  margin-left: -1em;
}
.NP-grid-gutters > div {
  padding-left: 1em;
}
/* div */
.NP-grid-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
/*
      Client - Matter list
      Flex
      --------------------

 */
/* div */
.NP-grid-ml-client {
  width: 40%;
}
/* div */
.NP-grid-ml-matter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
/* div */
/*
        Document - List
        Flex
        ~~~~~~~~~~~~~~~
 */
/* div */
.NP-grid-dl-number {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 28px;
}
/* div */
.NP-grid-dl-title {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
/* div */
.NP-grid-dl-matter {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
/* div */
.NP-grid-dl-percent {
  white-space: nowrap;
  font-size: 0.75em;
  text-align: right;
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25 auto;
          flex: 0.25 auto;
}
/* div */
.NP-dl-tags {
  font-size: 0.8em;
  margin-left: 28px;
}
/* Document review block */
/* div.row */
.NP-document-review-block {
  padding: 12px 0px;
}
.NP-document-review-block > div:first-child {
  text-align: right;
}
.NP-document-review-block > div:first-child h4 {
  margin-top: 0px;
}
.NP-document-review-block > div:last-child {
  margin-bottom: 16px;
  border-left: 1px solid #d5d5d5;
  border-radius: 12px/25px;
}
/*
          LISTS
 */
.list-group-item:nth-child(even) {
  background-color: #fbfaf4;
}
.list-group-item:nth-child(even).active {
  background-color: #0074D9;
}
/*
          MODALS
 */
/* .modal-dialog */
.NP-modal-xw {
  width: 90%;
}
/*
            YEAR MONTH PICKER (YMP)
*/
/* div */
.NP-ymp-picker {
  position: absolute;
  background-color: white;
  width: 250px;
  z-index: 999999;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  box-shadow: 2px 2px 10px 4px #AAA;
}
/* span */
.NP-ymp-year {
  margin-top: 8px;
  display: inline-block;
  font-weight: bold;
}
/* table */
.NP-ymp-table {
  width: 100%;
}
/* td */
.NP-ymp-item {
  width: 33%;
  padding: 3px 5px;
  border: 1px solid #BBB;
  cursor: pointer;
}
.NP-ymp-item:hover {
  background-color: #d9edf7;
}
/* td */
.NP-ymp-selected {
  font-weight: bold;
  background-color: #d9edf7;
}
/* td */
.NP-ymp-this-month {
  font-style: italic;
}
/*
            SELECT KIND OF DOCUMENT

 */
/* ul */
.NP-kod-items {
  list-style-type: none;
}
/* li */
.NP-kod-item {
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0px 0px 1px 1px #EEE;
  padding: 3px 0.5em;
  margin: 3px 1px;
  cursor: pointer;
  min-width: 170px;
}
/*
      MERGE
      ~~~~~
*/
/* .panel*/
.NP-merge-selection {
  border-width: 10px 5px;
}
/* fa */
.NP-fav-icon {
  cursor: pointer;
  font-size: 1.3em;
}
.NP-fav-icon:hover {
  color: red;
}
/* div*/
.NP-fav-tags-linked {
  max-height: 600px;
  max-height: 75vh;
  overflow-y: scroll;
}
/*

          LIST VIEW

 */
/* div */
.NP-autoload-scroll-msg {
  cursor: pointer;
}
/*
        Snippets
*/
/* div */
.NP-snippets-list-preview {
  float: right;
  padding-right: 2em;
}
.NP-snippets-list-preview i.fa {
  color: #CCC;
}
.NP-snippets-list-preview i.fa:hover {
  color: #85c5e5;
}
/**
 *
 *                              (6)
 *                                               Legacy - Uncategorized
 *
 *   These are styles that have not yet had NP- prefix added, but are
 *   still used so at some point they should.
 */
/* div */
.autocomplete_item {
  /* span */
}
.autocomplete_item .fileno {
  color: blue;
  font-size: 14px;
}
/*
.matter {
    padding-top: 8px;
    border-bottom: 1px solid #CCC;
}*/
aside {
  display: inline-block;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
.noty_theme_twitter aside {
  font-size: 90%;
  font-weight: normal;
  color: #777;
}
tr.deleted td {
  text-decoration: line-through;
}
tr.deleted td .btn {
  text-decoration: none;
}
/*
 * Client and Matter presentations
 */
div.client-matter {
  /* As they appear at the top of a document being edited */
  width: 80%;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  display: table-row;
}
div.client-matter > div {
  display: table-cell;
  vertical-align: top;
}
div.client-matter > div h3 {
  text-align: center;
}
div.client-matter > div button {
  vertical-align: bottom;
}
div.client-matter div.client {
  min-width: 340px;
}
div.client-matter div.matter {
  min-width: 240px;
}
div.client-matter .dl-horizontal dt {
  width: 85px;
}
div.client-matter .dl-horizontal dd {
  margin-left: 100px;
}
/* table */
.NP-matter-re {
  width: 100%;
  border-collapse: collapse;
}
.NP-matter-re td {
  vertical-align: top;
}
.NP-matter-re .NP-matter-re-re {
  font-family: proxima-nova-condensed, Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, serif;
  width: 140px;
}
.NP-matter-re .NP-matter-re-name {
  border-bottom: 1px solid gray;
}
.NP-matter-re .NP-matter-re-details {
  padding-top: 12px;
  font-size: 0.85em;
  line-height: 1.2em;
}
/* p */
.NP-matter-notes {
  margin: 0px 1em;
  padding: 4px 1em;
  white-space: pre-line;
  font-style: italic;
}
/*
 * Show a model
 */
span.model {
  cursor: pointer;
}
/*
 * micro-template styles for definition lists
 */
/* dl */
.contact-phone,
.contact-email {
  margin: 0px;
}
.contact-phone dd,
.contact-email dd {
  float: left;
  padding-right: 0.618em;
}
.contact-phone dt,
.contact-email dt {
  color: #999999;
  font-weight: normal;
}
/* dl */
.contact-address {
  margin: 0px;
}
.contact-address dt {
  float: right;
  border-top: 1px dotted #BBB;
  border-left: 1px dotted #BBB;
  margin-left: 0.618em;
  color: #999999;
  font-weight: normal;
}
/*
 * inline summary items are the rows of a summary (either in a popover or
 * modal)
 */
.inline-summary-item {
  padding-top: 4px;
}
/*
 * Dropdown menus on hover
 * See eg http://stackoverflow.com/questions/8878033
 */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
/*
 * Dropdown buttons show items on hover
 */
.dropdown-toggle:hover + ul.dropdown-menu.dropdown-hover,
ul.dropdown-menu.dropdown-hover:hover {
  display: block;
}
ul.dropdown-menu.dropdown-hover {
  margin-top: -1px;
  margin-bottom: -1px;
}
/*
 * Add a borderless table style
 */
table.table-borderless td,
table.table-borderless th {
  border-top: 0;
}
/*
 * Strict striping - only applies to immediate child of current table
 */
table.striped > tbody > tr:nth-child(odd) > td,
table.striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
/* The double striping is for eg the client list where two rows correspond to a
 * single entity. Rows:
 *
 * 2n+1: The title e.g. name, number, etc.
 * 2n+2: The drop-down lists (e.g. the matter list under a client)
 */
table.double-striped > tbody > tr {
  /* TODO: highlight the row when hovering
  &:nth-child(2n+1):hover > td {
    background-color: #f0f0f0;
  }*/
}
table.double-striped > tbody > tr:nth-child(4n+1),
table.double-striped > tbody > tr:nth-child(4n+2) > td {
  background-color: #f9f9f9;
}
/* Mandatory underlining of abbr in tables gives them a cluttered look, so
 * we disable it.
 */
table abbr,
table abbr[title],
table abbr[data-original-title] {
  border-bottom: none;
}
i.icon-action {
  cursor: pointer;
}
.matter-block:hover .matter-kind {
  cursor: pointer;
  border-bottom: dashed 1px #0074D9;
}
.client-block:hover .client-name {
  cursor: pointer;
  border-bottom: dashed 1px #0074D9;
}
/*
 * Context-sensitive buttons.
 * Show the buttons when hovering.
 * TODO: Show buttons when a "nearby" element is being focused
 */
.hover-buttonshow .btn,
.hover-buttonshow .hovershow {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.628s cubic-bezier(0.1, 0.7, 1, 0.1);
}
.hover-buttonshow:hover .btn,
.hover-buttonshow:hover .hovershow {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.628s cubic-bezier(0.1, 0.7, 1, 0.1);
}
/*
 * Alternate between styles when the parent (.hover-alternate) is hovered,
 * between .base and .alternate
 */
.hover-alternate .alternate {
  display: none !important;
}
.hover-alternate:hover .base {
  display: none !important;
}
.hover-alternate:hover .alternate {
  display: inherit !important;
}
/*
 * Button checkmarks
 * [x] when button has the 'active' class
 * [ ] when button does not not have the active class
 */
.NP-checkboxes .fa-check,
.NP-checkboxes .fa-check-circle,
.NP-checkboxes .fa-check-circle-o {
  display: none;
}
.active .fa-check,
.active .fa-check-circle,
.active .fa-check-circle-o {
  display: inline-block;
}
.fa-circle,
.fa-circle-o,
.fa-circle-thin {
  display: inline-block;
}
.NP-checkboxes .active .fa-circle,
.NP-checkboxes .active .fa-circle-o,
.NP-checkboxes .active .fa-circle-thin {
  display: none;
}
::-moz-selection {
  background: #6ABD46;
  color: white;
  text-shadow: none;
}
::selection {
  background: #6ABD46;
  color: white;
  text-shadow: none;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*
 *      HACKS
 *      =====
 *
 *  These are fixes that we need only to work around issues with browsers
 *
 */
input[type="file"] {
  border: 1px dashed gray;
  margin: 3px 0px;
  padding: 3px;
  border-radius: 12px;
}
input.micro {
  width: 30px;
}
.help,
.inline-help {
  color: #777;
}
/*
 * A count shows a number of e.g. matters for clients, docs for matters, prints
 * for docs.
 */
.count {
  border: 2px solid gray;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 0px 5px;
  font-family: proxima-nova, "Optima", Candara, "Century Gothic", sans-serif;
  border-top: none;
  border-bottom: none;
}
.section-header {
  margin-top: 24px;
  margin-bottom: 12px;
}
/*
 * Represent deleted items in table rows, lists, etc.
 */
li.is_deleted,
tr.is_deleted td {
  color: #A88;
  background-color: #BBB;
  text-decoration: line-through;
  /* do not strikeout icons */
}
li.is_deleted *,
tr.is_deleted td * {
  text-decoration: line-through;
}
li.is_deleted .btn-group *,
tr.is_deleted td .btn-group *,
li.is_deleted button *,
tr.is_deleted td button *,
li.is_deleted a *,
tr.is_deleted td a * {
  text-decoration: none;
}
li.is_deleted i[class^="fa-"],
tr.is_deleted td i[class^="fa-"],
li.is_deleted i[class*=" fa-"],
tr.is_deleted td i[class*=" fa-"] {
  text-decoration: none;
}
main {
  max-width: 1170px;
  display: none;
  margin: auto;
}
.setup__banner {
  width: 100%;
  min-height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 20px 0px;
}
.setup__banner progress {
  width: 100%;
}
.setup__grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 20px;
}
.setup__logo {
  font-family: 'trajan-pro-3';
  font-size: 2rem;
}
.setup__input {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.setup__doing {
  font-style: italic;
  padding-bottom: 20px;
}
