@charset "UTF-8";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans/open-sans-v34-latin-ext_latin-300.woff2") format("woff2"), url("fonts/open-sans/open-sans-v34-latin-ext_latin-300.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans/open-sans-v34-latin-ext_latin-regular.woff2") format("woff2"), url("fonts/open-sans/open-sans-v34-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans/open-sans-v34-latin-ext_latin-600.woff2") format("woff2"), url("fonts/open-sans/open-sans-v34-latin-ext_latin-600.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans/open-sans-v34-latin-ext_latin-700.woff2") format("woff2"), url("fonts/open-sans/open-sans-v34-latin-ext_latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@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: normal;
  font-style: normal;
  font-display: swap; }

.fa, .search_results .applied_filters .filter i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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, .lv_link_list, .lv_box_cont_footer ul, .lv_list {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li, .lv_link_list > li, .lv_box_cont_footer ul > li, .lv_list > 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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .search_results .applied_filters .filter i.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .search_results .applied_filters .filter i.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .search_results .applied_filters .filter i.pull-left {
  margin-right: .3em; }

.fa.pull-right, .search_results .applied_filters .filter i.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.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-remove:before,
.fa-close:before,
.search_results .applied_filters .filter i: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language: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-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-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:before,
.fa-thermometer-full: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-bathtub:before,
.fa-s15:before,
.fa-bath: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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

:root {
  --blue: #0071ad;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cd0e16;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1D7932;
  --teal: #20c997;
  --cyan: #067D7C;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #cd0e16;
  --secondary: #616775;
  --success: #177c09;
  --info: #345D8E;
  --warning: #dcba4a;
  --danger: #cd0e16;
  --light: #e9ecef;
  --dark: #4a4e59;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #345D8E;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #1f3856;
    text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
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 {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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; }

input,
button,
select,
optgroup,
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; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  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: .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: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 1.6rem; }

h2, .h2 {
  font-size: 1.375rem; }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1.15rem; }

h5, .h5 {
  font-size: 1.1rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.2rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled, .lv_breadcrumb .lvb_toggle, .list_filter_right ul, #lv_second_navbar .lv_sn_container ul {
  padding-left: 0;
  list-style: none; }

.list-inline, .lv_faq_update, .footer_nav ul {
  padding-left: 0;
  list-style: none; }

.list-inline-item, .lv_theme ul > li, .footer_nav ul > li {
  display: inline-block; }
  .list-inline-item:not(:last-child), .lv_theme ul > li:not(:last-child), .footer_nav ul > li: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: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid, .gallery_grid img.gallery_image {
  max-width: 100%;
  height: auto; }

