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

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

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

body {
  font-family: 'Source Sans Pro', 'SourceSansPro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
  background-color: transparent; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1B78B3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1F8ACC;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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-weight: 400;
  line-height: 1.286; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px; }
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 31px; }

h2, .h2 {
  font-size: 25px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 13px; }

p {
  margin: 0 0 25px; }

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small, .small {
  font-size: 87%; }

mark, .mark {
  background-color: #FFF6D9;
  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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #ecefef !important; }

.text-primary {
  color: #1b92cb; }

a.text-primary:hover, a.text-primary:focus {
  color: #15729e; }

.text-success {
  color: #d4d9d9; }

a.text-success:hover, a.text-success:focus {
  color: #b9c1c1; }

.text-info {
  color: #8e8837; }

a.text-info:hover, a.text-info:focus {
  color: #696529; }

.text-warning {
  color: #806613; }

a.text-warning:hover, a.text-warning:focus {
  color: #54430c; }

.text-danger {
  color: #CC1F27; }

a.text-danger:hover, a.text-danger:focus {
  color: #a0181f; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1b92cb; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #15729e; }

.bg-success {
  background-color: #686868; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #4e4e4e; }

.bg-info {
  background-color: #e2df80; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #d9d556; }

.bg-warning {
  background-color: #FFF6D9; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #ffeaa6; }

.bg-danger {
  background-color: #FFD9DB; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #ffa6ab; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 12px; }
  ul ul, ul ol, ol ul, 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: 24px; }

dt, dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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 #999999; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  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.5;
    color: #999999; }
    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-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5; }

code, kbd, pre, samp {
  font-family: Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  background-color: #F8F8F8;
  border-radius: 4px; }

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: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  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: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-1 {
  width: 4.16667%; }

.col-xs-2 {
  width: 8.33333%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-4 {
  width: 16.66667%; }

.col-xs-5 {
  width: 20.83333%; }

.col-xs-6 {
  width: 25%; }

.col-xs-7 {
  width: 29.16667%; }

.col-xs-8 {
  width: 33.33333%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-10 {
  width: 41.66667%; }

.col-xs-11 {
  width: 45.83333%; }

.col-xs-12 {
  width: 50%; }

.col-xs-13 {
  width: 54.16667%; }

.col-xs-14 {
  width: 58.33333%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-16 {
  width: 66.66667%; }

.col-xs-17 {
  width: 70.83333%; }

.col-xs-18 {
  width: 75%; }

.col-xs-19 {
  width: 79.16667%; }

.col-xs-20 {
  width: 83.33333%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-22 {
  width: 91.66667%; }

.col-xs-23 {
  width: 95.83333%; }

.col-xs-24 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 4.16667%; }

.col-xs-pull-2 {
  right: 8.33333%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-4 {
  right: 16.66667%; }

.col-xs-pull-5 {
  right: 20.83333%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-7 {
  right: 29.16667%; }

.col-xs-pull-8 {
  right: 33.33333%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-10 {
  right: 41.66667%; }

.col-xs-pull-11 {
  right: 45.83333%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-13 {
  right: 54.16667%; }

.col-xs-pull-14 {
  right: 58.33333%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-16 {
  right: 66.66667%; }

.col-xs-pull-17 {
  right: 70.83333%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-19 {
  right: 79.16667%; }

.col-xs-pull-20 {
  right: 83.33333%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-22 {
  right: 91.66667%; }

.col-xs-pull-23 {
  right: 95.83333%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 4.16667%; }

.col-xs-push-2 {
  left: 8.33333%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-4 {
  left: 16.66667%; }

.col-xs-push-5 {
  left: 20.83333%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-7 {
  left: 29.16667%; }

.col-xs-push-8 {
  left: 33.33333%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-10 {
  left: 41.66667%; }

.col-xs-push-11 {
  left: 45.83333%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-13 {
  left: 54.16667%; }

.col-xs-push-14 {
  left: 58.33333%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-16 {
  left: 66.66667%; }

.col-xs-push-17 {
  left: 70.83333%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-19 {
  left: 79.16667%; }

.col-xs-push-20 {
  left: 83.33333%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-22 {
  left: 91.66667%; }

.col-xs-push-23 {
  left: 95.83333%; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 4.16667%; }

.col-xs-offset-2 {
  margin-left: 8.33333%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-4 {
  margin-left: 16.66667%; }

.col-xs-offset-5 {
  margin-left: 20.83333%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-7 {
  margin-left: 29.16667%; }

.col-xs-offset-8 {
  margin-left: 33.33333%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-10 {
  margin-left: 41.66667%; }

.col-xs-offset-11 {
  margin-left: 45.83333%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-13 {
  margin-left: 54.16667%; }

.col-xs-offset-14 {
  margin-left: 58.33333%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-16 {
  margin-left: 66.66667%; }

.col-xs-offset-17 {
  margin-left: 70.83333%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-19 {
  margin-left: 79.16667%; }

.col-xs-offset-20 {
  margin-left: 83.33333%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-22 {
  margin-left: 91.66667%; }

.col-xs-offset-23 {
  margin-left: 95.83333%; }

.col-xs-offset-24 {
  margin-left: 100%; }

@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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-1 {
    width: 4.16667%; }
  .col-sm-2 {
    width: 8.33333%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-4 {
    width: 16.66667%; }
  .col-sm-5 {
    width: 20.83333%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-7 {
    width: 29.16667%; }
  .col-sm-8 {
    width: 33.33333%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-10 {
    width: 41.66667%; }
  .col-sm-11 {
    width: 45.83333%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-13 {
    width: 54.16667%; }
  .col-sm-14 {
    width: 58.33333%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-16 {
    width: 66.66667%; }
  .col-sm-17 {
    width: 70.83333%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-19 {
    width: 79.16667%; }
  .col-sm-20 {
    width: 83.33333%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-22 {
    width: 91.66667%; }
  .col-sm-23 {
    width: 95.83333%; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 4.16667%; }
  .col-sm-pull-2 {
    right: 8.33333%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-4 {
    right: 16.66667%; }
  .col-sm-pull-5 {
    right: 20.83333%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-7 {
    right: 29.16667%; }
  .col-sm-pull-8 {
    right: 33.33333%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-10 {
    right: 41.66667%; }
  .col-sm-pull-11 {
    right: 45.83333%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-13 {
    right: 54.16667%; }
  .col-sm-pull-14 {
    right: 58.33333%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-16 {
    right: 66.66667%; }
  .col-sm-pull-17 {
    right: 70.83333%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-19 {
    right: 79.16667%; }
  .col-sm-pull-20 {
    right: 83.33333%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-22 {
    right: 91.66667%; }
  .col-sm-pull-23 {
    right: 95.83333%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 4.16667%; }
  .col-sm-push-2 {
    left: 8.33333%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-4 {
    left: 16.66667%; }
  .col-sm-push-5 {
    left: 20.83333%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-7 {
    left: 29.16667%; }
  .col-sm-push-8 {
    left: 33.33333%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-10 {
    left: 41.66667%; }
  .col-sm-push-11 {
    left: 45.83333%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-13 {
    left: 54.16667%; }
  .col-sm-push-14 {
    left: 58.33333%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-16 {
    left: 66.66667%; }
  .col-sm-push-17 {
    left: 70.83333%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-19 {
    left: 79.16667%; }
  .col-sm-push-20 {
    left: 83.33333%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-22 {
    left: 91.66667%; }
  .col-sm-push-23 {
    left: 95.83333%; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 4.16667%; }
  .col-sm-offset-2 {
    margin-left: 8.33333%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-4 {
    margin-left: 16.66667%; }
  .col-sm-offset-5 {
    margin-left: 20.83333%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-7 {
    margin-left: 29.16667%; }
  .col-sm-offset-8 {
    margin-left: 33.33333%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-10 {
    margin-left: 41.66667%; }
  .col-sm-offset-11 {
    margin-left: 45.83333%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-13 {
    margin-left: 54.16667%; }
  .col-sm-offset-14 {
    margin-left: 58.33333%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-16 {
    margin-left: 66.66667%; }
  .col-sm-offset-17 {
    margin-left: 70.83333%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-19 {
    margin-left: 79.16667%; }
  .col-sm-offset-20 {
    margin-left: 83.33333%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-22 {
    margin-left: 91.66667%; }
  .col-sm-offset-23 {
    margin-left: 95.83333%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-1 {
    width: 4.16667%; }
  .col-md-2 {
    width: 8.33333%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-4 {
    width: 16.66667%; }
  .col-md-5 {
    width: 20.83333%; }
  .col-md-6 {
    width: 25%; }
  .col-md-7 {
    width: 29.16667%; }
  .col-md-8 {
    width: 33.33333%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-10 {
    width: 41.66667%; }
  .col-md-11 {
    width: 45.83333%; }
  .col-md-12 {
    width: 50%; }
  .col-md-13 {
    width: 54.16667%; }
  .col-md-14 {
    width: 58.33333%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-16 {
    width: 66.66667%; }
  .col-md-17 {
    width: 70.83333%; }
  .col-md-18 {
    width: 75%; }
  .col-md-19 {
    width: 79.16667%; }
  .col-md-20 {
    width: 83.33333%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-22 {
    width: 91.66667%; }
  .col-md-23 {
    width: 95.83333%; }
  .col-md-24 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 4.16667%; }
  .col-md-pull-2 {
    right: 8.33333%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-4 {
    right: 16.66667%; }
  .col-md-pull-5 {
    right: 20.83333%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-7 {
    right: 29.16667%; }
  .col-md-pull-8 {
    right: 33.33333%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-10 {
    right: 41.66667%; }
  .col-md-pull-11 {
    right: 45.83333%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-13 {
    right: 54.16667%; }
  .col-md-pull-14 {
    right: 58.33333%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-16 {
    right: 66.66667%; }
  .col-md-pull-17 {
    right: 70.83333%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-19 {
    right: 79.16667%; }
  .col-md-pull-20 {
    right: 83.33333%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-22 {
    right: 91.66667%; }
  .col-md-pull-23 {
    right: 95.83333%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 4.16667%; }
  .col-md-push-2 {
    left: 8.33333%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-4 {
    left: 16.66667%; }
  .col-md-push-5 {
    left: 20.83333%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-7 {
    left: 29.16667%; }
  .col-md-push-8 {
    left: 33.33333%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-10 {
    left: 41.66667%; }
  .col-md-push-11 {
    left: 45.83333%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-13 {
    left: 54.16667%; }
  .col-md-push-14 {
    left: 58.33333%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-16 {
    left: 66.66667%; }
  .col-md-push-17 {
    left: 70.83333%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-19 {
    left: 79.16667%; }
  .col-md-push-20 {
    left: 83.33333%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-22 {
    left: 91.66667%; }
  .col-md-push-23 {
    left: 95.83333%; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 4.16667%; }
  .col-md-offset-2 {
    margin-left: 8.33333%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-4 {
    margin-left: 16.66667%; }
  .col-md-offset-5 {
    margin-left: 20.83333%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-7 {
    margin-left: 29.16667%; }
  .col-md-offset-8 {
    margin-left: 33.33333%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-10 {
    margin-left: 41.66667%; }
  .col-md-offset-11 {
    margin-left: 45.83333%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-13 {
    margin-left: 54.16667%; }
  .col-md-offset-14 {
    margin-left: 58.33333%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-16 {
    margin-left: 66.66667%; }
  .col-md-offset-17 {
    margin-left: 70.83333%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-19 {
    margin-left: 79.16667%; }
  .col-md-offset-20 {
    margin-left: 83.33333%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-22 {
    margin-left: 91.66667%; }
  .col-md-offset-23 {
    margin-left: 95.83333%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-1 {
    width: 4.16667%; }
  .col-lg-2 {
    width: 8.33333%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-4 {
    width: 16.66667%; }
  .col-lg-5 {
    width: 20.83333%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-7 {
    width: 29.16667%; }
  .col-lg-8 {
    width: 33.33333%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-10 {
    width: 41.66667%; }
  .col-lg-11 {
    width: 45.83333%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-13 {
    width: 54.16667%; }
  .col-lg-14 {
    width: 58.33333%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-16 {
    width: 66.66667%; }
  .col-lg-17 {
    width: 70.83333%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-19 {
    width: 79.16667%; }
  .col-lg-20 {
    width: 83.33333%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-22 {
    width: 91.66667%; }
  .col-lg-23 {
    width: 95.83333%; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 4.16667%; }
  .col-lg-pull-2 {
    right: 8.33333%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-4 {
    right: 16.66667%; }
  .col-lg-pull-5 {
    right: 20.83333%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-7 {
    right: 29.16667%; }
  .col-lg-pull-8 {
    right: 33.33333%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-10 {
    right: 41.66667%; }
  .col-lg-pull-11 {
    right: 45.83333%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-13 {
    right: 54.16667%; }
  .col-lg-pull-14 {
    right: 58.33333%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-16 {
    right: 66.66667%; }
  .col-lg-pull-17 {
    right: 70.83333%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-19 {
    right: 79.16667%; }
  .col-lg-pull-20 {
    right: 83.33333%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-22 {
    right: 91.66667%; }
  .col-lg-pull-23 {
    right: 95.83333%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 4.16667%; }
  .col-lg-push-2 {
    left: 8.33333%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-4 {
    left: 16.66667%; }
  .col-lg-push-5 {
    left: 20.83333%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-7 {
    left: 29.16667%; }
  .col-lg-push-8 {
    left: 33.33333%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-10 {
    left: 41.66667%; }
  .col-lg-push-11 {
    left: 45.83333%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-13 {
    left: 54.16667%; }
  .col-lg-push-14 {
    left: 58.33333%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-16 {
    left: 66.66667%; }
  .col-lg-push-17 {
    left: 70.83333%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-19 {
    left: 79.16667%; }
  .col-lg-push-20 {
    left: 83.33333%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-22 {
    left: 91.66667%; }
  .col-lg-push-23 {
    left: 95.83333%; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 4.16667%; }
  .col-lg-offset-2 {
    margin-left: 8.33333%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-4 {
    margin-left: 16.66667%; }
  .col-lg-offset-5 {
    margin-left: 20.83333%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-7 {
    margin-left: 29.16667%; }
  .col-lg-offset-8 {
    margin-left: 33.33333%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-10 {
    margin-left: 41.66667%; }
  .col-lg-offset-11 {
    margin-left: 45.83333%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-13 {
    margin-left: 54.16667%; }
  .col-lg-offset-14 {
    margin-left: 58.33333%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-16 {
    margin-left: 66.66667%; }
  .col-lg-offset-17 {
    margin-left: 70.83333%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-19 {
    margin-left: 79.16667%; }
  .col-lg-offset-20 {
    margin-left: 83.33333%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-22 {
    margin-left: 91.66667%; }
  .col-lg-offset-23 {
    margin-left: 95.83333%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px 14px;
  padding-bottom: 8px 14px;
  color: #ecefef !important;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px 14px;
    line-height: 1.5;
    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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: transparent; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .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: #F8F8F8; }

.table-hover > tbody > tr:hover {
  background-color: transparent; }

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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: transparent; }

.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: transparent; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #686868; }

.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: #5b5b5b; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #e2df80; }

.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: #ddda6b; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #FFF6D9; }

.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: #fff0c0; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #FFD9DB; }

.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: #ffc0c3; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18px;
      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 > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .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: 24px;
  font-size: 24px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.5;
  color: #686868; }

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
  background-color: white;
  background-image: none;
  border: 1px solid #d4d9d9;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #1F8ACC;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(31, 138, 204, 0.6); }
  .form-control::-moz-placeholder {
    color: #b4b4b4;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #b4b4b4; }
  .form-control::-webkit-input-placeholder {
    color: #b4b4b4; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: false; }

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: 42px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
    line-height: 27px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 48px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 24px;
    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="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: false; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: false; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: false; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 40px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 27px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 27px;
  line-height: 27px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 27px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 27px;
  line-height: 27px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 27px;
  min-height: 38px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg {
  height: 48px;
  padding: 10px 26px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 26px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 44px;
  padding: 11px 26px;
  font-size: 20px;
  line-height: 1.33; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 52.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  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: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 27px;
  height: 27px;
  line-height: 27px; }

.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: #d4d9d9; }
.has-success .form-control {
  border-color: #d4d9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #b9c1c1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-success .input-group-addon {
  color: #d4d9d9;
  border-color: #d4d9d9;
  background-color: #686868; }
.has-success .form-control-feedback {
  color: #d4d9d9; }

.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: #806613; }
.has-warning .form-control {
  border-color: #806613;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #54430c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9ad20; }
.has-warning .input-group-addon {
  color: #806613;
  border-color: #806613;
  background-color: #FFF6D9; }
.has-warning .form-control-feedback {
  color: #806613; }

.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: #CC1F27; }
.has-error .form-control {
  border-color: #CC1F27;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #a0181f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e8696f; }
.has-error .input-group-addon {
  color: #CC1F27;
  border-color: #CC1F27;
  background-color: #FFD9DB; }
.has-error .form-control-feedback {
  color: #CC1F27; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a8a8a8; }

@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: 9px; }
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 33px; }
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  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: 8px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #1B78B3;
    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: false;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #1B78B3;
  background-color: white;
  border-color: #d4d9d9; }
  .btn-default:focus, .btn-default.focus {
    color: #1B78B3;
    background-color: #e6e6e6;
    border-color: #909d9d; }
  .btn-default:hover {
    color: #1B78B3;
    background-color: #e6e6e6;
    border-color: #b4bcbc; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #1B78B3;
    background-color: #e6e6e6;
    border-color: #b4bcbc; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #1B78B3;
      background-color: #d4d4d4;
      border-color: #909d9d; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #d4d9d9; }
  .btn-default .badge {
    color: white;
    background-color: #1B78B3; }

.btn-primary {
  color: #1B78B3;
  background-color: white;
  border-color: #49A8D5; }
  .btn-primary:focus, .btn-primary.focus {
    color: #1B78B3;
    background-color: #e6e6e6;
    border-color: #1e6181; }
  .btn-primary:hover {
    color: #1B78B3;
    background-color: #e6e6e6;
    border-color: #2a89b7; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #1B78B3;
    background-color: #e6e6e6;
    border-color: #2a89b7; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #1B78B3;
      background-color: #d4d4d4;
      border-color: #1e6181; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: white;
    border-color: #49A8D5; }
  .btn-primary .badge {
    color: white;
    background-color: #1B78B3; }

.btn-success {
  color: transparent;
  background-color: transparent;
  border-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
  .btn-success:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: transparent;
      background-color: transparent;
      border-color: transparent; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-success .badge {
    color: transparent;
    background-color: transparent; }

.btn-info {
  color: transparent;
  background-color: transparent;
  border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
  .btn-info:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: transparent;
      background-color: transparent;
      border-color: transparent; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-info .badge {
    color: transparent;
    background-color: transparent; }

.btn-warning {
  color: transparent;
  background-color: transparent;
  border-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
  .btn-warning:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: transparent;
      background-color: transparent;
      border-color: transparent; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: transparent;
    border-color: transparent; }
  .btn-warning .badge {
    color: transparent;
    background-color: transparent; }

.btn-danger {
  color: white;
  background-color: #CC1F27;
  border-color: #CA7070; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #a0181f;
    border-color: #883232; }
  .btn-danger:hover {
    color: white;
    background-color: #a0181f;
    border-color: #b84444; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #a0181f;
    border-color: #b84444; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: white;
      background-color: #811419;
      border-color: #883232; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #CC1F27;
    border-color: #CA7070; }
  .btn-danger .badge {
    color: #CC1F27;
    background-color: white; }

.btn-link {
  color: #1B78B3;
  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: #1F8ACC;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 26px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #F8F8F8;
  border: 1px solid transparent;
  border: 1px solid #ecefef;
  border-radius: 4px;
  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: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1b92cb; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }
.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: false; }

.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: 14px;
  line-height: 1.5;
  color: #999999;
  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 {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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 input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 5px 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: false; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #1B78B3; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #00776D;
      background-color: #ecefef;
      border: 1px solid #00776D;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li + li {
    margin-left: 2px; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: transparent; } }

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #00A79D; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #00746d; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #CA7070; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #bc4b4b; }

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: inherit; }
  .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: #EDFFD9;
  border-color: #4D8013;
  color: #4D8013; }
  .alert-success hr {
    border-top-color: #406a10; }
  .alert-success .alert-link {
    color: #32540c; }

.alert-info {
  background-color: #D9F0FF;
  border-color: #8AC0C4;
  color: #176799; }
  .alert-info hr {
    border-top-color: #79b7bb; }
  .alert-info .alert-link {
    color: #10496d; }

.alert-warning {
  background-color: #FFF6D9;
  border-color: #806613;
  color: #806613; }
  .alert-warning hr {
    border-top-color: #6a5410; }
  .alert-warning .alert-link {
    color: #54430c; }

.alert-danger {
  background-color: #FFD9DB;
  border-color: #FFD9DB;
  color: #99171D; }
  .alert-danger hr {
    border-top-color: #ffc0c3; }
  .alert-danger .alert-link {
    color: #6d1015; }

@-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: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #1b92cb;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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: #CA7070; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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); }

.panel {
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  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: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.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: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }
.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: -1;
  border-top-left-radius: -1; }
  .panel > .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 > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: -1; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .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 > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: -1; }
.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-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .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: 24px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .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 transparent; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid transparent; }

.panel-default {
  border-color: transparent; }
  .panel-default > .panel-heading {
    color: #686868;
    background-color: none;
    border-color: transparent; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-default > .panel-heading .badge {
      color: none;
      background-color: #686868; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-primary {
  border-color: #1b92cb; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #1b92cb;
    border-color: #1b92cb; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #1b92cb; }
    .panel-primary > .panel-heading .badge {
      color: #1b92cb;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1b92cb; }

.panel-success {
  border-color: #d4d9d9; }
  .panel-success > .panel-heading {
    color: #d4d9d9;
    background-color: #686868;
    border-color: #d4d9d9; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d4d9d9; }
    .panel-success > .panel-heading .badge {
      color: #686868;
      background-color: #d4d9d9; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d4d9d9; }

.panel-info {
  border-color: #c0b84d; }
  .panel-info > .panel-heading {
    color: #8e8837;
    background-color: #e2df80;
    border-color: #c0b84d; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c0b84d; }
    .panel-info > .panel-heading .badge {
      color: #e2df80;
      background-color: #8e8837; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c0b84d; }

.panel-warning {
  border-color: #806613; }
  .panel-warning > .panel-heading {
    color: #806613;
    background-color: #FFF6D9;
    border-color: #806613; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #806613; }
    .panel-warning > .panel-heading .badge {
      color: #FFF6D9;
      background-color: #806613; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #806613; }

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

.close {
  float: right;
  font-size: 24px;
  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 {
  content: " ";
  display: table; }
.clearfix: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; }

@at-root {
  @-ms-viewport {
    width: device-width; }
 }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

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

@font-face {
  font-family: 'SourceSansPro';
  src: url("pui-css-typography/sourcesanspro-light-webfont.eot");
  src: url("fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("pui-css-typography/sourcesanspro-light-webfont.woff") format("woff"), url("pui-css-typography/sourcesanspro-light-webfont.ttf") format("truetype"), url("pui-css-typography/sourcesanspro-light-webfont.svg#sourcesanspro-light-webfont") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("pui-css-typography/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("pui-css-typography/sourcesanspro-regular-webfont.woff") format("woff"), url("pui-css-typography/sourcesanspro-regular-webfont.ttf") format("truetype"), url("pui-css-typography/sourcesanspro-regular-webfont.svg#sourcesanspro-regular-webfont") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("pui-css-typography/sourcesanspro-it-webfont.eot");
  src: url("fonts/sourcesanspro-it-webfont.eot?#iefix") format("embedded-opentype"), url("pui-css-typography/sourcesanspro-it-webfont.woff") format("woff"), url("pui-css-typography/sourcesanspro-it-webfont.ttf") format("truetype"), url("pui-css-typography/sourcesanspro-it-webfont.svg#sourcesanspro-it-webfont") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("pui-css-typography/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("pui-css-typography/sourcesanspro-bold-webfont.woff") format("woff"), url("pui-css-typography/sourcesanspro-bold-webfont.ttf") format("truetype"), url("pui-css-typography/sourcesanspro-bold-webfont.svg#sourcesanspro-bold-webfont") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url("pui-css-typography/sourcesanspro-black-webfont.eot");
  src: url("fonts/sourcesanspro-black-webfont.eot?#iefix") format("embedded-opentype"), url("pui-css-typography/sourcesanspro-black-webfont.woff") format("woff"), url("pui-css-typography/sourcesanspro-black-webfont.ttf") format("truetype"), url("pui-css-typography/sourcesanspro-black-webfont.svg#sourcesanspro-black-webfont") format("svg");
  font-weight: 900;
  font-style: normal; }

* {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  padding-top: 0.107em;
  padding-bottom: 0.107em; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

@media all and (max-width: 768px) {
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 10px; }
  h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px; } }

h1 {
  font-weight: 400; }

h2 {
  font-weight: 400; }

h3 {
  font-weight: 400; }

h4 {
  font-weight: 400; }

h5 {
  font-weight: 400; }

h6 {
  font-weight: 400; }

.h1 {
  font-size: 31px !important;
  font-weight: 400 !important; }

.h2 {
  font-size: 25px !important;
  font-weight: 400 !important; }

.h3 {
  font-size: 20px !important;
  font-weight: 400 !important; }

.h4 {
  font-size: 18px !important;
  font-weight: 400 !important; }

.h5 {
  font-size: 16px !important;
  font-weight: 400 !important; }

.h6 {
  font-size: 13px !important;
  font-weight: 400 !important; }

small, .type-sm {
  font-size: 14px; }

.type-xs, .type-terms {
  font-size: 12px; }

.title {
  font-size: 42px; }

.em-low {
  font-weight: 200 !important; }

.em-default {
  font-weight: 400 !important; }

.em-high {
  font-weight: 600 !important; }

.em-max {
  font-weight: 900 !important; }

.em-alt {
  text-transform: uppercase !important; }

.type-neutral-1 {
  color: #282828 !important; }

.type-neutral-2 {
  color: #424242 !important; }

.type-neutral-3 {
  color: #686868 !important; }

.type-neutral-4 {
  color: #8d8e8e !important; }

.type-neutral-5 {
  color: #b4b4b4 !important; }

.type-neutral-6 {
  color: #c3c5c7 !important; }

.type-neutral-7 {
  color: #d4d9d9 !important; }

.type-neutral-8 {
  color: #e0e4e5 !important; }

.type-neutral-9 {
  color: #ecefef !important; }

.type-neutral-10 {
  color: #F8F8F8 !important; }

.type-neutral-11 {
  color: white !important; }

.type-dark-1 {
  color: #232B2F !important; }

.type-dark-2 {
  color: #243641 !important; }

.type-dark-3 {
  color: #3D4A51 !important; }

.type-dark-4 {
  color: #4F6069 !important; }

.type-dark-5 {
  color: #607580 !important; }

.type-dark-6 {
  color: #788E9A !important; }

.type-dark-7 {
  color: #A2B1B9 !important; }

.type-dark-8 {
  color: #C5CED3 !important; }

.type-dark-9 {
  color: #DFE5E8 !important; }

.type-dark-10 {
  color: #EAEDEF !important; }

.type-dark-11 {
  color: #F5F6F7 !important; }

.type-brand-1 {
  color: #083330 !important; }

.type-brand-2 {
  color: #0B4D48 !important; }

.type-brand-3 {
  color: #025A53 !important; }

.type-brand-4 {
  color: #0F6660 !important; }

.type-brand-5 {
  color: #00776D !important; }

.type-brand-6 {
  color: #138078 !important; }

.type-brand-7 {
  color: #179990 !important; }

.type-brand-8 {
  color: #00A79D !important; }

.type-brand-9 {
  color: #1BB3A8 !important; }

.type-brand-10 {
  color: #1FCCC0 !important; }

.type-brand-11 {
  color: #D9FFFC !important; }

.type-accent-1 {
  color: #135680 !important; }

.type-accent-2 {
  color: #176799 !important; }

.type-accent-3 {
  color: #1B78B3 !important; }

.type-accent-4 {
  color: #1F8ACC !important; }

.type-accent-5 {
  color: #229BE6 !important; }

.type-accent-6 {
  color: #D9F0FF !important; }

.type-error-1 {
  color: #801319 !important; }

.type-error-2 {
  color: #99171D !important; }

.type-error-3 {
  color: #B31B22 !important; }

.type-error-4 {
  color: #CC1F27 !important; }

.type-error-5 {
  color: #F2242F !important; }

.type-error-6 {
  color: #FFD9DB !important; }

.type-warn-1 {
  color: #806613 !important; }

.type-warn-2 {
  color: #997B17 !important; }

.type-warn-3 {
  color: #B38F1B !important; }

.type-warn-4 {
  color: #CCA41F !important; }

.type-warn-5 {
  color: #E6B822 !important; }

.type-warn-6 {
  color: #FFF6D9 !important; }

.type-success-1 {
  color: #4D8013 !important; }

.type-success-2 {
  color: #5C9917 !important; }

.type-success-3 {
  color: #6CB31B !important; }

.type-success-4 {
  color: #7BCC1F !important; }

.type-success-5 {
  color: #8AE622 !important; }

.type-success-6 {
  color: #EDFFD9 !important; }

.type-inverse {
  color: #e0e4e5 !important; }

a:hover.type-inverse {
  color: #025A53 !important; }

.error-color {
  color: #CC1F27 !important; }

.alert {
  border: none;
  margin: 1.5em 0 0; }
  .alert a.alert-link {
    color: inherit;
    text-decoration: underline; }
  .alert .close {
    text-decoration: none;
    line-height: .7;
    text-shadow: none;
    color: inherit;
    opacity: 1; }

.alert-icon {
  font-size: 20px !important;
  line-height: 1.286;
  opacity: 0.3; }

.alert-success .alert-link:hover {
  color: #32540c; }

.alert-info .alert-link:hover {
  color: #10496d; }

.alert-warning .alert-link:hover {
  color: #54430c; }

.alert-danger, .alert-error {
  background-color: #FFD9DB;
  border-color: #FFD9DB;
  color: #99171D; }
  .alert-danger hr, .alert-error hr {
    border-top-color: #ffc0c3; }
  .alert-danger .alert-link, .alert-error .alert-link {
    color: #6d1015; }

.alert-error .alert-link:hover {
  color: #6d1015; }

.txt-c, table .txt-c, table tr .txt-c, table tr td.txt-c {
  text-align: center !important; }

.txt-l, table .txt-l, table tr .txt-l, table tr td.txt-l {
  text-align: left !important; }

.txt-r, table .txt-r, table tr .txt-r, table tr td.txt-r {
  text-align: right !important; }

.txt-t, table .txt-t, table tr .txt-t, table tr td.txt-t, table tr th.txt-t {
  vertical-align: top !important; }

.txt-b, table .txt-b, table tr .txt-b, table tr td.txt-b, table tr th.txt-b {
  vertical-align: bottom !important; }

.txt-m, table .txt-m, table tr .txt-m, table tr td.txt-m, table tr th.txt-m {
  vertical-align: middle !important; }


.form-group abbr {
  float: right;
  margin-left: 5px;
  border-bottom: 0; }
.form-group [class*="col"].control-label abbr {
  float: none;
  margin-right: 2px; }

.unstyled {
  background-color: transparent;
  outline: none;
  border: none; }

label {
  font-weight: 400;
  color: #686868; }

::-webkit-input-placeholder {
  font-weight: 400; }

:-moz-placeholder {
    font-weight: 400; }

::-moz-placeholder {
    font-weight: 400; }

:-ms-input-placeholder {
  font-weight: 400; }

.number-fancy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 36px; }
  .number-fancy .buttons {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%; }
    .number-fancy .buttons li {
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out;
      font-size: 12px;
      background-color: white;
      border: none;
      width: 30px;
      height: 50%;
      color: #1F8ACC;
      text-align: center;
      line-height: 20px; }
      .number-fancy .buttons li:hover {
        color: #176799;
        background-color: #ecefef;
        cursor: pointer; }
      .number-fancy .buttons li.btn-minus {
        border-bottom-right-radius: 4px; }
      .number-fancy .buttons li.btn-plus {
        border-top-right-radius: 4px; }
  .number-fancy input {
    height: 32px;
    margin: 5px;
    padding: 0 5px;
    display: inline;
    border-radius: 4px; }
    .number-fancy input:hover {
      background-color: #ecefef; }

.form-group-search {
  position: relative; }
  .form-group-search i {
    position: absolute;
    left: 12px;
    top: 12px; }
  .form-group-search input {
    padding-left: 34px; }

.form-control[readonly] {
  background-color: #eeeeee; }

.form-control {
  box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5);
  padding: 8px 14px;
  position: relative; }
  .form-control:hover, .form-control:focus, .form-control.disabled, .form-control[disabled], fieldset[disabled] .form-control {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .form-control:focus {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .form-control:active, .form-control.active {
    box-shadow: none; }
  .form-control:hover, .form-control:focus {
    border-color: #b4b4b4; }
  .form-control.active, .form-control:active {
    background-color: #ecefef; }
  .form-control.disabled, .form-control:disabled {
    opacity: 0.5; }

select.form-control {
  color: #1B78B3;
  font-weight: 600; }
  select.form-control:hover, select.form-control:focus {
    color: #229BE6; }
  select.form-control.active, select.form-control:active {
    color: #1B78B3; }
  select.form-control.disabled, select.form-control:disabled {
    color: #686868; }

.fancy-form-element, .number-fancy, .select-fancy {
  box-shadow: 0 3px 0 #d4d9d9;
  background-color: white;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border-radius: 4px;
  position: relative; }
  .fancy-form-element:hover, .number-fancy:hover, .select-fancy:hover {
    box-shadow: 0 3px 0 #b4b4b4;
    cursor: pointer; }
  .fancy-form-element .form-control, .number-fancy .form-control, .select-fancy .form-control {
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    font-size: 16px;
    font-weight: 900; }
    .fancy-form-element .form-control.has-error, .number-fancy .form-control.has-error, .select-fancy .form-control.has-error {
      border-radius: 3px;
      border: 1px solid #B31B22; }

.fancy-form-element-disabled {
  font-size: 16px;
  font-weight: 900;
  height: 30px;
  margin-top: 7px;
  margin-left: 7px; }

.select-fancy:after {
  z-index: 2;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 22px;
  color: #1F8ACC;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
.select-fancy:hover:after, .select-fancy:hover select {
  color: #176799; }
.select-fancy select {
  -moz-appearance: window;
  position: relative;
  z-index: 3;
  padding: 5px 8px;
  width: 100%;
  cursor: pointer; }
.select-fancy select:focus {
  outline: none; }
.select-fancy input {
  height: 32px;
  margin: 5px;
  width: 75%;
  padding: 0 5px;
  display: inline;
  border-radius: 4px; }
  .select-fancy input:hover {
    background-color: #ecefef; }
.form-inline.inline-labels .form-group .select-fancy select {
  width: 100% !important; }
.select-fancy.disabled {
  box-shadow: none;
  background-color: #F8F8F8; }
  .select-fancy.disabled select[disabled] {
    color: #b4b4b4;
    background-color: transparent;
    cursor: default; }
  .select-fancy.disabled:hover {
    color: #e0e4e5;
    background-color: #F8F8F8; }
  .select-fancy.disabled:after {
    display: none; }

input[type="radio"] {
  margin-top: 2px; }

.form-inline.inline-labels .form-group input, .form-inline.inline-labels .form-group select {
  width: auto !important; }

.has-success {
  position: relative; }
  .has-success:before {
    content: "\f00c";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #025A53;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-align: center; }
  .has-success .control-label {
    color: #686868; }

.has-error .help-block {
  font-size: 14px; }

.radio, .checkbox {
  padding-left: 20px; }
  .radio label, .checkbox label {
    padding-left: 0; }

.help-block {
  color: #686868; }

.input-sm {
  height: 27px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 27px;
  line-height: 27px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 48px;
  padding: 10px 26px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 3px; }

select.input-lg {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

p.form-control-static {
  color: #686868; }

.form-control.auto-select {
  cursor: pointer; }

.form-contenteditable {
  position: relative; }
  .form-contenteditable .form-contenteditable-hint {
    display: none; }
  .form-contenteditable label {
    padding: 5px;
    cursor: pointer;
    margin-bottom: 0; }
  .form-contenteditable input.form-control {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    text-align: center;
    line-height: 1.286;
    font-size: 31px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    line-height: 1.2;
    height: auto; }
    @media all and (max-width: 768px) {
      .form-contenteditable input.form-control {
        margin-top: 15px;
        margin-bottom: 10px; } }
  .form-contenteditable .showing-text {
    margin: 0; }
  .form-contenteditable .saving-text {
    display: none; }
  .form-contenteditable.editing .form-contenteditable-hint {
    display: none; }
  .form-contenteditable:hover .form-contenteditable-hint {
    display: block; }
  .form-contenteditable.saving:hover .form-contenteditable-hint {
    display: none; }
  .form-contenteditable:hover .showing-text {
    display: none; }
  .form-contenteditable.saving .saving-text {
    display: block; }
  .form-contenteditable.saving .showing-text {
    display: none; }

.toggle-switch {
  position: absolute;
  visibility: hidden; }
  .toggle-switch + label {
    position: relative;
    display: block;
    background-color: #d4d9d9;
    color: #282828;
    -webkit-transition: background 0.4s;
            transition: background 0.4s;
    cursor: pointer;
    outline: none;
    text-indent: -99999px; }
    .toggle-switch + label:after {
      position: absolute;
      top: 4px;
      left: 4px;
      bottom: 4px;
      display: block;
      background-color: white;
      -webkit-transition: margin 0.4s, background 0.4s;
              transition: margin 0.4s, background 0.4s;
      content: ""; }
  .toggle-switch:checked + label {
    background-color: #176799; }
  .toggle-switch[disabled] + label {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .toggle-switch.toggle-switch-lg + label {
    width: 80px;
    height: 40px;
    border-radius: 40px; }
    .toggle-switch.toggle-switch-lg + label:after {
      width: 30px;
      border-radius: 15px; }
  .toggle-switch.toggle-switch-lg:checked + label:after {
    margin-left: 42px; }

.autocomplete {
  position: relative; }
  .form-inline .autocomplete {
    display: inline-block; }
  .autocomplete .autocomplete-input {
    box-shadow: 0 2px 0 #d4d9d9; }
  .autocomplete .autocomplete-list {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #ecefef;
    border-top: 0; }
  .autocomplete .autocomplete-item {
    padding: 5px 15px;
    display: block;
    white-space: nowrap;
    color: inherit;
    background: white; }
    .autocomplete .autocomplete-item:hover {
      text-decoration: none; }
    .autocomplete .autocomplete-item:active {
      background: #ecefef; }
    .autocomplete .autocomplete-item.selected {
      font-weight: 600; }
    .autocomplete .autocomplete-item.highlighted {
      background: #ecefef;
      text-decoration: none; }
  .autocomplete.disabled {
    background-color: #F8F8F8;
    border-radius: 4px; }
    .autocomplete.disabled input {
      box-shadow: none;
      color: #b4b4b4;
      background-color: transparent;
      cursor: default; }

.avatar {
  border: 4px solid #243641;
  box-sizing: border-box; }

.gravatar {
  display: inline-block;
  position: relative; }
  .gravatar img {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .gravatar i {
    text-align: center;
    z-index: 1; }
  .gravatar i.overlay {
    background-color: transparent;
    z-index: 3;
    position: absolute; }

.gravatar-sm i {
  color: #b4b4b4;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px; }
.gravatar-sm i.highlight {
  color: #025A53; }
.gravatar-sm i.overlay {
  font-size: 10px;
  color: #fff;
  right: -30%;
  bottom: -25%; }
.gravatar-sm .fa-envelope {
  text-shadow: 1px 0px 1px #b4b4b4, -1px 0px 1px #b4b4b4, 0px 1px 1px #b4b4b4, 0px 0px 1px #b4b4b4; }
.gravatar-sm .fa-check {
  text-shadow: 1px 0px 0px #025A53, -1px 0px 0px #025A53, 0px 1px 0px #025A53, 0px 0px 0px #025A53; }

.gravatar-lg {
  border: 3px solid #F8F8F8; }
  .gravatar-lg i {
    background-color: #fff;
    color: #F8F8F8;
    font-size: 62px;
    line-height: 80px;
    width: 80px;
    height: 80px; }

a {
  color: #1B78B3;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
    color: #1f8ace; }
  a:active, a.active {
    color: #176698; }
  a.link-text {
    font-weight: 600; }

.link-lowlight {
  font-weight: 600;
  color: #607580; }
  .link-lowlight:hover, .link-lowlight:focus {
    color: #6d8591; }
  .link-lowlight:active, .link-lowlight.active {
    color: #53656f; }

.link-inverse {
  color: #229BE6; }
  .link-inverse:hover, .link-inverse:focus {
    color: #3da7e9; }
  .link-inverse:active, .link-inverse.active {
    color: #188bd2; }

.fa-h1 {
  font-size: 31px !important;
  line-height: 1.286; }

.fa-h2 {
  font-size: 25px !important;
  line-height: 1.286; }

.fa-h3 {
  font-size: 20px !important;
  line-height: 1.286; }

.fa-h4 {
  font-size: 18px !important;
  line-height: 1.286; }

.fa-h5 {
  font-size: 16px !important;
  line-height: 1.286; }

.fa-h6 {
  font-size: 13px !important;
  line-height: 1.286; }

.fa-title {
  font-size: 42px !important; }

.fa-sm {
  font-size: 14px !important; }

.fa-xs {
  font-size: 12px !important; }

.icon-control {
  font-size: 22px; }

.back-to-top {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: white;
  text-align: center;
  font-size: 20px;
  bottom: 100px;
  position: fixed;
  right: 100px;
  display: none;
  padding-top: 13px;
  height: 50px;
  width: 50px;
  z-index: 1000;
  border: 0;
  border-radius: 50%;
  background: #00A79D;
  box-shadow: 0 0 9px rgba(153, 153, 153, 0.8); }
  .back-to-top:before {
    content: "\f062"; }
  .back-to-top:hover {
    background: #00776D;
    color: white; }

.bg-cloud {
  background: #F8F8F8 url('pui-css-backgrounds/gray-cloud.png') no-repeat 50% 50%; }

.bg-glow {
  background: -webkit-radial-gradient(ellipse at 50% bottom, #4b6475 0%, #243640 60%);
  background: radial-gradient(ellipse at 50% bottom, #4b6475 0%, #243640 60%); }

.bg-full-bleed {
  background-image: url('pui-css-backgrounds/aboutus-hero.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.btn {
  font-weight: 600;
  padding: 5px 15px; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none; }

.btn-default {
  color: #1B78B3;
  background-color: white;
  border: 1px solid #d4d9d9;
  outline: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .btn-default:hover, .btn-default:focus {
    color: #1e87c9;
    background-color: white;
    outline: none; }
  .btn-group .btn-default:active, .btn-group .btn-default.active {
    color: #18699d;
    background-color: #f0f0f0;
    box-shadow: none;
    outline: none; }
  .open .btn-default.dropdown-toggle {
    color: #18699d;
    background-color: #f0f0f0;
    box-shadow: none; }
    .open .btn-default.dropdown-toggle:hover, .open .btn-default.dropdown-toggle:focus {
      color: #18699d;
      background-color: #f0f0f0; }
  .btn-default:active, .btn-default.active {
    color: #18699d;
    background-color: #f0f0f0;
    box-shadow: none;
    outline: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    opacity: 0.5; }

.btn-default-alt {
  color: #1B78B3;
  background-color: white;
  border: 1px solid #d4d9d9;
  outline: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-default-alt:hover, .btn-default-alt:focus {
    color: #1e87c9;
    background-color: white;
    outline: none; }
  .btn-group .btn-default-alt:active, .btn-group .btn-default-alt.active {
    color: #18699d;
    background-color: #f0f0f0;
    box-shadow: none;
    outline: none; }
  .open .btn-default-alt.dropdown-toggle {
    color: #18699d;
    background-color: #f0f0f0;
    box-shadow: none; }
    .open .btn-default-alt.dropdown-toggle:hover, .open .btn-default-alt.dropdown-toggle:focus {
      color: #18699d;
      background-color: #f0f0f0; }
  .btn-default-alt:active, .btn-default-alt.active {
    color: #18699d;
    background-color: #f0f0f0;
    box-shadow: none;
    outline: none; }
  .btn-default-alt.disabled, .btn-default-alt.disabled:hover, .btn-default-alt.disabled:focus, .btn-default-alt.disabled:active, .btn-default-alt.disabled.active, .btn-default-alt[disabled], .btn-default-alt[disabled]:hover, .btn-default-alt[disabled]:focus, .btn-default-alt[disabled]:active, .btn-default-alt[disabled].active, fieldset[disabled] .btn-default-alt, fieldset[disabled] .btn-default-alt:hover, fieldset[disabled] .btn-default-alt:focus, fieldset[disabled] .btn-default-alt:active, fieldset[disabled] .btn-default-alt.active {
    opacity: 0.5; }
  .btn-default-alt:hover, .btn-default-alt:focus, .btn-default-alt.disabled, .btn-default-alt[disabled], fieldset[disabled] .btn-default-alt {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-default-alt:focus {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-default-alt:active, .btn-default-alt.active {
    box-shadow: none; }
  .btn-default-alt:hover, .btn-default-alt:focus {
    border-color: #b4b4b4; }

.btn-link {
  color: #1B78B3;
  background-color: transparent;
  outline: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .btn-link:hover, .btn-link:focus {
    color: #1e87c9;
    background-color: rgba(15, 15, 15, 0);
    outline: none; }
  .btn-group .btn-link:active, .btn-group .btn-link.active {
    color: #18699d;
    background-color: transparent;
    box-shadow: none;
    outline: none; }
  .open .btn-link.dropdown-toggle {
    color: #18699d;
    background-color: transparent;
    box-shadow: none; }
    .open .btn-link.dropdown-toggle:hover, .open .btn-link.dropdown-toggle:focus {
      color: #18699d;
      background-color: transparent; }
  .btn-link:active, .btn-link.active {
    color: #18699d;
    background-color: transparent;
    box-shadow: none;
    outline: none; }
  .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link[disabled].active, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
    opacity: 0.5; }

.btn-lowlight {
  color: #607580;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.6);
  outline: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .btn-lowlight:hover, .btn-lowlight:focus {
    color: #6b828f;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.6);
    outline: none; }
  .btn-group .btn-lowlight:active, .btn-group .btn-lowlight.active {
    color: #556871;
    background-color: #F0F0F0;
    background-color: rgba(240, 240, 240, 0.6);
    box-shadow: none;
    outline: none; }
  .open .btn-lowlight.dropdown-toggle {
    color: #556871;
    background-color: #F0F0F0;
    background-color: rgba(240, 240, 240, 0.6);
    box-shadow: none; }
    .open .btn-lowlight.dropdown-toggle:hover, .open .btn-lowlight.dropdown-toggle:focus {
      color: #556871;
      background-color: #F0F0F0;
      background-color: rgba(240, 240, 240, 0.6); }
  .btn-lowlight:active, .btn-lowlight.active {
    color: #556871;
    background-color: #F0F0F0;
    background-color: rgba(240, 240, 240, 0.6);
    box-shadow: none;
    outline: none; }
  .btn-lowlight.disabled, .btn-lowlight.disabled:hover, .btn-lowlight.disabled:focus, .btn-lowlight.disabled:active, .btn-lowlight.disabled.active, .btn-lowlight[disabled], .btn-lowlight[disabled]:hover, .btn-lowlight[disabled]:focus, .btn-lowlight[disabled]:active, .btn-lowlight[disabled].active, fieldset[disabled] .btn-lowlight, fieldset[disabled] .btn-lowlight:hover, fieldset[disabled] .btn-lowlight:focus, fieldset[disabled] .btn-lowlight:active, fieldset[disabled] .btn-lowlight.active {
    opacity: 0.5; }

.btn-danger {
  color: white;
  background-color: #CC1F27;
  outline: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-danger:hover, .btn-danger:focus {
    color: white;
    background-color: #df2b33;
    outline: none; }
  .btn-group .btn-danger:active, .btn-group .btn-danger.active {
    color: #f2f2f2;
    background-color: #b11b22;
    box-shadow: none;
    outline: none; }
  .open .btn-danger.dropdown-toggle {
    color: #f2f2f2;
    background-color: #b11b22;
    box-shadow: none; }
    .open .btn-danger.dropdown-toggle:hover, .open .btn-danger.dropdown-toggle:focus {
      color: #f2f2f2;
      background-color: #b11b22; }
  .btn-danger:active, .btn-danger.active {
    color: #f2f2f2;
    background-color: #b11b22;
    box-shadow: none;
    outline: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    color: #FFD9DB;
    opacity: 0.5; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-danger:focus {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-danger:active, .btn-danger.active {
    box-shadow: none; }

.btn-highlight {
  color: white;
  background-color: #1B78B3;
  outline: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-highlight:hover, .btn-highlight:focus {
    color: white;
    background-color: #1f8ace;
    outline: none; }
  .btn-group .btn-highlight:active, .btn-group .btn-highlight.active {
    color: #f2f2f2;
    background-color: #176698;
    box-shadow: none;
    outline: none; }
  .open .btn-highlight.dropdown-toggle {
    color: #f2f2f2;
    background-color: #176698;
    box-shadow: none; }
    .open .btn-highlight.dropdown-toggle:hover, .open .btn-highlight.dropdown-toggle:focus {
      color: #f2f2f2;
      background-color: #176698; }
  .btn-highlight:active, .btn-highlight.active {
    color: #f2f2f2;
    background-color: #176698;
    box-shadow: none;
    outline: none; }
  .btn-highlight.disabled, .btn-highlight.disabled:hover, .btn-highlight.disabled:focus, .btn-highlight.disabled:active, .btn-highlight.disabled.active, .btn-highlight[disabled], .btn-highlight[disabled]:hover, .btn-highlight[disabled]:focus, .btn-highlight[disabled]:active, .btn-highlight[disabled].active, fieldset[disabled] .btn-highlight, fieldset[disabled] .btn-highlight:hover, fieldset[disabled] .btn-highlight:focus, fieldset[disabled] .btn-highlight:active, fieldset[disabled] .btn-highlight.active {
    color: #D9F0FF;
    opacity: 0.5; }
  .btn-highlight:hover, .btn-highlight:focus, .btn-highlight.disabled, .btn-highlight[disabled], fieldset[disabled] .btn-highlight {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-highlight:focus {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-highlight:active, .btn-highlight.active {
    box-shadow: none; }

.btn-highlight-alt {
  color: white;
  background-color: #138078;
  outline: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-highlight-alt:hover, .btn-highlight-alt:focus {
    color: white;
    background-color: #179b91;
    outline: none; }
  .btn-group .btn-highlight-alt:active, .btn-group .btn-highlight-alt.active {
    color: #f2f2f2;
    background-color: #0f655f;
    box-shadow: none;
    outline: none; }
  .open .btn-highlight-alt.dropdown-toggle {
    color: #f2f2f2;
    background-color: #0f655f;
    box-shadow: none; }
    .open .btn-highlight-alt.dropdown-toggle:hover, .open .btn-highlight-alt.dropdown-toggle:focus {
      color: #f2f2f2;
      background-color: #0f655f; }
  .btn-highlight-alt:active, .btn-highlight-alt.active {
    color: #f2f2f2;
    background-color: #0f655f;
    box-shadow: none;
    outline: none; }
  .btn-highlight-alt.disabled, .btn-highlight-alt.disabled:hover, .btn-highlight-alt.disabled:focus, .btn-highlight-alt.disabled:active, .btn-highlight-alt.disabled.active, .btn-highlight-alt[disabled], .btn-highlight-alt[disabled]:hover, .btn-highlight-alt[disabled]:focus, .btn-highlight-alt[disabled]:active, .btn-highlight-alt[disabled].active, fieldset[disabled] .btn-highlight-alt, fieldset[disabled] .btn-highlight-alt:hover, fieldset[disabled] .btn-highlight-alt:focus, fieldset[disabled] .btn-highlight-alt:active, fieldset[disabled] .btn-highlight-alt.active {
    color: #D9FFFC;
    opacity: 0.5; }
  .btn-highlight-alt:hover, .btn-highlight-alt:focus, .btn-highlight-alt.disabled, .btn-highlight-alt[disabled], fieldset[disabled] .btn-highlight-alt {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-highlight-alt:focus {
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
  .btn-highlight-alt:active, .btn-highlight-alt.active {
    box-shadow: none; }

.btn-lg {
  padding: 10px 26px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 3px; }

.btn-group .btn.active, .btn-group .btn:active {
  color: white;
  background-color: #1B78B3; }

.pre-unstyled {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: inherit; }

.pre-scrollable {
  overflow-y: auto; }

.inline-dark {
  background-color: #243641;
  border-radius: 3px;
  color: #B38F1B; }

.terminal {
  background-color: #d4d9d9;
  padding: 6px 10px 12px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3); }
  .terminal:before {
    content: '\F111 \0000a0 \0000a0 \0000a0 \0000a0 \F111 \0000a0 \0000a0 \0000a0 \0000a0 \F111';
    color: #8d8e8e;
    font-size: 13px;
    font-family: FontAwesome; }
  .terminal pre[class*="language-"] {
    margin: 2px 0 0 0;
    border-radius: 3px;
    height: 320px;
    overflow-y: auto; }

.bg-neutral-1 {
  background-color: #282828 !important; }

.bg-neutral-2 {
  background-color: #424242 !important; }

.bg-neutral-3 {
  background-color: #686868 !important; }

.bg-neutral-4 {
  background-color: #8d8e8e !important; }

.bg-neutral-5 {
  background-color: #b4b4b4 !important; }

.bg-neutral-6 {
  background-color: #c3c5c7 !important; }

.bg-neutral-7 {
  background-color: #d4d9d9 !important; }

.bg-neutral-8 {
  background-color: #e0e4e5 !important; }

.bg-neutral-9 {
  background-color: #ecefef !important; }

.bg-neutral-10 {
  background-color: #F8F8F8 !important; }

.bg-neutral-11 {
  background-color: white !important; }

.bg-brand-1 {
  background-color: #083330 !important; }

.bg-brand-2 {
  background-color: #0B4D48 !important; }

.bg-brand-3 {
  background-color: #025A53 !important; }

.bg-brand-4 {
  background-color: #0F6660 !important; }

.bg-brand-5 {
  background-color: #00776D !important; }

.bg-brand-6 {
  background-color: #138078 !important; }

.bg-brand-7 {
  background-color: #179990 !important; }

.bg-brand-8 {
  background-color: #00A79D !important; }

.bg-brand-9 {
  background-color: #1BB3A8 !important; }

.bg-brand-10 {
  background-color: #1FCCC0 !important; }

.bg-brand-11 {
  background-color: #D9FFFC !important; }

.bg-accent-1 {
  background-color: #135680 !important; }

.bg-accent-2 {
  background-color: #176799 !important; }

.bg-accent-3 {
  background-color: #1B78B3 !important; }

.bg-accent-4 {
  background-color: #1F8ACC !important; }

.bg-accent-5 {
  background-color: #229BE6 !important; }

.bg-accent-6 {
  background-color: #D9F0FF !important; }

.bg-dark-1 {
  background-color: #232B2F !important; }

.bg-dark-2 {
  background-color: #243641 !important; }

.bg-dark-3 {
  background-color: #3D4A51 !important; }

.bg-dark-4 {
  background-color: #4F6069 !important; }

.bg-dark-5 {
  background-color: #607580 !important; }

.bg-dark-6 {
  background-color: #788E9A !important; }

.bg-dark-7 {
  background-color: #A2B1B9 !important; }

.bg-dark-8 {
  background-color: #C5CED3 !important; }

.bg-dark-9 {
  background-color: #DFE5E8 !important; }

.bg-dark-10 {
  background-color: #EAEDEF !important; }

.bg-dark-11 {
  background-color: #F5F6F7 !important; }

.bg-error-1 {
  background-color: #801319 !important; }

.bg-error-2 {
  background-color: #99171D !important; }

.bg-error-3 {
  background-color: #B31B22 !important; }

.bg-error-4 {
  background-color: #CC1F27 !important; }

.bg-error-5 {
  background-color: #F2242F !important; }

.bg-error-6 {
  background-color: #FFD9DB !important; }

.bg-warn-1 {
  background-color: #806613 !important; }

.bg-warn-2 {
  background-color: #997B17 !important; }

.bg-warn-3 {
  background-color: #B38F1B !important; }

.bg-warn-4 {
  background-color: #CCA41F !important; }

.bg-warn-5 {
  background-color: #E6B822 !important; }

.bg-warn-6 {
  background-color: #FFF6D9 !important; }

.bg-success-1 {
  background-color: #4D8013 !important; }

.bg-success-2 {
  background-color: #5C9917 !important; }

.bg-success-3 {
  background-color: #6CB31B !important; }

.bg-success-4 {
  background-color: #7BCC1F !important; }

.bg-success-5 {
  background-color: #8AE622 !important; }

.bg-success-6 {
  background-color: #EDFFD9 !important; }

.bg-glow-1 {
  background-color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-glow-2 {
  background-color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-glow-3 {
  background-color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-glow-4 {
  background-color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-glow-5 {
  background-color: white !important; }

.bg-shadow-1 {
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-shadow-2 {
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.14) !important; }

.bg-shadow-3 {
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.07) !important; }

.bg-shadow-4 {
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.035) !important; }

.when-collapsed {
  display: none; }

.when-expanded {
  display: block; }

.when-collapsed-inline {
  display: none; }

.when-expanded-inline {
  display: inline; }

.collapsed .when-collapsed {
  display: block; }
.collapsed .when-expanded {
  display: none; }
.collapsed .when-collapsed-inline {
  display: inline; }
.collapsed .when-expanded-inline {
  display: none; }

.collapse-trigger {
  cursor: pointer; }
  .collapse-trigger .collapse-title {
    display: inline-block; }
  .collapse-trigger .collapse-icon {
    display: inline-block;
    width: 15px;
    color: #686868;
    margin-right: 5px; }

.panel-heading-accordion {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.panel-body-accordion, .panel-body-accordion-divider, .panel-divider > .panel-heading + .panel-collapse > .panel-body {
  margin: 0px;
  padding: 30px 20px; }

.panel-body-accordion-divider, .panel-divider > .panel-heading + .panel-collapse > .panel-body {
  border-top: 2px solid rgba(0, 0, 0, 0.07); }

.panel-title a {
  display: block; }


.scale-svg .instances-column:hover, .scale-svg .selected-group {
  -webkit-filter: none;
          filter: none; }
.scale-svg .instances-gradient-stop-1 {
  stop-color: #ecefef; }
.scale-svg .instances-gradient-stop-2 {
  stop-color: rgba(255, 255, 255, 0); }

.divider-alternate-1 {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0 0; }

.divider-alternate-2 {
  border: 3px solid #000000;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-width: 3px 0 0 0; }

.divider-1 {
  border: 1px solid #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 1px 0 0 0; }

.divider-2 {
  border: 3px solid #FFFFFF;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-width: 3px 0 0 0; }

.dropdown {
  display: inline-block; }

.dropdown-menu {
  box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5);
  background-color: white;
  border: 1px solid #d4d9d9;
  padding: 0 0; }
  .dropdown-menu > li > a {
    color: #607580;
    font-weight: 600; }
    .dropdown-menu > li > a:hover {
      color: #607580;
      background-color: #f0f0f0; }
  .dropdown-menu.dropdown-border > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ecefef; }

.dropdown-notifications-none {
  width: 200px;
  text-align: center;
  padding: 20px; }
  .dropdown-notifications-none .fa {
    font-size: 42px;
    padding-bottom: 7px;
    color: #c3c5c7; }

.dropdown-notifications .caret {
  display: none; }
.dropdown-notifications.open .btn-link.dropdown-toggle {
  color: #c3c5c7;
  box-shadow: none; }
.dropdown-notifications .btn-link:active, .dropdown-notifications .btn-link.active {
  color: #c3c5c7;
  background-color: transparent; }
.dropdown-notifications .dropdown-toggle {
  color: #c3c5c7;
  font-size: 25px; }
  .dropdown-notifications .dropdown-toggle .dropdown-notifications-title {
    margin: 0;
    position: relative; }
  .dropdown-notifications .dropdown-toggle .dropdown-notifications-badge {
    border-radius: 1000em;
    background-color: #00A79D;
    color: white;
    text-align: center;
    font-weight: 900;
    padding: 0.25em;
    line-height: 0.75em;
    min-width: 1.25em; }
  .dropdown-notifications .dropdown-toggle .dropdown-notifications-alert {
    color: #B38F1B; }
  .dropdown-notifications .dropdown-toggle .dropdown-notifications-alert, .dropdown-notifications .dropdown-toggle .dropdown-notifications-badge {
    position: absolute;
    font-size: 0.75em;
    top: -0.2em;
    left: 0.75em;
    right: auto; }
.dropdown-notifications .dropdown-menu > li > a {
  padding-bottom: 10px; }
.dropdown-notifications .dropdown-menu > li:last-child > a {
  padding-bottom: 0; }

.type-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.map-wrapper {
  position: relative; }

.pane-map {
  height: 450px;
  position: relative; }

.map-overlay {
  position: absolute;
  top: 70px;
  z-index: 99; }

@media (max-width: 768px) {
  .map-overlay {
    top: 0;
    position: relative; } }

.labs-map {
  height: 100%; }

.row-gutter-sm {
  margin-left: -2px;
  margin-right: -2px; }
  .row-gutter-sm > [class^="col"] {
    padding-left: 2px;
    padding-right: 2px; }

.row-gutter-md {
  margin-left: -5px;
  margin-right: -5px; }
  .row-gutter-md > [class^="col"] {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 1800px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24 {
    float: left; }
  .col-xl-1 {
    width: 4.16667%; }
  .col-xl-2 {
    width: 8.33333%; }
  .col-xl-3 {
    width: 12.5%; }
  .col-xl-4 {
    width: 16.66667%; }
  .col-xl-5 {
    width: 20.83333%; }
  .col-xl-6 {
    width: 25%; }
  .col-xl-7 {
    width: 29.16667%; }
  .col-xl-8 {
    width: 33.33333%; }
  .col-xl-9 {
    width: 37.5%; }
  .col-xl-10 {
    width: 41.66667%; }
  .col-xl-11 {
    width: 45.83333%; }
  .col-xl-12 {
    width: 50%; }
  .col-xl-13 {
    width: 54.16667%; }
  .col-xl-14 {
    width: 58.33333%; }
  .col-xl-15 {
    width: 62.5%; }
  .col-xl-16 {
    width: 66.66667%; }
  .col-xl-17 {
    width: 70.83333%; }
  .col-xl-18 {
    width: 75%; }
  .col-xl-19 {
    width: 79.16667%; }
  .col-xl-20 {
    width: 83.33333%; }
  .col-xl-21 {
    width: 87.5%; }
  .col-xl-22 {
    width: 91.66667%; }
  .col-xl-23 {
    width: 95.83333%; }
  .col-xl-24 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 4.16667%; }
  .col-xl-pull-2 {
    right: 8.33333%; }
  .col-xl-pull-3 {
    right: 12.5%; }
  .col-xl-pull-4 {
    right: 16.66667%; }
  .col-xl-pull-5 {
    right: 20.83333%; }
  .col-xl-pull-6 {
    right: 25%; }
  .col-xl-pull-7 {
    right: 29.16667%; }
  .col-xl-pull-8 {
    right: 33.33333%; }
  .col-xl-pull-9 {
    right: 37.5%; }
  .col-xl-pull-10 {
    right: 41.66667%; }
  .col-xl-pull-11 {
    right: 45.83333%; }
  .col-xl-pull-12 {
    right: 50%; }
  .col-xl-pull-13 {
    right: 54.16667%; }
  .col-xl-pull-14 {
    right: 58.33333%; }
  .col-xl-pull-15 {
    right: 62.5%; }
  .col-xl-pull-16 {
    right: 66.66667%; }
  .col-xl-pull-17 {
    right: 70.83333%; }
  .col-xl-pull-18 {
    right: 75%; }
  .col-xl-pull-19 {
    right: 79.16667%; }
  .col-xl-pull-20 {
    right: 83.33333%; }
  .col-xl-pull-21 {
    right: 87.5%; }
  .col-xl-pull-22 {
    right: 91.66667%; }
  .col-xl-pull-23 {
    right: 95.83333%; }
  .col-xl-pull-24 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 4.16667%; }
  .col-xl-push-2 {
    left: 8.33333%; }
  .col-xl-push-3 {
    left: 12.5%; }
  .col-xl-push-4 {
    left: 16.66667%; }
  .col-xl-push-5 {
    left: 20.83333%; }
  .col-xl-push-6 {
    left: 25%; }
  .col-xl-push-7 {
    left: 29.16667%; }
  .col-xl-push-8 {
    left: 33.33333%; }
  .col-xl-push-9 {
    left: 37.5%; }
  .col-xl-push-10 {
    left: 41.66667%; }
  .col-xl-push-11 {
    left: 45.83333%; }
  .col-xl-push-12 {
    left: 50%; }
  .col-xl-push-13 {
    left: 54.16667%; }
  .col-xl-push-14 {
    left: 58.33333%; }
  .col-xl-push-15 {
    left: 62.5%; }
  .col-xl-push-16 {
    left: 66.66667%; }
  .col-xl-push-17 {
    left: 70.83333%; }
  .col-xl-push-18 {
    left: 75%; }
  .col-xl-push-19 {
    left: 79.16667%; }
  .col-xl-push-20 {
    left: 83.33333%; }
  .col-xl-push-21 {
    left: 87.5%; }
  .col-xl-push-22 {
    left: 91.66667%; }
  .col-xl-push-23 {
    left: 95.83333%; }
  .col-xl-push-24 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 4.16667%; }
  .col-xl-offset-2 {
    margin-left: 8.33333%; }
  .col-xl-offset-3 {
    margin-left: 12.5%; }
  .col-xl-offset-4 {
    margin-left: 16.66667%; }
  .col-xl-offset-5 {
    margin-left: 20.83333%; }
  .col-xl-offset-6 {
    margin-left: 25%; }
  .col-xl-offset-7 {
    margin-left: 29.16667%; }
  .col-xl-offset-8 {
    margin-left: 33.33333%; }
  .col-xl-offset-9 {
    margin-left: 37.5%; }
  .col-xl-offset-10 {
    margin-left: 41.66667%; }
  .col-xl-offset-11 {
    margin-left: 45.83333%; }
  .col-xl-offset-12 {
    margin-left: 50%; }
  .col-xl-offset-13 {
    margin-left: 54.16667%; }
  .col-xl-offset-14 {
    margin-left: 58.33333%; }
  .col-xl-offset-15 {
    margin-left: 62.5%; }
  .col-xl-offset-16 {
    margin-left: 66.66667%; }
  .col-xl-offset-17 {
    margin-left: 70.83333%; }
  .col-xl-offset-18 {
    margin-left: 75%; }
  .col-xl-offset-19 {
    margin-left: 79.16667%; }
  .col-xl-offset-20 {
    margin-left: 83.33333%; }
  .col-xl-offset-21 {
    margin-left: 87.5%; }
  .col-xl-offset-22 {
    margin-left: 91.66667%; }
  .col-xl-offset-23 {
    margin-left: 95.83333%; }
  .col-xl-offset-24 {
    margin-left: 100%; } }

[hoverable]:hover, [hoverable].clicked {
  background-color: #ecefef; }
  [hoverable]:hover .hovered, [hoverable].clicked .hovered {
    visibility: visible; }

[hoverable] .hovered {
  visibility: hidden;
  float: right; }

.svg-responsive {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden; }

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.label {
  padding: 0.2em 0.6em;
  border-radius: 3px;
  text-transform: uppercase; }

.label-removable {
  padding: 4px 7px;
  border-radius: 3px;
  background-color: #00A79D;
  color: white;
  font-weight: 600; }
  .label-removable .close-btn {
    margin-left: 15px;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.6); }
    .label-removable .close-btn:hover {
      color: white;
      text-decoration: none; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

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

@media (max-width: 480px) {
  .media.media-stackable-xs > .pull-left, .media.media-stackable-xs .media-left {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 10px auto !important; }
    .media.media-stackable-xs > .pull-left .media-object, .media.media-stackable-xs .media-left .media-object {
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 768px) {
  .media.media-stackable-sm > .pull-left, .media.media-stackable-sm .media-left {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 10px auto !important; }
    .media.media-stackable-sm > .pull-left .media-object, .media.media-stackable-sm .media-left .media-object {
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 992px) {
  .media.media-stackable-md > .pull-left, .media.media-stackable-md .media-left {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 10px auto !important; }
    .media.media-stackable-md > .pull-left .media-object, .media.media-stackable-md .media-left .media-object {
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 1200px) {
  .media.media-stackable-lg > .pull-left, .media.media-stackable-lg .media-left {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 10px auto !important; }
    .media.media-stackable-lg > .pull-left .media-object, .media.media-stackable-lg .media-left .media-object {
      margin-left: auto;
      margin-right: auto; } }
.media .media-body {
  width: 1000000px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog, .modal.modal-fade-enter .modal-dialog, .modal.modal-fade-leave .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog, .modal.modal-fade-enter-active .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ecefef;
  border: 1px solid #999;
  border: 1px solid #00776D;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #243641; }
  .modal-backdrop.fade, .modal-backdrop.modal-fade-enter, .modal-backdrop.modal-fade-leave {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in, .modal-backdrop.modal-fade-enter-active {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e0e4e5;
  min-height: 16.5px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 30px; }

.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e0e4e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.modal-fade-enter, .modal-fade-leave {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0; }

.modal-fade-enter-active {
  opacity: 1; }

.modal-backdrop.in.modal-backdrop-fade-enter, .modal-backdrop.modal-backdrop-fade-enter.modal-fade-enter-active, .modal-backdrop.in.modal-backdrop-fade-leave, .modal-backdrop.modal-backdrop-fade-leave.modal-fade-enter-active {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0; }
.modal-backdrop.in.modal-backdrop-fade-enter-active, .modal-backdrop.modal-backdrop-fade-enter-active.modal-fade-enter-active {
  opacity: 0.8; }

.modal .modal-dialog {
  margin-top: 50px; }
.modal .modal-content {
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }
.modal .modal-header {
  padding: 15px; }
.modal .modal-footer {
  padding: 15px;
  background-color: #ecefef;
  text-align: right;
  border-top: 0px; }

.modal.modal-basic .modal-header {
  background-color: #ecefef; }
  .modal.modal-basic .modal-header .modal-title {
    color: #686868;
    text-transform: uppercase;
    font-weight: 900; }

.panel {
  box-shadow: none; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    margin: 0; }

.panel-title {
  font-size: inherit; }

.panel-simple {
  border: 1px solid #b4b4b4; }

.panel-basic {
  border-radius: 5px;
      background-clip: padding-box;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07); }

.panel-title-alt {
  padding: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #243641; }

.panel-basic-alt {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
      background-clip: padding-box;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: white; }

.panel-flex {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .panel-flex .panel-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto; }
  .panel-flex .panel-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto; }

.panel-tile {
  border-bottom: 4px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  color: #686868;
  -webkit-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
      background-clip: padding-box;
   }
  .panel-tile .panel-body {
    -ms-flex: 1 0 auto;
    padding: 29px 29px 0 29px;
    -webkit-transition: padding-top 300ms ease-out, padding-bottom 300ms ease-out;
    transition: padding-top 300ms ease-out, padding-bottom 300ms ease-out; }
  .panel-tile .panel-footer {
    color: #fff;
    opacity: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    border-top: none;
    padding: 4px 15px;
    background: transparent;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .panel-tile:hover, .panel-tile:focus {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border-width: 1px;
    box-shadow: none;
    background-color: #F8F8F8;
    color: #686868;
    cursor: pointer;
    outline: none; }
    .panel-tile:hover .panel-body, .panel-tile:focus .panel-body {
      padding-top: 18px;
      padding-bottom: 11px; }
    .panel-tile:hover .panel-footer, .panel-tile:focus .panel-footer {
      opacity: 1;
      background: #1B78B3;
      color: #F8F8F8;
      font-weight: 900; }

.panel-scrollable {
  max-height: 183px;
  overflow-y: overlay;
  overflow-x: hidden; }

.panel-highlight, .panel-clickable-alt {
  background-color: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.07); }
  .panel-highlight.title-panel h1, .title-panel.panel-clickable-alt h1 {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.panel-alt.panel-editing {
  background-color: #ecefef; }
.panel-alt.panel-empty {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.07); }
  .panel-alt.panel-empty:hover {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #ecefef;
    border-bottom: 4px solid rgba(0, 0, 0, 0.14); }
.panel-alt .aligner {
  min-height: 190px; }
.panel-alt .panel-basic {
  min-height: 88px; }
.panel-alt.panel-danger, .panel-alt.panel-off {
  position: relative; }
  .panel-alt.panel-danger:before, .panel-alt.panel-off:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-left: 25px solid transparent; }
.panel-alt.panel-danger:before {
  border-top: 25px solid #B31B22; }
.panel-alt.panel-off:before {
  border-top: 25px solid #8d8e8e; }

.panel-shadow, .panel-shadow-1, .panel-shadow-2, .panel-shadow-3, .panel-shadow-4 {
  border: none;
      background-clip: padding-box;
   }

.panel-shadow-1 {
  box-shadow: 0px 4px rgba(0, 0, 0, 0.3); }

.panel-shadow-2 {
  box-shadow: 0px 4px rgba(0, 0, 0, 0.14); }

.panel-shadow-3 {
  box-shadow: 0px 4px rgba(0, 0, 0, 0.07); }

.panel-shadow-4 {
  box-shadow: 0px 4px rgba(0, 0, 0, 0.035); }

.panel-clickable, .panel-clickable-alt {
  display: block;
  background-color: #ecefef;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .panel-clickable .hover-target-1, .panel-clickable-alt .hover-target-1, .panel-clickable .hover-target-2, .panel-clickable-alt .hover-target-2, .panel-clickable .hover-target-3, .panel-clickable-alt .hover-target-3 {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .panel-clickable .hover-target-1, .panel-clickable-alt .hover-target-1 {
    color: #686868; }
  .panel-clickable .hover-target-2, .panel-clickable-alt .hover-target-2 {
    color: #b4b4b4; }
  .panel-clickable .hover-target-3, .panel-clickable-alt .hover-target-3 {
    background-color: #F8F8F8; }
  .panel-clickable:hover, .panel-clickable-alt:hover {
    background-color: #F8F8F8; }
    .panel-clickable:hover .hover-target-1, .panel-clickable-alt:hover .hover-target-1 {
      color: #1B78B3; }
    .panel-clickable:hover .hover-target-2, .panel-clickable-alt:hover .hover-target-2 {
      color: #686868; }
    .panel-clickable:hover .hover-target-3, .panel-clickable-alt:hover .hover-target-3 {
      background-color: white; }

.panel-clickable-alt {
  background-color: #F8F8F8; }
  .panel-clickable-alt:hover {
    background-color: white;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.14); }

.pane > .container {
  padding-top: 35px;
  padding-bottom: 35px; }

.pane-offset .pane-image {
  text-align: center;
  margin-bottom: -70px; }
  .pane-offset .pane-image > img {
    display: inline-block; }
.pane-offset + .pane .container {
  padding-top: 70px; }

@media (min-width: 768px) {
  .pane > .container {
    padding-top: 45px;
    padding-bottom: 45px; }
  .pane-offset .pane-image {
    margin-bottom: -90px; }
  .pane-offset + .pane .container {
    padding-top: 90px; } }

@media (min-width: 992px) {
  .pane > .container {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pane-offset .pane-image {
    margin-bottom: -120px; }
  .pane-offset + .pane .container {
    padding-top: 120px; } }

.progress {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.07);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.progress-bar {
  background: #b4b4b4;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-align: left; }
  .progress-bar .label {
    margin-left: 7px;
    font-size: 14px;
    font-weight: 900; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 3%; }

.progress-bar[aria-valuenow="0"] {
  color: #686868;
  min-width: 3%;
  background: transparent;
  box-shadow: none; }

.progress-bar[aria-valuenow^="9"]:not([aria-valuenow="9"]), .progress-bar[aria-valuenow="100"] {
  background: #B31B22; }

.progress-bar-animated {
  -webkit-transition: width 1s ease-in-out;
  transition: width 2s ease-in-out; }

.ribbon {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  margin-left: 22px;
  margin-right: 22px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #b4b4b4; }
  .ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    border-color: #b4b4b4;
    border-width: 11px;
    border-style: solid; }
  .ribbon:before {
    border-left-color: transparent;
    left: -22px; }
  .ribbon:after {
    border-right-color: transparent;
    right: -22px; }

.ribbon-primary {
  background-color: #00A79D; }
  .ribbon-primary:before {
    border-color: #00A79D;
    border-left-color: transparent; }
  .ribbon-primary:after {
    border-color: #00A79D;
    border-right-color: transparent; }

.ribbon-banner {
  position: fixed;
  top: 20px;
  left: 0;
  padding: 4px 18px 4px 24px;
  margin-left: 0;
  margin-right: 32px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #99171D; }
  .ribbon-banner:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -32px;
    border-style: solid;
    border-width: 16px;
    border-color: #99171D;
    border-right-color: transparent; }

.spinner-lg {
  margin-top: 64px;
  text-align: center; }
  .spinner-lg .fa-spin {
    font-size: 48px;
    opacity: 0.5; }

.spinner-sm {
  text-align: center;
  min-height: 320px; }
  .spinner-sm .fa-spin {
    font-size: 28px; }
  .spinner-sm.out {
    opacity: 0.2; }

.table-hack .thead, .table-hack .tbody {
  padding: 0 15px; }
.table-hack .th {
  padding: 8px 15px; }
.table-hack .td {
  padding: 20px 15px; }

.table-data {
  border: none; }
  .table-data tbody tr, .table-data tbody .tr, .table-data thead tr, .table-data thead .tr, .table-data .tbody tr, .table-data .tbody .tr, .table-data .thead tr, .table-data .thead .tr {
    border-bottom: 1px solid #d4d9d9; }
    .table-data tbody tr th, .table-data tbody tr .th, .table-data tbody .tr th, .table-data tbody .tr .th, .table-data thead tr th, .table-data thead tr .th, .table-data thead .tr th, .table-data thead .tr .th, .table-data .tbody tr th, .table-data .tbody tr .th, .table-data .tbody .tr th, .table-data .tbody .tr .th, .table-data .thead tr th, .table-data .thead tr .th, .table-data .thead .tr th, .table-data .thead .tr .th {
      border-bottom: none;
      border-color: #d4d9d9;
      border-right: 1px solid #d4d9d9;
      padding: 15px 10px;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.3px;
      background-color: #ecefef; }
      .table-data tbody tr th:first-child, .table-data tbody tr .th:first-child, .table-data tbody .tr th:first-child, .table-data tbody .tr .th:first-child, .table-data thead tr th:first-child, .table-data thead tr .th:first-child, .table-data thead .tr th:first-child, .table-data thead .tr .th:first-child, .table-data .tbody tr th:first-child, .table-data .tbody tr .th:first-child, .table-data .tbody .tr th:first-child, .table-data .tbody .tr .th:first-child, .table-data .thead tr th:first-child, .table-data .thead tr .th:first-child, .table-data .thead .tr th:first-child, .table-data .thead .tr .th:first-child {
        border-bottom: none; }
      .table-data tbody tr th:last-child, .table-data tbody tr .th:last-child, .table-data tbody .tr th:last-child, .table-data tbody .tr .th:last-child, .table-data thead tr th:last-child, .table-data thead tr .th:last-child, .table-data thead .tr th:last-child, .table-data thead .tr .th:last-child, .table-data .tbody tr th:last-child, .table-data .tbody tr .th:last-child, .table-data .tbody .tr th:last-child, .table-data .tbody .tr .th:last-child, .table-data .thead tr th:last-child, .table-data .thead tr .th:last-child, .table-data .thead .tr th:last-child, .table-data .thead .tr .th:last-child {
        border: none; }
    .table-data tbody tr td, .table-data tbody tr .td, .table-data tbody .tr td, .table-data tbody .tr .td, .table-data thead tr td, .table-data thead tr .td, .table-data thead .tr td, .table-data thead .tr .td, .table-data .tbody tr td, .table-data .tbody tr .td, .table-data .tbody .tr td, .table-data .tbody .tr .td, .table-data .thead tr td, .table-data .thead tr .td, .table-data .thead .tr td, .table-data .thead .tr .td {
      padding: 10px 10px;
      border: none; }
  .table-data tbody tr, .table-data tbody .tr, .table-data .tbody tr, .table-data .tbody .tr {
    background-color: #ecefef; }
    .table-data tbody tr:hover, .table-data tbody .tr:hover, .table-data .tbody tr:hover, .table-data .tbody .tr:hover {
      -webkit-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out;
      background-color: #F8F8F8; }
    .table-data tbody tr:last-child, .table-data tbody .tr:last-child, .table-data .tbody tr:last-child, .table-data .tbody .tr:last-child {
      border-bottom: 2px solid rgba(0, 0, 0, 0.07); }
  .table-data > thead > tr, .table-data > .thead > .tr {
    text-transform: uppercase; }
    .table-data > thead > tr > th, .table-data > thead > tr > .th, .table-data > .thead > .tr > th, .table-data > .thead > .tr > .th {
      color: #686868; }

.table-light tbody tr, .table-light tbody .tr, .table-light thead tr, .table-light thead .tr, .table-light .tbody tr, .table-light .tbody .tr, .table-light .thead tr, .table-light .thead .tr {
  background-color: #F8F8F8; }
  .table-light tbody tr th, .table-light tbody tr .th, .table-light tbody tr td, .table-light tbody tr .td, .table-light tbody .tr th, .table-light tbody .tr .th, .table-light tbody .tr td, .table-light tbody .tr .td, .table-light thead tr th, .table-light thead tr .th, .table-light thead tr td, .table-light thead tr .td, .table-light thead .tr th, .table-light thead .tr .th, .table-light thead .tr td, .table-light thead .tr .td, .table-light .tbody tr th, .table-light .tbody tr .th, .table-light .tbody tr td, .table-light .tbody tr .td, .table-light .tbody .tr th, .table-light .tbody .tr .th, .table-light .tbody .tr td, .table-light .tbody .tr .td, .table-light .thead tr th, .table-light .thead tr .th, .table-light .thead tr td, .table-light .thead tr .td, .table-light .thead .tr th, .table-light .thead .tr .th, .table-light .thead .tr td, .table-light .thead .tr .td {
    background-color: #F8F8F8; }
  .table-light tbody tr td, .table-light tbody tr .td, .table-light tbody .tr td, .table-light tbody .tr .td, .table-light thead tr td, .table-light thead tr .td, .table-light thead .tr td, .table-light thead .tr .td, .table-light .tbody tr td, .table-light .tbody tr .td, .table-light .tbody .tr td, .table-light .tbody .tr .td, .table-light .thead tr td, .table-light .thead tr .td, .table-light .thead .tr td, .table-light .thead .tr .td {
    border: none; }

.table-key-value {
  table-layout: fixed; }
  .table-key-value tbody tr th, .table-key-value tbody tr .th, .table-key-value tbody .tr th, .table-key-value tbody .tr .th, .table-key-value thead tr th, .table-key-value thead tr .th, .table-key-value thead .tr th, .table-key-value thead .tr .th, .table-key-value .tbody tr th, .table-key-value .tbody tr .th, .table-key-value .tbody .tr th, .table-key-value .tbody .tr .th, .table-key-value .thead tr th, .table-key-value .thead tr .th, .table-key-value .thead .tr th, .table-key-value .thead .tr .th {
    border: none; }
  .table-key-value tbody tr:last-child {
    border: none; }
  .table-key-value tbody tr th, .table-key-value tbody tr td {
    padding: 0;
    margin: 0; }
  .table-key-value tbody tr th {
    text-transform: uppercase;
    font-weight: 800;
    text-align: left;
    color: #b4b4b4; }
  .table-key-value tbody tr td {
    text-align: left; }
    .table-key-value tbody tr td:last-child {
      border: none; }

.table-hover td {
  cursor: pointer; }

.table-sortable th.sorted-desc {
  color: #232B2F; }
  .table-sortable th.sorted-desc:after {
    content: "\f0d7";
    color: #232B2F; }
.table-sortable .sortable, .table-sortable [sortable] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .table-sortable .sortable:after, .table-sortable [sortable]:after {
    margin-left: 4px;
    content: "";
    font-weight: 200;
    font-family: FontAwesome; }
  .table-sortable .sortable:hover, .table-sortable [sortable]:hover {
    background-color: white;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
.table-sortable th.sorted-none:hover:after {
  visibility: visible; }
.table-sortable th.sorted-none:after {
  content: "\f0dc";
  color: #d4d9d9;
  visibility: hidden; }
.table-sortable th.sorted-asc {
  color: #232B2F; }
  .table-sortable th.sorted-asc:after {
    content: "\f0d8";
    color: #232B2F; }

.editing .state-adding-trigger {
  visibility: hidden; }
.editing .table-addable .thead-state-viewing, .editing .table-addable .td-state-viewing {
  display: none; }
.editing .table-addable td {
  display: none; }
.editing .table-addable td:first-child {
  display: table-cell; }
.editing .table-addable thead.state-editing-show {
  display: table-header-group; }
.editing .table-addable tr.state-editing-show {
  display: table-row; }

.table-addable {
  table-layout: fixed; }
  .table-addable .state-editing-show {
    display: none; }
  .table-addable .state-adding-item-show {
    display: none; }
  .table-addable .inline-table-item.ng-enter.ng-enter-active {
    opacity: 1; }
    .table-addable .inline-table-item.ng-enter.ng-enter-active .addedConfirmation {
      display: table-cell; }
  .table-addable .inline-table-item .addedConfirmation {
    color: forestgreen; }
  .table-addable .fa-check-success {
    color: #025A53;
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    opacity: 1; }
  .table-addable .fa-check-success.ng-hide {
    display: inline-block !important;
    opacity: 0; }
  .table-addable .saveRequested {
    opacity: 0.3; }
  .table-addable .deleteRequested {
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s;
    color: #b4b4b4; }
  .table-addable .ng-leave {
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s; }
  .table-addable .ng-leave.ng-leave-active {
    color: #ecefef; }
  .table-addable .saved {
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }

.table-scrollable {
  border: 1px solid #e0e4e5; }
  .table-scrollable table {
    table-layout: fixed; }
    .table-scrollable table tr:last-child {
      border-bottom: none; }
  .table-scrollable .table {
    margin: 0; }
  .table-scrollable .table-scrollable-header {
    border-bottom: 2px solid #e0e4e5; }
  .table-scrollable .table-scrollable-body {
    border-top: 3px solid #ecefef;
    max-height: 183px;
    overflow-y: auto;
    overflow-x: hidden; }
  .table-scrollable.table-scrollable-sm .table-scrollable-body {
    max-height: 300px; }
  .table-scrollable.table-scrollable-md .table-scrollable-body {
    max-height: 600px; }
  .table-scrollable.table-scrollable-lg .table-scrollable-body {
    max-height: 900px; }

.tab-highlight .nav > li {
  position: relative;
  overflow: hidden; }
  .tab-highlight .nav > li + li {
    margin-top: -2px; }
  .tab-highlight .nav > li > a {
    padding: 15px;
    color: #1B78B3;
    background-color: #e0e4e5;
    -webkit-transition: background-color 150ms ease-out;
            transition: background-color 150ms ease-out; }
  .tab-highlight .nav > li > a:hover {
    z-index: 100;
    background-color: #ecefef; }
.tab-highlight .nav > li.active a {
  z-index: 50; }
.tab-highlight .nav > li.active > a, .tab-highlight .nav > li.active > a:hover {
  color: #686868;
  background-color: #ecefef;
  border-width: 0;
  cursor: default; }
.tab-highlight .nav .tab-title {
  font-size: 16px; }
.tab-highlight .tab-content {
  border-top: 2px solid #ecefef;
  padding: 0;
  margin-left: -20px; }

.tab-simple {
  position: relative; }
  .tab-simple .tab-content {
    background-color: #F8F8F8; }
  .tab-simple .nav.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            background-clip: padding-box;
     }
  .tab-simple .nav > li {
    margin-bottom: 0; }
    .tab-simple .nav > li > a {
      margin-right: 0;
      border: 0;
      border-radius: 0;
      padding: 6px 19px;
      font-weight: 600; }
    .tab-simple .nav > li > a:hover {
      color: #243641; }
      .tab-simple .nav > li > a:hover:after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #607580;
        bottom: -1px;
        left: 0px;
        position: absolute; }
  .tab-simple .nav > li:hover {
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .tab-simple .nav > li.active {
    cursor: default;
    -webkit-transition: all 0ms ease-out;
    transition: all 0ms ease-out; }
    .tab-simple .nav > li.active > a {
      border: 0;
      background-color: transparent;
      color: #243641; }
      .tab-simple .nav > li.active > a:after {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background-color: #00A79D;
        bottom: -1px;
        left: 0px;
        position: absolute; }
  .tab-simple .tabs-action {
    padding: 6px 19px;
    position: absolute;
    right: 0; }

.tab-pane {
  padding: 20px; }

.tab-simple-alt {
  position: relative; }
  .tab-simple-alt .nav {
    border-bottom: none; }
    .tab-simple-alt .nav > li > a {
      margin-right: 0;
      border: 0;
      border-radius: 0;
      padding: 10px 19px 13px 19px;
      color: #1B78B3;
      font-weight: 600;
      font-size: 16px; }
    .tab-simple-alt .nav > li > a:hover, .tab-simple-alt .nav > li > a:focus {
      border: 0; }
    .tab-simple-alt .nav > li:hover {
      cursor: pointer;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      .tab-simple-alt .nav > li:hover > a {
        background-color: #F8F8F8; }
    .tab-simple-alt .nav > li.active {
      border-top: 2px solid #00A79D;
      background-color: white;
      cursor: default;
      border-right: 0;
      -webkit-transition: all 0ms ease-out;
      transition: all 0ms ease-out; }
      .tab-simple-alt .nav > li.active > a {
        color: #243641;
        background-color: transparent; }
  .tab-simple-alt .tabs-action {
    padding: 14px 16px;
    position: absolute;
    right: 0; }
  .tab-simple-alt .tab-content {
    background-color: white; }

.tab-responsive .tab-content {
  padding-left: 0;
  list-style: none; }
.tab-responsive .tab-pane {
  padding-left: 0; }
.tab-responsive a[data-toggle="tab"] {
  padding: 8px 10px;
  color: #686868;
  margin: 5px 0;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
.tab-responsive .active a[data-toggle="tab"], .tab-responsive a[data-toggle="tab"]:hover, .tab-responsive a[data-toggle="tab"]:focus {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.035);
  color: #00776D; }
@media (max-width: 768px) {
  .tab-responsive a[data-toggle="tab"] {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.035);
    color: #00776D; }
  .tab-responsive .tab-pane {
    padding: 15px; } }

.tab-left .tab-content {
  padding-left: 0;
  list-style: none; }
.tab-left .nav a {
  padding: 8px 10px;
  color: #686868;
  margin: 5px 0;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
.tab-left .nav .active a, .tab-left .nav a:hover, .tab-left .nav a:focus {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.035);
  color: #00776D; }

.tabs-images .nav-tabs-images {
  text-align: center; }
  .tabs-images .nav-tabs-images li a[data-toggle=tab] {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 0 30px;
    box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5);
    background-color: #e0e4e5;
    border-radius: 130px;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    color: #b4b4b4; }
    .tabs-images .nav-tabs-images li a[data-toggle=tab]:hover, .tabs-images .nav-tabs-images li a[data-toggle=tab]:focus, .tabs-images .nav-tabs-images li a[data-toggle=tab].disabled, .tabs-images .nav-tabs-images li a[data-toggle=tab][disabled], fieldset[disabled] .tabs-images .nav-tabs-images li a[data-toggle=tab] {
      box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
    .tabs-images .nav-tabs-images li a[data-toggle=tab]:focus {
      box-shadow: 0 2px 0 rgba(211, 217, 217, 0.5); }
    .tabs-images .nav-tabs-images li a[data-toggle=tab]:active, .tabs-images .nav-tabs-images li a[data-toggle=tab].active {
      box-shadow: none; }
    .tabs-images .nav-tabs-images li a[data-toggle=tab] .icon-svg .icon {
      fill: currentColor; }
.tabs-images .nav-tabs-images li.active a, .tabs-images .nav-tabs-images li:hover a, .tabs-images .nav-tabs-images li:focus a, .tabs-images .nav-tabs-images li:active a {
  background-color: #025A53;
  color: white; }

.tab-simple-small-screen .panel, .tab-simple-alt-small-screen .panel, .tab-left-small-screen .panel {
  border: none; }
.tab-simple-small-screen .panel-heading, .tab-simple-alt-small-screen .panel-heading, .tab-left-small-screen .panel-heading {
  padding: 0; }
.tab-simple-small-screen .panel-title, .tab-simple-alt-small-screen .panel-title, .tab-left-small-screen .panel-title {
  padding: 0; }
.tab-simple-small-screen .panel-title a, .tab-simple-alt-small-screen .panel-title a, .tab-left-small-screen .panel-title a {
  padding: 11px 10px;
  color: #686868;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
.tab-simple-small-screen .panel-title a[aria-expanded=true], .tab-simple-small-screen .panel-title a:hover, .tab-simple-small-screen .panel-title a:focus, .tab-simple-alt-small-screen .panel-title a[aria-expanded=true], .tab-simple-alt-small-screen .panel-title a:hover, .tab-simple-alt-small-screen .panel-title a:focus, .tab-left-small-screen .panel-title a[aria-expanded=true], .tab-left-small-screen .panel-title a:hover, .tab-left-small-screen .panel-title a:focus {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.035);
  color: #00776D; }
.tab-simple-small-screen .panel-title a, .tab-simple-alt-small-screen .panel-title a, .tab-left-small-screen .panel-title a {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.035);
  color: #00776D; }
.tab-simple-small-screen .panel-body, .tab-simple-alt-small-screen .panel-body, .tab-left-small-screen .panel-body {
  padding: 15px; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: 'Source Sans Pro', 'SourceSansPro', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ecefef;
  text-align: center;
  background-color: #424242;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #424242; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #424242; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242; }

.button-with-tooltip-wrapper {
  display: inline-block; }

.overlay-trigger {
  color: #1B78B3;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .overlay-trigger:hover, .overlay-trigger:focus {
    cursor: pointer;
    text-decoration: none;
    color: #1f8ace; }
  .overlay-trigger:active, .overlay-trigger.active {
    color: #176698; }

.list-group, .list-group-inverse {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

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, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

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: #999999;
  cursor: false; }
  .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: #999999; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1b92cb;
  border-color: #1b92cb; }
  .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .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: #bce3f6; }

.list-group-item-success {
  color: #d4d9d9;
  background-color: #686868; }

a.list-group-item-success, button.list-group-item-success {
  color: #d4d9d9; }
  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, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #d4d9d9;
    background-color: #5b5b5b; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #d4d9d9;
    border-color: #d4d9d9; }

.list-group-item-info {
  color: #8e8837;
  background-color: #e2df80; }

a.list-group-item-info, button.list-group-item-info {
  color: #8e8837; }
  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, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #8e8837;
    background-color: #ddda6b; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #8e8837;
    border-color: #8e8837; }

.list-group-item-warning {
  color: #806613;
  background-color: #FFF6D9; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #806613; }
  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, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #806613;
    background-color: #fff0c0; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #806613;
    border-color: #806613; }

.list-group-item-danger {
  color: #CC1F27;
  background-color: #FFD9DB; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #CC1F27; }
  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, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #CC1F27;
    background-color: #ffc0c3; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #CC1F27;
    border-color: #CC1F27; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.list-unstyled, .list-cards, .list-timeline {
  padding-left: 0;
  list-style: none; }

.list-inline, .list-inline-divider, .list-breadcrumb, .list-vertical-divider, .list-vertical-divider-2, .list-steps {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li, .list-inline-divider > li, .list-breadcrumb > li, .list-vertical-divider > li, .list-vertical-divider-2 > li, .list-steps > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

.list-inline, .list-inline-divider, .list-breadcrumb, .list-vertical-divider, .list-vertical-divider-2, .list-steps {
  font-size: 0; }
  .list-inline > li, .list-inline-divider > li, .list-breadcrumb > li, .list-vertical-divider > li, .list-vertical-divider-2 > li, .list-steps > li {
    font-size: 16px; }

.list-unordered {
  padding-left: 0; }
  .list-unordered > li {
    margin-left: 17px; }

.list-inline-divider > li {
  line-height: 1em; }
  .list-inline-divider > li:not(:first-child) {
    border-left: 1px solid #b4b4b4; }

.list-inline-divider-light > li {
  line-height: 1em; }
  .list-inline-divider-light > li:not(:first-child) {
    border-left: 1px solid #c3c5c7; }

.list-breadcrumb {
  margin-bottom: 0;
  font-family: "Consolas", "Menlo", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif; }
  .list-breadcrumb > li {
    font-size: 0;
    padding-left: 0;
    padding-right: 0; }
    .list-breadcrumb > li a, .list-breadcrumb > li.current span {
      font-size: 14px;
      display: inline-block;
      max-width: 200px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle; }
    .list-breadcrumb > li.current span {
      color: #9faaad; }
    .list-breadcrumb > li:before {
      font-size: 16px;
      color: #9faaad;
      content: ">";
      vertical-align: middle;
      padding-right: 5px;
      padding-left: 5px; }
    .list-breadcrumb > li:first-child:before {
      content: ""; }

.list-group-inverse > li {
  border-color: #282828; }

.list-group, .list-group-inverse, .list-group > li, .list-group-inverse > li {
  border-width: 1px 0; }

.list-group-item {
  padding-right: 5px; }

.list-notitle li:first-child {
  border-top: 0; }
.list-notitle li:last-child {
  border-bottom: 0; }

.list-vertical-divider, .list-vertical-divider-2 {
  zoom: 1;
  overflow: hidden; }
  .list-vertical-divider:before, .list-vertical-divider-2:before, .list-vertical-divider:after, .list-vertical-divider-2:after {
    content: " ";
    display: table; }
  .list-vertical-divider:after, .list-vertical-divider-2:after {
    clear: both; }
  .list-vertical-divider > li, .list-vertical-divider-2 > li {
    border-left: 2px solid #ecefef;
    padding-bottom: 9000px;
    margin-bottom: -9000px; }
    .list-vertical-divider > li:first-child, .list-vertical-divider-2 > li:first-child {
      border-left: none; }
    .list-vertical-divider > li .height-enforcer, .list-vertical-divider-2 > li .height-enforcer {
      min-height: 130px; }

.list-vertical-divider-2 {
  margin-bottom: 40px; }
  .list-vertical-divider-2 > li {
    border-left: 1px solid #e0e4e5;
    padding-left: 30px;
    padding-right: 30px; }
  .list-vertical-divider-2 > li:first-child {
    padding-left: 30px; }

.list-steps > li {
  font-size: 14px;
  text-transform: uppercase;
  color: #b4b4b4;
  margin-right: 45px;
  padding-left: 0;
  margin-bottom: 5px;
  counter-increment: list-steps;
  font-weight: 600; }
  .list-steps > li:before {
    content: counter(list-steps);
    display: block;
    padding: 0px 7px;
    margin-right: 4px;
    text-align: center;
    color: #b4b4b4;
    display: inline-block;
    border: 2px solid #b4b4b4;
    border-radius: 30px; }
  .list-steps > li.current {
    color: #00A79D;
    font-weight: 900; }
    .list-steps > li.current:before {
      color: #00A79D;
      border-color: #00A79D; }

.list-checked {
  list-style: none;
  padding-left: 20px; }
  .list-checked > li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -15px;
    color: #0B4D48; }

.lvn > li {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.lvs > li {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.lvm > li {
  margin-top: 7px !important;
  margin-bottom: 7px !important; }

.lvl > li {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.lvxl > li {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.lhn > li {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.lhs > li {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.lhm > li {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.lhl > li {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.lhxl > li {
  margin-left: 20px !important;
  margin-right: 20px !important; }

ul[class*="lh"] > li:last-child {
  margin-right: 0 !important; }

ul[class*="lh"] > li {
  margin-left: 0 !important; }

ul[class*="lv"] > li:last-child {
  margin-bottom: 0 !important; }

ul[class*="lv"] > li {
  margin-top: 0 !important; }

.list-cards {
  zoom: 1; }
  .list-cards:before, .list-cards:after {
    content: " ";
    display: table; }
  .list-cards:after {
    clear: both; }
  .list-cards > li {
    margin-bottom: 20px; }

@media (min-width: 480px) {
  .list-card-1.list-cards-xs > li {
    width: 435px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 768px) {
  .list-card-1.list-cards-sm > li {
    width: 435px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 992px) {
  .list-card-1.list-cards-md > li {
    width: 435px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 1200px) {
  .list-card-1.list-cards-lg > li {
    width: 435px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 1800px) {
  .list-card-1.list-cards-xl > li {
    width: 435px;
    float: left;
    margin-right: 20px; } }
.list-card-1 > li {
  min-height: 126px; }
  .list-card-1 > li a.list-cards-link, .list-card-1 > li a.list-card-link {
    display: block;
    min-height: 126px; }
  .list-card-1 > li .list-card-wrapper {
    min-height: 126px; }

@media (min-width: 480px) {
  .list-card-2.list-cards-xs > li {
    width: 284px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 768px) {
  .list-card-2.list-cards-sm > li {
    width: 284px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 992px) {
  .list-card-2.list-cards-md > li {
    width: 284px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 1200px) {
  .list-card-2.list-cards-lg > li {
    width: 284px;
    float: left;
    margin-right: 20px; } }
@media (min-width: 1800px) {
  .list-card-2.list-cards-xl > li {
    width: 284px;
    float: left;
    margin-right: 20px; } }
.list-card-2 > li {
  min-height: 196px; }
  .list-card-2 > li a.list-cards-link, .list-card-2 > li a.list-card-link {
    display: block;
    min-height: 196px; }
  .list-card-2 > li .list-card-wrapper {
    min-height: 196px; }

.list-stream-new-items-btn-wrapper {
  overflow: hidden; }

.list-stream-new-items-btn {
  font-weight: 600;
  background-color: #F8F8F8;
  color: #3D4A51;
  width: 100%;
  height: 45px;
  padding: 0;
  border-radius: 0;
  border-top: 1px solid #ddd;
  box-shadow: 0px -1px rgba(0, 0, 0, 0.035); }
  .list-stream-new-items-btn:hover {
    background-color: #c5c5c5;
    color: #3D4A51; }

.list-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .list-draggable .draggable-grip {
    display: inline-block;
    color: #e0e4e5; }
  .list-draggable > li {
    width: 100%; }
    .list-draggable > li .draggable-item-content {
      padding: 10px 10px 10px 0;
      background: white; }
    .list-draggable > li.hover {
      cursor: move; }
      .list-draggable > li.hover .draggable-grip {
        color: #8d8e8e; }
    .list-draggable > li.grabbed {
      background-color: #ecefef; }
      .list-draggable > li.grabbed * {
        visibility: hidden; }
    .list-draggable > li.grabbed .draggable-grip {
      visibility: hidden; }

.list-timeline {
  display: table;
  width: 100%; }

.list-timeline-item {
  display: table-row; }

.list-timeline-date {
  font-size: 14px;
  color: #b4b4b4;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 26px; }

.list-timeline-subtitle {
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 400;
  display: block; }

.list-timeline-tags {
  font-size: 14px;
  color: #424242;
  font-weight: 400;
  display: block; }

.list-timeline-categories {
  font-size: 14px;
  color: #424242;
  font-weight: 400;
  display: block; }

.list-timeline-title {
  font-size: 14px;
  color: #424242;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 10px 0 10px 26px; }
  .list-timeline-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #e0e4e5;
    top: 0;
    left: 0;
    z-index: 1;
    top: 0;
    bottom: 0; }
  .list-timeline-title:after {
    height: 20px;
    width: 20px;
    display: block;
    content: "";
    border: 2px solid #d4d9d9;
    border-radius: 1000px;
    background: white;
    box-shadow: 0 0 0 2px white;
    position: absolute;
    left: -9px;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%); }

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0.2; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0.2; } }

@keyframes loadingFade {
  0% {
    opacity: 0.2; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0.2; } }

.traffic-lights {
  margin: 0;
  line-height: 1.3em; }
  .traffic-lights i {
    margin-right: 7px; }
  .traffic-lights .fa {
    font-size: 12px; }
  .traffic-lights .off i {
    opacity: 0.4; }
  .traffic-lights .green-light i {
    -webkit-transition: opacity 1500ms ease-out;
            transition: opacity 1500ms ease-out;
    color: #00A79D; }
  .traffic-lights .gray-light i {
    -webkit-transition: opacity 1500ms ease-out;
            transition: opacity 1500ms ease-out;
    color: #8d8e8e; }
  .traffic-lights .red-light i {
    -webkit-transition: opacity 1500ms ease-out;
            transition: opacity 1500ms ease-out;
    color: #CC1F27; }
  .traffic-lights .loading-red {
    -webkit-animation: loadingFade 2s ease-in-out infinite;
    animation: loadingFade 2s ease-in-out infinite; }
  .traffic-lights .loading-green {
    -webkit-animation: loadingFade 2s ease-in-out infinite;
    animation: loadingFade 2s ease-in-out infinite; }
  .traffic-lights .loading-gray {
    -webkit-animation: loadingFade 2s ease-in-out 1s infinite;
    animation: loadingFade 2s ease-in-out 1s infinite; }

.aligner {
  height: 230px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center; }
  .aligner .aligner-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-flex: 0 100%; }
    .aligner .aligner-item.aligner-item-top {
      -ms-flex-item-align: start;
          align-self: flex-start;
      -webkit-align-self: flex-start; }
    .aligner .aligner-item.aligner-item-bottom {
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-align-self: flex-end; }

table h1, table h2, table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl, table blockquote, table .media, table pre {
  margin-top: 0;
  margin-bottom: 0; }

.pan {
  padding: 0 !important; }

.man {
  margin: 0 !important; }

.pvn {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mvn {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.phn {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mhn {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.ptn {
  padding-top: 0 !important; }

.mtn {
  margin-top: 0 !important; }

.prn {
  padding-right: 0 !important; }

.mrn {
  margin-right: 0 !important; }

.pbn {
  padding-bottom: 0 !important; }

.mbn {
  margin-bottom: 0 !important; }

.pln {
  padding-left: 0 !important; }

.mln {
  margin-left: 0 !important; }

.pas {
  padding: 5px !important; }

.mas {
  margin: 5px !important; }

.pvs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.mvs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.phs {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.mhs {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.pts {
  padding-top: 5px !important; }

.mts {
  margin-top: 5px !important; }

.prs {
  padding-right: 5px !important; }

.mrs {
  margin-right: 5px !important; }

.pbs {
  padding-bottom: 5px !important; }

.mbs {
  margin-bottom: 5px !important; }

.pls {
  padding-left: 5px !important; }

.mls {
  margin-left: 5px !important; }

.pam {
  padding: 7px !important; }

.mam {
  margin: 7px !important; }

.pvm {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

.mvm {
  margin-top: 7px !important;
  margin-bottom: 7px !important; }

.phm {
  padding-left: 7px !important;
  padding-right: 7px !important; }

.mhm {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.ptm {
  padding-top: 7px !important; }

.mtm {
  margin-top: 7px !important; }

.prm {
  padding-right: 7px !important; }

.mrm {
  margin-right: 7px !important; }

.pbm {
  padding-bottom: 7px !important; }

.mbm {
  margin-bottom: 7px !important; }

.plm {
  padding-left: 7px !important; }

.mlm {
  margin-left: 7px !important; }

.pal {
  padding: 10px !important; }

.mal {
  margin: 10px !important; }

.pvl {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.mvl {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.phl {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.mhl {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.ptl {
  padding-top: 10px !important; }

.mtl {
  margin-top: 10px !important; }

.prl {
  padding-right: 10px !important; }

.mrl {
  margin-right: 10px !important; }

.pbl {
  padding-bottom: 10px !important; }

.mbl {
  margin-bottom: 10px !important; }

.pll {
  padding-left: 10px !important; }

.mll {
  margin-left: 10px !important; }

.paxl {
  padding: 20px !important; }

.maxl {
  margin: 20px !important; }

.pvxl {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.mvxl {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.phxl {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.mhxl {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.ptxl {
  padding-top: 20px !important; }

.mtxl {
  margin-top: 20px !important; }

.prxl {
  padding-right: 20px !important; }

.mrxl {
  margin-right: 20px !important; }

.pbxl {
  padding-bottom: 20px !important; }

.mbxl {
  margin-bottom: 20px !important; }

.plxl {
  padding-left: 20px !important; }

.mlxl {
  margin-left: 20px !important; }

.paxxl {
  padding: 40px !important; }

.maxxl {
  margin: 40px !important; }

.pvxxl {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.mvxxl {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.phxxl {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.mhxxl {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.ptxxl {
  padding-top: 40px !important; }

.mtxxl {
  margin-top: 40px !important; }

.prxxl {
  padding-right: 40px !important; }

.mrxxl {
  margin-right: 40px !important; }

.pbxxl {
  padding-bottom: 40px !important; }

.mbxxl {
  margin-bottom: 40px !important; }

.plxxl {
  padding-left: 40px !important; }

.mlxxl {
  margin-left: 40px !important; }

.paxxxl {
  padding: 120px !important; }

.maxxxl {
  margin: 120px !important; }

.pvxxxl {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.mvxxxl {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.phxxxl {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.mhxxxl {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.ptxxxl {
  padding-top: 120px !important; }

.mtxxxl {
  margin-top: 120px !important; }

.prxxxl {
  padding-right: 120px !important; }

.mrxxxl {
  margin-right: 120px !important; }

.pbxxxl {
  padding-bottom: 120px !important; }

.mbxxxl {
  margin-bottom: 120px !important; }

.plxxxl {
  padding-left: 120px !important; }

.mlxxxl {
  margin-left: 120px !important; }

.paxxxxl {
  padding: 140px !important; }

.maxxxxl {
  margin: 140px !important; }

.pvxxxxl {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.mvxxxxl {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.phxxxxl {
  padding-left: 140px !important;
  padding-right: 140px !important; }

.mhxxxxl {
  margin-left: 140px !important;
  margin-right: 140px !important; }

.ptxxxxl {
  padding-top: 140px !important; }

.mtxxxxl {
  margin-top: 140px !important; }

.prxxxxl {
  padding-right: 140px !important; }

.mrxxxxl {
  margin-right: 140px !important; }

.pbxxxxl {
  padding-bottom: 140px !important; }

.mbxxxxl {
  margin-bottom: 140px !important; }

.plxxxxl {
  padding-left: 140px !important; }

.mlxxxxl {
  margin-left: 140px !important; }

@media all and (max-width: 768px) {
  .pan {
    padding: 0 !important; }
  .man {
    margin: 0 !important; }
  .pvn {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .mvn {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .phn {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .mhn {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .ptn {
    padding-top: 0 !important; }
  .mtn {
    margin-top: 0 !important; }
  .prn {
    padding-right: 0 !important; }
  .mrn {
    margin-right: 0 !important; }
  .pbn {
    padding-bottom: 0 !important; }
  .mbn {
    margin-bottom: 0 !important; }
  .pln {
    padding-left: 0 !important; }
  .mln {
    margin-left: 0 !important; }
  .pas {
    padding: 5px !important; }
  .mas {
    margin: 5px !important; }
  .pvs {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .mvs {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .phs {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .mhs {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .pts {
    padding-top: 5px !important; }
  .mts {
    margin-top: 5px !important; }
  .prs {
    padding-right: 5px !important; }
  .mrs {
    margin-right: 5px !important; }
  .pbs {
    padding-bottom: 5px !important; }
  .mbs {
    margin-bottom: 5px !important; }
  .pls {
    padding-left: 5px !important; }
  .mls {
    margin-left: 5px !important; }
  .pam {
    padding: 7px !important; }
  .mam {
    margin: 7px !important; }
  .pvm {
    padding-top: 7px !important;
    padding-bottom: 7px !important; }
  .mvm {
    margin-top: 7px !important;
    margin-bottom: 7px !important; }
  .phm {
    padding-left: 7px !important;
    padding-right: 7px !important; }
  .mhm {
    margin-left: 7px !important;
    margin-right: 7px !important; }
  .ptm {
    padding-top: 7px !important; }
  .mtm {
    margin-top: 7px !important; }
  .prm {
    padding-right: 7px !important; }
  .mrm {
    margin-right: 7px !important; }
  .pbm {
    padding-bottom: 7px !important; }
  .mbm {
    margin-bottom: 7px !important; }
  .plm {
    padding-left: 7px !important; }
  .mlm {
    margin-left: 7px !important; }
  .pal {
    padding: 10px !important; }
  .mal {
    margin: 10px !important; }
  .pvl {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .mvl {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .phl {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .mhl {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .ptl {
    padding-top: 10px !important; }
  .mtl {
    margin-top: 10px !important; }
  .prl {
    padding-right: 10px !important; }
  .mrl {
    margin-right: 10px !important; }
  .pbl {
    padding-bottom: 10px !important; }
  .mbl {
    margin-bottom: 10px !important; }
  .pll {
    padding-left: 10px !important; }
  .mll {
    margin-left: 10px !important; }
  .paxl {
    padding: 15px !important; }
  .maxl {
    margin: 15px !important; }
  .pvxl {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .mvxl {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .phxl {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .mhxl {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .ptxl {
    padding-top: 15px !important; }
  .mtxl {
    margin-top: 15px !important; }
  .prxl {
    padding-right: 15px !important; }
  .mrxl {
    margin-right: 15px !important; }
  .pbxl {
    padding-bottom: 15px !important; }
  .mbxl {
    margin-bottom: 15px !important; }
  .plxl {
    padding-left: 15px !important; }
  .mlxl {
    margin-left: 15px !important; }
  .paxxl {
    padding: 20px !important; }
  .maxxl {
    margin: 20px !important; }
  .pvxxl {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .mvxxl {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .phxxl {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .mhxxl {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .ptxxl {
    padding-top: 20px !important; }
  .mtxxl {
    margin-top: 20px !important; }
  .prxxl {
    padding-right: 20px !important; }
  .mrxxl {
    margin-right: 20px !important; }
  .pbxxl {
    padding-bottom: 20px !important; }
  .mbxxl {
    margin-bottom: 20px !important; }
  .plxxl {
    padding-left: 20px !important; }
  .mlxxl {
    margin-left: 20px !important; }
  .paxxxl {
    padding: 30px !important; }
  .maxxxl {
    margin: 30px !important; }
  .pvxxxl {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .mvxxxl {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .phxxxl {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .mhxxxl {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .ptxxxl {
    padding-top: 30px !important; }
  .mtxxxl {
    margin-top: 30px !important; }
  .prxxxl {
    padding-right: 30px !important; }
  .mrxxxl {
    margin-right: 30px !important; }
  .pbxxxl {
    padding-bottom: 30px !important; }
  .mbxxxl {
    margin-bottom: 30px !important; }
  .plxxxl {
    padding-left: 30px !important; }
  .mlxxxl {
    margin-left: 30px !important; }
  .paxxxxl {
    padding: 30px !important; }
  .maxxxxl {
    margin: 30px !important; }
  .pvxxxxl {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .mvxxxxl {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .phxxxxl {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .mhxxxxl {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .ptxxxxl {
    padding-top: 30px !important; }
  .mtxxxxl {
    margin-top: 30px !important; }
  .prxxxxl {
    padding-right: 30px !important; }
  .mrxxxxl {
    margin-right: 30px !important; }
  .pbxxxxl {
    padding-bottom: 30px !important; }
  .mbxxxxl {
    margin-bottom: 30px !important; }
  .plxxxxl {
    padding-left: 30px !important; }
  .mlxxxxl {
    margin-left: 30px !important; } }


