@charset "UTF-8";

/*!
	*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
	*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0)
      format("truetype"),
    url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  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.33333em;
  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.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: a 2s infinite linear;
}
.fa-pulse {
  animation: a 1s infinite steps(8);
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  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: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-cog:before,
.fa-gear:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-cogs:before,
.fa-gears:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-gavel:before,
.fa-legal:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-bolt:before,
.fa-flash:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}
.fa-eur:before,
.fa-euro:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-inr:before,
.fa-rupee:before {
  content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}
.fa-krw:before,
.fa-won:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "";
}
.fa-empire:before,
.fa-ge:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-bed:before,
.fa-hotel:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-television:before,
.fa-tv:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  margin: 0;
}

/*!
	* Bootstrap v4.6.2 (https://getbootstrap.com/)
	* Copyright 2011-2022 The Bootstrap Authors
	* Copyright 2011-2022 Twitter, Inc.
	* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --primary: #003f87;
  --secondary: #515354;
  --success: #039b03;
  --info: #067eeb;
  --warning: #ffb225;
  --danger: #ff6200;
  --light: #f2f2f2;
  --dark: #212121;
  --red: #ce1126;
  --red-dark: #860d1a;
  --red-light: #c54250;
  --red-medium: #bb0f0f;
  --blue: #003f87;
  --blue-dark: #036;
  --blue-light: #9ab3d5;
  --blue-lighter: #f2f8fe;
  --blue-white: #fafcff;
  --blue-sky: #e6f2fd;
  --blue-cerulean: #067eeb;
  --tan: #d6cebd;
  --tan-dark: #ad9d7b;
  --tan-light: #e9e9e4;
  --gray: #515354;
  --gray-dark: #232528;
  --gray-light: #969897;
  --gray-metal: #45525b;
  --gray-thin: #e9e5e5;
  --gray-soft: #eae6e6;
  --white: #fff;
  --critical: #d00;
  --militar: #2c592c;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 375;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1330px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #006cff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #004cb3;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: gray;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #003f87;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: gray;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: gray;
}
code {
  font-size: 87.5%;
  color: #c54250;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212121;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212121;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto,
.col-xs,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212121;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #ccc;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8c9dd;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7a9bc1;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7bcd5;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #cecfcf;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #a5a6a6;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c1c2c2;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #b8e3b8;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #7ccb7c;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a6dca6;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #b9dbf9;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #7ebcf5;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2cff7;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffe9c2;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffd78e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe0a9;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #ffd3b8;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ffad7a;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffc39f;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fbfbfb;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #f8f8f8;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eee;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c1c1c1;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #8c8c8c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b4b4;
}
.table-red,
.table-red > td,
.table-red > th {
  background-color: #f1bcc2;
}
.table-red tbody + tbody,
.table-red td,
.table-red th,
.table-red thead th {
  border-color: #e6838e;
}
.table-hover .table-red:hover,
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #eda7af;
}
.table-red-dark,
.table-red-dark > td,
.table-red-dark > th {
  background-color: #ddbbbf;
}
.table-red-dark tbody + tbody,
.table-red-dark td,
.table-red-dark th,
.table-red-dark thead th {
  border-color: #c08188;
}
.table-hover .table-red-dark:hover,
.table-hover .table-red-dark:hover > td,
.table-hover .table-red-dark:hover > th {
  background-color: #d5aaaf;
}
.table-red-light,
.table-red-light > td,
.table-red-light > th {
  background-color: #efcace;
}
.table-red-light tbody + tbody,
.table-red-light td,
.table-red-light th,
.table-red-light thead th {
  border-color: #e19da4;
}
.table-hover .table-red-light:hover,
.table-hover .table-red-light:hover > td,
.table-hover .table-red-light:hover > th {
  background-color: #e9b6bc;
}
.table-red-medium,
.table-red-medium > td,
.table-red-medium > th {
  background-color: #ecbcbc;
}
.table-red-medium tbody + tbody,
.table-red-medium td,
.table-red-medium th,
.table-red-medium thead th {
  border-color: #dc8282;
}
.table-hover .table-red-medium:hover,
.table-hover .table-red-medium:hover > td,
.table-hover .table-red-medium:hover > th {
  background-color: #e6a8a8;
}
.table-blue,
.table-blue > td,
.table-blue > th {
  background-color: #b8c9dd;
}
.table-blue tbody + tbody,
.table-blue td,
.table-blue th,
.table-blue thead th {
  border-color: #7a9bc1;
}
.table-hover .table-blue:hover,
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #a7bcd5;
}
.table-blue-dark,
.table-blue-dark > td,
.table-blue-dark > th {
  background-color: #b8c6d4;
}
.table-blue-dark tbody + tbody,
.table-blue-dark td,
.table-blue-dark th,
.table-blue-dark thead th {
  border-color: #7a95af;
}
.table-hover .table-blue-dark:hover,
.table-hover .table-blue-dark:hover > td,
.table-hover .table-blue-dark:hover > th {
  background-color: #a8b9ca;
}
.table-blue-light,
.table-blue-light > td,
.table-blue-light > th {
  background-color: #e3eaf3;
}
.table-blue-light tbody + tbody,
.table-blue-light td,
.table-blue-light th,
.table-blue-light thead th {
  border-color: #cad7e9;
}
.table-hover .table-blue-light:hover,
.table-hover .table-blue-light:hover > td,
.table-hover .table-blue-light:hover > th {
  background-color: #d1ddeb;
}
.table-blue-lighter,
.table-blue-lighter > td,
.table-blue-lighter > th {
  background-color: #fbfdff;
}
.table-blue-lighter tbody + tbody,
.table-blue-lighter td,
.table-blue-lighter th,
.table-blue-lighter thead th {
  border-color: #f8fbfe;
}
.table-hover .table-blue-lighter:hover,
.table-hover .table-blue-lighter:hover > td,
.table-hover .table-blue-lighter:hover > th {
  background-color: #e2f0ff;
}
.table-blue-white,
.table-blue-white > td,
.table-blue-white > th {
  background-color: #fefeff;
}
.table-blue-white tbody + tbody,
.table-blue-white td,
.table-blue-white th,
.table-blue-white thead th {
  border-color: #fcfdff;
}
.table-hover .table-blue-white:hover,
.table-hover .table-blue-white:hover > td,
.table-hover .table-blue-white:hover > th {
  background-color: #e5e5ff;
}
.table-blue-sky,
.table-blue-sky > td,
.table-blue-sky > th {
  background-color: #f8fbfe;
}
.table-blue-sky tbody + tbody,
.table-blue-sky td,
.table-blue-sky th,
.table-blue-sky thead th {
  border-color: #f2f8fe;
}
.table-hover .table-blue-sky:hover,
.table-hover .table-blue-sky:hover > td,
.table-hover .table-blue-sky:hover > th {
  background-color: #e2eefb;
}
.table-blue-cerulean,
.table-blue-cerulean > td,
.table-blue-cerulean > th {
  background-color: #b9dbf9;
}
.table-blue-cerulean tbody + tbody,
.table-blue-cerulean td,
.table-blue-cerulean th,
.table-blue-cerulean thead th {
  border-color: #7ebcf5;
}
.table-hover .table-blue-cerulean:hover,
.table-hover .table-blue-cerulean:hover > td,
.table-hover .table-blue-cerulean:hover > th {
  background-color: #a2cff7;
}
.table-tan,
.table-tan > td,
.table-tan > th {
  background-color: #f4f1ed;
}
.table-tan tbody + tbody,
.table-tan td,
.table-tan th,
.table-tan thead th {
  border-color: #eae6dd;
}
.table-hover .table-tan:hover,
.table-hover .table-tan:hover > td,
.table-hover .table-tan:hover > th {
  background-color: #eae5dd;
}
.table-tan-dark,
.table-tan-dark > td,
.table-tan-dark > th {
  background-color: #e8e4da;
}
.table-tan-dark tbody + tbody,
.table-tan-dark td,
.table-tan-dark th,
.table-tan-dark thead th {
  border-color: #d4ccba;
}
.table-hover .table-tan-dark:hover,
.table-hover .table-tan-dark:hover > td,
.table-hover .table-tan-dark:hover > th {
  background-color: #ded9ca;
}
.table-tan-light,
.table-tan-light > td,
.table-tan-light > th {
  background-color: #f9f9f7;
}
.table-tan-light tbody + tbody,
.table-tan-light td,
.table-tan-light th,
.table-tan-light thead th {
  border-color: #f4f4f1;
}
.table-hover .table-tan-light:hover,
.table-hover .table-tan-light:hover > td,
.table-hover .table-tan-light:hover > th {
  background-color: #eeeee8;
}
.table-gray,
.table-gray > td,
.table-gray > th {
  background-color: #cecfcf;
}
.table-gray tbody + tbody,
.table-gray td,
.table-gray th,
.table-gray thead th {
  border-color: #a5a6a6;
}
.table-hover .table-gray:hover,
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #c1c2c2;
}
.table-gray-dark,
.table-gray-dark > td,
.table-gray-dark > th {
  background-color: #c1c2c3;
}
.table-gray-dark tbody + tbody,
.table-gray-dark td,
.table-gray-dark th,
.table-gray-dark thead th {
  border-color: #8d8e8f;
}
.table-hover .table-gray-dark:hover,
.table-hover .table-gray-dark:hover > td,
.table-hover .table-gray-dark:hover > th {
  background-color: #b4b5b6;
}
.table-gray-light,
.table-gray-light > td,
.table-gray-light > th {
  background-color: #e2e2e2;
}
.table-gray-light tbody + tbody,
.table-gray-light td,
.table-gray-light th,
.table-gray-light thead th {
  border-color: #c8c9c9;
}
.table-hover .table-gray-light:hover,
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: #d5d5d5;
}
.table-gray-metal,
.table-gray-metal > td,
.table-gray-metal > th {
  background-color: #cbcfd1;
}
.table-gray-metal tbody + tbody,
.table-gray-metal td,
.table-gray-metal th,
.table-gray-metal thead th {
  border-color: #9ea5aa;
}
.table-hover .table-gray-metal:hover,
.table-hover .table-gray-metal:hover > td,
.table-hover .table-gray-metal:hover > th {
  background-color: #bdc3c5;
}
.table-gray-thin,
.table-gray-thin > td,
.table-gray-thin > th {
  background-color: #f9f8f8;
}
.table-gray-thin tbody + tbody,
.table-gray-thin td,
.table-gray-thin th,
.table-gray-thin thead th {
  border-color: #f4f1f1;
}
.table-hover .table-gray-thin:hover,
.table-hover .table-gray-thin:hover > td,
.table-hover .table-gray-thin:hover > th {
  background-color: #edeaea;
}
.table-gray-soft,
.table-gray-soft > td,
.table-gray-soft > th {
  background-color: #f9f8f8;
}
.table-gray-soft tbody + tbody,
.table-gray-soft td,
.table-gray-soft th,
.table-gray-soft thead th {
  border-color: #f4f2f2;
}
.table-hover .table-gray-soft:hover,
.table-hover .table-gray-soft:hover > td,
.table-hover .table-gray-soft:hover > th {
  background-color: #edeaea;
}
.table-white,
.table-white > td,
.table-white > th {
  background-color: #fff;
}
.table-white tbody + tbody,
.table-white td,
.table-white th,
.table-white thead th {
  border-color: #fff;
}
.table-hover .table-white:hover,
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}
.table-critical,
.table-critical > td,
.table-critical > th {
  background-color: #f5b8b8;
}
.table-critical tbody + tbody,
.table-critical td,
.table-critical th,
.table-critical thead th {
  border-color: #ed7a7a;
}
.table-hover .table-critical:hover,
.table-hover .table-critical:hover > td,
.table-hover .table-critical:hover > th {
  background-color: #f2a2a2;
}
.table-militar,
.table-militar > td,
.table-militar > th {
  background-color: #c4d1c4;
}
.table-militar tbody + tbody,
.table-militar td,
.table-militar th,
.table-militar thead th {
  border-color: #91a991;
}
.table-hover .table-militar:hover,
.table-hover .table-militar:hover > td,
.table-hover .table-militar:hover > th {
  background-color: #b6c6b6;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212121;
  border-color: #343434;
}
.table .thead-light th {
  color: #666;
  background-color: #e6e6e6;
  border-color: #ccc;
}
.table-dark {
  color: #fff;
  background-color: #212121;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #343434;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #666;
  background-color: #fff;
  border-color: #23fb23;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.form-control::placeholder {
  color: gray;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e6e6e6;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666;
}
select.form-control:focus::-ms-value {
  color: #666;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: gray;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #039b03;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(3, 155, 3, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #039b03;
  padding-right: 2.25rem !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23039B03' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #039b03;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #039b03;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234D4D4D' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29 right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23039B03' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #039b03;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #039b03;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #039b03;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #039b03;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #04cd04;
  background-color: #04cd04;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #039b03;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #039b03;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff6200;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 98, 0, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ff6200;
  padding-right: 2.25rem !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF6200' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23FF6200' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ff6200;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #ff6200;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234D4D4D' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29 right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF6200' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23FF6200' stroke='none'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #ff6200;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ff6200;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #ff6200;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #ff6200;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #ff8133;
  background-color: #ff8133;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #ff6200;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #ff6200;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212121;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #002d61;
  border-color: #002754;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 153, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002754;
  border-color: #002147;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 153, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #3e4041;
  border-color: #38393a;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(200, 1%, 43%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #38393a;
  border-color: #323334;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(200, 1%, 43%, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #039b03;
  border-color: #039b03;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #027502;
  border-color: #026902;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 170, 41, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #039b03;
  border-color: #039b03;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #026902;
  border-color: #025c02;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 170, 41, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #056ac6;
  border-color: #0563b9;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 145, 238, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0563b9;
  border-color: #045dad;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 145, 238, 0.5);
}
.btn-warning {
  color: #212121;
  background-color: #ffb225;
  border-color: #ffb225;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212121;
  background-color: #fea400;
  border-color: #f19c00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 156, 36, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212121;
  background-color: #ffb225;
  border-color: #ffb225;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212121;
  background-color: #f19c00;
  border-color: #e49400;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 156, 36, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ff6200;
  border-color: #ff6200;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #d95300;
  border-color: #cc4e00;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 122, 38, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff6200;
  border-color: #ff6200;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc4e00;
  border-color: #bf4a00;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 122, 38, 0.5);
}
.btn-light {
  color: #212121;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212121;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212121;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212121;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 83%, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #080808;
  border-color: #010101;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}
.btn-red {
  color: #fff;
  background-color: #ce1126;
  border-color: #ce1126;
}
.btn-red.focus,
.btn-red:focus,
.btn-red:hover {
  color: #fff;
  background-color: #ab0e1f;
  border-color: #9f0d1d;
}
.btn-red.focus,
.btn-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 53, 71, 0.5);
}
.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #ce1126;
  border-color: #ce1126;
}
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #9f0d1d;
  border-color: #930c1b;
}
.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 53, 71, 0.5);
}
.btn-red-dark {
  color: #fff;
  background-color: #860d1a;
  border-color: #860d1a;
}
.btn-red-dark.focus,
.btn-red-dark:focus,
.btn-red-dark:hover {
  color: #fff;
  background-color: #630a13;
  border-color: #580811;
}
.btn-red-dark.focus,
.btn-red-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 49, 60, 0.5);
}
.btn-red-dark.disabled,
.btn-red-dark:disabled {
  color: #fff;
  background-color: #860d1a;
  border-color: #860d1a;
}
.btn-red-dark:not(:disabled):not(.disabled).active,
.btn-red-dark:not(:disabled):not(.disabled):active,
.show > .btn-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #580811;
  border-color: #4c070f;
}
.btn-red-dark:not(:disabled):not(.disabled).active:focus,
.btn-red-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 49, 60, 0.5);
}
.btn-red-light {
  color: #fff;
  background-color: #c54250;
  border-color: #c54250;
}
.btn-red-light.focus,
.btn-red-light:focus,
.btn-red-light:hover {
  color: #fff;
  background-color: #ac3542;
  border-color: #a2323e;
}
.btn-red-light.focus,
.btn-red-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 94, 106, 0.5);
}
.btn-red-light.disabled,
.btn-red-light:disabled {
  color: #fff;
  background-color: #c54250;
  border-color: #c54250;
}
.btn-red-light:not(:disabled):not(.disabled).active,
.btn-red-light:not(:disabled):not(.disabled):active,
.show > .btn-red-light.dropdown-toggle {
  color: #fff;
  background-color: #a2323e;
  border-color: #982f3a;
}
.btn-red-light:not(:disabled):not(.disabled).active:focus,
.btn-red-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 94, 106, 0.5);
}
.btn-red-medium {
  color: #fff;
  background-color: #bb0f0f;
  border-color: #bb0f0f;
}
.btn-red-medium.focus,
.btn-red-medium:focus,
.btn-red-medium:hover {
  color: #fff;
  background-color: #980c0c;
  border-color: #8c0b0b;
}
.btn-red-medium.focus,
.btn-red-medium:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 51, 51, 0.5);
}
.btn-red-medium.disabled,
.btn-red-medium:disabled {
  color: #fff;
  background-color: #bb0f0f;
  border-color: #bb0f0f;
}
.btn-red-medium:not(:disabled):not(.disabled).active,
.btn-red-medium:not(:disabled):not(.disabled):active,
.show > .btn-red-medium.dropdown-toggle {
  color: #fff;
  background-color: #8c0b0b;
  border-color: #800a0a;
}
.btn-red-medium:not(:disabled):not(.disabled).active:focus,
.btn-red-medium:not(:disabled):not(.disabled):active:focus,
.show > .btn-red-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 51, 51, 0.5);
}
.btn-blue {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
  color: #fff;
  background-color: #002d61;
  border-color: #002754;
}
.btn-blue.focus,
.btn-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 153, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #002754;
  border-color: #002147;
}
.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 92, 153, 0.5);
}
.btn-blue-dark {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.btn-blue-dark.focus,
.btn-blue-dark:focus,
.btn-blue-dark:hover {
  color: #fff;
  background-color: #002040;
  border-color: #001a33;
}
.btn-blue-dark.focus,
.btn-blue-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 82, 125, 0.5);
}
.btn-blue-dark.disabled,
.btn-blue-dark:disabled {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.btn-blue-dark:not(:disabled):not(.disabled).active,
.btn-blue-dark:not(:disabled):not(.disabled):active,
.show > .btn-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #001a33;
  border-color: #001326;
}
.btn-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-blue-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 82, 125, 0.5);
}
.btn-blue-light {
  color: #212121;
  background-color: #9ab3d5;
  border-color: #9ab3d5;
}
.btn-blue-light.focus,
.btn-blue-light:focus,
.btn-blue-light:hover {
  color: #212121;
  background-color: #7f9fca;
  border-color: #7698c6;
}
.btn-blue-light.focus,
.btn-blue-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 157, 186, 0.5);
}
.btn-blue-light.disabled,
.btn-blue-light:disabled {
  color: #212121;
  background-color: #9ab3d5;
  border-color: #9ab3d5;
}
.btn-blue-light:not(:disabled):not(.disabled).active,
.btn-blue-light:not(:disabled):not(.disabled):active,
.show > .btn-blue-light.dropdown-toggle {
  color: #fff;
  background-color: #7698c6;
  border-color: #6d91c2;
}
.btn-blue-light:not(:disabled):not(.disabled).active:focus,
.btn-blue-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 157, 186, 0.5);
}
.btn-blue-lighter {
  color: #212121;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-blue-lighter.focus,
.btn-blue-lighter:focus,
.btn-blue-lighter:hover {
  color: #212121;
  background-color: #cee5fb;
  border-color: #c3dffa;
}
.btn-blue-lighter.focus,
.btn-blue-lighter:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 216, 221, 0.5);
}
.btn-blue-lighter.disabled,
.btn-blue-lighter:disabled {
  color: #212121;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-blue-lighter:not(:disabled):not(.disabled).active,
.btn-blue-lighter:not(:disabled):not(.disabled):active,
.show > .btn-blue-lighter.dropdown-toggle {
  color: #212121;
  background-color: #c3dffa;
  border-color: #b7d8f9;
}
.btn-blue-lighter:not(:disabled):not(.disabled).active:focus,
.btn-blue-lighter:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 216, 221, 0.5);
}
.btn-blue-white {
  color: #212121;
  background-color: #fafcff;
  border-color: #fafcff;
}
.btn-blue-white.focus,
.btn-blue-white:focus,
.btn-blue-white:hover {
  color: #212121;
  background-color: #d4e5ff;
  border-color: #c7ddff;
}
.btn-blue-white.focus,
.btn-blue-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(216, 7%, 86%, 0.5);
}
.btn-blue-white.disabled,
.btn-blue-white:disabled {
  color: #212121;
  background-color: #fafcff;
  border-color: #fafcff;
}
.btn-blue-white:not(:disabled):not(.disabled).active,
.btn-blue-white:not(:disabled):not(.disabled):active,
.show > .btn-blue-white.dropdown-toggle {
  color: #212121;
  background-color: #c7ddff;
  border-color: #bad6ff;
}
.btn-blue-white:not(:disabled):not(.disabled).active:focus,
.btn-blue-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(216, 7%, 86%, 0.5);
}
.btn-blue-sky {
  color: #212121;
  background-color: #e6f2fd;
  border-color: #e6f2fd;
}
.btn-blue-sky.focus,
.btn-blue-sky:focus,
.btn-blue-sky:hover {
  color: #212121;
  background-color: #c3e0fa;
  border-color: #b7d9f9;
}
.btn-blue-sky.focus,
.btn-blue-sky:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 211, 220, 0.5);
}
.btn-blue-sky.disabled,
.btn-blue-sky:disabled {
  color: #212121;
  background-color: #e6f2fd;
  border-color: #e6f2fd;
}
.btn-blue-sky:not(:disabled):not(.disabled).active,
.btn-blue-sky:not(:disabled):not(.disabled):active,
.show > .btn-blue-sky.dropdown-toggle {
  color: #212121;
  background-color: #b7d9f9;
  border-color: #abd3f8;
}
.btn-blue-sky:not(:disabled):not(.disabled).active:focus,
.btn-blue-sky:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 211, 220, 0.5);
}
.btn-blue-cerulean {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-blue-cerulean.focus,
.btn-blue-cerulean:focus,
.btn-blue-cerulean:hover {
  color: #fff;
  background-color: #056ac6;
  border-color: #0563b9;
}
.btn-blue-cerulean.focus,
.btn-blue-cerulean:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 145, 238, 0.5);
}
.btn-blue-cerulean.disabled,
.btn-blue-cerulean:disabled {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-blue-cerulean:not(:disabled):not(.disabled).active,
.btn-blue-cerulean:not(:disabled):not(.disabled):active,
.show > .btn-blue-cerulean.dropdown-toggle {
  color: #fff;
  background-color: #0563b9;
  border-color: #045dad;
}
.btn-blue-cerulean:not(:disabled):not(.disabled).active:focus,
.btn-blue-cerulean:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue-cerulean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 145, 238, 0.5);
}
.btn-tan {
  color: #212121;
  background-color: #d6cebd;
  border-color: #d6cebd;
}
.btn-tan.focus,
.btn-tan:focus,
.btn-tan:hover {
  color: #212121;
  background-color: #c7bca5;
  border-color: #c2b79e;
}
.btn-tan.focus,
.btn-tan:focus {
  box-shadow: 0 0 0 0.2rem hsla(40, 13%, 69%, 0.5);
}
.btn-tan.disabled,
.btn-tan:disabled {
  color: #212121;
  background-color: #d6cebd;
  border-color: #d6cebd;
}
.btn-tan:not(:disabled):not(.disabled).active,
.btn-tan:not(:disabled):not(.disabled):active,
.show > .btn-tan.dropdown-toggle {
  color: #212121;
  background-color: #c2b79e;
  border-color: #beb196;
}
.btn-tan:not(:disabled):not(.disabled).active:focus,
.btn-tan:not(:disabled):not(.disabled):active:focus,
.show > .btn-tan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(40, 13%, 69%, 0.5);
}
.btn-tan-dark {
  color: #212121;
  background-color: #ad9d7b;
  border-color: #ad9d7b;
}
.btn-tan-dark.focus,
.btn-tan-dark:focus,
.btn-tan-dark:hover {
  color: #fff;
  background-color: #9e8b63;
  border-color: #97855e;
}
.btn-tan-dark.focus,
.btn-tan-dark:focus {
  box-shadow: 0 0 0 0.2rem hsla(40, 17%, 51%, 0.5);
}
.btn-tan-dark.disabled,
.btn-tan-dark:disabled {
  color: #212121;
  background-color: #ad9d7b;
  border-color: #ad9d7b;
}
.btn-tan-dark:not(:disabled):not(.disabled).active,
.btn-tan-dark:not(:disabled):not(.disabled):active,
.show > .btn-tan-dark.dropdown-toggle {
  color: #fff;
  background-color: #97855e;
  border-color: #8f7e59;
}
.btn-tan-dark:not(:disabled):not(.disabled).active:focus,
.btn-tan-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-tan-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(40, 17%, 51%, 0.5);
}
.btn-tan-light {
  color: #212121;
  background-color: #e9e9e4;
  border-color: #e9e9e4;
}
.btn-tan-light.focus,
.btn-tan-light:focus,
.btn-tan-light:hover {
  color: #212121;
  background-color: #d8d8cf;
  border-color: #d2d2c8;
}
.btn-tan-light.focus,
.btn-tan-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(60, 4%, 79%, 0.5);
}
.btn-tan-light.disabled,
.btn-tan-light:disabled {
  color: #212121;
  background-color: #e9e9e4;
  border-color: #e9e9e4;
}
.btn-tan-light:not(:disabled):not(.disabled).active,
.btn-tan-light:not(:disabled):not(.disabled):active,
.show > .btn-tan-light.dropdown-toggle {
  color: #212121;
  background-color: #d2d2c8;
  border-color: #ccccc1;
}
.btn-tan-light:not(:disabled):not(.disabled).active:focus,
.btn-tan-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-tan-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(60, 4%, 79%, 0.5);
}
.btn-gray {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-gray.focus,
.btn-gray:focus,
.btn-gray:hover {
  color: #fff;
  background-color: #3e4041;
  border-color: #38393a;
}
.btn-gray.focus,
.btn-gray:focus {
  box-shadow: 0 0 0 0.2rem hsla(200, 1%, 43%, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #38393a;
  border-color: #323334;
}
.btn-gray:not(:disabled):not(.disabled).active:focus,
.btn-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(200, 1%, 43%, 0.5);
}
.btn-gray-dark {
  color: #fff;
  background-color: #232528;
  border-color: #232528;
}
.btn-gray-dark.focus,
.btn-gray-dark:focus,
.btn-gray-dark:hover {
  color: #fff;
  background-color: #111214;
  border-color: #0b0c0d;
}
.btn-gray-dark.focus,
.btn-gray-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 70, 72, 0.5);
}
.btn-gray-dark.disabled,
.btn-gray-dark:disabled {
  color: #fff;
  background-color: #232528;
  border-color: #232528;
}
.btn-gray-dark:not(:disabled):not(.disabled).active,
.btn-gray-dark:not(:disabled):not(.disabled):active,
.show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #0b0c0d;
  border-color: #050606;
}
.btn-gray-dark:not(:disabled):not(.disabled).active:focus,
.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 70, 72, 0.5);
}
.btn-gray-light {
  color: #212121;
  background-color: #969897;
  border-color: #969897;
}
.btn-gray-light.focus,
.btn-gray-light:focus,
.btn-gray-light:hover {
  color: #fff;
  background-color: #838584;
  border-color: #7c7f7e;
}
.btn-gray-light.focus,
.btn-gray-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(150, 1%, 52%, 0.5);
}
.btn-gray-light.disabled,
.btn-gray-light:disabled {
  color: #212121;
  background-color: #969897;
  border-color: #969897;
}
.btn-gray-light:not(:disabled):not(.disabled).active,
.btn-gray-light:not(:disabled):not(.disabled):active,
.show > .btn-gray-light.dropdown-toggle {
  color: #fff;
  background-color: #7c7f7e;
  border-color: #767877;
}
.btn-gray-light:not(:disabled):not(.disabled).active:focus,
.btn-gray-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(150, 1%, 52%, 0.5);
}
.btn-gray-metal {
  color: #fff;
  background-color: #45525b;
  border-color: #45525b;
}
.btn-gray-metal.focus,
.btn-gray-metal:focus,
.btn-gray-metal:hover {
  color: #fff;
  background-color: #353e45;
  border-color: #2f383e;
}
.btn-gray-metal.focus,
.btn-gray-metal:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 108, 116, 0.5);
}
.btn-gray-metal.disabled,
.btn-gray-metal:disabled {
  color: #fff;
  background-color: #45525b;
  border-color: #45525b;
}
.btn-gray-metal:not(:disabled):not(.disabled).active,
.btn-gray-metal:not(:disabled):not(.disabled):active,
.show > .btn-gray-metal.dropdown-toggle {
  color: #fff;
  background-color: #2f383e;
  border-color: #2a3137;
}
.btn-gray-metal:not(:disabled):not(.disabled).active:focus,
.btn-gray-metal:not(:disabled):not(.disabled):active:focus,
.show > .btn-gray-metal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 108, 116, 0.5);
}
.btn-gray-thin {
  color: #212121;
  background-color: #e9e5e5;
  border-color: #e9e5e5;
}
.btn-gray-thin.focus,
.btn-gray-thin:focus,
.btn-gray-thin:hover {
  color: #212121;
  background-color: #d7d0d0;
  border-color: #d2c9c9;
}
.btn-gray-thin.focus,
.btn-gray-thin:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 3%, 79%, 0.5);
}
.btn-gray-thin.disabled,
.btn-gray-thin:disabled {
  color: #212121;
  background-color: #e9e5e5;
  border-color: #e9e5e5;
}
.btn-gray-thin:not(:disabled):not(.disabled).active,
.btn-gray-thin:not(:disabled):not(.disabled):active,
.show > .btn-gray-thin.dropdown-toggle {
  color: #212121;
  background-color: #d2c9c9;
  border-color: #ccc2c2;
}
.btn-gray-thin:not(:disabled):not(.disabled).active:focus,
.btn-gray-thin:not(:disabled):not(.disabled):active:focus,
.show > .btn-gray-thin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 3%, 79%, 0.5);
}
.btn-gray-soft {
  color: #212121;
  background-color: #eae6e6;
  border-color: #eae6e6;
}
.btn-gray-soft.focus,
.btn-gray-soft:focus,
.btn-gray-soft:hover {
  color: #212121;
  background-color: #d9d1d1;
  border-color: #d3caca;
}
.btn-gray-soft.focus,
.btn-gray-soft:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 4%, 79%, 0.5);
}
.btn-gray-soft.disabled,
.btn-gray-soft:disabled {
  color: #212121;
  background-color: #eae6e6;
  border-color: #eae6e6;
}
.btn-gray-soft:not(:disabled):not(.disabled).active,
.btn-gray-soft:not(:disabled):not(.disabled):active,
.show > .btn-gray-soft.dropdown-toggle {
  color: #212121;
  background-color: #d3caca;
  border-color: #cdc3c3;
}
.btn-gray-soft:not(:disabled):not(.disabled).active:focus,
.btn-gray-soft:not(:disabled):not(.disabled):active:focus,
.show > .btn-gray-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 4%, 79%, 0.5);
}
.btn-white {
  color: #212121;
  border-color: #fff;
}
.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
  color: #212121;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white.focus,
.btn-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 87%, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
  color: #212121;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 87%, 0.5);
}
.btn-critical {
  color: #fff;
  background-color: #d00;
  border-color: #d00;
}
.btn-critical.focus,
.btn-critical:focus,
.btn-critical:hover {
  color: #fff;
  background-color: #b70000;
  border-color: #a00;
}
.btn-critical.focus,
.btn-critical:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 38, 38, 0.5);
}
.btn-critical.disabled,
.btn-critical:disabled {
  color: #fff;
  background-color: #d00;
  border-color: #d00;
}
.btn-critical:not(:disabled):not(.disabled).active,
.btn-critical:not(:disabled):not(.disabled):active,
.show > .btn-critical.dropdown-toggle {
  color: #fff;
  background-color: #a00;
  border-color: #9d0000;
}
.btn-critical:not(:disabled):not(.disabled).active:focus,
.btn-critical:not(:disabled):not(.disabled):active:focus,
.show > .btn-critical.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 38, 38, 0.5);
}
.btn-militar {
  color: #fff;
  background-color: #2c592c;
  border-color: #2c592c;
}
.btn-militar.focus,
.btn-militar:focus,
.btn-militar:hover {
  color: #fff;
  background-color: #1f3f1f;
  border-color: #1b371b;
}
.btn-militar.focus,
.btn-militar:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 114, 76, 0.5);
}
.btn-militar.disabled,
.btn-militar:disabled {
  color: #fff;
  background-color: #2c592c;
  border-color: #2c592c;
}
.btn-militar:not(:disabled):not(.disabled).active,
.btn-militar:not(:disabled):not(.disabled):active,
.show > .btn-militar.dropdown-toggle {
  color: #fff;
  background-color: #1b371b;
  border-color: #172e17;
}
.btn-militar:not(:disabled):not(.disabled).active:focus,
.btn-militar:not(:disabled):not(.disabled):active:focus,
.show > .btn-militar.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 114, 76, 0.5);
}
.btn-outline-primary {
  color: #003f87;
  border-color: #003f87;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 135, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #003f87;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 135, 0.5);
}
.btn-outline-secondary {
  color: #515354;
  border-color: #515354;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 83, 84, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #515354;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 83, 84, 0.5);
}
.btn-outline-success {
  color: #039b03;
  border-color: #039b03;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #039b03;
  border-color: #039b03;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #039b03;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #039b03;
  border-color: #039b03;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.5);
}
.btn-outline-info {
  color: #067eeb;
  border-color: #067eeb;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 126, 235, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #067eeb;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 126, 235, 0.5);
}
.btn-outline-warning {
  color: #ffb225;
  border-color: #ffb225;
}
.btn-outline-warning:hover {
  color: #212121;
  background-color: #ffb225;
  border-color: #ffb225;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 178, 37, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffb225;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212121;
  background-color: #ffb225;
  border-color: #ffb225;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 178, 37, 0.5);
}
.btn-outline-danger {
  color: #ff6200;
  border-color: #ff6200;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff6200;
  border-color: #ff6200;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff6200;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff6200;
  border-color: #ff6200;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.5);
}
.btn-outline-light {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:hover {
  color: #212121;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 95%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212121;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 95%, 0.5);
}
.btn-outline-dark {
  color: #212121;
  border-color: #212121;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212121;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}
.btn-outline-red {
  color: #ce1126;
  border-color: #ce1126;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #ce1126;
  border-color: #ce1126;
}
.btn-outline-red.focus,
.btn-outline-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 17, 38, 0.5);
}
.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #ce1126;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled).active,
.btn-outline-red:not(:disabled):not(.disabled):active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #ce1126;
  border-color: #ce1126;
}
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 17, 38, 0.5);
}
.btn-outline-red-dark {
  color: #860d1a;
  border-color: #860d1a;
}
.btn-outline-red-dark:hover {
  color: #fff;
  background-color: #860d1a;
  border-color: #860d1a;
}
.btn-outline-red-dark.focus,
.btn-outline-red-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 13, 26, 0.5);
}
.btn-outline-red-dark.disabled,
.btn-outline-red-dark:disabled {
  color: #860d1a;
  background-color: transparent;
}
.btn-outline-red-dark:not(:disabled):not(.disabled).active,
.btn-outline-red-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #860d1a;
  border-color: #860d1a;
}
.btn-outline-red-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-red-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 13, 26, 0.5);
}
.btn-outline-red-light {
  color: #c54250;
  border-color: #c54250;
}
.btn-outline-red-light:hover {
  color: #fff;
  background-color: #c54250;
  border-color: #c54250;
}
.btn-outline-red-light.focus,
.btn-outline-red-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 66, 80, 0.5);
}
.btn-outline-red-light.disabled,
.btn-outline-red-light:disabled {
  color: #c54250;
  background-color: transparent;
}
.btn-outline-red-light:not(:disabled):not(.disabled).active,
.btn-outline-red-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-red-light.dropdown-toggle {
  color: #fff;
  background-color: #c54250;
  border-color: #c54250;
}
.btn-outline-red-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-red-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 66, 80, 0.5);
}
.btn-outline-red-medium {
  color: #bb0f0f;
  border-color: #bb0f0f;
}
.btn-outline-red-medium:hover {
  color: #fff;
  background-color: #bb0f0f;
  border-color: #bb0f0f;
}
.btn-outline-red-medium.focus,
.btn-outline-red-medium:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 15, 15, 0.5);
}
.btn-outline-red-medium.disabled,
.btn-outline-red-medium:disabled {
  color: #bb0f0f;
  background-color: transparent;
}
.btn-outline-red-medium:not(:disabled):not(.disabled).active,
.btn-outline-red-medium:not(:disabled):not(.disabled):active,
.show > .btn-outline-red-medium.dropdown-toggle {
  color: #fff;
  background-color: #bb0f0f;
  border-color: #bb0f0f;
}
.btn-outline-red-medium:not(:disabled):not(.disabled).active:focus,
.btn-outline-red-medium:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-red-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 15, 15, 0.5);
}
.btn-outline-blue {
  color: #003f87;
  border-color: #003f87;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-outline-blue.focus,
.btn-outline-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 135, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #003f87;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #003f87;
  border-color: #003f87;
}
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 135, 0.5);
}
.btn-outline-blue-dark {
  color: #036;
  border-color: #036;
}
.btn-outline-blue-dark:hover {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.btn-outline-blue-dark.focus,
.btn-outline-blue-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
}
.btn-outline-blue-dark.disabled,
.btn-outline-blue-dark:disabled {
  color: #036;
  background-color: transparent;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled).active,
.btn-outline-blue-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
}
.btn-outline-blue-light {
  color: #9ab3d5;
  border-color: #9ab3d5;
}
.btn-outline-blue-light:hover {
  color: #212121;
  background-color: #9ab3d5;
  border-color: #9ab3d5;
}
.btn-outline-blue-light.focus,
.btn-outline-blue-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 179, 213, 0.5);
}
.btn-outline-blue-light.disabled,
.btn-outline-blue-light:disabled {
  color: #9ab3d5;
  background-color: transparent;
}
.btn-outline-blue-light:not(:disabled):not(.disabled).active,
.btn-outline-blue-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-light.dropdown-toggle {
  color: #212121;
  background-color: #9ab3d5;
  border-color: #9ab3d5;
}
.btn-outline-blue-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 179, 213, 0.5);
}
.btn-outline-blue-lighter {
  color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-outline-blue-lighter:hover {
  color: #212121;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-outline-blue-lighter.focus,
.btn-outline-blue-lighter:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 248, 254, 0.5);
}
.btn-outline-blue-lighter.disabled,
.btn-outline-blue-lighter:disabled {
  color: #f2f8fe;
  background-color: transparent;
}
.btn-outline-blue-lighter:not(:disabled):not(.disabled).active,
.btn-outline-blue-lighter:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-lighter.dropdown-toggle {
  color: #212121;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-outline-blue-lighter:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-lighter:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 248, 254, 0.5);
}
.btn-outline-blue-white {
  color: #fafcff;
  border-color: #fafcff;
}
.btn-outline-blue-white:hover {
  color: #212121;
  background-color: #fafcff;
  border-color: #fafcff;
}
.btn-outline-blue-white.focus,
.btn-outline-blue-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 252, 255, 0.5);
}
.btn-outline-blue-white.disabled,
.btn-outline-blue-white:disabled {
  color: #fafcff;
  background-color: transparent;
}
.btn-outline-blue-white:not(:disabled):not(.disabled).active,
.btn-outline-blue-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-white.dropdown-toggle {
  color: #212121;
  background-color: #fafcff;
  border-color: #fafcff;
}
.btn-outline-blue-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 252, 255, 0.5);
}
.btn-outline-blue-sky {
  color: #e6f2fd;
  border-color: #e6f2fd;
}
.btn-outline-blue-sky:hover {
  color: #212121;
  background-color: #e6f2fd;
  border-color: #e6f2fd;
}
.btn-outline-blue-sky.focus,
.btn-outline-blue-sky:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 242, 253, 0.5);
}
.btn-outline-blue-sky.disabled,
.btn-outline-blue-sky:disabled {
  color: #e6f2fd;
  background-color: transparent;
}
.btn-outline-blue-sky:not(:disabled):not(.disabled).active,
.btn-outline-blue-sky:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-sky.dropdown-toggle {
  color: #212121;
  background-color: #e6f2fd;
  border-color: #e6f2fd;
}
.btn-outline-blue-sky:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-sky:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 242, 253, 0.5);
}
.btn-outline-blue-cerulean {
  color: #067eeb;
  border-color: #067eeb;
}
.btn-outline-blue-cerulean:hover {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-outline-blue-cerulean.focus,
.btn-outline-blue-cerulean:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 126, 235, 0.5);
}
.btn-outline-blue-cerulean.disabled,
.btn-outline-blue-cerulean:disabled {
  color: #067eeb;
  background-color: transparent;
}
.btn-outline-blue-cerulean:not(:disabled):not(.disabled).active,
.btn-outline-blue-cerulean:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-cerulean.dropdown-toggle {
  color: #fff;
  background-color: #067eeb;
  border-color: #067eeb;
}
.btn-outline-blue-cerulean:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-cerulean:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue-cerulean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 126, 235, 0.5);
}
.btn-outline-tan {
  color: #d6cebd;
  border-color: #d6cebd;
}
.btn-outline-tan:hover {
  color: #212121;
  background-color: #d6cebd;
  border-color: #d6cebd;
}
.btn-outline-tan.focus,
.btn-outline-tan:focus {
  box-shadow: 0 0 0 0.2rem hsla(41, 23%, 79%, 0.5);
}
.btn-outline-tan.disabled,
.btn-outline-tan:disabled {
  color: #d6cebd;
  background-color: transparent;
}
.btn-outline-tan:not(:disabled):not(.disabled).active,
.btn-outline-tan:not(:disabled):not(.disabled):active,
.show > .btn-outline-tan.dropdown-toggle {
  color: #212121;
  background-color: #d6cebd;
  border-color: #d6cebd;
}
.btn-outline-tan:not(:disabled):not(.disabled).active:focus,
.btn-outline-tan:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-tan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(41, 23%, 79%, 0.5);
}
.btn-outline-tan-dark {
  color: #ad9d7b;
  border-color: #ad9d7b;
}
.btn-outline-tan-dark:hover {
  color: #212121;
  background-color: #ad9d7b;
  border-color: #ad9d7b;
}
.btn-outline-tan-dark.focus,
.btn-outline-tan-dark:focus {
  box-shadow: 0 0 0 0.2rem hsla(41, 23%, 58%, 0.5);
}
.btn-outline-tan-dark.disabled,
.btn-outline-tan-dark:disabled {
  color: #ad9d7b;
  background-color: transparent;
}
.btn-outline-tan-dark:not(:disabled):not(.disabled).active,
.btn-outline-tan-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-tan-dark.dropdown-toggle {
  color: #212121;
  background-color: #ad9d7b;
  border-color: #ad9d7b;
}
.btn-outline-tan-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-tan-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-tan-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(41, 23%, 58%, 0.5);
}
.btn-outline-tan-light {
  color: #e9e9e4;
  border-color: #e9e9e4;
}
.btn-outline-tan-light:hover {
  color: #212121;
  background-color: #e9e9e4;
  border-color: #e9e9e4;
}
.btn-outline-tan-light.focus,
.btn-outline-tan-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(60, 10%, 90%, 0.5);
}
.btn-outline-tan-light.disabled,
.btn-outline-tan-light:disabled {
  color: #e9e9e4;
  background-color: transparent;
}
.btn-outline-tan-light:not(:disabled):not(.disabled).active,
.btn-outline-tan-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-tan-light.dropdown-toggle {
  color: #212121;
  background-color: #e9e9e4;
  border-color: #e9e9e4;
}
.btn-outline-tan-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-tan-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-tan-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(60, 10%, 90%, 0.5);
}
.btn-outline-gray {
  color: #515354;
  border-color: #515354;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-outline-gray.focus,
.btn-outline-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 83, 84, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #515354;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled).active,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #515354;
  border-color: #515354;
}
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 83, 84, 0.5);
}
.btn-outline-gray-dark {
  color: #232528;
  border-color: #232528;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #232528;
  border-color: #232528;
}
.btn-outline-gray-dark.focus,
.btn-outline-gray-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 37, 40, 0.5);
}
.btn-outline-gray-dark.disabled,
.btn-outline-gray-dark:disabled {
  color: #232528;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled).active,
.btn-outline-gray-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #232528;
  border-color: #232528;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 37, 40, 0.5);
}
.btn-outline-gray-light {
  color: #969897;
  border-color: #969897;
}
.btn-outline-gray-light:hover {
  color: #212121;
  background-color: #969897;
  border-color: #969897;
}
.btn-outline-gray-light.focus,
.btn-outline-gray-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(150, 1%, 59%, 0.5);
}
.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
  color: #969897;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled).active,
.btn-outline-gray-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-light.dropdown-toggle {
  color: #212121;
  background-color: #969897;
  border-color: #969897;
}
.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(150, 1%, 59%, 0.5);
}
.btn-outline-gray-metal {
  color: #45525b;
  border-color: #45525b;
}
.btn-outline-gray-metal:hover {
  color: #fff;
  background-color: #45525b;
  border-color: #45525b;
}
.btn-outline-gray-metal.focus,
.btn-outline-gray-metal:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 82, 91, 0.5);
}
.btn-outline-gray-metal.disabled,
.btn-outline-gray-metal:disabled {
  color: #45525b;
  background-color: transparent;
}
.btn-outline-gray-metal:not(:disabled):not(.disabled).active,
.btn-outline-gray-metal:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-metal.dropdown-toggle {
  color: #fff;
  background-color: #45525b;
  border-color: #45525b;
}
.btn-outline-gray-metal:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-metal:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-gray-metal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 82, 91, 0.5);
}
.btn-outline-gray-thin {
  color: #e9e5e5;
  border-color: #e9e5e5;
}
.btn-outline-gray-thin:hover {
  color: #212121;
  background-color: #e9e5e5;
  border-color: #e9e5e5;
}
.btn-outline-gray-thin.focus,
.btn-outline-gray-thin:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 8%, 91%, 0.5);
}
.btn-outline-gray-thin.disabled,
.btn-outline-gray-thin:disabled {
  color: #e9e5e5;
  background-color: transparent;
}
.btn-outline-gray-thin:not(:disabled):not(.disabled).active,
.btn-outline-gray-thin:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-thin.dropdown-toggle {
  color: #212121;
  background-color: #e9e5e5;
  border-color: #e9e5e5;
}
.btn-outline-gray-thin:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-thin:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-gray-thin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 8%, 91%, 0.5);
}
.btn-outline-gray-soft {
  color: #eae6e6;
  border-color: #eae6e6;
}
.btn-outline-gray-soft:hover {
  color: #212121;
  background-color: #eae6e6;
  border-color: #eae6e6;
}
.btn-outline-gray-soft.focus,
.btn-outline-gray-soft:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 9%, 91%, 0.5);
}
.btn-outline-gray-soft.disabled,
.btn-outline-gray-soft:disabled {
  color: #eae6e6;
  background-color: transparent;
}
.btn-outline-gray-soft:not(:disabled):not(.disabled).active,
.btn-outline-gray-soft:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-soft.dropdown-toggle {
  color: #212121;
  background-color: #eae6e6;
  border-color: #eae6e6;
}
.btn-outline-gray-soft:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-soft:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-gray-soft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 9%, 91%, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white.focus,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-critical {
  color: #d00;
  border-color: #d00;
}
.btn-outline-critical:hover {
  color: #fff;
  background-color: #d00;
  border-color: #d00;
}
.btn-outline-critical.focus,
.btn-outline-critical:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}
.btn-outline-critical.disabled,
.btn-outline-critical:disabled {
  color: #d00;
  background-color: transparent;
}
.btn-outline-critical:not(:disabled):not(.disabled).active,
.btn-outline-critical:not(:disabled):not(.disabled):active,
.show > .btn-outline-critical.dropdown-toggle {
  color: #fff;
  background-color: #d00;
  border-color: #d00;
}
.btn-outline-critical:not(:disabled):not(.disabled).active:focus,
.btn-outline-critical:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-critical.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}
.btn-outline-militar {
  color: #2c592c;
  border-color: #2c592c;
}
.btn-outline-militar:hover {
  color: #fff;
  background-color: #2c592c;
  border-color: #2c592c;
}
.btn-outline-militar.focus,
.btn-outline-militar:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 89, 44, 0.5);
}
.btn-outline-militar.disabled,
.btn-outline-militar:disabled {
  color: #2c592c;
  background-color: transparent;
}
.btn-outline-militar:not(:disabled):not(.disabled).active,
.btn-outline-militar:not(:disabled):not(.disabled):active,
.show > .btn-outline-militar.dropdown-toggle {
  color: #fff;
  background-color: #2c592c;
  border-color: #2c592c;
}
.btn-outline-militar:not(:disabled):not(.disabled).active:focus,
.btn-outline-militar:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-militar.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 89, 44, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #006cff;
  text-decoration: none;
}
.btn-link:hover {
  color: #004cb3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: gray;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212121;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #141414;
  text-decoration: none;
  background-color: #f2f2f2;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #039b03;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: gray;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: gray;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212121;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label,
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label,
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: center;
  white-space: nowrap;
  background-color: #e6e6e6;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #039b03;
  background-color: #039b03;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #23fb23;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #55fc55;
  border-color: #55fc55;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: gray;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e6e6e6;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  pointer-events: none;
  background-color: #ccc;
  border: 1px solid #999;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #039b03;
  background-color: #039b03;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(3, 155, 3, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(3, 155, 3, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29;
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(3, 155, 3, 0.5);
}
.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label:before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  left: calc(-3.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #999;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #ccc;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(3, 155, 3, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  vertical-align: middle;
  background: #fff str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234D4D4D' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29 right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #23fb23;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 251, 35, 0.5);
}
.custom-select:focus::-ms-value {
  color: #666;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: gray;
  background-color: #e6e6e6;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #23fb23;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e6e6e6;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #666;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #e6e6e6;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #039b03;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #55fc55;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccc;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #039b03;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: #55fc55;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccc;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #039b03;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: #55fc55;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #ccc;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #999;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #999;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #999;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: gray;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #e6e6e6 #e6e6e6 #ccc;
}
.nav-tabs .nav-link.disabled {
  color: gray;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #666;
  background-color: #fff;
  border-color: #ccc #ccc #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #039b03;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29;
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29;
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card,
.card-group > .card {
  margin-bottom: 15px;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: gray;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: gray;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #006cff;
  background-color: #fff;
  border: 1px solid #ccc;
}
.page-link:hover {
  z-index: 2;
  color: #004cb3;
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #ccc;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #039b03;
  border-color: #039b03;
}
.page-item.disabled .page-link {
  color: gray;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ccc;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #003f87;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #002754;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 135, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #515354;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #38393a;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 83, 84, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #039b03;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #026902;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 155, 3, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #067eeb;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #0563b9;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 126, 235, 0.5);
}
.badge-warning {
  color: #212121;
  background-color: #ffb225;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212121;
  background-color: #f19c00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 178, 37, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #ff6200;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #cc4e00;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.5);
}
.badge-light {
  color: #212121;
  background-color: #f2f2f2;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212121;
  background-color: #d9d9d9;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 95%, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #212121;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #080808;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}
.badge-red {
  color: #fff;
  background-color: #ce1126;
}
a.badge-red:focus,
a.badge-red:hover {
  color: #fff;
  background-color: #9f0d1d;
}
a.badge-red.focus,
a.badge-red:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 17, 38, 0.5);
}
.badge-red-dark {
  color: #fff;
  background-color: #860d1a;
}
a.badge-red-dark:focus,
a.badge-red-dark:hover {
  color: #fff;
  background-color: #580811;
}
a.badge-red-dark.focus,
a.badge-red-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 13, 26, 0.5);
}
.badge-red-light {
  color: #fff;
  background-color: #c54250;
}
a.badge-red-light:focus,
a.badge-red-light:hover {
  color: #fff;
  background-color: #a2323e;
}
a.badge-red-light.focus,
a.badge-red-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 66, 80, 0.5);
}
.badge-red-medium {
  color: #fff;
  background-color: #bb0f0f;
}
a.badge-red-medium:focus,
a.badge-red-medium:hover {
  color: #fff;
  background-color: #8c0b0b;
}
a.badge-red-medium.focus,
a.badge-red-medium:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 15, 15, 0.5);
}
.badge-blue {
  color: #fff;
  background-color: #003f87;
}
a.badge-blue:focus,
a.badge-blue:hover {
  color: #fff;
  background-color: #002754;
}
a.badge-blue.focus,
a.badge-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 135, 0.5);
}
.badge-blue-dark {
  color: #fff;
  background-color: #036;
}
a.badge-blue-dark:focus,
a.badge-blue-dark:hover {
  color: #fff;
  background-color: #001a33;
}
a.badge-blue-dark.focus,
a.badge-blue-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
}
.badge-blue-light {
  color: #212121;
  background-color: #9ab3d5;
}
a.badge-blue-light:focus,
a.badge-blue-light:hover {
  color: #212121;
  background-color: #7698c6;
}
a.badge-blue-light.focus,
a.badge-blue-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 179, 213, 0.5);
}
.badge-blue-lighter {
  color: #212121;
  background-color: #f2f8fe;
}
a.badge-blue-lighter:focus,
a.badge-blue-lighter:hover {
  color: #212121;
  background-color: #c3dffa;
}
a.badge-blue-lighter.focus,
a.badge-blue-lighter:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 248, 254, 0.5);
}
.badge-blue-white {
  color: #212121;
  background-color: #fafcff;
}
a.badge-blue-white:focus,
a.badge-blue-white:hover {
  color: #212121;
  background-color: #c7ddff;
}
a.badge-blue-white.focus,
a.badge-blue-white:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 252, 255, 0.5);
}
.badge-blue-sky {
  color: #212121;
  background-color: #e6f2fd;
}
a.badge-blue-sky:focus,
a.badge-blue-sky:hover {
  color: #212121;
  background-color: #b7d9f9;
}
a.badge-blue-sky.focus,
a.badge-blue-sky:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 242, 253, 0.5);
}
.badge-blue-cerulean {
  color: #fff;
  background-color: #067eeb;
}
a.badge-blue-cerulean:focus,
a.badge-blue-cerulean:hover {
  color: #fff;
  background-color: #0563b9;
}
a.badge-blue-cerulean.focus,
a.badge-blue-cerulean:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 126, 235, 0.5);
}
.badge-tan {
  color: #212121;
  background-color: #d6cebd;
}
a.badge-tan:focus,
a.badge-tan:hover {
  color: #212121;
  background-color: #c2b79e;
}
a.badge-tan.focus,
a.badge-tan:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(41, 23%, 79%, 0.5);
}
.badge-tan-dark {
  color: #212121;
  background-color: #ad9d7b;
}
a.badge-tan-dark:focus,
a.badge-tan-dark:hover {
  color: #212121;
  background-color: #97855e;
}
a.badge-tan-dark.focus,
a.badge-tan-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(41, 23%, 58%, 0.5);
}
.badge-tan-light {
  color: #212121;
  background-color: #e9e9e4;
}
a.badge-tan-light:focus,
a.badge-tan-light:hover {
  color: #212121;
  background-color: #d2d2c8;
}
a.badge-tan-light.focus,
a.badge-tan-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(60, 10%, 90%, 0.5);
}
.badge-gray {
  color: #fff;
  background-color: #515354;
}
a.badge-gray:focus,
a.badge-gray:hover {
  color: #fff;
  background-color: #38393a;
}
a.badge-gray.focus,
a.badge-gray:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 83, 84, 0.5);
}
.badge-gray-dark {
  color: #fff;
  background-color: #232528;
}
a.badge-gray-dark:focus,
a.badge-gray-dark:hover {
  color: #fff;
  background-color: #0b0c0d;
}
a.badge-gray-dark.focus,
a.badge-gray-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 37, 40, 0.5);
}
.badge-gray-light {
  color: #212121;
  background-color: #969897;
}
a.badge-gray-light:focus,
a.badge-gray-light:hover {
  color: #212121;
  background-color: #7c7f7e;
}
a.badge-gray-light.focus,
a.badge-gray-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(150, 1%, 59%, 0.5);
}
.badge-gray-metal {
  color: #fff;
  background-color: #45525b;
}
a.badge-gray-metal:focus,
a.badge-gray-metal:hover {
  color: #fff;
  background-color: #2f383e;
}
a.badge-gray-metal.focus,
a.badge-gray-metal:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 82, 91, 0.5);
}
.badge-gray-thin {
  color: #212121;
  background-color: #e9e5e5;
}
a.badge-gray-thin:focus,
a.badge-gray-thin:hover {
  color: #212121;
  background-color: #d2c9c9;
}
a.badge-gray-thin.focus,
a.badge-gray-thin:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 8%, 91%, 0.5);
}
.badge-gray-soft {
  color: #212121;
  background-color: #eae6e6;
}
a.badge-gray-soft:focus,
a.badge-gray-soft:hover {
  color: #212121;
  background-color: #d3caca;
}
a.badge-gray-soft.focus,
a.badge-gray-soft:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 9%, 91%, 0.5);
}
.badge-white {
  color: #212121;
  background-color: #fff;
}
a.badge-white:focus,
a.badge-white:hover {
  color: #212121;
  background-color: #e6e6e6;
}
a.badge-white.focus,
a.badge-white:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.badge-critical {
  color: #fff;
  background-color: #d00;
}
a.badge-critical:focus,
a.badge-critical:hover {
  color: #fff;
  background-color: #a00;
}
a.badge-critical.focus,
a.badge-critical:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}
.badge-militar {
  color: #fff;
  background-color: #2c592c;
}
a.badge-militar:focus,
a.badge-militar:hover {
  color: #fff;
  background-color: #1b371b;
}
a.badge-militar.focus,
a.badge-militar:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 89, 44, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e6e6e6;
  border-radius: 0.3rem;
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #002146;
  background-color: #ccd9e7;
  border-color: #b8c9dd;
}
.alert-primary hr {
  border-top-color: #a7bcd5;
}
.alert-primary .alert-link {
  color: #000913;
}
.alert-secondary {
  color: #2a2b2c;
  background-color: #dcdddd;
  border-color: #cecfcf;
}
.alert-secondary hr {
  border-top-color: #c1c2c2;
}
.alert-secondary .alert-link {
  color: #111212;
}
.alert-success {
  color: #025102;
  background-color: #cdebcd;
  border-color: #b8e3b8;
}
.alert-success hr {
  border-top-color: #a6dca6;
}
.alert-success .alert-link {
  color: #011f01;
}
.alert-info {
  color: #03427a;
  background-color: #cde5fb;
  border-color: #b9dbf9;
}
.alert-info hr {
  border-top-color: #a2cff7;
}
.alert-info .alert-link {
  color: #022748;
}
.alert-warning {
  color: #855d13;
  background-color: #fff0d3;
  border-color: #ffe9c2;
}
.alert-warning hr {
  border-top-color: #ffe0a9;
}
.alert-warning .alert-link {
  color: #583e0d;
}
.alert-danger {
  color: #853300;
  background-color: #ffe0cc;
  border-color: #ffd3b8;
}
.alert-danger hr {
  border-top-color: #ffc39f;
}
.alert-danger .alert-link {
  color: #521f00;
}
.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eee;
}
.alert-light .alert-link {
  color: #656565;
}
.alert-dark {
  color: #111;
  background-color: #d3d3d3;
  border-color: #c1c1c1;
}
.alert-dark hr {
  border-top-color: #b4b4b4;
}
.alert-dark .alert-link {
  color: #000;
}
.alert-red {
  color: #6b0914;
  background-color: #f5cfd4;
  border-color: #f1bcc2;
}
.alert-red hr {
  border-top-color: #eda7af;
}
.alert-red .alert-link {
  color: #3c050b;
}
.alert-red-dark {
  color: #46070e;
  background-color: #e7cfd1;
  border-color: #ddbbbf;
}
.alert-red-dark hr {
  border-top-color: #d5aaaf;
}
.alert-red-dark .alert-link {
  color: #180205;
}
.alert-red-light {
  color: #66222a;
  background-color: #f3d9dc;
  border-color: #efcace;
}
.alert-red-light hr {
  border-top-color: #e9b6bc;
}
.alert-red-light .alert-link {
  color: #40151a;
}
.alert-red-medium {
  color: #610808;
  background-color: #f1cfcf;
  border-color: #ecbcbc;
}
.alert-red-medium hr {
  border-top-color: #e6a8a8;
}
.alert-red-medium .alert-link {
  color: #320404;
}
.alert-blue {
  color: #002146;
  background-color: #ccd9e7;
  border-color: #b8c9dd;
}
.alert-blue hr {
  border-top-color: #a7bcd5;
}
.alert-blue .alert-link {
  color: #000913;
}
.alert-blue-dark {
  color: #001b35;
  background-color: #ccd6e0;
  border-color: #b8c6d4;
}
.alert-blue-dark hr {
  border-top-color: #a8b9ca;
}
.alert-blue-dark .alert-link {
  color: #000102;
}
.alert-blue-light {
  color: #505d6f;
  background-color: #ebf0f7;
  border-color: #e3eaf3;
}
.alert-blue-light hr {
  border-top-color: #d1ddeb;
}
.alert-blue-light .alert-link {
  color: #3b4451;
}
.alert-blue-lighter {
  color: #7e8184;
  background-color: #fcfeff;
  border-color: #fbfdff;
}
.alert-blue-lighter hr {
  border-top-color: #e2f0ff;
}
.alert-blue-lighter .alert-link {
  color: #65686a;
}
.alert-blue-white {
  color: #828385;
  background-color: #fefeff;
  border-color: #fefeff;
}
.alert-blue-white hr {
  border-top-color: #e5e5ff;
}
.alert-blue-white .alert-link {
  color: #696a6b;
}
.alert-blue-sky {
  color: #787e84;
  background-color: #fafcff;
  border-color: #f8fbfe;
}
.alert-blue-sky hr {
  border-top-color: #e2eefb;
}
.alert-blue-sky .alert-link {
  color: #606569;
}
.alert-blue-cerulean {
  color: #03427a;
  background-color: #cde5fb;
  border-color: #b9dbf9;
}
.alert-blue-cerulean hr {
  border-top-color: #a2cff7;
}
.alert-blue-cerulean .alert-link {
  color: #022748;
}
.alert-tan {
  color: #6f6b62;
  background-color: #f7f5f2;
  border-color: #f4f1ed;
}
.alert-tan hr {
  border-top-color: #eae5dd;
}
.alert-tan .alert-link {
  color: #54514a;
}
.alert-tan-dark {
  color: #5a5240;
  background-color: #efebe5;
  border-color: #e8e4da;
}
.alert-tan-dark hr {
  border-top-color: #ded9ca;
}
.alert-tan-dark .alert-link {
  color: #3c372b;
}
.alert-tan-light {
  color: #797977;
  background-color: #fbfbfa;
  border-color: #f9f9f7;
}
.alert-tan-light hr {
  border-top-color: #eeeee8;
}
.alert-tan-light .alert-link {
  color: #5f5f5e;
}
.alert-gray {
  color: #2a2b2c;
  background-color: #dcdddd;
  border-color: #cecfcf;
}
.alert-gray hr {
  border-top-color: #c1c2c2;
}
.alert-gray .alert-link {
  color: #111212;
}
.alert-gray-dark {
  color: #121315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}
.alert-gray-dark hr {
  border-top-color: #b4b5b6;
}
.alert-gray-dark .alert-link {
  color: #000;
}
.alert-gray-light {
  color: #4e4f4f;
  background-color: #eaeaea;
  border-color: #e2e2e2;
}
.alert-gray-light hr {
  border-top-color: #d5d5d5;
}
.alert-gray-light .alert-link {
  color: #353535;
}
.alert-gray-metal {
  color: #242b2f;
  background-color: #dadcde;
  border-color: #cbcfd1;
}
.alert-gray-metal hr {
  border-top-color: #bdc3c5;
}
.alert-gray-metal .alert-link {
  color: #0e1112;
}
.alert-gray-thin {
  color: #797777;
  background-color: #fbfafa;
  border-color: #f9f8f8;
}
.alert-gray-thin hr {
  border-top-color: #edeaea;
}
.alert-gray-thin .alert-link {
  color: #5f5e5e;
}
.alert-gray-soft {
  color: #7a7878;
  background-color: #fbfafa;
  border-color: #f9f8f8;
}
.alert-gray-soft hr {
  border-top-color: #edeaea;
}
.alert-gray-soft .alert-link {
  color: #605f5f;
}
.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}
.alert-critical {
  color: #730000;
  background-color: #f8cccc;
  border-color: #f5b8b8;
}
.alert-critical hr {
  border-top-color: #f2a2a2;
}
.alert-critical .alert-link {
  color: #400000;
}
.alert-militar {
  color: #172e17;
  background-color: #d5ded5;
  border-color: #c4d1c4;
}
.alert-militar hr {
  border-top-color: #b6c6b6;
}
.alert-militar .alert-link {
  color: #060c06;
}
@keyframes b {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #039b03;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite b;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #666;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #666;
  text-decoration: none;
  background-color: #f2f2f2;
}
.list-group-item-action:active {
  color: #212121;
  background-color: #e6e6e6;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: gray;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #039b03;
  border-color: #039b03;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #002146;
  background-color: #b8c9dd;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #002146;
  background-color: #a7bcd5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #002146;
  border-color: #002146;
}
.list-group-item-secondary {
  color: #2a2b2c;
  background-color: #cecfcf;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #2a2b2c;
  background-color: #c1c2c2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2a2b2c;
  border-color: #2a2b2c;
}
.list-group-item-success {
  color: #025102;
  background-color: #b8e3b8;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #025102;
  background-color: #a6dca6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #025102;
  border-color: #025102;
}
.list-group-item-info {
  color: #03427a;
  background-color: #b9dbf9;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #03427a;
  background-color: #a2cff7;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #03427a;
  border-color: #03427a;
}
.list-group-item-warning {
  color: #855d13;
  background-color: #ffe9c2;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #855d13;
  background-color: #ffe0a9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855d13;
  border-color: #855d13;
}
.list-group-item-danger {
  color: #853300;
  background-color: #ffd3b8;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #853300;
  background-color: #ffc39f;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #853300;
  border-color: #853300;
}
.list-group-item-light {
  color: #7e7e7e;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #7e7e7e;
  background-color: #eee;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.list-group-item-dark {
  color: #111;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #111;
  background-color: #b4b4b4;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.list-group-item-red {
  color: #6b0914;
  background-color: #f1bcc2;
}
.list-group-item-red.list-group-item-action:focus,
.list-group-item-red.list-group-item-action:hover {
  color: #6b0914;
  background-color: #eda7af;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #6b0914;
  border-color: #6b0914;
}
.list-group-item-red-dark {
  color: #46070e;
  background-color: #ddbbbf;
}
.list-group-item-red-dark.list-group-item-action:focus,
.list-group-item-red-dark.list-group-item-action:hover {
  color: #46070e;
  background-color: #d5aaaf;
}
.list-group-item-red-dark.list-group-item-action.active {
  color: #fff;
  background-color: #46070e;
  border-color: #46070e;
}
.list-group-item-red-light {
  color: #66222a;
  background-color: #efcace;
}
.list-group-item-red-light.list-group-item-action:focus,
.list-group-item-red-light.list-group-item-action:hover {
  color: #66222a;
  background-color: #e9b6bc;
}
.list-group-item-red-light.list-group-item-action.active {
  color: #fff;
  background-color: #66222a;
  border-color: #66222a;
}
.list-group-item-red-medium {
  color: #610808;
  background-color: #ecbcbc;
}
.list-group-item-red-medium.list-group-item-action:focus,
.list-group-item-red-medium.list-group-item-action:hover {
  color: #610808;
  background-color: #e6a8a8;
}
.list-group-item-red-medium.list-group-item-action.active {
  color: #fff;
  background-color: #610808;
  border-color: #610808;
}
.list-group-item-blue {
  color: #002146;
  background-color: #b8c9dd;
}
.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
  color: #002146;
  background-color: #a7bcd5;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #002146;
  border-color: #002146;
}
.list-group-item-blue-dark {
  color: #001b35;
  background-color: #b8c6d4;
}
.list-group-item-blue-dark.list-group-item-action:focus,
.list-group-item-blue-dark.list-group-item-action:hover {
  color: #001b35;
  background-color: #a8b9ca;
}
.list-group-item-blue-dark.list-group-item-action.active {
  color: #fff;
  background-color: #001b35;
  border-color: #001b35;
}
.list-group-item-blue-light {
  color: #505d6f;
  background-color: #e3eaf3;
}
.list-group-item-blue-light.list-group-item-action:focus,
.list-group-item-blue-light.list-group-item-action:hover {
  color: #505d6f;
  background-color: #d1ddeb;
}
.list-group-item-blue-light.list-group-item-action.active {
  color: #fff;
  background-color: #505d6f;
  border-color: #505d6f;
}
.list-group-item-blue-lighter {
  color: #7e8184;
  background-color: #fbfdff;
}
.list-group-item-blue-lighter.list-group-item-action:focus,
.list-group-item-blue-lighter.list-group-item-action:hover {
  color: #7e8184;
  background-color: #e2f0ff;
}
.list-group-item-blue-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #7e8184;
  border-color: #7e8184;
}
.list-group-item-blue-white {
  color: #828385;
  background-color: #fefeff;
}
.list-group-item-blue-white.list-group-item-action:focus,
.list-group-item-blue-white.list-group-item-action:hover {
  color: #828385;
  background-color: #e5e5ff;
}
.list-group-item-blue-white.list-group-item-action.active {
  color: #fff;
  background-color: #828385;
  border-color: #828385;
}
.list-group-item-blue-sky {
  color: #787e84;
  background-color: #f8fbfe;
}
.list-group-item-blue-sky.list-group-item-action:focus,
.list-group-item-blue-sky.list-group-item-action:hover {
  color: #787e84;
  background-color: #e2eefb;
}
.list-group-item-blue-sky.list-group-item-action.active {
  color: #fff;
  background-color: #787e84;
  border-color: #787e84;
}
.list-group-item-blue-cerulean {
  color: #03427a;
  background-color: #b9dbf9;
}
.list-group-item-blue-cerulean.list-group-item-action:focus,
.list-group-item-blue-cerulean.list-group-item-action:hover {
  color: #03427a;
  background-color: #a2cff7;
}
.list-group-item-blue-cerulean.list-group-item-action.active {
  color: #fff;
  background-color: #03427a;
  border-color: #03427a;
}
.list-group-item-tan {
  color: #6f6b62;
  background-color: #f4f1ed;
}
.list-group-item-tan.list-group-item-action:focus,
.list-group-item-tan.list-group-item-action:hover {
  color: #6f6b62;
  background-color: #eae5dd;
}
.list-group-item-tan.list-group-item-action.active {
  color: #fff;
  background-color: #6f6b62;
  border-color: #6f6b62;
}
.list-group-item-tan-dark {
  color: #5a5240;
  background-color: #e8e4da;
}
.list-group-item-tan-dark.list-group-item-action:focus,
.list-group-item-tan-dark.list-group-item-action:hover {
  color: #5a5240;
  background-color: #ded9ca;
}
.list-group-item-tan-dark.list-group-item-action.active {
  color: #fff;
  background-color: #5a5240;
  border-color: #5a5240;
}
.list-group-item-tan-light {
  color: #797977;
  background-color: #f9f9f7;
}
.list-group-item-tan-light.list-group-item-action:focus,
.list-group-item-tan-light.list-group-item-action:hover {
  color: #797977;
  background-color: #eeeee8;
}
.list-group-item-tan-light.list-group-item-action.active {
  color: #fff;
  background-color: #797977;
  border-color: #797977;
}
.list-group-item-gray {
  color: #2a2b2c;
  background-color: #cecfcf;
}
.list-group-item-gray.list-group-item-action:focus,
.list-group-item-gray.list-group-item-action:hover {
  color: #2a2b2c;
  background-color: #c1c2c2;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #2a2b2c;
  border-color: #2a2b2c;
}
.list-group-item-gray-dark {
  color: #121315;
  background-color: #c1c2c3;
}
.list-group-item-gray-dark.list-group-item-action:focus,
.list-group-item-gray-dark.list-group-item-action:hover {
  color: #121315;
  background-color: #b4b5b6;
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: #121315;
  border-color: #121315;
}
.list-group-item-gray-light {
  color: #4e4f4f;
  background-color: #e2e2e2;
}
.list-group-item-gray-light.list-group-item-action:focus,
.list-group-item-gray-light.list-group-item-action:hover {
  color: #4e4f4f;
  background-color: #d5d5d5;
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: #4e4f4f;
  border-color: #4e4f4f;
}
.list-group-item-gray-metal {
  color: #242b2f;
  background-color: #cbcfd1;
}
.list-group-item-gray-metal.list-group-item-action:focus,
.list-group-item-gray-metal.list-group-item-action:hover {
  color: #242b2f;
  background-color: #bdc3c5;
}
.list-group-item-gray-metal.list-group-item-action.active {
  color: #fff;
  background-color: #242b2f;
  border-color: #242b2f;
}
.list-group-item-gray-thin {
  color: #797777;
  background-color: #f9f8f8;
}
.list-group-item-gray-thin.list-group-item-action:focus,
.list-group-item-gray-thin.list-group-item-action:hover {
  color: #797777;
  background-color: #edeaea;
}
.list-group-item-gray-thin.list-group-item-action.active {
  color: #fff;
  background-color: #797777;
  border-color: #797777;
}
.list-group-item-gray-soft {
  color: #7a7878;
  background-color: #f9f8f8;
}
.list-group-item-gray-soft.list-group-item-action:focus,
.list-group-item-gray-soft.list-group-item-action:hover {
  color: #7a7878;
  background-color: #edeaea;
}
.list-group-item-gray-soft.list-group-item-action.active {
  color: #fff;
  background-color: #7a7878;
  border-color: #7a7878;
}
.list-group-item-white {
  color: #858585;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-critical {
  color: #730000;
  background-color: #f5b8b8;
}
.list-group-item-critical.list-group-item-action:focus,
.list-group-item-critical.list-group-item-action:hover {
  color: #730000;
  background-color: #f2a2a2;
}
.list-group-item-critical.list-group-item-action.active {
  color: #fff;
  background-color: #730000;
  border-color: #730000;
}
.list-group-item-militar {
  color: #172e17;
  background-color: #c4d1c4;
}
.list-group-item-militar.list-group-item-action:focus,
.list-group-item-militar.list-group-item-action:hover {
  color: #172e17;
  background-color: #b6c6b6;
}
.list-group-item-militar.list-group-item-action.active {
  color: #fff;
  background-color: #172e17;
  border-color: #172e17;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: gray;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e6e6e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #003f87;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212121;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29;
}
.carousel-control-next-icon {
  background-image: str-replace%28url%28
      "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"
      %29,
    "%23", "%23" %29;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes c {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite c;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes d {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite d;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #003f87 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #002754 !important;
}
.bg-secondary {
  background-color: #515354 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #38393a !important;
}
.bg-success {
  background-color: #039b03 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #026902 !important;
}
.bg-info {
  background-color: #067eeb !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #0563b9 !important;
}
.bg-warning {
  background-color: #ffb225 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #f19c00 !important;
}
.bg-danger {
  background-color: #ff6200 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #cc4e00 !important;
}
.bg-light {
  background-color: #f2f2f2 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #d9d9d9 !important;
}
.bg-dark {
  background-color: #212121 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #080808 !important;
}
.bg-red {
  background-color: #ce1126 !important;
}
a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
  background-color: #9f0d1d !important;
}
.bg-red-dark {
  background-color: #860d1a !important;
}
a.bg-red-dark:focus,
a.bg-red-dark:hover,
button.bg-red-dark:focus,
button.bg-red-dark:hover {
  background-color: #580811 !important;
}
.bg-red-light {
  background-color: #c54250 !important;
}
a.bg-red-light:focus,
a.bg-red-light:hover,
button.bg-red-light:focus,
button.bg-red-light:hover {
  background-color: #a2323e !important;
}
.bg-red-medium {
  background-color: #bb0f0f !important;
}
a.bg-red-medium:focus,
a.bg-red-medium:hover,
button.bg-red-medium:focus,
button.bg-red-medium:hover {
  background-color: #8c0b0b !important;
}
.bg-blue {
  background-color: #003f87 !important;
}
a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
  background-color: #002754 !important;
}
.bg-blue-dark {
  background-color: #036 !important;
}
a.bg-blue-dark:focus,
a.bg-blue-dark:hover,
button.bg-blue-dark:focus,
button.bg-blue-dark:hover {
  background-color: #001a33 !important;
}
.bg-blue-light {
  background-color: #9ab3d5 !important;
}
a.bg-blue-light:focus,
a.bg-blue-light:hover,
button.bg-blue-light:focus,
button.bg-blue-light:hover {
  background-color: #7698c6 !important;
}
.bg-blue-lighter {
  background-color: #f2f8fe !important;
}
a.bg-blue-lighter:focus,
a.bg-blue-lighter:hover,
button.bg-blue-lighter:focus,
button.bg-blue-lighter:hover {
  background-color: #c3dffa !important;
}
.bg-blue-white {
  background-color: #fafcff !important;
}
a.bg-blue-white:focus,
a.bg-blue-white:hover,
button.bg-blue-white:focus,
button.bg-blue-white:hover {
  background-color: #c7ddff !important;
}
.bg-blue-sky {
  background-color: #e6f2fd !important;
}
a.bg-blue-sky:focus,
a.bg-blue-sky:hover,
button.bg-blue-sky:focus,
button.bg-blue-sky:hover {
  background-color: #b7d9f9 !important;
}
.bg-blue-cerulean {
  background-color: #067eeb !important;
}
a.bg-blue-cerulean:focus,
a.bg-blue-cerulean:hover,
button.bg-blue-cerulean:focus,
button.bg-blue-cerulean:hover {
  background-color: #0563b9 !important;
}
.bg-tan {
  background-color: #d6cebd !important;
}
a.bg-tan:focus,
a.bg-tan:hover,
button.bg-tan:focus,
button.bg-tan:hover {
  background-color: #c2b79e !important;
}
.bg-tan-dark {
  background-color: #ad9d7b !important;
}
a.bg-tan-dark:focus,
a.bg-tan-dark:hover,
button.bg-tan-dark:focus,
button.bg-tan-dark:hover {
  background-color: #97855e !important;
}
.bg-tan-light {
  background-color: #e9e9e4 !important;
}
a.bg-tan-light:focus,
a.bg-tan-light:hover,
button.bg-tan-light:focus,
button.bg-tan-light:hover {
  background-color: #d2d2c8 !important;
}
.bg-gray {
  background-color: #515354 !important;
}
a.bg-gray:focus,
a.bg-gray:hover,
button.bg-gray:focus,
button.bg-gray:hover {
  background-color: #38393a !important;
}
.bg-gray-dark {
  background-color: #232528 !important;
}
a.bg-gray-dark:focus,
a.bg-gray-dark:hover,
button.bg-gray-dark:focus,
button.bg-gray-dark:hover {
  background-color: #0b0c0d !important;
}
.bg-gray-light {
  background-color: #969897 !important;
}
a.bg-gray-light:focus,
a.bg-gray-light:hover,
button.bg-gray-light:focus,
button.bg-gray-light:hover {
  background-color: #7c7f7e !important;
}
.bg-gray-metal {
  background-color: #45525b !important;
}
a.bg-gray-metal:focus,
a.bg-gray-metal:hover,
button.bg-gray-metal:focus,
button.bg-gray-metal:hover {
  background-color: #2f383e !important;
}
.bg-gray-thin {
  background-color: #e9e5e5 !important;
}
a.bg-gray-thin:focus,
a.bg-gray-thin:hover,
button.bg-gray-thin:focus,
button.bg-gray-thin:hover {
  background-color: #d2c9c9 !important;
}
.bg-gray-soft {
  background-color: #eae6e6 !important;
}
a.bg-gray-soft:focus,
a.bg-gray-soft:hover,
button.bg-gray-soft:focus,
button.bg-gray-soft:hover {
  background-color: #d3caca !important;
}
a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #e6e6e6 !important;
}
.bg-critical {
  background-color: #d00 !important;
}
a.bg-critical:focus,
a.bg-critical:hover,
button.bg-critical:focus,
button.bg-critical:hover {
  background-color: #a00 !important;
}
.bg-militar {
  background-color: #2c592c !important;
}
a.bg-militar:focus,
a.bg-militar:hover,
button.bg-militar:focus,
button.bg-militar:hover {
  background-color: #1b371b !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #ccc !important;
}
.border-top {
  border-top: 1px solid #ccc !important;
}
.border-right {
  border-right: 1px solid #ccc !important;
}
.border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.border-left {
  border-left: 1px solid #ccc !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #003f87 !important;
}
.border-secondary {
  border-color: #515354 !important;
}
.border-success {
  border-color: #039b03 !important;
}
.border-info {
  border-color: #067eeb !important;
}
.border-warning {
  border-color: #ffb225 !important;
}
.border-danger {
  border-color: #ff6200 !important;
}
.border-light {
  border-color: #f2f2f2 !important;
}
.border-dark {
  border-color: #212121 !important;
}
.border-red {
  border-color: #ce1126 !important;
}
.border-red-dark {
  border-color: #860d1a !important;
}
.border-red-light {
  border-color: #c54250 !important;
}
.border-red-medium {
  border-color: #bb0f0f !important;
}
.border-blue {
  border-color: #003f87 !important;
}
.border-blue-dark {
  border-color: #036 !important;
}
.border-blue-light {
  border-color: #9ab3d5 !important;
}
.border-blue-lighter {
  border-color: #f2f8fe !important;
}
.border-blue-white {
  border-color: #fafcff !important;
}
.border-blue-sky {
  border-color: #e6f2fd !important;
}
.border-blue-cerulean {
  border-color: #067eeb !important;
}
.border-tan {
  border-color: #d6cebd !important;
}
.border-tan-dark {
  border-color: #ad9d7b !important;
}
.border-tan-light {
  border-color: #e9e9e4 !important;
}
.border-gray {
  border-color: #515354 !important;
}
.border-gray-dark {
  border-color: #232528 !important;
}
.border-gray-light {
  border-color: #969897 !important;
}
.border-gray-metal {
  border-color: #45525b !important;
}
.border-gray-thin {
  border-color: #e9e5e5 !important;
}
.border-gray-soft {
  border-color: #eae6e6 !important;
}
.border-critical {
  border-color: #d00 !important;
}
.border-militar {
  border-color: #2c592c !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-primary {
  color: #003f87 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #001b3b !important;
}
.text-secondary {
  color: #515354 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #2b2d2d !important;
}
.text-success {
  color: #039b03 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #025002 !important;
}
.text-info {
  color: #067eeb !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0456a0 !important;
}
.text-warning {
  color: #ffb225 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d88b00 !important;
}
.text-danger {
  color: #ff6200 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #b34500 !important;
}
.text-light {
  color: #f2f2f2 !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #ccc !important;
}
.text-dark {
  color: #212121 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.text-red {
  color: #ce1126 !important;
}
a.text-red:focus,
a.text-red:hover {
  color: #870b19 !important;
}
.text-red-dark {
  color: #860d1a !important;
}
a.text-red-dark:focus,
a.text-red-dark:hover {
  color: #40060c !important;
}
.text-red-light {
  color: #c54250 !important;
}
a.text-red-light:focus,
a.text-red-light:hover {
  color: #8f2c36 !important;
}
.text-red-medium {
  color: #bb0f0f !important;
}
a.text-red-medium:focus,
a.text-red-medium:hover {
  color: #740909 !important;
}
.text-blue {
  color: #003f87 !important;
}
a.text-blue:focus,
a.text-blue:hover {
  color: #001b3b !important;
}
.text-blue-dark {
  color: #036 !important;
}
a.text-blue-dark:focus,
a.text-blue-dark:hover {
  color: #000d1a !important;
}
.text-blue-light {
  color: #9ab3d5 !important;
}
a.text-blue-light:focus,
a.text-blue-light:hover {
  color: #648abf !important;
}
.text-blue-lighter {
  color: #f2f8fe !important;
}
a.text-blue-lighter:focus,
a.text-blue-lighter:hover {
  color: #abd2f9 !important;
}
.text-blue-white {
  color: #fafcff !important;
}
a.text-blue-white:focus,
a.text-blue-white:hover {
  color: #aeceff !important;
}
.text-blue-sky {
  color: #e6f2fd !important;
}
a.text-blue-sky:focus,
a.text-blue-sky:hover {
  color: #9fcdf7 !important;
}
.text-blue-cerulean {
  color: #067eeb !important;
}
a.text-blue-cerulean:focus,
a.text-blue-cerulean:hover {
  color: #0456a0 !important;
}
.text-tan {
  color: #d6cebd !important;
}
a.text-tan:focus,
a.text-tan:hover {
  color: #b9ab8e !important;
}
.text-tan-dark {
  color: #ad9d7b !important;
}
a.text-tan-dark:focus,
a.text-tan-dark:hover {
  color: #877754 !important;
}
.text-tan-light {
  color: #e9e9e4 !important;
}
a.text-tan-light:focus,
a.text-tan-light:hover {
  color: #c7c7ba !important;
}
.text-gray {
  color: #515354 !important;
}
a.text-gray:focus,
a.text-gray:hover {
  color: #2b2d2d !important;
}
.text-gray-dark {
  color: #232528 !important;
}
a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #000 !important;
}
.text-gray-light {
  color: #969897 !important;
}
a.text-gray-light:focus,
a.text-gray-light:hover {
  color: #707271 !important;
}
.text-gray-metal {
  color: #45525b !important;
}
a.text-gray-metal:focus,
a.text-gray-metal:hover {
  color: #242b2f !important;
}
.text-gray-thin {
  color: #e9e5e5 !important;
}
a.text-gray-thin:focus,
a.text-gray-thin:hover {
  color: #c6bcbc !important;
}
.text-gray-soft {
  color: #eae6e6 !important;
}
a.text-gray-soft:focus,
a.text-gray-soft:hover {
  color: #c7bcbc !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}
.text-critical {
  color: #d00 !important;
}
a.text-critical:focus,
a.text-critical:hover {
  color: #910000 !important;
}
.text-militar {
  color: #2c592c !important;
}
a.text-militar:focus,
a.text-militar:hover {
  color: #132613 !important;
}
.text-body {
  color: #212121 !important;
}
.text-muted {
  color: gray !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../fonts/material-icons/MaterialIcons-Regular.woff2) format("woff2"),
    url(../fonts/material-icons/MaterialIcons-Regular.woff) format("woff"),
    url(../fonts/material-icons/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/roboto/roboto-v18-latin-100.eot);
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url(../fonts/roboto/roboto-v18-latin-100.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-100.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-100.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-100.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-100.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/roboto/roboto-v18-latin-100italic.eot);
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
    url(../fonts/roboto/roboto-v18-latin-100italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-100italic.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-100italic.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-100italic.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-100italic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto/roboto-v18-latin-300.eot);
  src: local("Roboto Light"), local("Roboto-Light"),
    url(../fonts/roboto/roboto-v18-latin-300.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-300.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-300.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-300.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-300.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/roboto/roboto-v18-latin-300italic.eot);
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
    url(../fonts/roboto/roboto-v18-latin-300italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-300italic.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-300italic.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-300italic.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-300italic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto/roboto-v18-latin-regular.eot);
  src: local("Roboto"), local("Roboto-Regular"),
    url(../fonts/roboto/roboto-v18-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-regular.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-regular.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-regular.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/roboto/roboto-v18-latin-italic.eot);
  src: local("Roboto Italic"), local("Roboto-Italic"),
    url(../fonts/roboto/roboto-v18-latin-italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-italic.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-italic.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-italic.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-italic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/roboto/roboto-v18-latin-500.eot);
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(../fonts/roboto/roboto-v18-latin-500.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-500.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-500.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-500.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-500.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/roboto/roboto-v18-latin-500italic.eot);
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
    url(../fonts/roboto/roboto-v18-latin-500italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-500italic.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-500italic.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-500italic.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-500italic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto/roboto-v18-latin-700.eot);
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(../fonts/roboto/roboto-v18-latin-700.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-700.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-700.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-700.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-700.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/roboto/roboto-v18-latin-700italic.eot);
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
    url(../fonts/roboto/roboto-v18-latin-700italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-700italic.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-700italic.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-700italic.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-700italic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/roboto/roboto-v18-latin-900.eot);
  src: local("Roboto Black"), local("Roboto-Black"),
    url(../fonts/roboto/roboto-v18-latin-900.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-900.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-900.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-900.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-900.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/roboto/roboto-v18-latin-900italic.eot);
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
    url(../fonts/roboto/roboto-v18-latin-900italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/roboto-v18-latin-900italic.woff2) format("woff2"),
    url(../fonts/roboto/roboto-v18-latin-900italic.woff) format("woff"),
    url(../fonts/roboto/roboto-v18-latin-900italic.ttf) format("truetype"),
    url(../fonts/roboto/roboto-v18-latin-900italic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/roboto-slab/roboto-slab-v7-latin-100.eot);
  src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-100.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-100.woff2) format("woff2"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-100.woff) format("woff"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-100.ttf) format("truetype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-100.svg#RobotoSlab)
      format("svg");
}
@font-face {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto-slab/roboto-slab-v7-latin-300.eot);
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2) format("woff2"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-300.woff) format("woff"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf) format("truetype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab)
      format("svg");
}
@font-face {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot);
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff) format("woff"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf)
      format("truetype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab)
      format("svg");
}
@font-face {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-slab/roboto-slab-v7-latin-700.eot);
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2) format("woff2"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-700.woff) format("woff"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf) format("truetype"),
    url(../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab)
      format("svg");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto Slab, serif;
  font-weight: 700;
  color: #003f87;
}
h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt,
h6.alt {
  font-family: Roboto, sans-serif;
}
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.small {
  font-size: 14px;
}
.btn {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.caption {
  font-size: 12px;
  letter-spacing: 0.4px;
}
.caption,
.overline {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.overline {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
body {
  color: #212121;
}
body a:hover {
  text-decoration: underline;
}
.elementor p:not(.elementor-heading-title) a,
.site-main a,
body a:hover,
body p a {
  color: #006cff;
}
main {
  margin-top: 160px;
  min-height: calc(100vh - 128px - 206px);
}
.logged-in main {
  margin-top: 190px;
  min-height: calc(100vh - 128px - 206px - 46px);
}
.home main {
  margin-top: 128px;
}
.logged-in.home main {
  margin-top: 160px;
}
#top-nav {
  background: #003f87;
  height: 80px;
  width: 100%;
  z-index: 1035;
}
#top-nav .scouting-desktop-toggler-hide {
  margin-left: 15px;
}
#top-nav .scouting-desktop-toggler-hide a {
  font-size: 12px;
  text-align: center;
  width: 32px;
  margin-left: 0 !important;
}
#top-nav .lower,
#top-nav .upper {
  width: 100%;
}
#top-nav .upper {
  background: #003f87;
  height: 48px;
}
#top-nav .upper .navbar-brand {
  color: #fff;
  position: relative;
  left: -3px;
  z-index: 1035;
}
#top-nav .upper .navbar-brand img {
  height: auto;
}
#top-nav .upper .text-logo {
  padding-left: 27px;
}
#top-nav .upper .text-logo h5,
#top-nav .upper .text-logo h6 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}
#top-nav .upper .text-logo h5 {
  font-size: 14px;
}
#top-nav .upper .text-logo h6 {
  font-size: 16px;
}
#top-nav .upper .scouting-desktop-toggler {
  position: relative;
  height: 100%;
  width: 32px;
}
#top-nav .upper .scouting-desktop-toggler .btn {
  width: 32px;
  height: 28px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 12px;
}
#top-nav .upper .scouting-desktop-toggler .btn.hide {
  display: none;
}
#top-nav .upper .scouting-desktop-toggler .btn i {
  padding-bottom: 5px;
}
#top-nav .lower {
  background-color: #e9e5e5;
  height: 49px;
  z-index: 1035;
}
#top-nav .lower .buttons {
  width: 100%;
  max-width: 275px;
}
#top-nav .lower .buttons button {
  width: 145px;
}
#top-nav .lower .buttons i {
  font-size: 30px;
}
#top-menu ul {
  align-items: center;
}
#top-menu .nav-item {
  margin-right: 20px;
}
#top-menu .nav-item .nav-link {
  color: #fff;
  font-family: Roboto Slab, serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: 0.3s ease;
  padding: 15px 0;
  text-transform: uppercase;
}
#top-menu .nav-item .nav-link:after {
  display: none;
}
#top-menu .nav-item .nav-link:hover {
  color: #fff;
}
#top-menu .nav-item.current_page_item .nav-link {
  text-decoration: none;
}
#top-menu #navbarDropdown {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#top-menu #desktop-menu-top-menu > .nav-item:nth-child(5) ~ .nav-item {
  display: none;
}
#top-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
#top-menu .dropdown .dropdown-menu {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 4px 0 #00000080;
  margin-top: -4px;
  min-width: 250px;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1037;
}
#top-menu .dropdown .dropdown-menu .nav-item {
  transition: 0.3s ease;
  margin: auto;
}
#top-menu .dropdown .dropdown-menu .nav-item .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  color: #212121;
  transition: 0.3s ease;
}
#top-menu .dropdown .dropdown-menu .nav-item .dropdown-item:hover {
  background-color: #fbe8e9;
  color: #45525b;
  text-decoration: underline !important;
}
#top-menu .dropdown .dropdown-menu .nav-item .dropdown-item.current_page_item {
  pointer-events: none;
  background-color: #fbe8e9;
}
#top-menu
  .dropdown
  .dropdown-menu
  .nav-item
  .dropdown-item.current_page_item
  a {
  pointer-events: none;
}
#top-menu .dropdown .dropdown-menu .nav-item:last-child,
#top-menu .dropdown .dropdown-menu .nav-item:last-child a {
  border-bottom: 0;
}
#top-menu .dropdown .dropdown-menu-right {
  right: unset;
}
#top-menu .dropdown-submenu-left.menu-item-has-children:hover > .dropdown-menu,
#top-menu .dropdown-submenu.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}
#desktop-menu .nav-item {
  margin-right: 20px;
}
#desktop-menu .nav-item .nav-link {
  color: #45525b;
  font-size: 14px;
  letter-spacing: 1.25px;
  transition: 0.3s ease;
  font-weight: 500;
  padding: 13px;
  position: relative;
  text-transform: uppercase;
}
#desktop-menu .nav-item .nav-link:after {
  display: none;
  margin-left: 0;
}
#desktop-menu .nav-item .nav-link:hover {
  color: #bb0f0f;
  background-color: #fafafa;
}
#desktop-menu .nav-item .nav-link:hover:after {
  background-color: #bb0f0f;
  bottom: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  height: 4px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
}
#desktop-menu .nav-item.active {
  background-color: #fafafa;
  position: relative;
}
#desktop-menu .nav-item.active:after {
  background-color: #bb0f0f;
  bottom: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  height: 4px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
}
#desktop-menu .nav-item.active > a {
  color: #bb0f0f;
}
#desktop-menu .nav-item.current_page_item .nav-link {
  text-decoration: none;
}
#desktop-menu #navbarDropdown {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#desktop-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
#desktop-menu .dropdown .dropdown-menu {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 4px 0 #00000080;
  margin-top: 1px;
  min-width: 250px;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1037;
}
#desktop-menu .dropdown .dropdown-menu .nav-item {
  transition: 0.3s ease;
  margin: auto;
}
#desktop-menu .dropdown .dropdown-menu .nav-item.active {
  background-color: #fff;
}
#desktop-menu .dropdown .dropdown-menu .nav-item.active:after {
  height: 0;
}
#desktop-menu .dropdown .dropdown-menu .nav-item .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  color: #212121;
  transition: 0.3s ease;
}
#desktop-menu .dropdown .dropdown-menu .nav-item .dropdown-item:hover {
  background-color: #fbe8e9;
  color: #45525b;
  text-decoration: underline !important;
}
#desktop-menu
  .dropdown
  .dropdown-menu
  .nav-item
  .dropdown-item.current_page_item {
  pointer-events: none;
  background-color: #fbe8e9;
}
#desktop-menu
  .dropdown
  .dropdown-menu
  .nav-item
  .dropdown-item.current_page_item
  a {
  pointer-events: none;
}
#desktop-menu .dropdown .dropdown-menu .nav-item:last-child,
#desktop-menu .dropdown .dropdown-menu .nav-item:last-child a {
  border-bottom: 0;
}
#desktop-menu .dropdown .dropdown-menu-right {
  right: unset;
}
#desktop-menu
  .dropdown-submenu-left.menu-item-has-children:hover
  > .dropdown-menu,
#desktop-menu .dropdown-submenu.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}
#desktop-menu-main-menu .nav-link.disabled {
  pointer-events: auto;
}
#desktop-menu-main-menu > .nav-item:nth-child(9) ~ .nav-item {
  display: none;
}
#desktop-scouting-menu .nav-item .nav-link {
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s ease;
}
#desktop-scouting-menu .nav-item .nav-link:hover {
  color: #ccc;
}
#desktop-menu-more-menu .overflowed-main-menu > .nav-item {
  display: none;
}
#desktop-menu-more-menu
  .overflowed-main-menu
  > .nav-item:nth-child(5)
  ~ .nav-item {
  display: block;
}
.btn-donate a {
  background-color: #bb0f0f;
  border: 1px solid #fff;
  border-radius: 28px;
  padding: 10px 16px !important;
}
.btn-join-us a {
  background-color: #fff;
  border-radius: 28px;
  color: #003f87 !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px;
  padding: 10px 16px !important;
}
.text-logo h6 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.logo-mobile {
  width: 200px;
}
.btn-white {
  background-color: #fff;
  color: #003f87;
  font-family: Roboto Slab, serif;
}
.btn-join-us-mobile {
  border-radius: 28px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
  letter-spacing: 0.8px;
  padding: 10px 16px !important;
}
#formtoseach-mob-bar-bottom-container {
  background-color: #fff !important;
  display: none;
}
#mobile-menu {
  background: #fff;
  width: 100%;
  max-height: calc(100% - 80px);
  top: 80px;
  left: 0;
  position: fixed;
  overflow-y: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#mobile-menu #mobile-main-menu .nav-link,
#mobile-menu #mobile-top-menu .nav-link {
  font-size: 14px;
  text-transform: uppercase;
}
#mobile-menu #mobile-top-menu > .nav-item:nth-child(5) ~ .nav-item {
  display: none;
}
#mobile-menu #mobile-top-menu .nav-item {
  position: relative;
}
#mobile-menu #mobile-top-menu .nav-item.current-menu-item a {
  text-decoration: underline;
}
#mobile-menu #mobile-top-menu .nav-item.menu-item-has-children.show-submenu {
  background: #fff;
}
#mobile-menu #mobile-top-menu .nav-item.menu-item-has-children.show-submenu a {
  color: #bb0f0f;
}
#mobile-menu
  #mobile-top-menu
  .nav-item.menu-item-has-children.show-submenu
  .menu-item-has-children:after {
  color: inherit;
}
#mobile-menu
  #mobile-top-menu
  .nav-item.menu-item-has-children.show-submenu:after {
  content: "\f077";
  color: #bb0f0f;
}
#mobile-menu #mobile-top-menu .nav-item.menu-item-has-children:after {
  content: "\f078";
  position: absolute;
  height: 100%;
  display: inline-block;
  border: none;
  font-family: FontAwesome;
  right: 20px;
  top: 8px;
  color: #bb0f0f;
}
#mobile-menu #mobile-top-menu .nav-item:hover {
  background-color: #fff;
  color: #bb0f0f;
}
#mobile-menu #mobile-top-menu .nav-item:hover .nav-link,
#mobile-menu #mobile-top-menu .nav-item:hover:after {
  color: #bb0f0f;
}
#mobile-menu #mobile-top-menu .nav-item .nav-link {
  font-family: Roboto Slab, serif;
  font-weight: 700;
  padding: 8px 15px;
  color: #bb0f0f;
  transition: 0.3s ease;
  display: inline-block;
}
#mobile-menu #mobile-top-menu .nav-item .nav-link:hover {
  text-decoration: underline;
}
#mobile-menu
  #mobile-top-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler {
  width: 100%;
}
#mobile-menu
  #mobile-top-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler:hover {
  background-color: #fff !important;
  color: #003f87 !important;
}
#mobile-menu
  #mobile-top-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler:focus {
  background-color: #036 !important;
  color: #fff !important;
}
#mobile-menu
  #mobile-top-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler:focus:hover {
  background-color: #fff !important;
  color: #003f87 !important;
}
#mobile-menu hr {
  margin: 12px 15px;
}
#mobile-menu #mobile-main-menu > .nav-item:nth-child(9) ~ .nav-item {
  display: none;
}
#mobile-menu #mobile-main-menu .nav-item {
  position: relative;
}
#mobile-menu #mobile-main-menu .nav-item.current-menu-item.current_page_item {
  background-color: #fbe8e9;
}
#mobile-menu #mobile-main-menu .nav-item.menu-item-has-children.show-submenu a {
  color: #515354;
}
#mobile-menu
  #mobile-main-menu
  .nav-item.menu-item-has-children.show-submenu
  .menu-item-has-children:after {
  color: inherit;
}
#mobile-menu
  #mobile-main-menu
  .nav-item.menu-item-has-children.show-submenu:after {
  content: "\f077";
  color: #515354;
}
#mobile-menu #mobile-main-menu .nav-item.menu-item-has-children:after {
  content: "\f078";
  position: absolute;
  height: 100%;
  display: inline-block;
  border: none;
  font-family: FontAwesome;
  right: 20px;
  top: 8px;
  color: #515354;
}
#mobile-menu #mobile-main-menu .nav-item:hover {
  background-color: #fff;
  color: #515354;
}
#mobile-menu #mobile-main-menu .nav-item:hover .nav-link,
#mobile-menu #mobile-main-menu .nav-item:hover:after {
  color: #515354;
}
#mobile-menu #mobile-main-menu .nav-item .nav-link {
  font-weight: 500;
  padding: 8px 15px;
  color: #515354;
  transition: 0.3s ease;
  display: inline-block;
}
#mobile-menu #mobile-main-menu .nav-item .nav-link:hover {
  text-decoration: underline;
}
#mobile-menu
  #mobile-main-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler {
  width: 100%;
}
#mobile-menu
  #mobile-main-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler:hover {
  background-color: #fff !important;
  color: #003f87 !important;
}
#mobile-menu
  #mobile-main-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler:focus {
  background-color: #036 !important;
  color: #fff !important;
}
#mobile-menu
  #mobile-main-menu
  .nav-item
  .nav-link.bg-blue-dark.scouting-menu-toggler:focus:hover {
  background-color: #fff !important;
  color: #003f87 !important;
}
#mobile-menu .buttons .register {
  display: none;
  width: 145px;
}
#mobile-menu .buttons .webcam {
  text-transform: none;
}
#mobile-menu #mobile-scouting-menu {
  border-top: 1px solid #ccc;
  background: #fff;
}
#mobile-menu #mobile-scouting-menu .nav-item {
  border-bottom: 1px solid #ccc;
}
#mobile-menu #mobile-scouting-menu .nav-item:last-child {
  border-bottom: none;
}
#mobile-menu #mobile-scouting-menu .nav-item .nav-link {
  color: #003f87;
}
#mobile-menu #mobile-scouting-menu .nav-item .nav-link:hover {
  background-color: #f2f2f2;
  color: #003f87;
}
#mobile-menu .sub-menu {
  padding: 0;
}
#mobile-menu .sub-menu li {
  background-color: #fff;
  list-style: none;
  padding-left: 15px;
}
#mobile-menu .sub-menu li a {
  text-transform: none !important;
}
.logged-in #mobile-menu,
.logged-in #top-nav {
  margin-top: 46px;
}
.logged-in #mobile-menu {
  max-height: calc(100% - 136px);
}
.dropdown-submenu,
.dropdown-submenu > a {
  position: relative;
}
.dropdown-submenu > a:after {
  content: "\f0da";
  position: absolute;
  right: 15px;
  border: none;
  font-family: FontAwesome;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropdown-submenu-left {
  position: relative;
}
.dropdown-submenu-left.menu-item-has-children > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: FontAwesome;
  text-decoration: none !important;
}
.dropdown-submenu-left > .dropdown-menu {
  top: 0;
  left: -100%;
  margin-top: 0;
  margin-left: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #067eeb;
}
.sub-menu {
  width: 100%;
}
.bg-radius-effect {
  border-radius: 24px;
}
.bg-radius-effect-after:after {
  content: none !important;
}
form .input-group-sm .form-control:focus {
  border-color: #003f87;
}
form .input-group-sm .form-control {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
form .input-group-sm .input-group-append .btn {
  padding: 0.375rem 0.75rem;
  height: auto;
}
form .btn-search-hover {
  background-color: #fff;
  border-color: #fff;
  color: #003f87 !important;
}
form .btn-search-clicked {
  background-color: #067eeb !important;
  border-color: #067eeb !important;
  color: #fff !important;
}
form .nav-search-input {
  visibility: hidden;
  border-radius: 12px 0 0 12px !important;
  color: #515354;
}
form .nav-search-input::placeholder {
  color: gray;
  opacity: 1;
}
form .nav-search-input:-ms-input-placeholder,
form .nav-search-input::-ms-input-placeholder {
  color: gray;
}
form .search-nav {
  border-radius: 8px !important;
}
form .btn-secondary-radio-border {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
form .btn:focus {
  box-shadow: none;
}
.elementor-accordion .elementor-accordion-item {
  border: unset;
  border-radius: 16px;
  background-color: #fafafa;
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.16);
}
.elementor-accordion .elementor-accordion-item:not(:last-child) {
  margin-bottom: 24px;
}
.elementor-accordion .elementor-tab-title {
  border-radius: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.elementor-accordion .elementor-accordion-title {
  width: 100%;
}
.elementor-accordion .elementor-tab-content {
  border-top: unset;
  border-radius: 16px;
}
.elementor-accordion .accordion-btn {
  border-radius: 28px;
  border: 1px solid #bb0f0f;
  color: #bb0f0f !important;
  font-family: Roboto Slab, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 18px 11px;
  text-decoration: none !important;
}
#footer .footer-top {
  background-color: #eae6e6;
}
#footer .footer-top .widget {
  margin-bottom: 10px;
}
#footer .footer-top .widget.widget_nav_menu .menu,
#footer .footer-top .widget.widget_nav_menu .menu .sub-menu {
  list-style: none;
  padding-left: 0;
}
#footer
  .footer-top
  .widget.widget_nav_menu
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu,
#footer
  .footer-top
  .widget.widget_nav_menu
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu {
  padding-left: 20px;
}
#footer .footer-top ul {
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 14px;
  color: #515354;
  line-height: 24px;
  margin-bottom: 0;
}
#footer .footer-top a {
  color: #46535c;
  text-decoration: none;
}
#footer .wp-block-social-links .wp-social-link {
  background-color: #bb0f0f;
}
#footer .wp-block-social-links .wp-social-link a {
  padding: 8px;
}
#footer .wp-block-social-links .wp-social-link svg {
  color: #fff;
  fill: #fff;
  height: 24px;
  width: 24px;
}
footer .footer-site-name .elementor-widget-container {
  color: #515354;
  font-size: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}
#theme-footer {
  align-items: center;
  justify-content: center;
  background-color: #eae6e6;
  color: #515354 !important;
  display: block;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 0;
  padding: 5px 15px 40px;
  position: relative;
  text-align: center;
}
#theme-footer hr {
  background-color: #fff;
  color: #fff;
  height: 1px;
  max-width: 85%;
}
#theme-footer img {
  height: auto;
  max-width: 375px;
  width: 100%;
}
#theme-footer .council-name {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  padding: 4px 0 24px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignleft,
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.breadcrumbs {
  font-size: 14px;
  color: #232528;
  font-weight: 400;
}
.breadcrumbs .breadcrumb-separator {
  color: #067eeb;
}
.breadcrumbs [property="itemListElement"] a {
  color: #515354;
  font-weight: 400;
  transition: 0.3s ease;
  color: #067eeb;
  text-decoration: none;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table,
.entry-content tr {
  width: 100% !important;
}
.entry-content table td > img,
.entry-content table th > img,
.entry-content tr td > img,
.entry-content tr th > img {
  width: 100% !important;
  height: auto !important;
}
body.archive h3 a,
body.search h3 a {
  transition: 0.3s ease;
}
body.archive h3 a:hover,
body.search h3 a:hover {
  color: #004cb3;
  text-decoration: none;
}
.elementor-widget-sidebar .widget {
  list-style: none;
  margin-bottom: 20px;
}
.elementor-widget-bsa_pages_navigation .mobile-pages-navigation-toggler,
.widget_bsa_pages_navigation .mobile-pages-navigation-toggler {
  text-transform: none;
  padding: 12px 16px;
  font-weight: 700;
  word-wrap: break-word;
  white-space: normal;
  color: #515354;
  background-color: #fff;
}
.elementor-widget-bsa_pages_navigation .mobile-pages-navigation-toggler:active,
.widget_bsa_pages_navigation .mobile-pages-navigation-toggler:active {
  background-color: #fff !important;
  color: #515354 !important;
}
.elementor-widget-bsa_pages_navigation .mobile-pages-navigation-toggler:focus,
.widget_bsa_pages_navigation .mobile-pages-navigation-toggler:focus {
  box-shadow: none !important;
}
.elementor-widget-bsa_pages_navigation .menu ul li a,
.widget_bsa_pages_navigation .menu ul li a {
  background-color: #fff;
  color: #515354;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 4px;
}
.elementor-widget-bsa_pages_navigation .menu ul li a:hover,
.widget_bsa_pages_navigation .menu ul li a:hover {
  background-color: #f2f8fe;
}
.elementor-widget-bsa_pages_navigation .menu ul li.current_page_item > a,
.widget_bsa_pages_navigation .menu ul li.current_page_item > a {
  background-color: #e6f2fd;
  color: #003f87;
  font-weight: 700;
}
.elementor-widget-bsa_pages_navigation .menu ul li .children li a,
.widget_bsa_pages_navigation .menu ul li .children li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding-left: 24px;
}
.elementor-widget-bsa_pages_navigation
  .menu
  ul
  li
  .children
  li.current_page_item
  > a,
.widget_bsa_pages_navigation .menu ul li .children li.current_page_item > a {
  background-color: #e6f2fd;
  color: #003f87;
  font-weight: 700;
}
.elementor-widget-bsa_pages_navigation.sticky
  .btn-outline-dark.mobile-pages-navigation-toggler,
.widget_bsa_pages_navigation.sticky
  .btn-outline-dark.mobile-pages-navigation-toggler {
  background-color: #003f87;
  color: #f2f2f2;
  border-radius: 0;
}
.elementor-widget-bsa_pages_navigation.sticky
  .menu
  > ul
  > li.current_page_root
  > a,
.widget_bsa_pages_navigation.sticky .menu > ul > li.current_page_root > a {
  background-color: rgba(0, 27, 59, 0.1);
  border-radius: 0;
  border-color: #fff;
}
.elementor-widget-wp-widget-custom-menu-wizard,
.elementor-widget-wp-widget-nav_menu,
.widget_custom_menu_wizard,
.widget_nav_menu {
  position: relative;
}
.elementor-widget-wp-widget-custom-menu-wizard .mobile-pages-navigation-toggler,
.elementor-widget-wp-widget-nav_menu .mobile-pages-navigation-toggler,
.widget_custom_menu_wizard .mobile-pages-navigation-toggler,
.widget_nav_menu .mobile-pages-navigation-toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.elementor-widget-wp-widget-custom-menu-wizard .menu,
.elementor-widget-wp-widget-custom-menu-wizard .menu-widget,
.elementor-widget-wp-widget-nav_menu .menu,
.elementor-widget-wp-widget-nav_menu .menu-widget,
.widget_custom_menu_wizard .menu,
.widget_custom_menu_wizard .menu-widget,
.widget_nav_menu .menu,
.widget_nav_menu .menu-widget {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  padding-left: 0;
  list-style: none;
}
.elementor-widget-wp-widget-custom-menu-wizard .menu-widget ul,
.elementor-widget-wp-widget-custom-menu-wizard .menu ul,
.elementor-widget-wp-widget-nav_menu .menu-widget ul,
.elementor-widget-wp-widget-nav_menu .menu ul,
.widget_custom_menu_wizard .menu-widget ul,
.widget_custom_menu_wizard .menu ul,
.widget_nav_menu .menu-widget ul,
.widget_nav_menu .menu ul {
  padding-left: 0;
  list-style: none;
}
.elementor-widget-wp-widget-custom-menu-wizard .menu-widget .menu-item,
.elementor-widget-wp-widget-custom-menu-wizard .menu .menu-item,
.elementor-widget-wp-widget-nav_menu .menu-widget .menu-item,
.elementor-widget-wp-widget-nav_menu .menu .menu-item,
.widget_custom_menu_wizard .menu-widget .menu-item,
.widget_custom_menu_wizard .menu .menu-item,
.widget_nav_menu .menu-widget .menu-item,
.widget_nav_menu .menu .menu-item {
  border-color: #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.elementor-widget-wp-widget-custom-menu-wizard
  .menu-widget
  .menu-item.current_page_item
  > a,
.elementor-widget-wp-widget-custom-menu-wizard
  .menu
  .menu-item.current_page_item
  > a,
.elementor-widget-wp-widget-nav_menu
  .menu-widget
  .menu-item.current_page_item
  > a,
.elementor-widget-wp-widget-nav_menu .menu .menu-item.current_page_item > a,
.widget_custom_menu_wizard .menu-widget .menu-item.current_page_item > a,
.widget_custom_menu_wizard .menu .menu-item.current_page_item > a,
.widget_nav_menu .menu-widget .menu-item.current_page_item > a,
.widget_nav_menu .menu .menu-item.current_page_item > a {
  background-color: #003f87;
  border-radius: 4px;
  color: #fff;
  font-weight: bolder;
}
.elementor-widget-wp-widget-custom-menu-wizard .menu-widget .menu-item > a,
.elementor-widget-wp-widget-custom-menu-wizard .menu .menu-item > a,
.elementor-widget-wp-widget-nav_menu .menu-widget .menu-item > a,
.elementor-widget-wp-widget-nav_menu .menu .menu-item > a,
.widget_custom_menu_wizard .menu-widget .menu-item > a,
.widget_custom_menu_wizard .menu .menu-item > a,
.widget_nav_menu .menu-widget .menu-item > a,
.widget_nav_menu .menu .menu-item > a {
  padding: 10px 15px;
  color: #515354;
  transition: 0.2s ease;
  display: block;
}
.elementor-widget-wp-widget-custom-menu-wizard
  .menu-widget
  .menu-item
  > a:hover,
.elementor-widget-wp-widget-custom-menu-wizard .menu .menu-item > a:hover,
.elementor-widget-wp-widget-nav_menu .menu-widget .menu-item > a:hover,
.elementor-widget-wp-widget-nav_menu .menu .menu-item > a:hover,
.widget_custom_menu_wizard .menu-widget .menu-item > a:hover,
.widget_custom_menu_wizard .menu .menu-item > a:hover,
.widget_nav_menu .menu-widget .menu-item > a:hover,
.widget_nav_menu .menu .menu-item > a:hover {
  background-color: rgba(0, 63, 135, 0.1);
  border-radius: 4px;
  color: #515354;
}
.elementor-widget-wp-widget-custom-menu-wizard
  .menu-widget
  > .menu-item:first-child,
.elementor-widget-wp-widget-custom-menu-wizard .menu > .menu-item:first-child,
.elementor-widget-wp-widget-nav_menu .menu-widget > .menu-item:first-child,
.elementor-widget-wp-widget-nav_menu .menu > .menu-item:first-child,
.widget_custom_menu_wizard .menu-widget > .menu-item:first-child,
.widget_custom_menu_wizard .menu > .menu-item:first-child,
.widget_nav_menu .menu-widget > .menu-item:first-child,
.widget_nav_menu .menu > .menu-item:first-child {
  border-top: 0;
}
.elementor-widget-wp-widget-custom-menu-wizard
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > a,
.elementor-widget-wp-widget-custom-menu-wizard
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > a,
.elementor-widget-wp-widget-nav_menu
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > a,
.elementor-widget-wp-widget-nav_menu
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > a,
.widget_custom_menu_wizard
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > a,
.widget_custom_menu_wizard
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > a,
.widget_nav_menu
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > a,
.widget_nav_menu .menu > .menu-item-has-children > .sub-menu > .menu-item > a {
  padding-left: 30px;
}
.elementor-widget-wp-widget-custom-menu-wizard
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a,
.elementor-widget-wp-widget-custom-menu-wizard
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a,
.elementor-widget-wp-widget-nav_menu
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a,
.elementor-widget-wp-widget-nav_menu
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a,
.widget_custom_menu_wizard
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a,
.widget_custom_menu_wizard
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a,
.widget_nav_menu
  .menu-widget
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a,
.widget_nav_menu
  .menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  > .sub-menu
  .menu-item
  > a {
  padding-left: 45px;
}
.widget_bsa_quicklinks .dropdown .dropdown-toggle {
  width: 100%;
}
.widget_bsa_quicklinks .dropdown .dropdown-menu {
  min-width: 100%;
}
.widget_bsa_quicklinks .dropdown .dropdown-menu .dropdown-item.active,
.widget_bsa_quicklinks .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #003f87;
}
.widget_bsa_quicklinks .fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.widget_bsa_quicklinks .fab button {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
  background: #d00;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #fff;
}
.widget_bsa_quicklinks .fab .menu {
  position: fixed;
  bottom: 85px;
  right: 20px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
}
.widget_bsa_quicklinks .fab .menu a {
  transition: 0.3s ease;
}
.widget_bsa_quicklinks .fab .menu a:hover {
  background-color: #f2f2f2;
  color: #067eeb;
}
aside.sidebar .widget {
  margin-bottom: 20px;
}
@media (min-width: 375) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm,
  .container-xs {
    max-width: 540px;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .elementor-widget-wp-widget-custom-menu-wizard .menu,
  .elementor-widget-wp-widget-custom-menu-wizard .menu-widget,
  .elementor-widget-wp-widget-custom-menu-wizard
    .mobile-pages-navigation-toggler,
  .elementor-widget-wp-widget-nav_menu .menu,
  .elementor-widget-wp-widget-nav_menu .menu-widget,
  .elementor-widget-wp-widget-nav_menu .mobile-pages-navigation-toggler,
  .widget_custom_menu_wizard .menu,
  .widget_custom_menu_wizard .menu-widget,
  .widget_custom_menu_wizard .mobile-pages-navigation-toggler,
  .widget_nav_menu .menu,
  .widget_nav_menu .menu-widget,
  .widget_nav_menu .mobile-pages-navigation-toggler {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm,
  .container-xs {
    max-width: 1124px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .elementor-widget-wp-widget-custom-menu-wizard
    .mobile-pages-navigation-toggler,
  .elementor-widget-wp-widget-nav_menu .mobile-pages-navigation-toggler,
  .widget_custom_menu_wizard .mobile-pages-navigation-toggler,
  .widget_nav_menu .mobile-pages-navigation-toggler {
    display: none;
  }
  .elementor-widget-wp-widget-custom-menu-wizard .menu,
  .elementor-widget-wp-widget-custom-menu-wizard .menu-widget,
  .elementor-widget-wp-widget-nav_menu .menu,
  .elementor-widget-wp-widget-nav_menu .menu-widget,
  .widget_custom_menu_wizard .menu,
  .widget_custom_menu_wizard .menu-widget,
  .widget_nav_menu .menu,
  .widget_nav_menu .menu-widget {
    box-shadow: none;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 783px) {
  .logged-in #mobile-menu,
  .logged-in #top-nav {
    margin-top: 32px;
  }
  .logged-in #mobile-menu {
    max-height: calc(100% - 122px);
  }
}
@media (min-width: 1330px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs {
    max-width: 1330px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  #top-nav {
    height: auto;
  }
  #top-nav .upper .navbar-brand {
    margin-right: 15px;
  }
  #top-nav .upper .navbar-brand img {
    width: 200px;
  }
  #top-nav .upper {
    height: 80px;
  }
  #mobile-menu {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xs {
    max-width: 1440px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  #desktop-menu .nav-item,
  #top-menu .nav-item {
    margin-right: 30px;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  .home main {
    margin-top: 80px;
  }
}
@media (max-width: 1330px) {
  .logged-in.home main {
    margin-top: 112px;
  }
}
@media (max-width: 1329.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  main {
    margin-top: 112px;
  }
  .logged-in main {
    margin-top: 135px;
  }
  #top-nav .lower-main-desktop,
  #top-nav .upper-top-desktop {
    display: none !important;
  }
  #top-nav .lower {
    background-color: #003f87;
  }
  #desktop-menu,
  #desktop-scouting-menu,
  #top-menu {
    display: none !important;
  }
  .btn-donate a {
    background-color: #fff !important;
    border: 1px solid #bb0f0f !important;
    margin: 15px 15px 5px;
  }
  .btn-join-us a {
    border: 1px solid #003f87 !important;
    margin: 15px 15px 5px;
  }
  form {
    width: 275px;
    max-width: calc(100% - 75px);
  }
}
@media (max-width: 991px) {
  main {
    min-height: calc(100vh - 160px - 206px);
  }
}
@media (max-width: 783px) {
  .logged-in.home main {
    margin-top: 126px;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  .nav-search-input.top-input {
    width: 70%;
  }
  .text-logo h6 {
    font-size: 14px;
  }
  .logo-mobile {
    max-width: 170px;
    width: 100%;
  }
  .elementor-widget-wp-widget-custom-menu-wizard.sticky
    .mobile-pages-navigation-toggler,
  .elementor-widget-wp-widget-nav_menu.sticky .mobile-pages-navigation-toggler,
  .widget_custom_menu_wizard.sticky .mobile-pages-navigation-toggler,
  .widget_nav_menu.sticky .mobile-pages-navigation-toggler {
    position: fixed;
    top: 80px;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  .elementor-widget-wp-widget-custom-menu-wizard.sticky .menu,
  .elementor-widget-wp-widget-nav_menu.sticky .menu,
  .widget_custom_menu_wizard.sticky .menu,
  .widget_nav_menu.sticky .menu {
    position: fixed;
    top: 140px;
    max-height: calc(100% - 140px);
    width: 100%;
    left: 0;
    z-index: 1;
  }
  .elementor-widget-bsa_pages_navigation .mobile-pages-navigation-toggler,
  .widget_bsa_pages_navigation.sticky .mobile-pages-navigation-toggler {
    top: 80px !important;
  }
  .elementor-widget-bsa_pages_navigation .menu,
  .widget_bsa_pages_navigation.sticky .menu {
    top: 130px !important;
    max-height: calc(100% - 130px);
  }
  .logged-in
    .elementor-widget-bsa_pages_navigation
    .mobile-pages-navigation-toggler,
  .logged-in
    .widget_bsa_pages_navigation.sticky
    .mobile-pages-navigation-toggler {
    top: 126px !important;
  }
  .logged-in .elementor-widget-bsa_pages_navigation .menu,
  .logged-in .widget_bsa_pages_navigation.sticky .menu {
    top: 175px !important;
    max-height: calc(100% - 175px);
  }
}
@media (max-width: 767px) {
  .elementor-accordion .accordion-btn-container {
    text-align: center !important;
    width: 100%;
  }
  .elementor-accordion .accordion-btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 579px) {
  .logged-in main {
    margin-top: 150px;
  }
  .home main {
    margin-top: 110px;
  }
  .logged-in.home main {
    margin-top: 156px;
  }
  #top-nav {
    height: 110px;
  }
  #formtoseach-submit-search-b {
    display: none;
  }
  #formtoseach-mob-bar-bottom-container {
    display: flex;
    margin-bottom: -4px;
  }
  #mobile-menu {
    max-height: calc(100% - 110px);
    top: 110px;
  }
  form {
    width: 100%;
    max-width: 100%;
  }
  form .nav-search-input {
    visibility: visible;
  }
  .elementor-widget-bsa_pages_navigation .mobile-pages-navigation-toggler,
  .widget_bsa_pages_navigation.sticky .mobile-pages-navigation-toggler {
    top: 110px !important;
  }
  .elementor-widget-bsa_pages_navigation .menu,
  .widget_bsa_pages_navigation.sticky .menu {
    top: 160px !important;
    max-height: calc(100% - 160px);
  }
  .logged-in
    .elementor-widget-bsa_pages_navigation
    .mobile-pages-navigation-toggler,
  .logged-in
    .widget_bsa_pages_navigation.sticky
    .mobile-pages-navigation-toggler {
    top: 156px !important;
  }
  .logged-in .elementor-widget-bsa_pages_navigation .menu,
  .logged-in .widget_bsa_pages_navigation.sticky .menu {
    top: 205px !important;
    max-height: calc(100% - 205px);
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  #top-nav .lower.col-7 {
    max-width: 5%;
  }
  .btn-donate a {
    width: 100%;
    text-align: center;
  }
  .btn-donate {
    display: flex;
  }
  .btn-join-us a {
    width: 100%;
    text-align: center;
  }
  .btn-join-us {
    display: flex;
  }
}
@media (max-width: 374.98) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 352px) {
  #top-nav .navbar-brand {
    margin-left: -7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .collapsing,
  .collapsing.width,
  .custom-switch .custom-control-label:after,
  .fade,
  .form-control {
    transition: none;
  }
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
  .custom-range::-moz-range-thumb {
    transition: none;
  }
  .custom-range::-ms-thumb {
    transition: none;
  }
  .badge,
  .custom-control-label:before,
  .custom-file-label,
  .custom-select,
  .progress-bar {
    transition: none;
  }
  .progress-bar-animated {
    animation: none;
  }
  .carousel-control-next,
  .carousel-control-prev,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right,
  .carousel-indicators li,
  .carousel-item,
  .modal.fade .modal-dialog {
    transition: none;
  }
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 1330px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ccc !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #ccc;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc;
  }
}