.img-thumbnail, .lv_publication .publication_img, .lv_project .lv_project_img img, figure, .video_embed .embed_container, .gallery_card .card, .gallery_grid .gallery_image {
  padding: 3px;
  background-color: #fff;
  border: 1px solid #cdcfd5;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1, .two_cols.column_push .sidebar_right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2, .two_cols.column_push .main_content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-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%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1, .two_cols.column_push .main_content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2, .two_cols.column_push .sidebar_right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%; } }

.table, table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th, table th,
  .table td,
  table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #cdcfd5; }
  .table thead th, table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #cdcfd5; }
  .table tbody + tbody, table tbody + tbody {
    border-top: 2px solid #cdcfd5; }

.table-sm th, table th,
.table-sm td,
table td {
  padding: 0.3rem; }

.table-bordered, table {
  border: 1px solid #cdcfd5; }
  .table-bordered th, table th,
  .table-bordered td,
  table td {
    border: 1px solid #cdcfd5; }
  .table-bordered thead th, table thead th,
  .table-bordered thead td,
  table thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f1bcbe; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #e58286; }

.table-hover .table-primary:hover {
  background-color: #eda7aa; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #eda7aa; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d3d4d8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #adb0b7; }

.table-hover .table-secondary:hover {
  background-color: #c5c7cc; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c5c7cc; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bedaba; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #86bb7f; }

.table-hover .table-success:hover {
  background-color: #aed1a9; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #aed1a9; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c6d2df; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #95abc4; }

.table-hover .table-info:hover {
  background-color: #b6c5d6; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b6c5d6; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f5eccc; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #eddba1; }

.table-hover .table-warning:hover {
  background-color: #f1e4b7; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f1e4b7; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f1bcbe; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e58286; }

.table-hover .table-danger:hover {
  background-color: #eda7aa; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #eda7aa; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9fafb; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f4f5f7; }

.table-hover .table-light:hover {
  background-color: #eaedf1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eaedf1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #ccced1; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a1a3a9; }

.table-hover .table-dark:hover {
  background-color: #bfc1c5; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bfc1c5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th, table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #cdcfd5; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered, table.table-dark {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd), table.table-dark tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered, .table-responsive-sm > table {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered, .table-responsive-md > table {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered, .table-responsive-lg > table {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered, .table-responsive-xl > table {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered, .table-responsive > table {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.4rem + 2px);
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f5666c;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.2rem + 1px);
  padding-bottom: calc(0.2rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.15rem + 1px);
  padding-bottom: calc(0.15rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .shrink .form-control-plaintext.form-control, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .shrink .form-control {
  height: calc(1.5em + 0.3rem + 2px);
  padding: 0.15rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 0.875em;
  color: #177c09; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(23, 124, 9, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #177c09;
  padding-right: calc(1.5em + 0.4rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23177c09' 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.1rem) center;
  background-size: calc(0.75em + 0.2rem) calc(0.75em + 0.2rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #177c09;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 2rem !important;
  background-position: right 1rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.4rem);
  background-position: top calc(0.375em + 0.1rem) right calc(0.375em + 0.1rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #177c09;
  padding-right: calc(0.75em + 1.8rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23177c09' 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.5rem/calc(0.75em + 0.2rem) calc(0.75em + 0.2rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #177c09;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #177c09; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #177c09; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #177c09; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #20ac0c;
  background-color: #20ac0c; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #177c09; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #177c09; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #177c09;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #cd0e16; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(205, 14, 22, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #cd0e16;
  padding-right: calc(1.5em + 0.4rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd0e16' 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='%23cd0e16' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1rem) center;
  background-size: calc(0.75em + 0.2rem) calc(0.75em + 0.2rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #cd0e16;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 2rem !important;
  background-position: right 1rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.4rem);
  background-position: top calc(0.375em + 0.1rem) right calc(0.375em + 0.1rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #cd0e16;
  padding-right: calc(0.75em + 1.8rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd0e16' 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='%23cd0e16' stroke='none'/%3e%3c/svg%3e") center right 1.5rem/calc(0.75em + 0.2rem) calc(0.75em + 0.2rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #cd0e16;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #cd0e16; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #cd0e16; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #cd0e16; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f01e27;
  background-color: #f01e27; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cd0e16; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cd0e16; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cd0e16;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 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: #cd0e16;
  border-color: #cd0e16; }
  .btn-primary:hover {
    color: #fff;
    background-color: #a90c12;
    border-color: #9d0b11; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a90c12;
    border-color: #9d0b11;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #cd0e16;
    border-color: #cd0e16; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9d0b11;
    border-color: #910a10; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #616775;
  border-color: #616775; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #505560;
    border-color: #4a4e59; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #505560;
    border-color: #4a4e59;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 126, 138, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(121, 126, 138, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #616775;
    border-color: #616775; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4a4e59;
    border-color: #444852; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 126, 138, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(121, 126, 138, 0.5); }

.btn-success {
  color: #fff;
  background-color: #177c09;
  border-color: #177c09; }
  .btn-success:hover {
    color: #fff;
    background-color: #105806;
    border-color: #0e4c06; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #105806;
    border-color: #0e4c06;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 144, 46, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 144, 46, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #177c09;
    border-color: #177c09; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0e4c06;
    border-color: #0c4105; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 144, 46, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(58, 144, 46, 0.5); }

.btn-info {
  color: #fff;
  background-color: #345D8E;
  border-color: #345D8E; }
  .btn-info:hover {
    color: #fff;
    background-color: #2a4b72;
    border-color: #264569; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2a4b72;
    border-color: #264569;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 117, 159, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 117, 159, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #345D8E;
    border-color: #345D8E; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #264569;
    border-color: #233e5f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 117, 159, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 117, 159, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #dcba4a;
  border-color: #dcba4a; }
  .btn-warning:hover {
    color: #212529;
    background-color: #d6ae2a;
    border-color: #cca527; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #d6ae2a;
    border-color: #cca527;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 164, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(192, 164, 69, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #dcba4a;
    border-color: #dcba4a; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #cca527;
    border-color: #c19d25; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 164, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(192, 164, 69, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #cd0e16;
  border-color: #cd0e16; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a90c12;
    border-color: #9d0b11; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a90c12;
    border-color: #9d0b11;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #cd0e16;
    border-color: #cd0e16; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9d0b11;
    border-color: #910a10; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(213, 50, 57, 0.5); }

.btn-light, .social-media .print, .social-media .email {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef; }
  .btn-light:hover, .social-media .print:hover, .social-media .email:hover {
    color: #212529;
    background-color: #d3d9df;
    border-color: #cbd3da; }
  .btn-light:focus, .social-media .print:focus, .social-media .email:focus, .btn-light.focus, .social-media .focus.print, .social-media .focus.email {
    color: #212529;
    background-color: #d3d9df;
    border-color: #cbd3da;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5); }
  .btn-light.disabled, .social-media .disabled.print, .social-media .disabled.email, .btn-light:disabled, .social-media .print:disabled, .social-media .email:disabled {
    color: #212529;
    background-color: #e9ecef;
    border-color: #e9ecef; }
  .btn-light:not(:disabled):not(.disabled):active, .social-media .print:not(:disabled):not(.disabled):active, .social-media .email:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .social-media .print:not(:disabled):not(.disabled).active, .social-media .email:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle,
  .social-media .show > .dropdown-toggle.print,
  .social-media .show > .dropdown-toggle.email {
    color: #212529;
    background-color: #cbd3da;
    border-color: #c4ccd4; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .social-media .print:not(:disabled):not(.disabled):active:focus, .social-media .email:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .social-media .print:not(:disabled):not(.disabled).active:focus, .social-media .email:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus,
    .social-media .show > .dropdown-toggle.print:focus,
    .social-media .show > .dropdown-toggle.email:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #4a4e59;
  border-color: #4a4e59; }
  .btn-dark:hover {
    color: #fff;
    background-color: #393c44;
    border-color: #33363d; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #393c44;
    border-color: #33363d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 105, 114, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(101, 105, 114, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #4a4e59;
    border-color: #4a4e59; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #33363d;
    border-color: #2d3036; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 105, 114, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(101, 105, 114, 0.5); }

.btn-outline-primary {
  color: #cd0e16;
  border-color: #cd0e16; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #cd0e16;
    border-color: #cd0e16; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #cd0e16;
    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: #cd0e16;
    border-color: #cd0e16; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5); }

.btn-outline-secondary {
  color: #616775;
  border-color: #616775; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #616775;
    border-color: #616775; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(97, 103, 117, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(97, 103, 117, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #616775;
    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: #616775;
    border-color: #616775; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(97, 103, 117, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(97, 103, 117, 0.5); }

.btn-outline-success {
  color: #177c09;
  border-color: #177c09; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #177c09;
    border-color: #177c09; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #177c09;
    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: #177c09;
    border-color: #177c09; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.5); }

.btn-outline-info {
  color: #345D8E;
  border-color: #345D8E; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #345D8E;
    border-color: #345D8E; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 93, 142, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 93, 142, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #345D8E;
    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: #345D8E;
    border-color: #345D8E; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 93, 142, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 93, 142, 0.5); }

.btn-outline-warning {
  color: #dcba4a;
  border-color: #dcba4a; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #dcba4a;
    border-color: #dcba4a; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 186, 74, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 186, 74, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #dcba4a;
    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: #212529;
    background-color: #dcba4a;
    border-color: #dcba4a; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 186, 74, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(220, 186, 74, 0.5); }

.btn-outline-danger {
  color: #cd0e16;
  border-color: #cd0e16; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #cd0e16;
    border-color: #cd0e16; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #cd0e16;
    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: #cd0e16;
    border-color: #cd0e16; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5); }

.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #e9ecef;
    border-color: #e9ecef; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e9ecef;
    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: #212529;
    background-color: #e9ecef;
    border-color: #e9ecef; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }

.btn-outline-dark {
  color: #4a4e59;
  border-color: #4a4e59; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #4a4e59;
    border-color: #4a4e59; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 78, 89, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(74, 78, 89, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #4a4e59;
    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: #4a4e59;
    border-color: #4a4e59; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 78, 89, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(74, 78, 89, 0.5); }

.btn-link {
  font-weight: 400;
  color: #345D8E;
  text-decoration: underline; }
  .btn-link:hover {
    color: #1f3856;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .shrink .input-group-append .btn, .team_email .btn, .map .btn {
  padding: 0.15rem 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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  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: #212529;
  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; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-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: ""; }

.dropleft .dropdown-toggle::after {
  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^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cd0e16; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    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: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .shrink .input-group-append .btn + .dropdown-toggle-split, .team_email .btn + .dropdown-toggle-split, .map .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    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 input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .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 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .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 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.3rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.15rem 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.5rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .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.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 > .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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  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: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #cd0e16;
    background-color: #cd0e16; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f5666c; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f8969a;
    border-color: #f8969a; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #cd0e16;
  background-color: #cd0e16; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(205, 14, 22, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(205, 14, 22, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(205, 14, 22, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(205, 14, 22, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.4rem + 2px);
  padding: 0.2rem 1.5rem 0.2rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #f5666c;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.5rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.3rem + 2px);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.4rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.4rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #f5666c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.4rem + 2px);
  padding: 0.2rem 0.5rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.4rem);
    padding: 0.2rem 0.5rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(205, 14, 22, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #cd0e16;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f8969a; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #cd0e16;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #f8969a; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #cd0e16;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #f8969a; }
  .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 {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav, #main_nav .curated_nav, #corporate_foot .corporate_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .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:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #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: #cd0e16; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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, .lv_extended_search .card > .top_services {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child, .lv_extended_search .card > .top_services: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, .lv_extended_search .card > .top_services: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, .lv_extended_search .card > .card-header + .top_services,
  .card > .list-group + .card-footer,
  .lv_extended_search .card > .top_services + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.75rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 0.75rem; }

.card-header {
  padding: 0.5rem 0.75rem;
  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.5rem 0.75rem;
  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-right: -0.375rem;
  margin-bottom: -0.5rem;
  margin-left: -0.375rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.375rem;
  margin-left: -0.375rem; }

.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-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  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 {
  margin-bottom: 12px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px; }
    .card-deck .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-right: 12px;
      margin-bottom: 0;
      margin-left: 12px; } }

.card-group > .card {
  margin-bottom: 12px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 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-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          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-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.5rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.6rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #345D8E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #1f3856;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 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: #cd0e16;
  border-color: #cd0e16; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    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: #cd0e16; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #9d0b11; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #616775; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #4a4e59; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(97, 103, 117, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(97, 103, 117, 0.5); }

.badge-success {
  color: #fff;
  background-color: #177c09; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #0e4c06; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 124, 9, 0.5); }

.badge-info {
  color: #fff;
  background-color: #345D8E; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #264569; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 93, 142, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 93, 142, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #dcba4a; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #cca527; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 186, 74, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 186, 74, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #cd0e16; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #9d0b11; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(205, 14, 22, 0.5); }

.badge-light {
  color: #212529;
  background-color: #e9ecef; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #cbd3da; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #4a4e59; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #33363d; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 78, 89, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(74, 78, 89, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.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: 3.5rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #6b070b;
  background-color: #f5cfd0;
  border-color: #f1bcbe; }
  .alert-primary hr {
    border-top-color: #eda7aa; }
  .alert-primary .alert-link {
    color: #3b0406; }

.alert-secondary {
  color: #32363d;
  background-color: #dfe1e3;
  border-color: #d3d4d8; }
  .alert-secondary hr {
    border-top-color: #c5c7cc; }
  .alert-secondary .alert-link {
    color: #1b1d21; }

.alert-success {
  color: #0c4005;
  background-color: #d1e5ce;
  border-color: #bedaba; }
  .alert-success hr {
    border-top-color: #aed1a9; }
  .alert-success .alert-link {
    color: #031101; }

.alert-info {
  color: #1b304a;
  background-color: #d6dfe8;
  border-color: #c6d2df; }
  .alert-info hr {
    border-top-color: #b6c5d6; }
  .alert-info .alert-link {
    color: #0d1825; }

.alert-warning {
  color: #726126;
  background-color: #f8f1db;
  border-color: #f5eccc; }
  .alert-warning hr {
    border-top-color: #f1e4b7; }
  .alert-warning .alert-link {
    color: #4c4019; }

.alert-danger {
  color: #6b070b;
  background-color: #f5cfd0;
  border-color: #f1bcbe; }
  .alert-danger hr {
    border-top-color: #eda7aa; }
  .alert-danger .alert-link {
    color: #3b0406; }

.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb; }
  .alert-light hr {
    border-top-color: #eaedf1; }
  .alert-light .alert-link {
    color: #606162; }

.alert-dark {
  color: #26292e;
  background-color: #dbdcde;
  border-color: #ccced1; }
  .alert-dark hr {
    border-top-color: #bfc1c5; }
  .alert-dark .alert-link {
    color: #0f1012; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group, .lv_extended_search .top_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f5f5f5; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item, .lv_extended_search .top_services li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child, .lv_extended_search .top_services li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child, .lv_extended_search .top_services li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .lv_extended_search .top_services li.disabled, .list-group-item:disabled, .lv_extended_search .top_services li:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active, .lv_extended_search .top_services li.active {
    z-index: 2;
    color: #fff;
    background-color: #cd0e16;
    border-color: #cd0e16; }
  .list-group-item + .list-group-item, .lv_extended_search .top_services li + .list-group-item, .lv_extended_search .top_services .list-group-item + li, .lv_extended_search .top_services li + li {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active, .lv_extended_search .top_services li + .list-group-item.active, .lv_extended_search .top_services .list-group-item + li.active, .lv_extended_search .top_services li + li.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child, .lv_extended_search .top_services .list-group-horizontal > li:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child, .lv_extended_search .top_services .list-group-horizontal > li:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal > li.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item, .lv_extended_search .top_services .list-group-horizontal > li + .list-group-item, .lv_extended_search .top_services .list-group-horizontal > .list-group-item + li, .lv_extended_search .top_services .list-group-horizontal > li + li {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal > li + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal > .list-group-item + li.active, .lv_extended_search .top_services .list-group-horizontal > li + li.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child, .lv_extended_search .top_services .list-group-horizontal-sm > li:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child, .lv_extended_search .top_services .list-group-horizontal-sm > li:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-sm > li.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-sm > li + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-sm > .list-group-item + li, .lv_extended_search .top_services .list-group-horizontal-sm > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-sm > li + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-sm > .list-group-item + li.active, .lv_extended_search .top_services .list-group-horizontal-sm > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child, .lv_extended_search .top_services .list-group-horizontal-md > li:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child, .lv_extended_search .top_services .list-group-horizontal-md > li:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-md > li.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-md > li + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-md > .list-group-item + li, .lv_extended_search .top_services .list-group-horizontal-md > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-md > li + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-md > .list-group-item + li.active, .lv_extended_search .top_services .list-group-horizontal-md > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child, .lv_extended_search .top_services .list-group-horizontal-lg > li:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child, .lv_extended_search .top_services .list-group-horizontal-lg > li:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-lg > li.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-lg > li + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-lg > .list-group-item + li, .lv_extended_search .top_services .list-group-horizontal-lg > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-lg > li + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-lg > .list-group-item + li.active, .lv_extended_search .top_services .list-group-horizontal-lg > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child, .lv_extended_search .top_services .list-group-horizontal-xl > li:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child, .lv_extended_search .top_services .list-group-horizontal-xl > li:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-xl > li.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-xl > li + .list-group-item, .lv_extended_search .top_services .list-group-horizontal-xl > .list-group-item + li, .lv_extended_search .top_services .list-group-horizontal-xl > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-xl > li + .list-group-item.active, .lv_extended_search .top_services .list-group-horizontal-xl > .list-group-item + li.active, .lv_extended_search .top_services .list-group-horizontal-xl > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item, .lv_extended_search .top_services .list-group-flush > li {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child, .lv_extended_search .top_services .list-group-flush > li:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #6b070b;
  background-color: #f1bcbe; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #6b070b;
    background-color: #eda7aa; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #6b070b;
    border-color: #6b070b; }

.list-group-item-secondary {
  color: #32363d;
  background-color: #d3d4d8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #32363d;
    background-color: #c5c7cc; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #32363d;
    border-color: #32363d; }

.list-group-item-success {
  color: #0c4005;
  background-color: #bedaba; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0c4005;
    background-color: #aed1a9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0c4005;
    border-color: #0c4005; }

.list-group-item-info {
  color: #1b304a;
  background-color: #c6d2df; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1b304a;
    background-color: #b6c5d6; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1b304a;
    border-color: #1b304a; }

.list-group-item-warning {
  color: #726126;
  background-color: #f5eccc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #726126;
    background-color: #f1e4b7; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #726126;
    border-color: #726126; }

.list-group-item-danger {
  color: #6b070b;
  background-color: #f1bcbe; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6b070b;
    background-color: #eda7aa; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6b070b;
    border-color: #6b070b; }

.list-group-item-light {
  color: #797b7c;
  background-color: #f9fafb; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #797b7c;
    background-color: #eaedf1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #797b7c;
    border-color: #797b7c; }

.list-group-item-dark {
  color: #26292e;
  background-color: #ccced1; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #26292e;
    background-color: #bfc1c5; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #26292e;
    border-color: #26292e; }

.close {
  float: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #cdcfd5;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #cdcfd5;
  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; }

@media (min-width: 576px) {
  .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: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica Neue", Helvetica, 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 .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="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-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="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-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="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-left > .arrow::after, .bs-popover-auto[x-placement^="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;
  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: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .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; }

.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: #cd0e16 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #9d0b11 !important; }

.bg-secondary {
  background-color: #616775 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4a4e59 !important; }

.bg-success {
  background-color: #177c09 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0e4c06 !important; }

.bg-info {
  background-color: #345D8E !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #264569 !important; }

.bg-warning {
  background-color: #dcba4a !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cca527 !important; }

.bg-danger {
  background-color: #cd0e16 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9d0b11 !important; }

.bg-light {
  background-color: #e9ecef !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cbd3da !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #33363d !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #cdcfd5 !important; }

.border-top {
  border-top: 1px solid #cdcfd5 !important; }

.border-right {
  border-right: 1px solid #cdcfd5 !important; }

.border-bottom {
  border-bottom: 1px solid #cdcfd5 !important; }

.border-left {
  border-left: 1px solid #cdcfd5 !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: #cd0e16 !important; }

.border-secondary {
  border-color: #616775 !important; }

.border-success {
  border-color: #177c09 !important; }

.border-info {
  border-color: #345D8E !important; }

.border-warning {
  border-color: #dcba4a !important; }

.border-danger {
  border-color: #cd0e16 !important; }

.border-light {
  border-color: #e9ecef !important; }

.border-dark {
  border-color: #4a4e59 !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;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-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, .content_section::after, .lv_breadcrumb .lvb_toggle::after, .lv_breadcrumb .lv_crumbs::after, .video_embed .embed_container::after {
  display: block;
  clear: both;
  content: ""; }

.d-none, .lv_breadcrumb .lv_crumbs .toggle-hide, .lv_media_visual {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block, .lv_breadcrumb .lvb_toggle {
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none, .lv_breadcrumb .lvb_toggle {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block, .lv_breadcrumb .lv_crumbs .toggle-hide, .lv_media_visual {
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center, .call_action_hor {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-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: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  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, #corporate_foot .corporate_nav ul,
.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; }

@media (min-width: 576px) {
  .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; } }

@media (min-width: 768px) {
  .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; } }

@media (min-width: 992px) {
  .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; } }

@media (min-width: 1200px) {
  .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; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-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-white {
  color: #fff !important; }

.text-primary {
  color: #cd0e16 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #85090e !important; }

.text-secondary {
  color: #616775 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #3e424b !important; }

.text-success {
  color: #177c09 !important; }

a.text-success:hover, a.text-success:focus {
  color: #0a3504 !important; }

.text-info {
  color: #345D8E !important; }

a.text-info:hover, a.text-info:focus {
  color: #1f3856 !important; }

.text-warning {
  color: #dcba4a !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b69423 !important; }

.text-danger {
  color: #cd0e16 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #85090e !important; }

.text-light {
  color: #e9ecef !important; }

a.text-light:hover, a.text-light:focus {
  color: #bdc6cf !important; }

.text-dark {
  color: #4a4e59 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #272a2f !important; }

.text-body {
  color: #212529 !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table, table {
    border-collapse: collapse !important; }
    
    .table td,
    table td, .table th, table th {
      background-color: #fff !important; }
  .table-bordered th, table th,
  .table-bordered td,
  table td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #cdcfd5; }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #cdcfd5; } }

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-right: 0 !important; }

.ekko-lightbox-container {
  position: relative; }

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.ekko-lightbox iframe {
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1; }

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1; }

.ekko-lightbox-nav-overlay a > :focus {
  outline: none; }

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px; }

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right; }

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none; }

.ekko-lightbox-nav-overlay a:focus {
  outline: none; }

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  text-align: left; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center; }

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
  animation: a 2s infinite ease-in-out; }

.ekko-lightbox-loader > div > div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@-webkit-keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQ0UsOEJBQXlCLEFBQXpCLHVCQUF5QixBQUN6QixzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFDeEIseUJBQTZCLENBQzlCLEFBQ0QseUJBQ0UsaUJBQW1CLENBQ3BCLEFBQ0QsZ0RBQ0Usa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsU0FBVSxBQUNWLFFBQVMsQUFDVCxVQUFZLENBQ2IsQUFDRCxzQkFDRSxXQUFZLEFBQ1osV0FBYSxDQUNkLEFBQ0QsMkJBQ0UsVUFBYSxBQUNiLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFdBQVksQUFDWixZQUFhLEFBQ2Isb0JBQWMsQUFBZCxZQUFjLENBQ2YsQUFDRCw2QkFDRSxXQUFRLEFBQVIsT0FBUSxBQUNSLG9CQUFjLEFBQWQsYUFBYyxBQUNkLHNCQUFvQixBQUFwQixtQkFBb0IsQUFDcEIsVUFBVyxBQUNYLHVCQUF5QixBQUN6QixXQUFZLEFBQ1osZUFBZ0IsQUFDaEIsU0FBYSxDQUNkLEFBQ0QsK0JBQ0Usb0JBQWEsQUFBYixXQUFhLENBQ2QsQUFDRCxvQ0FDRSxZQUFjLENBQ2YsQUFDRCxrQ0FDRSxjQUFnQixDQUNqQixBQUNELDZDQUNFLGdCQUFrQixDQUNuQixBQUNELG1DQUNFLG9CQUFzQixDQUN2QixBQUNELG1DQUNFLFlBQWMsQ0FDZixBQUNELHNDQUNFLGVBQWdCLEFBQ2hCLGlCQUFtQixDQUNwQixBQUNELHVCQUNFLFVBQVcsQUFDWCxvQkFBc0IsQ0FDdkIsQUFDRCw2QkFDRSxZQUFjLENBQ2YsQUFDRCw2QkFDRSxlQUFpQixDQUNsQixBQUNELHNCQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsV0FBWSxBQUNaLG9CQUFjLEFBQWQsYUFBYyxBQUVkLDBCQUF1QixBQUF2QixzQkFBdUIsQUFFdkIscUJBQXdCLEFBQXhCLHVCQUF3QixBQUV4QixzQkFBb0IsQUFBcEIsa0JBQW9CLENBQ3JCLEFBQ0QsMEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsaUJBQW1CLENBQ3BCLEFBQ0QsOEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsc0JBQXVCLEFBQ3ZCLFdBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixtQ0FBNkMsQ0FDOUMsQUFDRCx5Q0FDRSxtQkFBcUIsQ0FDdEIsQUFDRCw0Q0FDRSxxQkFBdUIsQ0FDeEIsQUFVRCxhQUNFLE1BRUUsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixBQUNELElBQ0UsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixDQUNGIiwiZmlsZSI6ImVra28tbGlnaHRib3guY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmVra28tbGlnaHRib3gge1xuICBkaXNwbGF5OiBmbGV4ICFpbXBvcnRhbnQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nLXJpZ2h0OiAwcHghaW1wb3J0YW50O1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyID4gZGl2LmVra28tbGlnaHRib3gtaXRlbSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbn1cbi5la2tvLWxpZ2h0Ym94IGlmcmFtZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSB7XG4gIHotaW5kZXg6IDEwMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgb3BhY2l0eTogMDtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjVzO1xuICBjb2xvcjogI2ZmZjtcbiAgZm9udC1zaXplOiAzMHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKiB7XG4gIGZsZXgtZ3JvdzogMTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgPiAqOmZvY3VzIHtcbiAgb3V0bGluZTogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgc3BhbiB7XG4gIHBhZGRpbmc6IDAgMzBweDtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6bGFzdC1jaGlsZCBzcGFuIHtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmhvdmVyIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG59XG4uZWtrby1saWdodGJveCBhOmhvdmVyIHtcbiAgb3BhY2l0eTogMTtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWRpYWxvZyB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZWtrby1saWdodGJveCAubW9kYWwtZm9vdGVyIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgLyogZXN0YWJsaXNoIGZsZXggY29udGFpbmVyICovXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIC8qIG1ha2UgbWFpbiBheGlzIHZlcnRpY2FsICovXG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAvKiBjZW50ZXIgaXRlbXMgdmVydGljYWxseSwgaW4gdGhpcyBjYXNlICovXG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYge1xuICB3aWR0aDogNDBweDtcbiAgaGVpZ2h0OiA0MHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciA+IGRpdiA+IGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3BhY2l0eTogMC42O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYW5pbWF0aW9uOiBzay1ib3VuY2UgMnMgaW5maW5pdGUgZWFzZS1pbi1vdXQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXY6bGFzdC1jaGlsZCB7XG4gIGFuaW1hdGlvbi1kZWxheTogLTFzO1xufVxuLm1vZGFsLWRpYWxvZyAuZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzMzO1xufVxuQC13ZWJraXQta2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMCk7XG4gIH1cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbkBrZXlmcmFtZXMgc2stYm91bmNlIHtcbiAgMCUsXG4gIDEwMCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbiJdfQ== */
/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    GRID
    
    Version:    3.0
    Bootstrap 4


*/
.lv_col_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .lv_col_1 .col_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .lv_col_1 .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.lv_col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .lv_col_2 .col_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .lv_col_2 .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.lv_col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .lv_col_3 .col_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .lv_col_3 .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.lv_col_3_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .lv_col_3_lg .col_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .lv_col_3_lg .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .lv_col_3_lg .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.lv_col_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .lv_col_4 .col_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .lv_col_4 .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .lv_col_4 .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }

.lv_grid_spaced, .lv_extended_search {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 768px) {
    .lv_grid_spaced, .lv_extended_search {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }

.gallery_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .gallery_card .gallery_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 576px) {
      .gallery_card .gallery_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .gallery_card .gallery_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.gallery_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .gallery_grid .gallery_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 576px) {
      .gallery_grid .gallery_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .gallery_grid .gallery_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      .gallery_grid .gallery_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }

.two_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .two_cols .main_content {
    margin-bottom: 1.25rem;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .two_cols .main_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
  .two_cols .sidebar_right {
    margin-bottom: 1.25rem;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .two_cols .sidebar_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
  @media (min-width: 768px) {
    .two_cols.column_push .main_content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 992px) {
    .two_cols.column_push .main_content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 768px) {
    .two_cols.column_push .sidebar_right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 992px) {
    .two_cols.column_push .sidebar_right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }

/*
#main_container {
    @extend .container;
}
*/
.content_section {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.content_section_sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.content_section_lg {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }

.lv_background_lightest {
  background-color: white; }

.lv_background_lighter {
  background-color: #e9eaec; }

.lv_background_light {
  background-color: #b1b5be; }

.lv_background_neuter {
  background-color: #616775; }

.lv_background_dark {
  background-color: #4a4e59; }

.lv_background_darker {
  background-color: #3e424b; }

.lv_background_darkest {
  background-color: #33363d; }

.odd {
  background-color: #f5f5f5; }

.even {
  background-color: white; }

/*
    Landesverwaltung corporate site stylesheets

    MASTHEAD
    Compare identica in tutte le pagine del sito
    
    Version: 
    Bootstrap 4
*/
.shrink {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  background-color: #fff; }

.shrink + #content {
  padding-top: 110px;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }

.shrink .header_wrapper {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }

.shrink .btn-social-icon.btn-sm, .shrink .btn-group-sm > .btn-social-icon.btn, .shrink .input-group-append .btn-social-icon.btn, .shrink .team_email .btn-social-icon.btn, .team_email .shrink .btn-social-icon.btn, .shrink .map .btn-social-icon.btn, .map .shrink .btn-social-icon.btn {
  height: 25px;
  width: 25px;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }
  .shrink .btn-social-icon.btn-sm :first-child, .shrink .btn-group-sm > .btn-social-icon.btn :first-child, .shrink .input-group-append .btn-social-icon.btn :first-child, .shrink .team_email .btn-social-icon.btn :first-child, .team_email .shrink .btn-social-icon.btn :first-child, .shrink .map .btn-social-icon.btn :first-child, .map .shrink .btn-social-icon.btn :first-child {
    line-height: 22px;
    width: 22px;
    font-size: 1rem; }

.shrink .form-control {
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }

.shrink .input-group-append .btn {
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }

.shrink .header_wrapper .search_box .social_icons {
  margin-bottom: .2rem;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }

.top_bar {
  font-family: "Open Sans", Arial, sans-serif;
  border-bottom: 1px solid #cdcfd5;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  @media (min-width: 768px) {
    .top_bar {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  .top_bar .corporate_top {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
    .top_bar .corporate_top > a {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      color: #212529; }
      .top_bar .corporate_top > a:hover {
        text-decoration: none;
        background-color: transparent; }
    @media (max-width: 575.98px) {
      .top_bar .corporate_top .corporate_top_text {
        font-size: .9rem;
        line-height: 1.1; } }
    .top_bar .corporate_top #logo_top {
      height: 42px;
      width: auto;
      margin-right: 0.5rem; }
      @media (max-width: 575.98px) {
        .top_bar .corporate_top #logo_top {
          height: 30px;
          margin-right: 0.25rem; } }

.languages {
  white-space: nowrap;
  font-size: .95rem; }
  .languages > a {
    color: #212529;
    text-decoration: none;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    @media (max-width: 767.98px) {
      .languages > a {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        font-size: .90rem; } }
    @media (max-width: 767.98px) {
      .languages > a span {
        display: none; } }
    .languages > a.active {
      font-weight: bold; }
  .languages .icon_lsp {
    text-transform: uppercase; }
    .languages .icon_lsp img {
      display: inline-block;
      margin-top: -4px; }
    .languages .icon_lsp span {
      padding-left: 5px; }

.header_wrapper {
  min-height: 4.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .header_wrapper {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .header_wrapper .menu_box {
    height: 100%; }
    .header_wrapper .menu_box #menu_btn {
      background: transparent;
      padding: 0;
      margin-bottom: 0;
      border: none; }
      @media (min-width: 768px) {
        .header_wrapper .menu_box #menu_btn {
          padding: 0 .25rem; } }
      .header_wrapper .menu_box #menu_btn .hamburger .bar1, .header_wrapper .menu_box #menu_btn .hamburger .bar2, .header_wrapper .menu_box #menu_btn .hamburger .bar3 {
        width: 40px;
        height: 2px;
        background-color: #333;
        margin: 4px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header_wrapper .menu_box #menu_btn .hamburger .bar1:hover, .header_wrapper .menu_box #menu_btn .hamburger .bar2:hover, .header_wrapper .menu_box #menu_btn .hamburger .bar3:hover {
          background-color: #333; }
      .header_wrapper .menu_box #menu_btn .hamburger .bar2 {
        margin: 8px 0; }
        .header_wrapper .menu_box #menu_btn .hamburger .bar2:hover {
          width: 30px; }
      .header_wrapper .menu_box #menu_btn:hover .bar1, .header_wrapper .menu_box #menu_btn:hover .bar2, .header_wrapper .menu_box #menu_btn:hover .bar3 {
        background-color: #cd0e16; }
      .header_wrapper .menu_box #menu_btn:hover .bar2 {
        width: 30px; }
  .header_wrapper .website_title {
    padding-left: .75rem;
    margin-left: .75rem;
    border-left: 1px solid #cdcfd5; }
    @media (min-width: 768px) {
      .header_wrapper .website_title {
        padding-left: 1.25rem;
        margin-left: 1.25rem; } }
    .header_wrapper .website_title a {
      text-decoration: none; }
      .header_wrapper .website_title a .site_title {
        color: #cd0e16;
        margin: 0;
        line-height: 1.2;
        font-size: 1.3rem;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 700;
        letter-spacing: -1px; }
        .header_wrapper .website_title a .site_title:hover {
          color: #b50c13; }
        .header_wrapper .website_title a .site_title span {
          display: block;
          font-size: 1.2rem;
          font-weight: 600; }
  @media (min-width: 768px) {
    .header_wrapper .search_box {
      width: 15em; } }
  @media (min-width: 992px) {
    .header_wrapper .search_box {
      width: 18em; } }
  .header_wrapper .search_box .social_icons {
    margin-bottom: .35rem;
    text-align: right; }

.btn_search {
  color: #fff;
  background-color: #4a4e59;
  border-color: #434751; }
  .btn_search:hover {
    color: #fff;
    background-color: #393c44;
    border-color: #2c2f35; }
  .btn_search:focus, .btn_search.focus {
    color: #fff;
    background-color: #393c44;
    border-color: #2c2f35;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 99, 107, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(95, 99, 107, 0.5); }
  .btn_search.disabled, .btn_search:disabled {
    color: #fff;
    background-color: #4a4e59;
    border-color: #434751; }
  .btn_search:not(:disabled):not(.disabled):active, .btn_search:not(:disabled):not(.disabled).active,
  .show > .btn_search.dropdown-toggle {
    color: #fff;
    background-color: #33363d;
    border-color: #26282e; }
    .btn_search:not(:disabled):not(.disabled):active:focus, .btn_search:not(:disabled):not(.disabled).active:focus,
    .show > .btn_search.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 99, 107, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(95, 99, 107, 0.5); }

#main_nav {
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #cd0e16;
  border-top: 1px solid #a70b12;
  border-bottom: 1px solid #a70b12;
  color: #fff;
  position: relative; }
  #main_nav .container {
    position: relative; }
  #main_nav .lv_nav_toggler {
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: 0.35rem 0.55rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.25rem; }
    #main_nav .lv_nav_toggler:hover, #main_nav .lv_nav_toggler:focus {
      text-decoration: none;
      background-color: #b00c13;
      outline: none; }
    #main_nav .lv_nav_toggler.lv_search_toggler {
      display: inline-block; }
      @media (min-width: 768px) {
        #main_nav .lv_nav_toggler.lv_search_toggler {
          display: none; } }
  #main_nav .curated_nav {
    display: none; }
    @media (min-width: 768px) {
      #main_nav .curated_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #main_nav .curated_nav .nav-link {
      color: #fff;
      text-transform: uppercase;
      padding: 0.5rem 0.6rem; }
      #main_nav .curated_nav .nav-link:hover {
        background-color: #b00c13; }
    #main_nav .curated_nav .active .nav-link {
      background-color: #a70b12; }

/*#megamenu {
    position: absolute;
    top: -1px;
    //left: 0;
    //right: 0;
    background: none;
    border: none;
    width: 100%;
    transition: all 0.5s;
    z-index: 20;
    .megamenu_inner {
        @include make-row();
        border: 1px solid $gray-300;
        background-color: $gray-100;
        box-shadow: $box-shadow;
        @include border-bottom-radius($border-radius);
        height: auto;
        max-height: calc(100vh - 150px);
        overflow: hidden;
        overflow-y: auto;
        @include media-breakpoint-up(sm) {
            margin: {
                right: 0;
                left: 0;
            };
        }
        @include media-breakpoint-up(md) {
            max-height: calc(100vh - 300px);
        }
        @include media-breakpoint-up(lg) {
            //max-height: 500px;
        }
        @include media-breakpoint-up(xl) {
            //max-height: 500px;
        }
        .megamenu_header {
            @include make-col-ready();
            padding: .65rem 1.25rem;
            border-bottom: 1px solid $gray-300;
        }
    }
    .metismenu ul ul {
      
      background-color: #eeeded;
      a {

        &:hover {
            background-color: #e5e5e5;
        }
      }
      .mm-active > a {
          border-bottom: 1px solid $gray-400
      }
    }
}*/
#m_search_container {
  padding-top: .75rem;
  padding-bottom: .75rem;
  -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  background-color: #fff; }
  @media (min-width: 768px) {
    #m_search_container {
      display: none; } }

.wrapper {
  display: block; }

#sidebar {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 999;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  visibility: hidden; }
  @media (min-width: 768px) {
    #sidebar {
      width: 420px;
      left: -420px; } }

.open #sidebar {
  left: 0;
  visibility: visible; }

.nav_main {
  overflow: hidden;
  overflow-y: auto;
  height: 100%; }

.sidebar_header {
  padding: .75rem .75rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.125rem;
  text-align: right;
  color: #212529; }
  .sidebar_header .close {
    float: none;
    opacity: .8; }
    .sidebar_header .close .close_icon {
      fill: #212529;
      opacity: .8;
      width: 14px;
      height: auto;
      margin-right: .50rem; }
    .sidebar_header .close:hover {
      opacity: 1; }

.site-search-form {
  position: relative; }

.site_search_field {
  background: none transparent;
  border: none;
  border-bottom: 1px solid #cdcfd5;
  color: #212529;
  vertical-align: middle;
  width: 100%;
  padding: 0.35rem 2rem 0.35rem 0.35rem; }

.site_search_field:focus {
  background-color: #f5f5f5;
  outline: none; }

.site_search_field::-webkit-input-placeholder {
  color: #212529; }

.site_search_field:-ms-input-placeholder {
  color: #212529; }

.site_search_field::-ms-input-placeholder {
  color: #212529; }

.site_search_field::placeholder {
  color: #212529; }

.site_search_button {
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  padding: .5rem;
  line-height: 1;
  z-index: 2;
  border: 0 none;
  background: transparent;
  color: #212529;
  outline: none; }

.navigation-menu .sidebar_search {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  margin-right: .75rem;
  margin-left: .75rem; }

.navigation-menu .header-controls {
  margin-top: 1.5rem;
  margin-right: .75rem;
  margin-left: .75rem; }

.navigation-menu .languages {
  margin-top: 1rem; }
  .navigation-menu .languages .lsp {
    display: inline-block; }

/*
    Landesverwaltung corporate site stylesheets

    LV breadcrumb styles

    Version:    3.0
    Bootstrap 4
*/
.lv_path {
  margin-top: 1rem; }

.lv_breadcrumb {
  margin-top: 10px; }
  .lv_breadcrumb .lvb_toggle {
    background: #e9eaec;
    border: 1px solid #cdcfd5;
    margin-bottom: 0; }
    .lv_breadcrumb .lvb_toggle .lvb_toggle_extra {
      float: left; }
    .lv_breadcrumb .lvb_toggle .lvb_toggle_crumbs {
      float: right; }
      .lv_breadcrumb .lvb_toggle .lvb_toggle_crumbs a {
        border-left: 1px solid #b1b5be; }
    .lv_breadcrumb .lvb_toggle a {
      padding: 4px 12px;
      display: block;
      color: #3e424b;
      text-decoration: none; }
      .lv_breadcrumb .lvb_toggle a:hover {
        text-decoration: none;
        background: #e9eaec; }
  .lv_breadcrumb .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .lv_breadcrumb #collapse-crumbs {
      display: block; } }
  .lv_breadcrumb .lv_crumbs .lv_element {
    display: block;
    padding: 4px 12px;
    color: #3e424b;
    background-color: white;
    border: 1px solid #cdcfd5;
    text-decoration: none; }
    .lv_breadcrumb .lv_crumbs .lv_element:hover {
      text-decoration: none;
      border-bottom: 1px solid #b1b5be;
      background: #e9eaec;
      color: #33363d; }
  .lv_breadcrumb .lv_crumbs > .lv_element > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block; }
  @media (min-width: 768px) {
    .lv_breadcrumb .lv_crumbs {
      border: 1px solid #cdcfd5;
      background-image: url(img/bg-weiss-70.png);
      width: 100%;
      font-size: .95rem; }
      .lv_breadcrumb .lv_crumbs .lv_element {
        float: left;
        position: relative;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #cdcfd5;
        background-image: url(img/bg-weiss-70.png);
        white-space: nowrap;
        padding: 3px 10px 3px 20px;
        margin-left: -1px;
        margin-top: -1px;
        margin-bottom: -1px; }
        .lv_breadcrumb .lv_crumbs .lv_element:hover {
          text-decoration: none;
          border: 1px solid #b1b5be;
          background: #e9eaec; }
          .lv_breadcrumb .lv_crumbs .lv_element:hover:after {
            border-left: 10px solid #e9eaec; }
          .lv_breadcrumb .lv_crumbs .lv_element:hover:before {
            border-left: 10px solid #b1b5be; }
        .lv_breadcrumb .lv_crumbs .lv_element:after, .lv_breadcrumb .lv_crumbs .lv_element:before {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 50%;
          left: 100%;
          z-index: 3;
          border-top: 14px solid transparent;
          border-bottom: 14px solid transparent;
          border-left: 10px solid white;
          margin-top: -14px; }
        .lv_breadcrumb .lv_crumbs .lv_element:after {
          border-left-color: white; }
        .lv_breadcrumb .lv_crumbs .lv_element:before {
          border-left-color: #cdcfd5;
          margin-left: 1px; }
        .lv_breadcrumb .lv_crumbs .lv_element:last-child {
          border-right: none; }
          .lv_breadcrumb .lv_crumbs .lv_element:last-child:before, .lv_breadcrumb .lv_crumbs .lv_element:last-child:after {
            content: none; }
          .lv_breadcrumb .lv_crumbs .lv_element:last-child:hover:after, .lv_breadcrumb .lv_crumbs .lv_element:last-child:hover:before {
            border-left: none; } }

/*
    Landesverwaltung corporate site stylesheets

    LV components styles

    Version:    2.0.1
    Botstrap: 4
*/
.lv_visual {
  background-image: url(img/color/bg-001.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.lv_extended_search {
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem; }
  @media (min-width: 992px) {
    .lv_extended_search {
      margin-bottom: 2rem;
      margin-top: 6.75rem; } }
  @media (min-width: 1200px) {
    .lv_extended_search {
      margin-top: 7.5rem; } }
  .lv_extended_search .search_box {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 992px) {
      .lv_extended_search .search_box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    .lv_extended_search .search_box form#search_lv_home {
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 0.25rem;
      padding: 1rem; }
      .lv_extended_search .search_box form#search_lv_home legend {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 1.375rem;
        color: #212529;
        margin: 0;
        border: none;
        margin-bottom: 0; }
        @media (min-width: 992px) {
          .lv_extended_search .search_box form#search_lv_home legend {
            margin-top: 2rem; } }
        @media (min-width: 1200px) {
          .lv_extended_search .search_box form#search_lv_home legend {
            margin-top: 1.25rem; } }
  .lv_extended_search .text_box {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 992px) {
      .lv_extended_search .text_box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .lv_extended_search .text_box .lv_box {
      margin: 0; }
  .lv_extended_search .top_services {
    margin: 0; }
    .lv_extended_search .top_services li {
      padding-top: 0.25rem;
      padding-right: 1rem;
      padding-bottom: 0.25rem;
      padding-left: 1rem; }
      .lv_extended_search .top_services li a {
        color: #212529; }

/*.lv_visual_image {
    text-align: center;
    .lv_heading_bereich {
        color: $primary;
        margin-top: ($spacer * 1.25);
        margin-bottom: ($spacer * 1.25);
        @include media-breakpoint-up(md) {
            font-size: $font-size-base * 2.6;
            margin-top: ($spacer * 1.75);
            margin-bottom: ($spacer * 1.75);
        }
    }
}*/
.lv_numbers .number {
  width: 200px;
  color: #cd0e16;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 70px; }
  @media (min-width: 768px) {
    .lv_numbers .number {
      text-align: center; } }

.lv_numbers .lv_heading_secondary {
  margin-bottom: 0.25rem; }

.lv_numbers .nr_description p {
  margin: 0;
  line-height: 1.4; }

.lv_slider_full {
  margin-bottom: 1rem; }
  .lv_slider_full .carousel-caption {
    left: 7%;
    right: 7%; }
  .lv_slider_full .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5; }
  .lv_slider_full .container {
    position: relative; }
  .lv_slider_full .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 240px;
    visibility: inherit;
    background-color: #6c757d; }
    @media (min-width: 576px) {
      .lv_slider_full .carousel-item {
        height: 280px; } }
    @media (min-width: 768px) {
      .lv_slider_full .carousel-item {
        height: 400px; } }
    @media (min-width: 992px) {
      .lv_slider_full .carousel-item {
        height: 500px; } }
    @media (min-width: 1200px) {
      .lv_slider_full .carousel-item {
        height: 580px; } }
  .lv_slider_full .carousel-control-prev {
    width: 7%; }
    .lv_slider_full .carousel-control-prev:hover {
      background-color: transparent; }
  .lv_slider_full .carousel-control-next {
    width: 7%; }
    .lv_slider_full .carousel-control-next:hover {
      background-color: transparent; }
  .lv_slider_full .carousel-indicators {
    margin-bottom: .25rem; }
  .lv_slider_full .carousel-caption {
    font-family: "Open Sans", Arial, sans-serif; }
  .lv_slider_full .btn_readmore {
    margin-top: 1rem; }
  .lv_slider_full.lv_slider_01 .carousel-caption {
    bottom: 12%; }
    @media (min-width: 576px) {
      .lv_slider_full.lv_slider_01 .carousel-caption {
        bottom: 22%; } }
  .lv_slider_full.lv_slider_01 .lv_caption {
    text-align: left; }
  @media (min-width: 768px) {
    .lv_slider_full.lv_slider_01 .carousel_title {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .lv_slider_full.lv_slider_01 .carousel_title {
      font-size: 2.2rem; } }
  @media (min-width: 1200px) {
    .lv_slider_full.lv_slider_01 .carousel_title {
      font-size: 2.4rem; } }
  .lv_slider_full.lv_slider_01 .carousel_text {
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .lv_slider_full.lv_slider_01 .carousel_text {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .lv_slider_full.lv_slider_01 .carousel_text {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .lv_slider_full.lv_slider_01 .carousel_text {
        font-size: 1.3rem;
        line-height: 1.2; } }
    @media (min-width: 1200px) {
      .lv_slider_full.lv_slider_01 .carousel_text {
        font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .lv_slider_full.lv_slider_01 .btn {
      font-size: 1.1rem;
      padding: .40rem 1rem; } }
  .lv_slider_full.lv_slider_02 .lv_caption {
    text-align: left; }
  .lv_slider_full.lv_slider_02 .carousel-caption {
    bottom: 12%; }
    @media (min-width: 576px) {
      .lv_slider_full.lv_slider_02 .carousel-caption {
        bottom: 22%; } }
  .lv_slider_full.lv_slider_02 .carousel_title {
    font-size: 1.25rem;
    margin: 0;
    background-color: #cd0e16;
    color: #fff;
    display: inline-block;
    padding: 0.25rem 1rem; }
    @media (min-width: 768px) {
      .lv_slider_full.lv_slider_02 .carousel_title {
        font-size: 1.7rem; } }
    @media (min-width: 992px) {
      .lv_slider_full.lv_slider_02 .carousel_title {
        font-size: 1.9rem; } }
  .lv_slider_full.lv_slider_02 .carousel_text {
    background-color: #3e424b;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .lv_slider_full.lv_slider_02 .carousel_text {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .lv_slider_full.lv_slider_02 .carousel_text {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .lv_slider_full.lv_slider_02 .carousel_text {
        font-size: 1.4rem;
        line-height: 1.2; } }
  .lv_slider_full.lv_slider_02 .btn_readmore {
    color: #fff;
    background-color: #cd0e16;
    border-color: #b50c13; }
    .lv_slider_full.lv_slider_02 .btn_readmore:hover {
      color: #fff;
      background-color: #a90c12;
      border-color: #85090e; }
    .lv_slider_full.lv_slider_02 .btn_readmore:focus, .lv_slider_full.lv_slider_02 .btn_readmore.focus {
      color: #fff;
      background-color: #a90c12;
      border-color: #85090e;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5); }
    .lv_slider_full.lv_slider_02 .btn_readmore.disabled, .lv_slider_full.lv_slider_02 .btn_readmore:disabled {
      color: #fff;
      background-color: #cd0e16;
      border-color: #b50c13; }
    .lv_slider_full.lv_slider_02 .btn_readmore:not(:disabled):not(.disabled):active, .lv_slider_full.lv_slider_02 .btn_readmore:not(:disabled):not(.disabled).active,
    .show > .lv_slider_full.lv_slider_02 .btn_readmore.dropdown-toggle {
      color: #fff;
      background-color: #9d0b11;
      border-color: #79080d; }
      .lv_slider_full.lv_slider_02 .btn_readmore:not(:disabled):not(.disabled):active:focus, .lv_slider_full.lv_slider_02 .btn_readmore:not(:disabled):not(.disabled).active:focus,
      .show > .lv_slider_full.lv_slider_02 .btn_readmore.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5); }
    @media (min-width: 768px) {
      .lv_slider_full.lv_slider_02 .btn_readmore {
        font-size: 1.1rem;
        padding: .40rem 1rem; } }

.lv_slider {
  -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }
  .lv_slider .carousel-caption {
    left: 7%;
    right: 7%; }
  .lv_slider .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5; }
  .lv_slider .carousel-control-prev {
    width: 7%; }
    .lv_slider .carousel-control-prev:hover {
      background-color: transparent; }
  .lv_slider .carousel-control-next {
    width: 7%; }
    .lv_slider .carousel-control-next:hover {
      background-color: transparent; }
  .lv_slider .carousel-indicators {
    margin-bottom: .25rem; }
  .lv_slider .carousel-caption {
    font-family: "Open Sans", Arial, sans-serif; }
  .lv_slider.lv_slider_01 .carousel-caption {
    padding-top: 1rem;
    padding-bottom: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(62, 66, 75, 0.8); }
    .lv_slider.lv_slider_01 .carousel-caption:hover {
      background-color: rgba(62, 66, 75, 0.9); }
  .lv_slider.lv_slider_01 .carousel_title {
    font-size: 1.25rem;
    margin: 0; }
    @media (min-width: 768px) {
      .lv_slider.lv_slider_01 .carousel_title {
        font-size: 1.4rem; } }
    @media (min-width: 992px) {
      .lv_slider.lv_slider_01 .carousel_title {
        font-size: 1.6rem; } }
  .lv_slider.lv_slider_01 .carousel_text {
    font-weight: 300;
    line-height: 1.3;
    margin: 0; }
    @media (min-width: 576px) {
      .lv_slider.lv_slider_01 .carousel_text {
        font-size: 1.1rem; } }
    @media (min-width: 768px) {
      .lv_slider.lv_slider_01 .carousel_text {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .lv_slider.lv_slider_01 .carousel_text {
        font-size: 1.3rem; } }
  .lv_slider.lv_slider_01 a {
    text-decoration: none;
    color: #fff; }
    .lv_slider.lv_slider_01 a:hover {
      text-decoration: underline; }
  .lv_slider.lv_slider_02 .carousel-caption {
    bottom: 8%; }
    @media (min-width: 992px) {
      .lv_slider.lv_slider_02 .carousel-caption {
        bottom: 20%;
        left: 10%; } }
  .lv_slider.lv_slider_02 .lv_caption {
    text-align: left; }
    .lv_slider.lv_slider_02 .lv_caption .carousel_title {
      margin: 0;
      background-color: #cd0e16;
      display: inline-block;
      padding: 0.25rem 1rem;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .lv_slider.lv_slider_02 .lv_caption .carousel_title {
          font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .lv_slider.lv_slider_02 .lv_caption .carousel_title {
          font-size: 1.8rem; } }
      .lv_slider.lv_slider_02 .lv_caption .carousel_title:hover {
        opacity: .8; }
    .lv_slider.lv_slider_02 .lv_caption .carousel_text {
      margin: 0;
      background-color: #3e424b;
      font-weight: 300;
      line-height: 1.3;
      display: inline-block;
      padding: 0.25rem 1rem; }
      .lv_slider.lv_slider_02 .lv_caption .carousel_text:hover {
        opacity: .8; }
      @media (min-width: 576px) {
        .lv_slider.lv_slider_02 .lv_caption .carousel_text {
          font-size: 1.1rem; } }
      @media (min-width: 768px) {
        .lv_slider.lv_slider_02 .lv_caption .carousel_text {
          font-size: 1.2rem; } }
      @media (min-width: 992px) {
        .lv_slider.lv_slider_02 .lv_caption .carousel_text {
          font-size: 1.4rem; } }
    .lv_slider.lv_slider_02 .lv_caption > a {
      text-decoration: none;
      color: #fff; }
  .lv_slider.lv_slider_news .carousel-caption {
    text-align: left;
    padding-top: 5rem;
    padding-right: 2rem;
    padding-bottom: 2.6rem;
    padding-left: 2.5rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) repeat scroll 0 0; }
    @media (min-width: 768px) {
      .lv_slider.lv_slider_news .carousel-caption {
        padding-right: 6rem;
        padding-top: 6rem; } }
    @media (min-width: 992px) {
      .lv_slider.lv_slider_news .carousel-caption {
        padding-right: 10rem;
        padding-top: 7rem; } }
  .lv_slider.lv_slider_news .carousel_title {
    font-size: 1.375rem;
    margin: 0; }
    @media (min-width: 768px) {
      .lv_slider.lv_slider_news .carousel_title {
        font-size: 1.6rem; } }
  .lv_slider.lv_slider_news .category {
    font-size: 1rem;
    font-weight: normal; }
    @media (min-width: 768px) {
      .lv_slider.lv_slider_news .category {
        font-size: 1.1rem; } }
    .lv_slider.lv_slider_news .category .fa, .lv_slider.lv_slider_news .category .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_slider.lv_slider_news .category i {
      color: #fff;
      font-size: 1rem; }
  .lv_slider.lv_slider_news a {
    text-decoration: none;
    color: #fff; }
    .lv_slider.lv_slider_news a:hover {
      text-decoration: underline; }

/*
    Landesverwaltung corporate site stylesheets

    LV contents styles
    News
    

    Version:    3
    Bootstrap 4
*/
.lv_news {
  margin-bottom: 1.5rem; }
  .lv_news .lv_news_long {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #807e7c), color-stop(0, rgba(128, 126, 124, 0))) 0 100%/4px 1px repeat-x;
    background: -webkit-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: -o-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: linear-gradient(90deg, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x; }

.lv_news_long {
  margin-bottom: 1rem; }

.card_inner > .lv_news_long {
  margin-bottom: 0; }

.lv_media_visual {
  margin-left: 1rem;
  margin-top: .25rem; }
  .lv_media_visual img {
    -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    width: 320px; }

.lv_media_text {
  width: 100%; }
  .lv_media_text .lv_heading_secondary {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .25rem; }
  .lv_media_text p {
    margin-bottom: .5rem; }

.lv_data {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: bold; }

.news_detail {
  margin-top: 1rem; }
  .news_detail .news_header {
    margin-bottom: 1rem; }
    .news_detail .news_header .lv_heading_primary {
      margin-top: 0;
      margin-bottom: .15rem; }
  .news_detail h2 {
    font-size: 1.125rem; }
  .news_detail .lv_tags .lv_tag_list li {
    margin-right: 0.25rem; }
  .news_detail .lv_tags .btn_tag {
    border-radius: 0.3rem;
    font-size: 0.875rem;
    padding: 0.15rem 0.5rem;
    color: #212529;
    background-color: #fff;
    border-color: #e9ecef; }
    .news_detail .lv_tags .btn_tag:hover {
      color: #212529;
      background-color: #ececec;
      border-color: #cbd3da; }
    .news_detail .lv_tags .btn_tag:focus, .news_detail .lv_tags .btn_tag.focus {
      color: #212529;
      background-color: #ececec;
      border-color: #cbd3da;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5); }
    .news_detail .lv_tags .btn_tag.disabled, .news_detail .lv_tags .btn_tag:disabled {
      color: #212529;
      background-color: #fff;
      border-color: #e9ecef; }
    .news_detail .lv_tags .btn_tag:not(:disabled):not(.disabled):active, .news_detail .lv_tags .btn_tag:not(:disabled):not(.disabled).active,
    .show > .news_detail .lv_tags .btn_tag.dropdown-toggle {
      color: #212529;
      background-color: #e6e6e6;
      border-color: #c4ccd4; }
      .news_detail .lv_tags .btn_tag:not(:disabled):not(.disabled):active:focus, .news_detail .lv_tags .btn_tag:not(:disabled):not(.disabled).active:focus,
      .show > .news_detail .lv_tags .btn_tag.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5); }
  .news_detail .lv_tags span {
    border-radius: 0.3rem;
    font-size: 0.875rem;
    padding: 0.15rem 0.5rem;
    color: #fff;
    background-color: #4a4e59;
    cursor: default !important; }

.social-media {
  margin-top: 1.5rem; }
  .social-media .btn {
    padding: 0.15rem 0.5rem; }
  .social-media .bookmark {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .social-media .bookmark {
        text-align: right; } }
  .social-media .email-rss {
    margin-bottom: 0.5rem; }
  .social-media .rss {
    color: #212529;
    background-color: #F67F25;
    border-color: #f57616; }
    .social-media .rss:hover {
      color: #fff;
      background-color: #eb6b0a;
      border-color: #cf5e09; }
    .social-media .rss:focus, .social-media .rss.focus {
      color: #fff;
      background-color: #eb6b0a;
      border-color: #cf5e09;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 106, 25, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(213, 106, 25, 0.5); }
    .social-media .rss.disabled, .social-media .rss:disabled {
      color: #212529;
      background-color: #F67F25;
      border-color: #f57616; }
    .social-media .rss:not(:disabled):not(.disabled):active, .social-media .rss:not(:disabled):not(.disabled).active,
    .show > .social-media .rss.dropdown-toggle {
      color: #fff;
      background-color: #df6509;
      border-color: #c35908; }
      .social-media .rss:not(:disabled):not(.disabled):active:focus, .social-media .rss:not(:disabled):not(.disabled).active:focus,
      .show > .social-media .rss.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 106, 25, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(213, 106, 25, 0.5); }
  .social-media .facebook {
    color: #fff;
    background-color: #3B5998;
    border-color: #37538d; }
    .social-media .facebook:hover {
      color: #fff;
      background-color: #30497c;
      border-color: #293d68; }
    .social-media .facebook:focus, .social-media .facebook.focus {
      color: #fff;
      background-color: #30497c;
      border-color: #293d68;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 109, 158, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(85, 109, 158, 0.5); }
    .social-media .facebook.disabled, .social-media .facebook:disabled {
      color: #fff;
      background-color: #3B5998;
      border-color: #37538d; }
    .social-media .facebook:not(:disabled):not(.disabled):active, .social-media .facebook:not(:disabled):not(.disabled).active,
    .show > .social-media .facebook.dropdown-toggle {
      color: #fff;
      background-color: #2d4373;
      border-color: #25385f; }
      .social-media .facebook:not(:disabled):not(.disabled):active:focus, .social-media .facebook:not(:disabled):not(.disabled).active:focus,
      .show > .social-media .facebook.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 109, 158, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(85, 109, 158, 0.5); }
  .social-media .twitter {
    color: #fff;
    background-color: #06B2F4;
    border-color: #06B2F4; }
    .social-media .twitter:hover {
      color: #fff;
      background-color: #0597cf;
      border-color: #058ec2; }
    .social-media .twitter:focus, .social-media .twitter.focus {
      color: #fff;
      background-color: #0597cf;
      border-color: #058ec2;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 190, 246, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(43, 190, 246, 0.5); }
    .social-media .twitter.disabled, .social-media .twitter:disabled {
      color: #fff;
      background-color: #06B2F4;
      border-color: #06B2F4; }
    .social-media .twitter:not(:disabled):not(.disabled):active, .social-media .twitter:not(:disabled):not(.disabled).active,
    .show > .social-media .twitter.dropdown-toggle {
      color: #fff;
      background-color: #058ec2;
      border-color: #0485b6; }
      .social-media .twitter:not(:disabled):not(.disabled):active:focus, .social-media .twitter:not(:disabled):not(.disabled).active:focus,
      .show > .social-media .twitter.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 190, 246, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(43, 190, 246, 0.5); }

.bn-breaking-news {
  display: block;
  width: 100%;
  border: solid 1px #cd0e16;
  background: #fff;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  font-size: 0.875rem;
  margin-top: .50rem; }

.bn-breaking-news * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bn-breaking-news.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

.bn-breaking-news.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }

/*********************************/
/*title styles start**************/
.bn-label {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #cd0e16;
  text-align: center;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
  cursor: pointer; }
  .bn-label a {
    color: #fff;
    text-decoration: none; }
    .bn-label a:hover {
      text-decoration: underline;
      background-color: transparent; }

/*title styles end****************/
/*********************************/
/*news item style start **********/
.bn-news {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden; }

.bn-news ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute; }

.bn-news ul li {
  white-space: nowrap;
  overflow: hidden !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #212529; }

#content .bn-news ul li a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  color: #212529;
  position: relative;
  display: block;
  overflow: hidden; }

#content .bn-news ul li a:hover {
  color: #345D8E;
  text-decoration: underline;
  background-color: transparent; }

.bn-loader-text {
  padding: 0 10px; }

.bn-seperator {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative; }

.bn-seperator.bn-news-dot {
  margin-right: 0; }

.bn-seperator.bn-news-dot:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px; }

.bn-prefix {
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px; }

.bn-positive {
  color: #0b8457;
  font-weight: bold; }

.bn-negative {
  color: #dc2f2f;
  font-weight: bold; }

/*news item style end ************/
/*********************************/
/*controls style start ***********/
.bn-controls {
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #EEE;
  text-align: center;
  background-color: #f6f6f6;
  outline: none; }

.bn-controls button:hover {
  background-color: #EEE; }

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px; }

.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px; }

.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px; }

.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px; }

.bn-arrow::after {
  border-color: #999999; }

.bn-arrow::before {
  background-color: #999999; }

.bn-play {
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px; }

.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px; }

.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px; }

.bn-pause::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999; }

.bn-pause::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999; }

/*controls style end *************/
/*********************************/
.bn-direction-rtl {
  direction: rtl; }

.bn-direction-rtl .bn-label {
  left: auto;
  right: 0; }

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0; }

.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right; }

.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px; }

.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: solid 1px #EEE; }

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative; }

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto; }

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right; }

/*********************************/
/*********************************/
#news_ticker .bn-label a {
  text-decoration: none; }

#news_ticker .bn-label a:hover {
  text-decoration: underline; }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    Events
    
    Version:    3.0
    Bootstrap 4

*/
.lv_events {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem; }
  .lv_events .media {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #807e7c), color-stop(0, rgba(128, 126, 124, 0))) 0 100%/4px 1px repeat-x;
    background: -webkit-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: -o-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: linear-gradient(90deg, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x; }
    .lv_events .media .lv_heading_secondary {
      font-size: 1.25rem;
      margin-top: 0;
      margin-bottom: 0.3rem; }
      .lv_events .media .lv_heading_secondary a:hover {
        background-color: transparent; }
    .lv_events .media p.event_text {
      margin-bottom: 0.3rem; }
  .lv_events.box {
    background-color: white;
    padding: 0.75rem;
    -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    .lv_events.box .media {
      margin-bottom: 0;
      padding-bottom: 0;
      background: none; }
  .lv_events .date {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #cd0e16;
    color: #fff;
    margin-top: .25rem;
    margin-right: 0.75rem; }
    @media (min-width: 768px) {
      .lv_events .date {
        margin-right: 1.25rem;
        width: 90px;
        height: 90px; } }
    .lv_events .date .month {
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .lv_events .date .month {
          font-size: 1.1rem;
          padding-top: 5px; } }
    .lv_events .date .day {
      font-size: 2.8rem;
      line-height: 1;
      font-weight: bold;
      position: absolute;
      right: -2px;
      bottom: -4px; }
      @media (min-width: 768px) {
        .lv_events .date .day {
          font-size: 3.7rem; } }
  .lv_events.circle.box {
    background-color: white;
    padding: 0.75rem;
    -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    .lv_events.circle.box .media {
      margin-bottom: 0;
      padding-bottom: 0;
      background: none; }
  .lv_events.circle .date {
    border: 4px solid #616775;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212529;
    width: 70px;
    height: 70px; }
    @media (min-width: 768px) {
      .lv_events.circle .date {
        width: 100px;
        height: 100px; } }
    .lv_events.circle .date .date_cont {
      text-align: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      width: 100%; }
      .lv_events.circle .date .date_cont .month {
        line-height: 1;
        position: relative;
        bottom: auto; }
      .lv_events.circle .date .date_cont .day {
        font-size: 1.8rem;
        position: relative;
        bottom: auto; }
        @media (min-width: 768px) {
          .lv_events.circle .date .date_cont .day {
            font-size: 2.6rem; } }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    Publications
    
    Version:    3.0
    Bootstrap 4

*/
.lv_publication {
  margin-bottom: 1.5rem; }
  .lv_publication .media {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #807e7c), color-stop(0, rgba(128, 126, 124, 0))) 0 100%/4px 1px repeat-x;
    background: -webkit-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: -o-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: linear-gradient(90deg, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x; }
    .lv_publication .media:first-child {
      padding-top: .50rem; }
  .lv_publication p {
    margin-bottom: 0.75rem; }
  .lv_publication .publication_img {
    margin-right: 1rem;
    width: 110px;
    height: auto;
    -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }
    @media (max-width: 767.98px) {
      .lv_publication .publication_img {
        display: none; } }
  .lv_publication .lv_heading_secondary {
    font-size: 1.25rem;
    margin-bottom: 0.25rem; }

.answer_text {
  font-size: 1.125rem; }

.faq_header {
  margin-bottom: 1rem; }
  .faq_header .lv_heading_primary {
    margin-top: 0;
    margin-bottom: .15rem;
    font-size: 1.4rem; }

.lv_faq_update {
  margin-bottom: 0;
  font-size: 0.875rem; }

/*
    Landesverwaltung corporate site stylesheets

    LV contents styles
    Projects
    

    Version:    3
    Bootstrap 4
*/
.lv_project_wrapper {
  margin-bottom: 1.5rem; }
  .lv_project_wrapper .lv_project {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #807e7c), color-stop(0, rgba(128, 126, 124, 0))) 0 100%/4px 1px repeat-x;
    background: -webkit-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: -o-linear-gradient(left, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x;
    background: linear-gradient(90deg, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100%/4px 1px repeat-x; }

.lv_project {
  margin-bottom: 1.75rem; }
  @media (min-width: 768px) {
    .lv_project {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important; } }
  .lv_project .lv_project_img {
    margin-top: .25rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .lv_project .lv_project_img {
        margin-bottom: 0;
        margin-right: 1rem; } }
    .lv_project .lv_project_img img {
      -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
      box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }
      @media (min-width: 768px) {
        .lv_project .lv_project_img img {
          width: 320px; } }
      @media (min-width: 992px) {
        .lv_project .lv_project_img img {
          width: 360px; } }
  .lv_project .lv_project_body {
    width: 100%; }
    .lv_project .lv_project_body .lv_heading_secondary {
      font-size: 1.25rem;
      margin-top: 0; }
    .lv_project .lv_project_body p {
      margin-bottom: .5rem; }
  .lv_project .lv_data {
    font-size: 0.875rem;
    margin-bottom: 0;
    font-weight: bold; }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    GRID
    
    Version:    3.0
    Bootstrap 4

*/
figure {
  margin-bottom: 1rem;
  float: left;
  margin-right: 1rem;
  -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }
  figure img {
    max-width: 100%;
    height: auto; }
  figure figcaption {
    font-size: 0.875rem;
    padding: .50rem; }
  figure.full {
    width: 100%;
    margin-bottom: 1.5rem; }
  figure.half {
    width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      figure.half {
        width: 47%;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem; } }
  figure.single {
    width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      figure.single {
        width: 33%;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem; } }
  @media (min-width: 768px) {
    figure.rx {
      float: right;
      margin-right: 0;
      margin-left: 1rem; } }

.video_embed .embed_container {
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }
  .video_embed .embed_container p {
    font-size: 0.875rem;
    padding: .5rem;
    margin-bottom: 0; }

.gallery_card .card {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .gallery_card .card .view {
    cursor: pointer; }
  .gallery_card .card:hover {
    opacity: .9; }
    @media (min-width: 576px) {
      .gallery_card .card:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px); } }
    .gallery_card .card:hover .card-body {
      color: #4e5862; }
  .gallery_card .card .card-body {
    text-align: center;
    color: #212529; }
    .gallery_card .card .card-body .card-title {
      font-size: 1.1rem; }
    .gallery_card .card .card-body .card-text {
      font-size: .93rem;
      line-height: 1.30;
      margin-bottom: 0; }

.gallery_grid {
  margin-bottom: 1rem; }
  .gallery_grid a {
    cursor: pointer; }
    .gallery_grid a:hover {
      opacity: 0.9; }
  .gallery_grid img.gallery_image {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    @media (min-width: 576px) {
      .gallery_grid img.gallery_image:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03); } }
  .gallery_grid .gallery_image {
    -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }

.ekko-lightbox .modal-header {
  padding: .25rem .75rem;
  border: none; }

.ekko-lightbox .modal-body {
  padding: 0 0 .25rem 0; }

.ekko-lightbox .modal-footer {
  padding: .5rem .75rem;
  border: none;
  text-align: left;
  line-height: 1.4; }
  @media (max-width: 767.98px) {
    .ekko-lightbox .modal-footer {
      line-height: 1.3;
      font-size: 0.875rem; } }

.ekko-lightbox .modal-title {
  line-height: 1.4; }
  @media (max-width: 767.98px) {
    .ekko-lightbox .modal-title {
      line-height: 1.3; } }

.ekko-lightbox .modal-dialog {
  -webkit-box-flex: 100% !important;
  -ms-flex: 100% !important;
  flex: 100% !important; }

.ekko-lightbox-nav-overlay a {
  color: #ddd;
  text-shadow: 2px 2px 4px #000000; }
  .ekko-lightbox-nav-overlay a:hover {
    background-color: transparent; }

.lv_heading_primary {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }
  .lv_heading_primary > h1, .lv_heading_primary > span {
    display: inline-block;
    border-bottom: 2px solid #cd0e16;
    padding-bottom: 3px;
    padding-right: 1.5rem; }

.lv_heading_secondary {
  margin-top: 0.25rem; }

.lv_heading_group {
  margin-bottom: 1.25rem; }
  .lv_heading_group .lv_heading_secondary, .lv_heading_group .lv_heading_primary {
    margin-bottom: 0; }
  .lv_heading_group p {
    margin-bottom: 0; }

h1, h2, h3, h4, h5 {
  margin-top: 1.5rem; }

p.lead {
  font-family: "Open Sans", Arial, sans-serif; }

legend {
  font-size: 1.3rem; }

.category {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
  margin-bottom: .10rem;
  font-weight: bold; }
  .category .fa, .category .search_results .applied_filters .filter i, .search_results .applied_filters .filter .category i {
    color: #616775; }

table {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6; }
  table caption {
    font-size: 1.25rem;
    color: #212529;
    padding-bottom: 0.35rem;
    caption-side: top; }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    Card
    
    Version:    3.0
    Bootstrap 4
*/
.card {
  -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  margin-top: 0.5rem;
  margin-bottom: 0.75rem; }
  .card .lv_heading_secondary a:hover, .card .card-header a:hover {
    background-color: transparent; }
  .card .lv_heading_secondary {
    margin-top: 0;
    margin-bottom: .25rem;
    font-size: 1.25rem; }
  .card .card-header {
    margin-top: 0;
    margin-bottom: .25rem;
    font-size: 1.25rem; }
  .card .card_inner p:last-child {
    margin-bottom: 0; }
  .card .card_inner {
    margin-bottom: 1rem; }
  .card .card_inner:last-child {
    margin-bottom: 0; }
  .card img {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  @media (min-width: 576px) {
    .card a > img:hover {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      opacity: .9; } }

.view {
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative; }

.lv_box {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .lv_box .card-body {
    padding: 0; }
  .lv_box .view + .card-body {
    padding-top: 0.75rem; }

.lv_box_bordered {
  background-color: white; }

.lv_box_lightest {
  background-color: white;
  border: none; }

.lv_box_lighter {
  background-color: #e9eaec; }

.lv_box_b_top_primary {
  border-top: 1rem solid #cd0e16; }
  .lv_box_b_top_primary .card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.lv_box_b_top_secondary {
  border-top: 1rem solid #616775; }
  .lv_box_b_top_secondary .card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.lv_sevice_box {
  position: relative; }
  .lv_sevice_box .lv_heading_secondary {
    margin-bottom: .75rem; }
  .lv_sevice_box .card-body {
    padding-top: 1.50rem; }
  .lv_sevice_box .btn-link {
    margin-bottom: 0;
    padding-left: 0; }
    .lv_sevice_box .btn-link:hover {
      background-color: transparent; }
  .lv_sevice_box::before {
    position: absolute;
    top: -7px;
    left: 15px;
    content: "\f02e";
    font-family: FontAwesome;
    color: #cd0e16;
    font-size: 1.25em; }

.team_job {
  margin-bottom: .35rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3; }

.team_adress {
  margin-bottom: .40rem; }

.map {
  margin-top: .15rem; }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    Card overlay
    
    Version:    3.0
    Bootstrap 4
*/
.lv_overlay_a:hover {
  opacity: .8; }

.lv_overlay_a .card-img-overlay {
  padding: 0;
  top: auto;
  right: auto;
  bottom: 1.75rem;
  background-color: #cd0e16; }

.lv_overlay_a .lv_overlay_text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
  padding-top: .35rem;
  padding-right: 2.5rem;
  padding-bottom: .45rem;
  padding-left: .75rem; }

.lv_overlay_b:hover {
  opacity: .8; }

.lv_overlay_b .card-img-overlay {
  padding: 0;
  top: auto;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(bottom, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0)) repeat scroll 0 0; }

.lv_overlay_b .lv_overlay_text {
  color: #fff;
  margin: 0;
  margin-right: .75rem;
  padding-top: 3rem;
  padding-right: .75rem;
  padding-bottom: 1rem;
  padding-left: 1rem; }

.lv_overlay_bg_a {
  background-color: #4a4e59; }
  .lv_overlay_bg_a:hover {
    background-color: #4a4e59;
    opacity: .9; }
  .lv_overlay_bg_a .card-img-overlay {
    top: auto;
    right: .25rem;
    bottom: 1rem;
    left: .25rem; }
  .lv_overlay_bg_a .lv_overlay_text {
    color: #fff;
    margin: 0; }

.lv_overlay_bg_b {
  background-color: #8e024e; }
  .lv_overlay_bg_b:hover {
    background-color: #8e024e;
    opacity: .9; }
  .lv_overlay_bg_b .card-img-overlay {
    top: 1.5rem;
    right: .25rem;
    bottom: auto;
    left: .25rem; }
  .lv_overlay_bg_b .lv_overlay_text {
    text-align: right;
    color: #fff;
    margin: 0; }

.lv_overlay_text {
  font-size: 1.25rem; }

.lv_overlay .card {
  margin-top: .25rem;
  margin-bottom: 1.35rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px; }

@media (min-width: 576px) {
  .lv_overlay .lv_col_2 .card {
    height: 330px; } }

@media (min-width: 768px) {
  .lv_overlay .lv_col_2 .card {
    height: 222px; } }

@media (min-width: 992px) {
  .lv_overlay .lv_col_2 .card {
    height: 302px; } }

@media (min-width: 1200px) {
  .lv_overlay .lv_col_2 .card {
    height: 360px; } }

@media (min-width: 576px) {
  .lv_overlay .lv_col_3 .card {
    height: 330px; } }

@media (min-width: 768px) {
  .lv_overlay .lv_col_3 .card {
    height: 142px; } }

@media (min-width: 992px) {
  .lv_overlay .lv_col_3 .card {
    height: 194px; } }

@media (min-width: 1200px) {
  .lv_overlay .lv_col_3 .card {
    height: 244px; } }

@media (min-width: 576px) {
  .lv_overlay .lv_col_3_lg .card {
    height: 330px; } }

@media (min-width: 768px) {
  .lv_overlay .lv_col_3_lg .card {
    height: 222px; } }

@media (min-width: 992px) {
  .lv_overlay .lv_col_3_lg .card {
    height: 194px; } }

@media (min-width: 1200px) {
  .lv_overlay .lv_col_3_lg .card {
    height: 244px; } }

.lv_overlay.lv_group {
  margin-bottom: 1.5rem; }
  .lv_overlay.lv_group .lv_col_2, .lv_overlay.lv_group .lv_col_3, .lv_overlay.lv_group .lv_col_3_lg {
    margin-right: -0.1rem;
    margin-left: -0.1rem; }
    .lv_overlay.lv_group .lv_col_2 .col_item, .lv_overlay.lv_group .lv_col_3 .col_item, .lv_overlay.lv_group .lv_col_3_lg .col_item {
      padding-right: 0.1rem;
      padding-left: 0.1rem; }
  .lv_overlay.lv_group .card {
    margin-top: .25rem;
    margin-bottom: 0; }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    Icon Blocks
    
    Version: 3.0
    Bootstrap 4
*/
.lv_icon_left {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }
  .lv_icon_left .lv_icon_img, .lv_icon_left .lv_icon {
    margin-top: .90rem;
    margin-left: .75rem;
    margin-bottom: .90rem; }
  .lv_icon_left .lv_heading_secondary {
    margin-bottom: .30rem; }
  .lv_icon_left.lv_box .lv_icon_img, .lv_icon_left.lv_box .lv_icon {
    margin-top: .25rem;
    margin-right: .75rem;
    margin-left: 0; }
  .lv_icon_left.lv_box_highlight {
    border-left: 4px solid #cd0e16; }
  .lv_icon_left .more_link {
    margin-top: -.50rem;
    font-size: .90rem; }
    .lv_icon_left .more_link .fa, .lv_icon_left .more_link .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_icon_left .more_link i {
      padding-left: .50rem; }

.lv_icon_center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  text-align: center; }
  .lv_icon_center .lv_icon_img, .lv_icon_center .lv_icon {
    margin-top: .85rem; }
  .lv_icon_center .lv_heading_secondary {
    margin-bottom: .40rem; }
  .lv_icon_center.lv_box .lv_icon_img, .lv_icon_center.lv_box .lv_icon {
    margin-bottom: .75rem; }
  .lv_icon_center.lv_box_highlight {
    border-top: 3px solid #cd0e16; }

.lv_icon_img img {
  width: 20px;
  height: auto; }

.lv_icon_img.img_md img {
  width: 40px;
  height: auto; }

.lv_icon_img.img_lg img {
  width: 80px;
  height: auto; }

.lv_icon .fa, .lv_icon .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_icon i {
  color: #4a4e59;
  font-size: 1.3rem; }

.lv_icon.icon_md .fa, .lv_icon.icon_md .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_icon.icon_md i {
  font-size: 2.2rem; }

.lv_icon.icon_lg .fa, .lv_icon.icon_lg .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_icon.icon_lg i {
  font-size: 3.2rem; }

.lv_icon_block {
  margin-bottom: 1rem; }
  .lv_icon_block .lv_icon {
    margin-top: .25rem;
    margin-right: .75rem; }
    .lv_icon_block .lv_icon .fa, .lv_icon_block .lv_icon .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_icon_block .lv_icon i {
      color: #4a4e59;
      font-size: 1.3rem; }
    .lv_icon_block .lv_icon.icon_md .fa, .lv_icon_block .lv_icon.icon_md .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_icon_block .lv_icon.icon_md i {
      font-size: 2.2rem; }
    .lv_icon_block .lv_icon.icon_lg .fa, .lv_icon_block .lv_icon.icon_lg .search_results .applied_filters .filter i, .search_results .applied_filters .filter .lv_icon_block .lv_icon.icon_lg i {
      font-size: 3.2rem; }
  .lv_icon_block .lv_icon_img {
    margin-top: .10rem;
    margin-right: .50rem; }
    .lv_icon_block .lv_icon_img img {
      width: 20px;
      height: auto; }
    .lv_icon_block .lv_icon_img.img_md {
      padding: 2px; }
      .lv_icon_block .lv_icon_img.img_md img {
        width: 40px;
        height: auto; }
    .lv_icon_block .lv_icon_img.img_lg {
      padding: 2px; }
      .lv_icon_block .lv_icon_img.img_lg img {
        width: 80px;
        height: auto; }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    Call to action
    
    Version: 3.0
    Bootstrap 4
*/
.call_action_hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  padding-top: 0.75rem; }
  .call_action_hor .col_item {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .call_action_hor .col_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .call_action_hor .img_hor {
    padding-bottom: 0.75rem; }
    .call_action_hor .img_hor img {
      max-width: 100%;
      height: auto;
      -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
      box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }
  .call_action_hor .text_hor {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .call_action_hor .video {
    padding-bottom: 0.75rem; }
    .call_action_hor .video .embed_container {
      -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
      box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16); }

.lv_hilite {
  padding: 2rem 0;
  border-radius: 0;
  text-align: center; }
  @media (min-width: 576px) {
    .lv_hilite {
      padding: 3rem 0; } }
  .lv_hilite h1 {
    margin-top: 0; }
  .lv_hilite p {
    margin-bottom: 0.5rem;
    font-family: "Open Sans", Arial, sans-serif; }
  @media (min-width: 768px) {
    .lv_hilite h1 {
      font-size: 2.5rem; }
    .lv_hilite p {
      margin-bottom: 1rem;
      font-size: 1.3rem;
      font-weight: 200; } }
  .lv_hilite .btn_hero {
    color: #fff;
    background-color: #cd0e16;
    border-color: #b50c13; }
    .lv_hilite .btn_hero:hover {
      color: #fff;
      background-color: #a90c12;
      border-color: #85090e; }
    .lv_hilite .btn_hero:focus, .lv_hilite .btn_hero.focus {
      color: #fff;
      background-color: #a90c12;
      border-color: #85090e;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5); }
    .lv_hilite .btn_hero.disabled, .lv_hilite .btn_hero:disabled {
      color: #fff;
      background-color: #cd0e16;
      border-color: #b50c13; }
    .lv_hilite .btn_hero:not(:disabled):not(.disabled):active, .lv_hilite .btn_hero:not(:disabled):not(.disabled).active,
    .show > .lv_hilite .btn_hero.dropdown-toggle {
      color: #fff;
      background-color: #9d0b11;
      border-color: #79080d; }
      .lv_hilite .btn_hero:not(:disabled):not(.disabled):active:focus, .lv_hilite .btn_hero:not(:disabled):not(.disabled).active:focus,
      .show > .lv_hilite .btn_hero.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5); }
    @media (min-width: 768px) {
      .lv_hilite .btn_hero {
        font-size: 1.1rem;
        padding: .40rem 1rem; } }
  .lv_hilite.hero_text {
    /*
        p {
            margin-bottom: ($spacer * .5);
            font-family: $corporate-font;
        }
        
        @include media-breakpoint-up(md) {
            //padding: ($jumbotron-padding * 1.6) 0;
            h1 {
                //font-size: $font-size-base * 2.6;
                //margin-top: 0;
            }
            p {
                //font-size: $font-size-base * 1.30;
                //font-weight: 200;
            }
        }
        */ }
    .lv_hilite.hero_text .shapes-right, .lv_hilite.hero_text .shapes-left {
      display: none; }
    .lv_hilite.hero_text h1 {
      color: #cd0e16; }
  .lv_hilite.hero_bg {
    background-color: #616775;
    color: #fff;
    position: relative; }
    .lv_hilite.hero_bg a {
      color: #fff; }
      .lv_hilite.hero_bg a:hover {
        color: #000; }
    .lv_hilite.hero_bg .shapes-right {
      position: absolute;
      height: 100%;
      width: 100%;
      right: 0;
      top: 0;
      overflow: hidden; }
    .lv_hilite.hero_bg .shapes-right:before {
      content: "";
      width: 300px;
      height: 150px;
      background: rgba(255, 255, 255, 0.1);
      position: absolute;
      right: -60px;
      top: 0;
      border-radius: 4px;
      -webkit-transform: skew(25deg, -10deg);
      -ms-transform: skew(25deg, -10deg);
      transform: skew(25deg, -10deg);
      -moz-transform-origin: top left;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
    .lv_hilite.hero_bg .shapes-right:after {
      content: "";
      width: 150px;
      height: 600px;
      background: rgba(255, 255, 255, 0.15);
      position: absolute;
      right: 0px;
      top: 30px;
      border-radius: 6px;
      -webkit-transform: skew(25deg, 10deg);
      -ms-transform: skew(25deg, 10deg);
      transform: skew(25deg, 10deg);
      -moz-transform-origin: top left;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
    .lv_hilite.hero_bg .shapes-left {
      position: absolute;
      height: 100%;
      width: 100%;
      right: 0;
      top: 0;
      overflow: hidden; }
    .lv_hilite.hero_bg .shapes-left:before {
      content: "";
      width: 300px;
      height: 150px;
      background: rgba(255, 255, 255, 0.1);
      position: absolute;
      left: -90px;
      top: 0;
      border-radius: 6px;
      -webkit-transform: skew(25deg, -12deg);
      -ms-transform: skew(25deg, -12deg);
      transform: skew(25deg, -12deg);
      -moz-transform-origin: top left;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
    .lv_hilite.hero_bg .shapes-left:after {
      content: "";
      width: 150px;
      height: 600px;
      background: rgba(255, 255, 255, 0.15);
      position: absolute;
      left: 0px;
      top: 30px;
      border-radius: 4px;
      -webkit-transform: skew(-25deg, 10deg);
      -ms-transform: skew(-25deg, 10deg);
      transform: skew(-25deg, 10deg);
      -moz-transform-origin: top left;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
    .lv_hilite.hero_bg .btn_hero {
      color: #fff;
      background-color: #cd0e16;
      border-color: #b50c13; }
      .lv_hilite.hero_bg .btn_hero:hover {
        color: #fff;
        background-color: #a90c12;
        border-color: #85090e; }
      .lv_hilite.hero_bg .btn_hero:focus, .lv_hilite.hero_bg .btn_hero.focus {
        color: #fff;
        background-color: #a90c12;
        border-color: #85090e;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5); }
      .lv_hilite.hero_bg .btn_hero.disabled, .lv_hilite.hero_bg .btn_hero:disabled {
        color: #fff;
        background-color: #cd0e16;
        border-color: #b50c13; }
      .lv_hilite.hero_bg .btn_hero:not(:disabled):not(.disabled):active, .lv_hilite.hero_bg .btn_hero:not(:disabled):not(.disabled).active,
      .show > .lv_hilite.hero_bg .btn_hero.dropdown-toggle {
        color: #fff;
        background-color: #9d0b11;
        border-color: #79080d; }
        .lv_hilite.hero_bg .btn_hero:not(:disabled):not(.disabled):active:focus, .lv_hilite.hero_bg .btn_hero:not(:disabled):not(.disabled).active:focus,
        .show > .lv_hilite.hero_bg .btn_hero.dropdown-toggle:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(192, 49, 55, 0.5); }

.download_list {
  padding-left: 0;
  list-style: none;
  margin-left: .30rem;
  margin-bottom: .75rem; }
  .download_list li {
    position: relative;
    margin: .25rem 0;
    /*
        &.audio::before {
            content: "\f1c7";
        }
        &.doc::before {
            content: "\f1c2";
        }
        &.htm::before {
            content: "\f1c9";
        }
        &.img::before {
            content: "\f1c7";
        }
        &.xls::before {
        content: "\f1c3";
        }
        &.ppt::before {
        content: "\f1c4";
        }
        &.other::before {
          content: "\f016";
        }
        &.zip::before {
          content: "\f1c6";
        }
        &.img::before {
          content: "\f1c5";
        }
        &.pdf::before {
            content: "\f1c1";
        }
        &::before {
                content: "\f016";
                font-family: FontAwesome;
                font-size: 1.2em;
                position: absolute;
                top: -4px;
                left: 0;
        }
        */ }
    .download_list li .doc-size {
      font-size: 0.875rem;
      color: #495057;
      white-space: nowrap;
      padding-left: .5rem; }

#content li a[href$=".pdf" i]::before, #content p a[href$=".pdf" i]::before {
  content: "\f1c1\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".pdf" i]:hover, #content p a[href$=".pdf" i]:hover {
  background-color: transparent; }

#content li a[href$=".docx" i]::before, #content li a[href$=".doc" i]::before, #content p a[href$=".docx" i]::before, #content p a[href$=".doc" i]::before {
  content: "\f1c2\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".docx" i]:hover, #content li a[href$=".doc" i]:hover, #content p a[href$=".docx" i]:hover, #content p a[href$=".doc" i]:hover {
  background-color: transparent; }

#content li a[href$=".png" i]::before, #content li a[href$=".jpg" i]::before, #content li a[href$=".gif" i]::before, #content p a[href$=".png" i]::before, #content p a[href$=".jpg" i]::before, #content p a[href$=".gif" i]::before {
  content: "\f1c5\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".png" i]:hover, #content li a[href$=".jpg" i]:hover, #content li a[href$=".gif" i]:hover, #content p a[href$=".png" i]:hover, #content p a[href$=".jpg" i]:hover, #content p a[href$=".gif" i]:hover {
  background-color: transparent; }

#content li a[href$=".xlsx" i]::before, #content li a[href$=".xls" i]::before, #content p a[href$=".xlsx" i]::before, #content p a[href$=".xls" i]::before {
  content: "\f1c3\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".xlsx" i]:hover, #content li a[href$=".xls" i]:hover, #content p a[href$=".xlsx" i]:hover, #content p a[href$=".xls" i]:hover {
  background-color: transparent; }

#content li a[href$=".xml" i]::before, #content p a[href$=".xml" i]::before {
  content: "\f1c9\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".xml" i]:hover, #content p a[href$=".xml" i]:hover {
  background-color: transparent; }

#content li a[href$=".odt" i]::before, #content li a[href$=".ods" i]::before, #content li a[href$=".odp" i]::before, #content li a[href$=".odg" i]::before, #content li a[href$=".odb" i]::before, #content p a[href$=".odt" i]::before, #content p a[href$=".ods" i]::before, #content p a[href$=".odp" i]::before, #content p a[href$=".odg" i]::before, #content p a[href$=".odb" i]::before {
  content: "\f016\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".odt" i]:hover, #content li a[href$=".ods" i]:hover, #content li a[href$=".odp" i]:hover, #content li a[href$=".odg" i]:hover, #content li a[href$=".odb" i]:hover, #content p a[href$=".odt" i]:hover, #content p a[href$=".ods" i]:hover, #content p a[href$=".odp" i]:hover, #content p a[href$=".odg" i]:hover, #content p a[href$=".odb" i]:hover {
  background-color: transparent; }

#content li a[href$=".zip" i]::before, #content p a[href$=".zip" i]::before {
  content: "\f1c6\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".zip" i]:hover, #content p a[href$=".zip" i]:hover {
  background-color: transparent; }

#content li a[href$=".pps" i]::before, #content li a[href$=".pptx" i]::before, #content li a[href$=".ppt" i]::before, #content p a[href$=".pps" i]::before, #content p a[href$=".pptx" i]::before, #content p a[href$=".ppt" i]::before {
  content: "\f1c4\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".pps" i]:hover, #content li a[href$=".pptx" i]:hover, #content li a[href$=".ppt" i]:hover, #content p a[href$=".pps" i]:hover, #content p a[href$=".pptx" i]:hover, #content p a[href$=".ppt" i]:hover {
  background-color: transparent; }

#content li a[href$=".mp3" i]::before, #content li a[href$=".indd" i]::before, #content li a[href$=".vcf" i]::before, #content li a[href$=".dfx" i]::before, #content li a[href$=".gpx" i]::before, #content p a[href$=".mp3" i]::before, #content p a[href$=".indd" i]::before, #content p a[href$=".vcf" i]::before, #content p a[href$=".dfx" i]::before, #content p a[href$=".gpx" i]::before {
  content: "\f016\00A0";
  font-family: FontAwesome;
  color: #212529;
  font-size: 1.2em; }

#content li a[href$=".mp3" i]:hover, #content li a[href$=".indd" i]:hover, #content li a[href$=".vcf" i]:hover, #content li a[href$=".dfx" i]:hover, #content li a[href$=".gpx" i]:hover, #content p a[href$=".mp3" i]:hover, #content p a[href$=".indd" i]:hover, #content p a[href$=".vcf" i]:hover, #content p a[href$=".dfx" i]:hover, #content p a[href$=".gpx" i]:hover {
  background-color: transparent; }

.external_link:after {
  content: "\f08e";
  color: #cd0e16;
  font-family: FontAwesome;
  padding-left: .30rem;
  font-size: 90%; }

.lv_link_list, .lv_box_cont_footer ul {
  margin-left: .30rem; }
  .lv_link_list > li, .lv_box_cont_footer ul > li {
    margin-bottom: 0.25rem;
    position: relative; }
    .lv_link_list > li > a, .lv_box_cont_footer ul > li > a {
      padding-left: 1em;
      display: inline-block; }
  .lv_link_list > li:before, .lv_box_cont_footer ul > li:before {
    content: "\f101";
    color: #cd0e16;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0; }

.lv_list {
  margin-left: .30rem; }
  .lv_list > li {
    margin-bottom: 0.25rem;
    position: relative;
    padding-left: 1em; }
  .lv_list > li:before {
    content: "\f101";
    color: #cd0e16;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0; }

.lv_theme {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .lv_theme ul {
    padding-left: 0;
    margin-bottom: 0.5rem; }
    .lv_theme ul > li {
      line-height: 1.4; }
  .lv_theme .lv_heading_secondary {
    margin: 0;
    font-size: 1.1rem; }
    .lv_theme .lv_heading_secondary a {
      color: #212529; }

/*
    Landesverwaltung corporate site stylesheets
    LV contents styles
    Banner
    
    Version:    3.0
    Bootstrap 4
*/
.lv_banner {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem; }
  .lv_banner a {
    display: block;
    width: 100%;
    height: 100%; }
    .lv_banner a img {
      max-width: 100%;
      height: auto; }
    .lv_banner a:hover {
      opacity: 0.9; }
  .lv_banner.bordered {
    -webkit-box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
    border: 1px solid #cdcfd5; }
  .lv_banner.efre {
    border: 2px solid #c0c0c0;
    margin-bottom: 0; }

.lv_col_1 .col_item > .lv_banner {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .lv_col_1 .col_item > .lv_banner {
      width: 468px; } }
  @media (min-width: 992px) {
    .lv_col_1 .col_item > .lv_banner {
      width: 520px; } }
  @media (min-width: 1200px) {
    .lv_col_1 .col_item > .lv_banner {
      width: 568px; } }

.mycivis_banner, .bn_banner {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  background-color: #616775;
  border: 1px solid #fff; }
  .mycivis_banner a, .bn_banner a {
    display: block;
    width: 100%;
    height: 100%; }
    .mycivis_banner a img, .bn_banner a img {
      max-width: 100%;
      height: auto; }
    .mycivis_banner a:hover, .bn_banner a:hover {
      background-color: #B4C420; }

.horizontal_search {
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 1.5rem; }
  .horizontal_search .form-group {
    margin-bottom: .75rem; }
  @media (min-width: 992px) {
    .horizontal_search .form-control {
      height: calc(1.5em + 0.5rem + 2px);
      padding: 0.25rem 0.75rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.3rem; } }
  @media (min-width: 992px) {
    .horizontal_search .btn {
      padding: 0.25rem 0.75rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.3rem; } }
  .horizontal_search .lv_inline_first_label {
    margin-top: .3rem;
    padding-right: 0.4rem; }
    @media (min-width: 992px) {
      .horizontal_search .lv_inline_first_label {
        margin-top: .5rem; } }

.list_filter {
  margin-top: -1rem;
  margin-bottom: 1.75rem; }

.lv_search_box {
  margin-top: 1.5rem;
  margin-bottom: 1.75rem; }
  .lv_search_box.bordered {
    background-color: white;
    border: 1px solid #cdcfd5;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem; }
  .lv_search_box.lighter {
    background-color: #f5f5f5;
    border: 1px solid #cdcfd5;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem; }
  .lv_search_box label {
    font-size: 1.25rem; }
  .lv_search_box .input-group {
    margin-bottom: .5rem; }
  .lv_search_box .input-group:last-child {
    margin-bottom: 2rem; }
  .lv_search_box .advanced_search {
    margin-top: .5rem;
    padding-left: .25rem; }
  .lv_search_box .search_options {
    margin-bottom: .25rem;
    padding-left: .25rem; }
  .lv_search_box .help {
    margin-bottom: .5rem;
    font-size: 0.875rem; }

.search_filter {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdcfd5; }
  .search_filter .btn {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .search_filter label {
      margin-bottom: .25rem; }
    .search_filter .form-group {
      margin-bottom: .5rem; } }

.search_results .lv_nav_tabs {
  background-color: #fff; }
  @media (min-width: 576px) {
    .search_results .lv_nav_tabs {
      border-bottom: 1px solid #cdcfd5; } }
  @media (min-width: 768px) {
    .search_results .lv_nav_tabs {
      font-size: 1.25rem; } }
  .search_results .lv_nav_tabs .nav-link {
    padding: .35rem .75rem;
    border-bottom: 1px solid #cdcfd5; }
    @media (min-width: 576px) {
      .search_results .lv_nav_tabs .nav-link {
        border-bottom: 2px solid #fff; } }
    .search_results .lv_nav_tabs .nav-link.active {
      border-bottom: 2px solid #cd0e16;
      color: #212529; }
      @media (max-width: 575.98px) {
        .search_results .lv_nav_tabs .nav-link.active {
          background-color: #f5f5f5; } }

.search_results .result {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #cdcfd5; }
  .search_results .result .lv_heading_secondary {
    font-size: 1.25rem; }
  .search_results .result .lv_heading_secondary {
    margin-bottom: 0.25rem; }
  .search_results .result p:last-child {
    margin-bottom: 0; }
  .search_results .result.lv_services {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .search_results .result.lv_services p {
      margin-bottom: .5rem; }
    .search_results .result.lv_services .lv_sv_icon {
      margin-top: .5rem;
      margin-right: .5rem; }
  .search_results .result.online {
    padding-left: 66px;
    background-image: url(img/myCIVIS_logo_56x48.png);
    background-repeat: no-repeat;
    background-position: left top; }

.search_results .result_title {
  font-size: 1.375rem;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: .5rem;
  border-bottom: 1px dotted #cdcfd5; }

.search_results .pagination {
  margin-top: 1.25rem; }

.search_results p.result_status {
  margin-bottom: 0.75rem; }

.search_results .service_results {
  border-bottom: 1px solid #cdcfd5;
  margin-bottom: 1.5rem; }
  .search_results .service_results .lv_link_list, .search_results .service_results .lv_box_cont_footer ul, .lv_box_cont_footer .search_results .service_results ul {
    margin-bottom: .75rem; }

.search_results .keymatch {
  background-color: #d7eafd;
  border: #cce5ff;
  padding: 0.75rem 1.25rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .search_results .keymatch p:last-child {
    margin-bottom: 0; }

.search_results .tags .tag {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  left: 0;
  top: 0;
  line-height: 17.142857148px;
  background-color: #e9ecef;
  color: #212529;
  border-color: transparent;
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 9px;
  margin-left: 14px;
  margin-right: 0.25rem; }
  .search_results .tags .tag:hover {
    color: #cd0e16; }

.search_results .tags .tag:active, .search_results .tags .tag:focus, .search_results .tags .tag:hover {
  color: #cd0e16 !important; }

.search_results .tags .tag:before {
  border-bottom: 9.571428574px transparent solid;
  border-right: 11px #e9ecef solid;
  border-top: 9.571428574px transparent solid;
  content: "";
  position: absolute;
  left: -11px;
  top: 0;
  height: 0;
  width: 0; }

.search_results .tags .tag:after {
  background: white;
  border: 1px #727474 solid;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 6.571428574px; }

.search_results .applied_filters .filter {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.15rem 0.5rem;
  background-color: #e9ecef;
  color: #212529;
  text-decoration: none;
  display: inline-block;
  margin-top: .25rem;
  margin-right: .25rem;
  margin-left: .25rem;
  margin-bottom: .25rem; }
  .search_results .applied_filters .filter:hover i {
    color: #cd0e16; }

.sidebar_title_right {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 3px solid #cd0e16; }

.filter_nav .navbar-header {
  margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .filter_nav .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }

.list_filter_right .list_title {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 600; }

.list_filter_right .list_subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1rem; }
  .list_filter_right .list_subtitle a {
    color: #212529; }

.list_filter_right ul {
  font-size: 0.875rem;
  line-height: 1.2; }
  .list_filter_right ul a {
    display: inline-block;
    border-bottom: 1px solid #cdcfd5;
    padding: 0.25rem 1.25rem 0.25rem 0;
    position: relative;
    width: 100%;
    color: #212529;
    text-decoration: none; }
    .list_filter_right ul a:hover {
      text-decoration: none;
      background-color: #f5f5f5; }
  .list_filter_right ul .active > a {
    background-color: #e9ecef;
    padding-left: 0.50rem; }
  .list_filter_right ul li.active > a:after {
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    right: .2rem; }
  .list_filter_right ul li.active > a:hover {
    color: #cd0e16; }
  .list_filter_right ul li > ul {
    margin-left: .8rem; }
    .list_filter_right ul li > ul li.active > a:after {
      font-family: "FontAwesome";
      content: "\f00d";
      position: absolute;
      right: 0;
      top: 50%;
      line-height: 1;
      margin-top: -7px;
      font-weight: normal; }

.list_filter_right .count {
  font-weight: bold; }

.btn {
  margin-bottom: 0.25rem; }

.btn-light, .social-media .print, .social-media .email {
  border: 1px solid #b1b5be; }

.input-group .btn {
  margin-bottom: 0; }

.btn_lsp {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  border: 1px solid #0A1395;
  color: #0A1395;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none; }
  .btn_lsp img {
    margin-right: 10px;
    width: 46px;
    height: auto; }
  .btn_lsp:hover {
    text-decoration: none;
    background-color: #f9fafa;
    border: 1px solid #08107d; }

.btn_lsp_sm {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  margin-bottom: 1rem;
  border: 1px solid #0A1395;
  color: #0A1395;
  font-size: 1.15rem;
  line-height: 1.2;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  text-decoration: none; }
  .btn_lsp_sm img {
    margin-right: 10px;
    width: 40px;
    height: auto; }
  .btn_lsp_sm:hover {
    text-decoration: none;
    background-color: #f9fafa;
    border: 1px solid #08107d; }

.btn_services {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  border: 1px solid #cdcfd5;
  background-color: #fff;
  color: #212529;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none; }
  .btn_services img {
    margin-right: 10px;
    width: 46px;
    height: auto; }
  .btn_services:hover {
    background-color: #f5f5f5; }

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: left;
  line-height: 1.42857;
  font-size: 14px;
  margin-top: 2px; }

*[dir="rtl"] .metismenu .arrow {
  float: left; }

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
.metismenu .fa.arrow:before, .metismenu .search_results .applied_filters .filter i.arrow:before, .search_results .applied_filters .filter .metismenu i.arrow:before {
  content: "\f176";
  margin-right: .50rem; }

/*.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f147"; //"\f107";
}*/
.metismenu .mm-collapse:not(.mm-show) {
  display: none; }

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

.metismenu .has-arrow {
  position: relative; }

.metismenu .has-arrow::after {
  position: absolute;
  content: "\f196";
  font: normal normal normal 14px/1 FontAwesome;
  right: .75em;
  top: 37%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%); }

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  content: "\f147"; }

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  -ms-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%); }

/*
.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: .75em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(0, -50%);
}*/
.metismenu {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: .75rem;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .metismenu li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent; }
  .metismenu a {
    text-decoration: none;
    position: relative;
    display: block;
    padding-top: .75rem;
    padding-right: 1.25rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    color: #212529;
    outline-width: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: 1px solid #ddd; }
    .metismenu a:hover {
      background-color: #e9ecef; }
    .metismenu a:focus {
      -webkit-box-shadow: inset 0 0 4px #adb5bd;
      box-shadow: inset 0 0 4px #adb5bd; }
  .metismenu .mm-active > a {
    border-bottom: 2px solid #cd0e16; }
  .metismenu ul {
    padding: 0; }
    .metismenu ul a {
      padding-top: .50rem;
      padding-right: 1.25rem;
      padding-bottom: .50rem;
      padding-left: 1.50rem;
      color: #212529; }
      .metismenu ul a:hover {
        background-color: #e9ecef; }
    .metismenu ul .mm-active > a {
      border-bottom: 1px solid #6c757d; }
  .metismenu ul ul {
    padding: 0;
    background-color: #f5f5f5; }
    .metismenu ul ul a {
      padding-top: .50rem;
      padding-right: 1.25rem;
      padding-bottom: .50rem;
      padding-left: 2.50rem;
      color: #212529; }
      .metismenu ul ul a:hover {
        background-color: #e9ecef; }
    .metismenu ul ul .mm-active > a {
      border-bottom: 1px solid #ced4da; }

.contact-nav.metismenu {
  margin-bottom: 2rem; }
  .contact-nav.metismenu .has-arrow::after {
    right: .5em; }
  .contact-nav.metismenu a {
    padding-top: .35rem;
    padding-right: 1.25rem;
    padding-bottom: .35rem;
    padding-left: .5rem; }
  .contact-nav.metismenu .mm-active > a {
    border-bottom: 2px solid #495057;
    font-weight: bold; }
  .contact-nav.metismenu ul {
    padding: 0; }
    .contact-nav.metismenu ul a {
      padding-top: .35rem;
      padding-right: 1.25rem;
      padding-bottom: .35rem;
      padding-left: 1.75rem;
      color: #212529; }
      .contact-nav.metismenu ul a:hover {
        background-color: #e9ecef; }
    .contact-nav.metismenu ul .mm-active > a {
      border-bottom: 1px solid #6c757d; }
  .contact-nav.metismenu ul ul {
    padding: 0;
    background-color: #f5f5f5; }
    .contact-nav.metismenu ul ul a {
      padding-top: .35rem;
      padding-right: 1.25rem;
      padding-bottom: .35rem;
      padding-left: 2.75rem;
      color: #212529; }
      .contact-nav.metismenu ul ul a:hover {
        background-color: #e9ecef; }
    .contact-nav.metismenu ul ul .mm-active > a {
      border-bottom: 1px solid #ced4da; }

/*
    Landesverwaltung corporate site stylesheets

    LV Accordion

    Version:    3.0
    Botstrap: 4
*/
.lv_accordion {
  margin-bottom: 1rem; }
  .lv_accordion .card {
    margin-top: 0;
    margin-bottom: 0; }
  .lv_accordion .accordion_heading {
    margin-top: 0;
    margin-bottom: 0; }
  .lv_accordion .accordion_heading > a {
    display: block;
    position: relative;
    font-size: 1.15rem;
    text-decoration: none;
    padding-right: 1.5rem; }
    .lv_accordion .accordion_heading > a:hover {
      text-decoration: underline;
      background-color: transparent; }
  .lv_accordion .accordion_heading > a:after {
    content: "\f107";
    /* fa-plus-square */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0; }
  .lv_accordion .accordion_heading > a[aria-expanded="true"]:after {
    content: "\f106";
    /* fa-minus-square */ }

#lv_second_navbar h2.lv_sn_title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: .75rem;
  padding-left: 0;
  /*@include media-breakpoint-down(sm) {
            padding-bottom: 0;
            font-size: $font-size-h3;
        }*/ }
  #lv_second_navbar h2.lv_sn_title > span {
    background-color: white;
    width: auto;
    /*@include media-breakpoint-down(sm)  {
                display: inline-block;
                width: 90%;
            }*/ }

#lv_second_navbar .lv_sn_container {
  background-color: white; }
  #lv_second_navbar .lv_sn_container ul {
    margin-bottom: 1rem; }
    #lv_second_navbar .lv_sn_container ul li.lv_sn_grid {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px; }
      @media (min-width: 768px) {
        #lv_second_navbar .lv_sn_container ul li.lv_sn_grid {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        #lv_second_navbar .lv_sn_container ul li.lv_sn_grid {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      #lv_second_navbar .lv_sn_container ul li.lv_sn_grid .lv_sn_text {
        padding-left: 1.9rem;
        position: relative; }
        #lv_second_navbar .lv_sn_container ul li.lv_sn_grid .lv_sn_text::before {
          content: "\f101";
          color: #cd0e16;
          font-family: FontAwesome;
          font-size: 2.3rem;
          line-height: 1;
          position: absolute;
          top: -4px;
          left: 0; }
      #lv_second_navbar .lv_sn_container ul li.lv_sn_grid h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.15rem;
        line-height: 1.2; }
      #lv_second_navbar .lv_sn_container ul li.lv_sn_grid p {
        font-size: .95em;
        line-height: 1.3;
        margin-bottom: 0; }
      #lv_second_navbar .lv_sn_container ul li.lv_sn_grid > a {
        display: block;
        padding: 0.5rem 0.5rem;
        text-decoration: none;
        border: 1px solid #e9eaec;
        border-radius: 0.25rem;
        margin-bottom: 0.5rem; }
        #lv_second_navbar .lv_sn_container ul li.lv_sn_grid > a:hover {
          text-decoration: none;
          border: 1px solid #cdcfd5;
          background-color: transparent; }
          #lv_second_navbar .lv_sn_container ul li.lv_sn_grid > a:hover .lv_sn_text::before {
            color: #616775; }

/*
    Landesverwaltung corporate site stylesheets

    CONTENT FOOTER
    Ultima parte del contenuto (sotto c'è solo il corporate foot)

    Version:    2.0.1
    Boostrap
*/
.lv_box_cont_footer {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*.view {
        display:none;
    }*/ }
  .lv_box_cont_footer .card-body {
    padding: 0; }
  .lv_box_cont_footer .lv_heading_secondary {
    background-color: #cd0e16;
    color: white;
    padding: 0.25rem 0.5rem;
    margin-bottom: .75rem;
    border-width: 1px;
    border-style: solid;
    border-color: #ac0c12;
    border-radius: 0.25rem; }
  .lv_box_cont_footer address, .lv_box_cont_footer p, .lv_box_cont_footer ul {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 14px; }
  .lv_box_cont_footer address > a {
    line-height: 1.2;
    position: relative;
    padding-left: 0.75rem;
    display: inline-block; }
  .lv_box_cont_footer address > a:before {
    content: "\f101";
    color: #cd0e16;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0; }

.updates {
  border-top: 1px solid #cdcfd5;
  padding-top: 1rem; }
  .updates .sitemap {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 576px) {
      .updates .sitemap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .updates .sitemap a {
      text-decoration: none; }
      .updates .sitemap a:hover {
        text-decoration: underline; }
  .updates .sharing {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 576px) {
      .updates .sharing {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        text-align: right; } }
    .updates .sharing a {
      text-decoration: none; }
      .updates .sharing a:hover {
        text-decoration: none;
        opacity: .8; }

/*
    Landesverwaltung corporate site stylesheets

    Corporate footer
    Questo è il pié di pagina: compare identico su tutte le pagine del sito

    Version: 2.0.1
    Bootstrap 4
*/
#corporate_foot {
  font-size: .95rem;
  font-family: "Open Sans", Arial, sans-serif;
  background: #616775;
  color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  #corporate_foot .corporate_info {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 576px) {
      #corporate_foot .corporate_info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 768px) {
      #corporate_foot .corporate_info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    #corporate_foot .corporate_info a {
      color: #fff;
      padding-right: 2px;
      padding-left: 2px; }
      #corporate_foot .corporate_info a:hover {
        background-color: white;
        color: #212529; }
  #corporate_foot .corporate_nav {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 576px) {
      #corporate_foot .corporate_nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 768px) {
      #corporate_foot .corporate_nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    #corporate_foot .corporate_nav .nav-link {
      padding: 0rem .4rem;
      text-transform: uppercase;
      color: #fff;
      font-size: .85rem; }
      #corporate_foot .corporate_nav .nav-link:hover {
        text-decoration: underline;
        background-color: transparent; }
    #corporate_foot .corporate_nav .nav-item:first-child > a {
      padding-left: 0; }
    #corporate_foot .corporate_nav .nav-item:last-child > a {
      padding-right: 0; }
    #corporate_foot .corporate_nav .social_icons {
      margin-top: .5rem;
      margin-bottom: .5rem; }
    #corporate_foot .corporate_nav .civis_link {
      margin-bottom: 1rem; }
      #corporate_foot .corporate_nav .civis_link > a {
        text-align: left;
        color: #fff;
        text-transform: none; }
        #corporate_foot .corporate_nav .civis_link > a:hover {
          background-color: #fff;
          color: #212529; }

.footer_nav {
  background-color: #4a4e59;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid #373b43; }
  .footer_nav ul {
    text-align: center;
    margin-bottom: 0; }
    .footer_nav ul a {
      color: #fff;
      text-decoration: none; }
      .footer_nav ul a:hover {
        text-decoration: underline;
        background-color: transparent; }

.footer_logo {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  .footer_logo img {
    max-width: 100%;
    height: auto; }

.cod_example {
  padding: 0.5rem 0.75rem;
  border: 1px solid #fbf9df;
  background-color: #faf9f0;
  font-size: 0.9rem;
  line-height: 1.3; }
  .cod_example code {
    color: #cc0000; }

/*.top_bar a, .lv_download_list a, .lv_link_list a, #page_header a, .card .lv_heading_secondary a, .lv_theme a, .crd_heading_hor a, .top_services a  {
    text-decoration: none;
    &:hover {
        text-decoration: underline;
    }
}*/
a:hover {
  background-color: #ffc; }

.top_bar a {
  text-decoration: none; }
  .top_bar a:hover {
    text-decoration: underline; }

.tab-pane {
  margin-top: 1rem; }

.modal-title {
  margin-top: 0; }

#toTop {
  position: fixed;
  z-index: 10;
  bottom: 3.5rem;
  right: 1rem;
  cursor: pointer;
  display: none;
  padding-top: .0rem;
  padding-right: .75rem;
  padding-bottom: 0rem;
  padding-left: .75rem;
  font-size: 1.7rem;
  background-color: #4a4e59;
  color: #fff;
  border: 1px solid #373b43; }
  #toTop:hover {
    background-color: #3e424b; }

.social_icons .social_label {
  padding-right: .5rem; }

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  background-color: #4a4e59;
  border-color: #3e424b; }
  .btn-social-icon:hover, .btn-social-icon:focus, .btn-social-icon:active, .btn-social-icon.active {
    color: #fff;
    background-color: #373b43;
    border-color: #2c2f35; }
  .btn-social-icon :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
    padding-left: 61px; }
    .btn-social-icon.btn-lg :first-child, .btn-group-lg > .btn-social-icon.btn :first-child {
      line-height: 45px;
      width: 45px;
      font-size: 1.8rem; }
  .btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn, .shrink .input-group-append .btn-social-icon.btn, .team_email .btn-social-icon.btn, .map .btn-social-icon.btn {
    padding-left: 38px; }
    .btn-social-icon.btn-sm :first-child, .btn-group-sm > .btn-social-icon.btn :first-child, .shrink .input-group-append .btn-social-icon.btn :first-child, .team_email .btn-social-icon.btn :first-child, .map .btn-social-icon.btn :first-child {
      line-height: 28px;
      width: 28px;
      font-size: 1.4rem; }
  .btn-social-icon.btn-xs {
    padding-left: 30px; }
    .btn-social-icon.btn-xs :first-child {
      line-height: 20px;
      width: 20px;
      font-size: 1.2rem; }
  .btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important; }
  .btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn, .shrink .input-group-append .btn-social-icon.btn, .team_email .btn-social-icon.btn, .map .btn-social-icon.btn {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active {
    color: #fff;
    background-color: #446a89;
    border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active {
    color: #fff;
    background-color: #1c92c7;
    border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active {
    color: #fff;
    background-color: #a81a20;
    border-color: rgba(0, 0, 0, 0.2); }

.anchor {
  scroll-margin-top: 160px; }

.anchor_box {
  background: #f5f5f5;
  border: 1px solid #cdcfd5;
  padding: 1rem;
  width: auto;
  display: table; }
  .anchor_box .anchor_title {
    font-size: 1.15rem;
    margin-bottom: 0.5rem; }
  .anchor_box ol {
    margin-bottom: 0;
    padding-left: 20px; }
    .anchor_box ol li {
      padding-bottom: .25rem; }

@media print {
  *,
  *::before,
  *::after {
    /* Black prints faster */ }
  .languages, #sidebar_btn, .search_box, #main_nav, #newsTicker, .lv_path, .horizontal_search, .page_nav, .pagination, .updates, .lv_box_cont_footer, #footer, .fd2a20d, #toTop {
    display: none !important; }
  .top_bar {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .header_wrapper {
    min-height: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .lv_slider.lv_slider_news .carousel-caption {
    padding: 15px; }
  .news_detail .nav-tabs, .news_detail .social-media {
    display: none; }
  .news_detail .gallery, .lv_news_long {
    page-break-inside: avoid; }
  #iubenda-cs-banner {
    display: none !important; }
  .iubenda-cs-container {
    display: none !important; } }
