@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../Public/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../Public/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../Public/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../Public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"), url("../../Public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype");
  src: url("../../Public/fonts/fontawesome-webfont.eot?v=4.7.0");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.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 {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #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,
.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;
}

/*!
 * @license
 * MyFonts Webfont Build ID 3519480, 2018-02-01T03:23:36-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTStd-LtIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-46-light-italic/
 *
 * Webfont: HelveticaNeueLTStd-HvIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-86-heavy-italic/
 *
 * Webfont: HelveticaNeueLTStd-Hv by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-85-heavy/
 *
 * Webfont: HelveticaNeueLTStd-Lt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-45-light/
 *
 * Webfont: HelveticaNeueLTStd-MdIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-66-medium-italic/
 *
 * Webfont: HelveticaNeueLTStd-Md by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-65-medium/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3519480
 * Licensed pageviews: 4,000,000
 * Webfonts copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: "HelveticaNeueLTStd-LtIt";
  src: url("../../Public/fonts/35B3F8_0_0.woff2") format("woff2"), url("../../Public/fonts/35B3F8_0_0.woff") format("woff"), url("../../Public/../Public/fonts/35B3F8_0_0.ttf") format("truetype"), url("../../Public/fonts/35B3F8_0_0.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-HvIt";
  src: url("../../Public/fonts/35B3F8_1_0.woff2") format("woff2"), url("../../Public/fonts/35B3F8_1_0.woff") format("woff"), url("../../Public/fonts/35B3F8_1_0.ttf") format("truetype"), url("../../Public/fonts/35B3F8_1_0.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-MdIt";
  src: url("../../Public/fonts/35B3F8_4_0.woff2") format("woff2"), url("../../Public/fonts/35B3F8_4_0.woff") format("woff"), url("../../Public/fonts/35B3F8_4_0.ttf") format("truetype"), url("../../Public/fonts/35B3F8_4_0.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-LtIt-light";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../Public/../Public/fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../../Public/fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Hv.woff") format("woff"), url("../../Public/fonts/HelveticaNeueLTStd-Hv.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Hv.otf") format("opentype"), url("../../Public/fonts/HelveticaNeueLTStd-Hv.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "horfont";
  src: url(../../Public/fonts/horicons.woff?edf46235f43ab359466e9ef207e23127) format("woff"), url(../../Public/fonts/horicons.ttf?edf46235f43ab359466e9ef207e23127) format("truetype"), url(../../Public/fonts/horicons.eot?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../../Public/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../Public/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../Public/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../Public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"), url("../../Public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.b-1 {
  border: 1px solid #d6d6d6 !important;
}

.bt-1,
.by-1 {
  border-top: 1px solid #d6d6d6 !important;
}

.br-1,
.bx-1 {
  border-right: 1px solid #d6d6d6 !important;
}

.bb-1,
.by-1 {
  border-bottom: 1px solid #d6d6d6 !important;
}

.bl-1,
.bx-1 {
  border-left: 1px solid #d6d6d6 !important;
}

.b-2 {
  border: 2px solid #d6d6d6 !important;
}

.bt-2,
.by-2 {
  border-top: 2px solid #d6d6d6 !important;
}

.br-2,
.bx-2 {
  border-right: 2px solid #d6d6d6 !important;
}

.bb-2,
.by-2 {
  border-bottom: 2px solid #d6d6d6 !important;
}

.bl-2,
.bx-2 {
  border-left: 2px solid #d6d6d6 !important;
}

.b-3 {
  border: 3px solid #d6d6d6 !important;
}

.bt-3,
.by-3 {
  border-top: 3px solid #d6d6d6 !important;
}

.br-3,
.bx-3 {
  border-right: 3px solid #d6d6d6 !important;
}

.bb-3,
.by-3 {
  border-bottom: 3px solid #d6d6d6 !important;
}

.bl-3,
.bx-3 {
  border-left: 3px solid #d6d6d6 !important;
}

.b-4 {
  border: 4px solid #d6d6d6 !important;
}

.bt-4,
.by-4 {
  border-top: 4px solid #d6d6d6 !important;
}

.br-4,
.bx-4 {
  border-right: 4px solid #d6d6d6 !important;
}

.bb-4,
.by-4 {
  border-bottom: 4px solid #d6d6d6 !important;
}

.bl-4,
.bx-4 {
  border-left: 4px solid #d6d6d6 !important;
}

.bgc-blue {
  background-color: #478cd0 !important;
}

.bgc-blue-light {
  background-color: #b5d1ec !important;
}

.bgc-blue-80 {
  background-color: rgba(71, 140, 208, 0.8) !important;
}

.bgc-blue-60 {
  background-color: rgba(71, 140, 208, 0.6) !important;
}

.bgc-blue-40 {
  background-color: rgba(71, 140, 208, 0.4) !important;
}

.bgc-blue-20 {
  background-color: rgba(71, 140, 208, 0.2) !important;
}

.bgc-blue-10 {
  background-color: rgba(71, 140, 208, 0.1) !important;
}

.bgc-gray {
  background-color: #333333 !important;
}

.bgc-gray-80 {
  background-color: #5c5c5c !important;
}

.bgc-gray-60 {
  background-color: #858585 !important;
}

.bgc-gray-40 {
  background-color: #adadad !important;
}

.bgc-gray-20 {
  background-color: #d6d6d6 !important;
}

.bgc-gray-10 {
  background-color: #eaeaea !important;
}

.bgc-white {
  background-color: white !important;
}

.bgc-purple {
  background-color: #6c5e93 !important;
}

.bgc-aqua {
  background-color: #3bb9de !important;
}

.bgc-red {
  background-color: #d06a6a !important;
}

.bgc-grass {
  background-color: #5f9b2d !important;
}

.bgc-pine {
  background-color: #e2b700 !important;
}

.fc-blue {
  color: #478cd0 !important;
}

.fc-blue-light {
  color: #b5d1ec !important;
}

.fc-blue-80 {
  color: rgba(71, 140, 208, 0.8) !important;
}

.fc-blue-60 {
  color: rgba(71, 140, 208, 0.6) !important;
}

.fc-blue-40 {
  color: rgba(71, 140, 208, 0.4) !important;
}

.fc-blue-20 {
  color: rgba(71, 140, 208, 0.2) !important;
}

.fc-blue-10 {
  color: rgba(71, 140, 208, 0.1) !important;
}

.fc-gray {
  color: #333333 !important;
}

.fc-gray-80 {
  color: #5c5c5c !important;
}

.fc-gray-60 {
  color: #858585 !important;
}

.fc-gray-40 {
  color: #adadad !important;
}

.fc-gray-20 {
  color: #d6d6d6 !important;
}

.fc-gray-10 {
  color: #eaeaea !important;
}

.fc-white {
  color: white !important;
}

.fc-purple {
  color: #6c5e93 !important;
}

.fc-aqua {
  color: #3bb9de !important;
}

.fc-red {
  color: #d06a6a !important;
}

.fc-grass {
  color: #5f9b2d !important;
}

.fc-pine {
  color: #e2b700 !important;
}

.fs-1 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.fs-1-1 {
  font-size: 17.6px !important;
  font-size: 1.1rem !important;
}

.fs-1-2 {
  font-size: 19.2px !important;
  font-size: 1.2rem !important;
}

.fs-1-3 {
  font-size: 20.8px !important;
  font-size: 1.3rem !important;
}

.fs-1-4 {
  font-size: 22.4px !important;
  font-size: 1.4rem !important;
}

.fs-1-5 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.fs-1-6 {
  font-size: 25.6px !important;
  font-size: 1.6rem !important;
}

.fs-1-7 {
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
}

.fs-1-8 {
  font-size: 28.8px !important;
  font-size: 1.8rem !important;
}

.fs-1-9 {
  font-size: 30.4px !important;
  font-size: 1.9rem !important;
}

.fs-2 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.fs-2-1 {
  font-size: 33.6px !important;
  font-size: 2.1rem !important;
}

.fs-2-2 {
  font-size: 35.2px !important;
  font-size: 2.2rem !important;
}

.fs-2-3 {
  font-size: 36.8px !important;
  font-size: 2.3rem !important;
}

.fs-2-4 {
  font-size: 38.4px !important;
  font-size: 2.4rem !important;
}

.fs-2-5 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
}

.fs-2-6 {
  font-size: 41.6px !important;
  font-size: 2.6rem !important;
}

.fs-2-7 {
  font-size: 43.2px !important;
  font-size: 2.7rem !important;
}

.fs-2-8 {
  font-size: 44.8px !important;
  font-size: 2.8rem !important;
}

.fs-2-9 {
  font-size: 46.4px !important;
  font-size: 2.9rem !important;
}

.fs-3 {
  font-size: 48px !important;
  font-size: 3rem !important;
}

.fs-3-1 {
  font-size: 49.6px !important;
  font-size: 3.1rem !important;
}

.fs-3-2 {
  font-size: 51.2px !important;
  font-size: 3.2rem !important;
}

.fs-3-3 {
  font-size: 52.8px !important;
  font-size: 3.3rem !important;
}

.fs-3-4 {
  font-size: 54.4px !important;
  font-size: 3.4rem !important;
}

.fs-3-5 {
  font-size: 56px !important;
  font-size: 3.5rem !important;
}

.fs-3-6 {
  font-size: 57.6px !important;
  font-size: 3.6rem !important;
}

.fs-3-7 {
  font-size: 59.2px !important;
  font-size: 3.7rem !important;
}

.fs-3-8 {
  font-size: 60.8px !important;
  font-size: 3.8rem !important;
}

.fs-3-9 {
  font-size: 62.4px !important;
  font-size: 3.9rem !important;
}

.fs-4 {
  font-size: 64px !important;
  font-size: 4rem !important;
}

.fs-4-1 {
  font-size: 65.6px !important;
  font-size: 4.1rem !important;
}

.fs-4-2 {
  font-size: 67.2px !important;
  font-size: 4.2rem !important;
}

.fs-4-3 {
  font-size: 68.8px !important;
  font-size: 4.3rem !important;
}

.fs-4-4 {
  font-size: 70.4px !important;
  font-size: 4.4rem !important;
}

.fs-4-5 {
  font-size: 72px !important;
  font-size: 4.5rem !important;
}

.fs-4-6 {
  font-size: 73.6px !important;
  font-size: 4.6rem !important;
}

.fs-4-7 {
  font-size: 75.2px !important;
  font-size: 4.7rem !important;
}

.fs-4-8 {
  font-size: 76.8px !important;
  font-size: 4.8rem !important;
}

.fs-4-9 {
  font-size: 78.4px !important;
  font-size: 4.9rem !important;
}

.fs-5 {
  font-size: 80px !important;
  font-size: 5rem !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-0-1 {
  line-height: 0.1 !important;
}

.lh-0-2 {
  line-height: 0.2 !important;
}

.lh-0-3 {
  line-height: 0.3 !important;
}

.lh-0-4 {
  line-height: 0.4 !important;
}

.lh-0-5 {
  line-height: 0.5 !important;
}

.lh-0-6 {
  line-height: 0.6 !important;
}

.lh-0-7 {
  line-height: 0.7 !important;
}

.lh-0-8 {
  line-height: 0.8 !important;
}

.lh-0-9 {
  line-height: 0.9 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1-1 {
  line-height: 1.1 !important;
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-3 {
  line-height: 1.3 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.lh-1-6 {
  line-height: 1.6 !important;
}

.lh-1-7 {
  line-height: 1.7 !important;
}

.lh-1-8 {
  line-height: 1.8 !important;
}

.lh-1-9 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-2-1 {
  line-height: 2.1 !important;
}

.lh-2-2 {
  line-height: 2.2 !important;
}

.lh-2-3 {
  line-height: 2.3 !important;
}

.lh-2-4 {
  line-height: 2.4 !important;
}

.lh-2-5 {
  line-height: 2.5 !important;
}

.lh-2-6 {
  line-height: 2.6 !important;
}

.lh-2-7 {
  line-height: 2.7 !important;
}

.lh-2-8 {
  line-height: 2.8 !important;
}

.lh-2-9 {
  line-height: 2.9 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-3-1 {
  line-height: 3.1 !important;
}

.lh-3-2 {
  line-height: 3.2 !important;
}

.lh-3-3 {
  line-height: 3.3 !important;
}

.lh-3-4 {
  line-height: 3.4 !important;
}

.lh-3-5 {
  line-height: 3.5 !important;
}

.lh-3-6 {
  line-height: 3.6 !important;
}

.lh-3-7 {
  line-height: 3.7 !important;
}

.lh-3-8 {
  line-height: 3.8 !important;
}

.lh-3-9 {
  line-height: 3.9 !important;
}

.lh-4 {
  line-height: 4 !important;
}

.lh-4-1 {
  line-height: 4.1 !important;
}

.lh-4-2 {
  line-height: 4.2 !important;
}

.lh-4-3 {
  line-height: 4.3 !important;
}

.lh-4-4 {
  line-height: 4.4 !important;
}

.lh-4-5 {
  line-height: 4.5 !important;
}

.lh-4-6 {
  line-height: 4.6 !important;
}

.lh-4-7 {
  line-height: 4.7 !important;
}

.lh-4-8 {
  line-height: 4.8 !important;
}

.lh-4-9 {
  line-height: 4.9 !important;
}

.lh-5 {
  line-height: 5 !important;
}

@media screen and (min-width: 500px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 570px) and (max-width: 619px) {
  html {
    font-size: 16px;
  }
  html h1, html .h1 {
    font-size: 1.70625rem;
  }
}
@media screen and (min-width: 620px) and (max-width: 679px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 680px) and (max-width: 719px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 799px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) and (max-width: 859px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 860px) and (max-width: 919px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 920px) and (max-width: 999px) {
  html {
    font-size: 16px;
  }
  html h1, html .h1 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1249px) {
  html {
    font-size: 16px;
  }
  html h1, html .h1 {
    font-size: 2.3625rem;
  }
}
@media screen and (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #478cd0;
  --indigo: #6610f2;
  --purple: #6c5e93;
  --pink: #e83e8c;
  --red: #d06a6a;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: white;
  --gray: #333333;
  --gray-dark: #343a40;
  --blue-light: #b5d1ec;
  --blue-80: rgba(71, 140, 208, 0.8);
  --blue-60: rgba(71, 140, 208, 0.6);
  --blue-40: rgba(71, 140, 208, 0.4);
  --blue-20: rgba(71, 140, 208, 0.2);
  --blue-10: rgba(71, 140, 208, 0.1);
  --gray-80: #5c5c5c;
  --gray-60: #858585;
  --gray-40: #adadad;
  --gray-20: #d6d6d6;
  --gray-10: #eaeaea;
  --aqua: #3bb9de;
  --grass: #5f9b2d;
  --pine: #e2b700;
  --primary: #478cd0;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "HelveticaNeueLTStd";
  font-size: 16.8px;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, .h1, h2, .h2, .ce-search-result .tx-indexedsearch-searchbox legend, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  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;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

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: #478cd0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #2966a1;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

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: 8px;
  margin-bottom: .5rem;
  font-size: 24px;
  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-cancel-button,
[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, .h1, h2, .h2, .ce-search-result .tx-indexedsearch-searchbox legend, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1, .h1 {
  font-size: 42px;
  font-size: 2.625rem;
}

h2, .h2, .ce-search-result .tx-indexedsearch-searchbox legend, .h2 {
  font-size: 25.2px;
  font-size: 1.575rem;
}

h3, .h3, .h3 {
  font-size: 29.4px;
  font-size: 1.8375rem;
}

h4, .h4, .h4 {
  font-size: 25.2px;
  font-size: 1.575rem;
}

h5, .h5, .h5 {
  font-size: 21px;
  font-size: 1.3125rem;
}

h6, .h6, .h6 {
  font-size: 16.8px;
  font-size: 1.05rem;
}

.lead {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}

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

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

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

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

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

small,
.small {
  font-size: 15.12px;
  font-size: 0.945rem;
  font-weight: normal;
}

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 21px;
  font-size: 1.3125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 4px;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

kbd {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
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, .horjobs-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .horjobs-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .horjobs-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .horjobs-header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .horjobs-header {
    max-width: 1416px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .news, body > section > .container > .row > header, body > section > .horjobs-header > .row > header, .horjobs-header header, .col-11, .col-12, section .container .row .new.news-single, section .horjobs-header .row .new.news-single, .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, .tx-indexedsearch-res, .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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

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

.col-10, .news, body > section > .container > .row > header, body > section > .horjobs-header > .row > header, .horjobs-header header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.col-12, section .container .row .new.news-single, section .horjobs-header .row .new.news-single {
  -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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -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, .news, section .container .row .new.news-single, section .horjobs-header .row .new.news-single, body > section > .container > .row > header, body > section > .horjobs-header > .row > header, .horjobs-header header {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

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

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .col-sm-12, .tx-indexedsearch-res {
    -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.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .col-md-12, .tx-indexedsearch-res {
    -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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -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.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-lg-6, .tx-indexedsearch-res {
    -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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

  .col-xl-4, .tx-indexedsearch-res {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 12px;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #fff;
  border-radius: 0;
  -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;
  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;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #adcbea;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.form-control::placeholder {
  color: #adadad;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.05rem + 0);
}
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.5rem + 0);
  padding-bottom: calc(0.5rem + 0);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 0);
  padding-bottom: calc(0.5rem + 0);
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 0);
  padding-bottom: calc(0.25rem + 0);
  font-size: 14.7px;
  font-size: 0.91875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext#cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-sm > .input-group-prepend > input.form-control-plaintext,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext#cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-sm > .input-group-append > input.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext#cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-lg > .input-group-prepend > input.form-control-plaintext,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext#cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-lg > .input-group-append > input.form-control-plaintext {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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-prepend > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-sm > .input-group-prepend > input,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-sm > .input-group-append > input {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14.7px;
  font-size: 0.91875rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select#cookie-bar-button:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select#cookie-bar-button:not([size]):not([multiple]) {
  height: calc(1.878125rem + 0);
}

.form-control-lg, .input-group-lg > .form-control,
.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-prepend > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-lg > .input-group-prepend > input,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-lg > .input-group-append > input {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select#cookie-bar-button:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select#cookie-bar-button:not([size]):not([multiple]) {
  height: calc(2.3125rem + 0);
}

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

.form-text {
  display: block;
  margin-top: 4px;
  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: 20px;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 4.8px;
  margin-top: 0.3rem;
  margin-left: -20px;
  margin-left: -1.25rem;
}
.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: 12px;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 15.12px;
  font-size: 0.945rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px;
  padding: .5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 15.12px;
  font-size: 0.945rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px;
  padding: .5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
    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;
    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, #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid transparent;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 1;
  border-radius: 0;
  -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;
  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;
}
.btn:hover, #cookie-bar-button:hover, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:hover, .btn:focus, #cookie-bar-button:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:focus {
  text-decoration: none;
}
.btn:focus, #cookie-bar-button:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:focus, .btn.focus, .focus#cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
}
.btn.disabled, .disabled#cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input.disabled, .btn:disabled, #cookie-bar-button:disabled, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), #cookie-bar-button:not(:disabled):not(.disabled), .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, #cookie-bar-button:not(:disabled):not(.disabled):active, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, #cookie-bar-button:not(:disabled):not(.disabled).active, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled, a.disabled#cookie-bar-button,
fieldset:disabled a.btn,
fieldset:disabled a#cookie-bar-button {
  pointer-events: none;
}

.btn-primary, #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input {
  color: #fff;
  background-color: #478cd0;
  border-color: #478cd0;
}
.btn-primary:hover, #cookie-bar-button:hover, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:hover {
  color: #fff;
  background-color: #3179c0;
  border-color: #2e72b6;
}
.btn-primary:focus, #cookie-bar-button:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:focus, .btn-primary.focus, .focus#cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.5);
}
.btn-primary.disabled, .disabled#cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input.disabled, .btn-primary:disabled, #cookie-bar-button:disabled, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:disabled {
  color: #fff;
  background-color: #478cd0;
  border-color: #478cd0;
}
.btn-primary:not(:disabled):not(.disabled):active, #cookie-bar-button:not(:disabled):not(.disabled):active, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, #cookie-bar-button:not(:disabled):not(.disabled).active, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle#cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .show > input.dropdown-toggle {
  color: #fff;
  background-color: #2e72b6;
  border-color: #2c6cab;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, #cookie-bar-button:not(:disabled):not(.disabled):active:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, #cookie-bar-button:not(:disabled):not(.disabled).active:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle#cookie-bar-button:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .show > input.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.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(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.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(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.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(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.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(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.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(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #478cd0;
  background-color: transparent;
  background-image: none;
  border-color: #478cd0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #478cd0;
  border-color: #478cd0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #478cd0;
  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: #478cd0;
  border-color: #478cd0;
}
.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(71, 140, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}
.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(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}
.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(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}
.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(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}
.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(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.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(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.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(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #478cd0;
  background-color: transparent;
}
.btn-link:hover {
  color: #2966a1;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-lg > input {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-sm > input {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14.7px;
  font-size: 0.91875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 8px;
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
  font-size: 16.8px;
  font-size: 1.05rem;
  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;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 2px;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-divider {
  height: 0;
  margin: 8px 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #478cd0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 14.7px;
  font-size: 0.91875rem;
  color: #6c757d;
  white-space: nowrap;
}

.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 > #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input,
.btn-group-vertical > .btn,
.btn-group-vertical > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.btn-group > .btn:hover, .btn-group > #cookie-bar-button:hover, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > #cookie-bar-button:hover,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > #cookie-bar-button:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input:focus, .btn-group > .btn:active, .btn-group > #cookie-bar-button:active, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input:active, .btn-group > .btn.active, .btn-group > .active#cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > #cookie-bar-button:focus,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > #cookie-bar-button:active,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active#cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input.active {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group #cookie-bar-button + .btn, .btn-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .btn, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group input + .btn, .btn-group .btn + #cookie-bar-button, .btn-group #cookie-bar-button + #cookie-bar-button, .btn-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group input + #cookie-bar-button, .btn-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group .btn + input, .btn-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit #cookie-bar-button + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group #cookie-bar-button + input, .btn-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group input + input,
.btn-group .btn + .btn-group,
.btn-group #cookie-bar-button + .btn-group,
.btn-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .btn-group,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group input + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + #cookie-bar-button,
.btn-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group .btn-group + input,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical #cookie-bar-button + .btn,
.btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .btn,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical input + .btn,
.btn-group-vertical .btn + #cookie-bar-button,
.btn-group-vertical #cookie-bar-button + #cookie-bar-button,
.btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical input + #cookie-bar-button,
.btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical .btn + input,
.btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit #cookie-bar-button + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical #cookie-bar-button + input,
.btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical input + input,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical #cookie-bar-button + .btn-group,
.btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .btn-group,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical input + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + #cookie-bar-button,
.btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical .btn-group + input,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: 0;
}

.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:first-child, .btn-group > #cookie-bar-button:first-child, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > #cookie-bar-button:not(:last-child):not(.dropdown-toggle), .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > .btn-group:not(:last-child) > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > #cookie-bar-button:not(:first-child), .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > input:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group > .btn-group:not(:first-child) > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > #cookie-bar-button + .dropdown-toggle-split, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-sm > input + .dropdown-toggle-split {
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > #cookie-bar-button + .dropdown-toggle-split, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-lg > input + .dropdown-toggle-split {
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.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 #cookie-bar-button, .btn-group-vertical .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical input,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > #cookie-bar-button + .btn, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input + .btn, .btn-group-vertical > .btn + #cookie-bar-button, .btn-group-vertical > #cookie-bar-button + #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input + #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > .btn + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > #cookie-bar-button + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input + input,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > #cookie-bar-button + .btn-group,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > .btn-group + input,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > #cookie-bar-button:not(:last-child):not(.dropdown-toggle), .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > .btn-group:not(:last-child) > input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > #cookie-bar-button:not(:first-child), .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > input:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-vertical > .btn-group:not(:first-child) > input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-toggle > input,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-toggle > .btn-group > input {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > #cookie-bar-button input[type="radio"], .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-toggle > input input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > #cookie-bar-button input[type="checkbox"],
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-toggle > input input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > #cookie-bar-button input[type="radio"],
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-toggle > .btn-group > input input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > #cookie-bar-button input[type="checkbox"],
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn-group-toggle > .btn-group > input 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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: 0;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend #cookie-bar-button, .input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend input,
.input-group-append .btn,
.input-group-append #cookie-bar-button,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append input {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend #cookie-bar-button + .btn, .input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .btn, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend input + .btn, .input-group-prepend .btn + #cookie-bar-button, .input-group-prepend #cookie-bar-button + #cookie-bar-button, .input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend input + #cookie-bar-button, .input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend .btn + input, .input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit #cookie-bar-button + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend #cookie-bar-button + input, .input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend input + input,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend #cookie-bar-button + .input-group-text,
.input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .input-group-text,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend input + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + #cookie-bar-button,
.input-group-prepend .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-text + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-prepend .input-group-text + input,
.input-group-append .btn + .btn,
.input-group-append #cookie-bar-button + .btn,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .btn,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append input + .btn,
.input-group-append .btn + #cookie-bar-button,
.input-group-append #cookie-bar-button + #cookie-bar-button,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append input + #cookie-bar-button,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .btn + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append .btn + input,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit #cookie-bar-button + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append #cookie-bar-button + input,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append input + input,
.input-group-append .btn + .input-group-text,
.input-group-append #cookie-bar-button + .input-group-text,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input + .input-group-text,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append input + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + #cookie-bar-button,
.input-group-append .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-text + input,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group-append .input-group-text + input {
  margin-left: 0;
}

.input-group-prepend {
  margin-right: 0;
}

.input-group-append {
  margin-left: 0;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 16.8px;
  font-size: 1.05rem;
  font-weight: normal;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group > .input-group-prepend > input,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group > .input-group-append:not(:last-child) > input,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > #cookie-bar-button:not(:last-child):not(.dropdown-toggle),
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group > .input-group-append:last-child > input: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 > #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group > .input-group-append > input,
.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) > #cookie-bar-button,
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group > .input-group-prepend:not(:first-child) > input,
.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 > #cookie-bar-button:not(:first-child),
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .input-group > .input-group-prepend:first-child > input: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;
  display: block;
  min-height: 24px;
  min-height: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #478cd0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d5e5f4;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #478cd0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #478cd0;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(71, 140, 208, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(71, 140, 208, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #478cd0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(71, 140, 208, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.05rem + 0);
  padding: 6px 28px 6px 12px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 0 solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #adcbea;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(173, 203, 234, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(173, 203, 234, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 12px;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.878125rem + 0);
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.3125rem + 0);
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.05rem + 0);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #adcbea;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #adcbea;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.05rem + 0);
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.05rem + 0) - 0 * 2);
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  color: #495057;
  content: "Browse";
  background-color: #fff;
  border-left: 0 solid #fff;
  border-radius: 0 0 0 0;
}

.nav {
  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: 8px 32px;
  padding: 0.5rem 2rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #858585;
}

.nav-tabs {
  border-bottom: 2px solid #d6d6d6;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #b5d1ec;
}
.nav-tabs .nav-link.disabled {
  color: #858585;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #478cd0;
  background-color: #b5d1ec;
  border-color: #b5d1ec;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #478cd0;
}

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

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

.navbar {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .horjobs-header,
.navbar > .container-fluid {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  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;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .horjobs-header,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .horjobs-header,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .horjobs-header,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .horjobs-header,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .horjobs-header,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .horjobs-header,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .horjobs-header,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .horjobs-header,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .horjobs-header,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .horjobs-header,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: #478cd0;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #478cd0;
}
.navbar-light .navbar-nav .nav-link {
  color: #478cd0;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #478cd0;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #478cd0;
}
.navbar-light .navbar-toggler {
  color: #478cd0;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23478cd0' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: #478cd0;
}
.navbar-light .navbar-text a {
  color: #478cd0;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #478cd0;
}

.navbar-dark .navbar-brand {
  color: #478cd0;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #478cd0;
}
.navbar-dark .navbar-nav .nav-link {
  color: #478cd0;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #478cd0;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #478cd0;
}
.navbar-dark .navbar-toggler {
  color: #478cd0;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23478cd0' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: #478cd0;
}
.navbar-dark .navbar-text a {
  color: #478cd0;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #478cd0;
}

.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: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.card-header {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 0) calc(0 - 0) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 0) calc(0 - 0);
}

.card-header-tabs {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-left: -10px;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 0);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0);
}

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

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

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0 16px;
  padding: 0.75rem 0 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  color: #adadad;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #adadad;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #478cd0;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #2966a1;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(71, 140, 208, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #478cd0;
  border-color: #478cd0;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14.7px;
  font-size: 0.91875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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;
}
.badge:empty {
  display: none;
}

.btn .badge, #cookie-bar-button .badge, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #478cd0;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2e72b6;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 65.2px;
  padding-right: 4.075rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #25496c;
  background-color: #dae8f6;
  border-color: #cbdff2;
}
.alert-primary hr {
  border-top-color: #b7d2ed;
}
.alert-primary .alert-link {
  color: #182f46;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  height: 1rem;
  overflow: hidden;
  font-size: 12.6px;
  font-size: 0.7875rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #478cd0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #478cd0;
  border-color: #478cd0;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #25496c;
  background-color: #cbdff2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #25496c;
  background-color: #b7d2ed;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #25496c;
  border-color: #25496c;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 25.2px;
  font-size: 1.575rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  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;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.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% - (0.5rem * 2));
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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: 16px;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 16px;
  padding: 1rem;
  margin: -16px -16px -16px auto;
  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: 16px;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 4px;
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 4px;
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "HelveticaNeueLTStd";
  font-style: normal;
  font-weight: normal;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14.7px;
  font-size: 0.91875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 12.8px;
  width: 0.8rem;
  height: 6.4px;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 6.4px 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 6.4px 6.4px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 6.4px 0 6.4px 6.4px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "HelveticaNeueLTStd";
  font-style: normal;
  font-weight: normal;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14.7px;
  font-size: 0.91875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 16px;
  width: 1rem;
  height: 8px;
  height: 0.5rem;
  margin: 0 0;
}
.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: 8px;
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 8px 8px 0;
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 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-top-color: #fff;
}

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

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 8px 8px 8px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-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: 16px;
  width: 1rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

.popover-header {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 16.8px;
  font-size: 1.05rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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: 40px;
  width: 2.5rem;
  color: #478cd0;
  text-align: center;
  opacity: 1;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #478cd0;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("../../Public/img/slider-arrow-left.svg");
}

.carousel-control-next-icon {
  background-image: url("../../Public/img/slider-arrow-right.svg");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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: 40px;
  margin-right: 2.5rem;
  margin-left: 40px;
  margin-left: 2.5rem;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  text-indent: -999px;
  background-color: rgba(71, 140, 208, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #478cd0;
}

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

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -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 {
    display: none !important;
  }

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

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -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.8571428571%;
}

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

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

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

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

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

  .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;
        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;
        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;
        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;
  }
}
.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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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: 4px !important;
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 8px !important;
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 16px !important;
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
  margin-left: 1rem !important;
}

.m-4 {
  margin: 24px !important;
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 48px !important;
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !important;
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0,
section .container .row .new.news-single,
section .horjobs-header .row .new.news-single,
body > section > .container > .row > header,
body > section > .horjobs-header > .row > header,
.ce-textbox .content .cimage,
.horjobs-header header {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0,
section .container .row .new.news-single,
section .horjobs-header .row .new.news-single,
body > section > .container > .row > header,
body > section > .horjobs-header > .row > header,
.ce-textbox .content .cimage,
.horjobs-header header {
  padding-left: 0 !important;
}

.p-1 {
  padding: 4px !important;
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 8px !important;
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 16px !important;
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 16px !important;
  padding-left: 1rem !important;
}

.p-4 {
  padding: 24px !important;
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 48px !important;
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
  padding-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-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-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-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-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@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-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

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

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

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

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

.text-dark {
  color: #343a40 !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.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):not(#cookie-bar-button) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  .h2,
  .ce-search-result .tx-indexedsearch-searchbox legend,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .h2, .ce-search-result .tx-indexedsearch-searchbox legend,
  h3,
  .h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .horjobs-header {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.breadcrumb-container {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.breadcrumb-container.container, .breadcrumb-container.horjobs-header {
  padding: 0;
}

.breadcrumb-navigation {
  padding-left: 0;
}

.breadcrumb-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #495057;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item:first-child:before {
  display: none;
}
.breadcrumb-item .breadcrumb-item-link {
  color: #495057;
  margin-right: 10px;
}
.breadcrumb-item .breadcrumb-button {
  display: none;
}
.breadcrumb-item .dropdown.show {
  display: none;
}

.sub-breadcrumb.dropdown-menu.dropdown-menu-right {
  right: -5px !important;
  -webkit-transform: none !important;
          transform: none !important;
  left: auto !important;
}

.sub-breadcrumb.dropdown-menu.dropdown-menu-left {
  right: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  left: -2px !important;
}

@media (min-width: 992px) {
  .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }

  .breadcrumb-item:before {
    display: none;
  }
  .breadcrumb-item .breadcrumb-button {
    width: 17px;
    height: 17px;
    border: none;
    cursor: pointer;
    background: #fff;
    outline: none;
    display: table-cell;
    vertical-align: middle;
  }
  .breadcrumb-item .breadcrumb-open-icon {
    display: block;
    margin-left: -6px;
    margin-top: -2px;
    fill: #495057;
  }
  .breadcrumb-item .breadcrumb-button-close {
    display: none;
    margin-left: -6px;
    margin-top: -2px;
  }
  .breadcrumb-item .dropdown {
    margin-right: 10px;
  }
  .breadcrumb-item .dropdown.show {
    display: block;
  }
  .breadcrumb-item .dropdown.show .breadcrumb-button {
    outline: none;
  }
  .breadcrumb-item .dropdown.show .breadcrumb-open-icon {
    display: none;
  }
  .breadcrumb-item .dropdown.show .breadcrumb-button-close {
    display: block;
    fill: #495057;
  }
  .breadcrumb-item .dropdown.show .breadcrumb-arrow {
    display: block;
  }

  .sub-breadcrumb {
    top: 34px !important;
    white-space: nowrap;
    z-index: 30;
    overflow-y: scroll;
    max-width: 600px;
    max-height: 400px;
  }

  .breadcrumb-arrow {
    display: none;
    position: absolute;
    margin-top: -10px;
    left: -2px;
    border: 11px solid transparent;
    border-bottom-color: #495057;
    z-index: 31;
  }

  .sub-breadcrumb-list {
    list-style: none;
    padding-right: 30px;
  }
  .sub-breadcrumb-list .breadcrumb-child-link {
    color: #5C5C5C;
    line-height: 27px;
  }
}
.nav-tabs .nav-link {
  padding: 20.8px 32px 16px;
  padding: 1.3rem 2rem 1rem;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 1px;
  background-color: #478cd0;
}
.nav-tabs .nav-link:hover {
  background-color: #b5d1ec;
  color: #478cd0;
}

.card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header::after,
.card .card-body::after {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 45px;
  height: 45px;
  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;
  background-color: #fff;
}
.card .card-header {
  padding: 12px 0;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header::after {
  content: 'v';
}
.card .card-header a {
  color: #000;
}
.card .collapse.show .card-body::after,
.card .collapsing.show .card-body::after {
  opacity: 1;
  -webkit-transition: opacity 0.1s 0.2s;
  transition: opacity 0.1s 0.2s;
}
.card .collapse .card-body,
.card .collapsing .card-body {
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}
.card .collapse .card-body::after,
.card .collapsing .card-body::after {
  content: 'x';
  opacity: 0;
}

.footer {
  color: #fff;
}
.footer .nav-item {
  margin: 8px 0;
}
.footer .footer-nav {
  background-color: #858585;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .footer .footer-nav .nav-1st > .nav-item {
    width: 50%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: inline-block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .footer-nav .nav-1st > .nav-item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer-nav .nav-1st > .nav-item:nth-child(10) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    min-width: 20%;
    width: 20%;
  }
}
.footer .footer-nav .nav-1st .row.col-6 {
  padding: 0;
  margin: 0;
}
.footer .footer-nav .nav-link {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "HelveticaNeueLTStd";
}
@media (max-width: 991.98px) {
  .footer .footer-nav .nav-link {
    padding: 0;
    line-height: 1rem;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .footer .footer-nav .nav-link {
    padding: .25rem 1rem;
    line-height: 0.75rem;
    font-weight: normal;
  }
}
.footer .footer-nav .nav-header {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 12px;
  margin-bottom: .75rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .footer-nav .nav-header {
    font-size: 0.73rem;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .footer .footer-nav .nav-header {
    border-left: 1px solid #fff;
  }
}
.footer .footer-bar {
  background-color: #5c5c5c;
}
@media (min-width: 768px) {
  .footer .footer-bar {
    min-height: 7.5rem;
  }
}
.footer .footer-bar .social {
  position: relative;
  height: 60px;
  height: 3.75rem;
  padding-top: 12px;
  padding-top: .75rem;
}
@media (min-width: 768px) {
  .footer .footer-bar .social {
    padding-bottom: .5rem;
  }
}
.footer .footer-bar .social .ico {
  height: 28px;
  height: 1.75rem;
  margin: 0 6.4px;
  margin: 0 .4rem;
  width: auto;
}
.footer .footer-bar hr {
  border-top: 1px solid #fff;
}
@media (max-width: 767.98px) {
  .footer .footer-bar hr {
    margin: .6rem 0;
  }
}
@media (min-width: 768px) {
  .footer .footer-bar hr {
    margin: 0 1rem;
  }
}
.footer .footer-bar .static {
  font-size: 10.24px;
  font-size: 0.64rem;
}
@media (min-width: 768px) {
  .footer .footer-bar .static {
    margin: .6rem 1rem 1rem 1rem;
  }
}
.footer .footer-bar .static a {
  color: #FFFFFF;
  margin: 8px;
  margin: .5rem;
}
.footer .footer-bar .static a:hover {
  color: #FFFFFF;
}

footer .container-fluid.footer-bar.padding-bottom-50 {
  padding-bottom: 50px;
}

@media (min-width: 400px) and (max-width: 580px) {
  .footer .footer-nav .nav-1st .row.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .footer-nav .nav-1st .nav-item.col-12, .footer .footer-nav .nav-1st section .container .row .nav-item.new.news-single, section .container .row .footer .footer-nav .nav-1st .nav-item.new.news-single, .footer .footer-nav .nav-1st section .horjobs-header .row .nav-item.new.news-single, section .horjobs-header .row .footer .footer-nav .nav-1st .nav-item.new.news-single {
    padding: 0;
    margin: 0;
  }

  footer .container-fluid.footer-bar.padding-bottom-50 {
    padding-bottom: 0;
  }
}
.box {
  padding: 32px;
  padding: 2rem;
}
.box.primary {
  background-color: #478cd0;
}
.box.secondary {
  background-color: #b5d1ec;
}

@media (max-width: 767.98px) {
  .box-split {
    width: 100%;
    max-width: 100%;
  }
  .box-split .no-gutters {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-split .no-gutters > div[class^="col-"].order-md-1 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .box-split .row > button {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .box-split {
    padding-right: 0;
    padding-left: 0;
  }
  .box-split h1, .box-split .h1 {
    margin-top: 5.35rem;
  }
  .box-split .no-gutters {
    margin-left: -30px;
    margin-right: -30px;
  }
  .box-split .no-gutters > div[class^="col-"].order-md-1 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .box-split .row > button {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .box-split h1, .box-split .h1 {
    margin-top: 5.35rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .box-split h1, .box-split .h1 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1249px) {
  .box-split h1, .box-split .h1 {
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .carousel {
    margin-top: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .carousel {
    margin-bottom: 4.25rem;
  }
}
.carousel .carousel-item {
  width: 95%;
}
@media (max-width: 991.98px) {
  .carousel .carousel-item > .container, .carousel .carousel-item > .horjobs-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel .carousel-indicators {
  margin-bottom: -48px;
  margin-bottom: -3rem;
}
.carousel .carousel-indicators li {
  opacity: 1;
  background-color: #eaeaea;
}
.carousel .carousel-indicators li.active {
  background-color: #478cd0;
}
.carousel .carousel-control-prev {
  left: -32px;
  left: -2rem;
  background-color: #fff;
}
.carousel .carousel-control-prev .carousel-control-prev-icon:hover {
  background-image: url("../../Public/img/slider-arrow-left-light.svg");
}
.carousel .carousel-control-next {
  right: -32px;
  right: -2rem;
  background-color: #fff;
}
.carousel .carousel-control-next .carousel-control-next-icon:hover {
  background-image: url("../../Public/img/slider-arrow-right-light.svg");
}

.kicker {
  margin-bottom: 12px;
  margin-bottom: .75rem;
  display: inline-block;
  position: relative;
}
.kicker:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 1px;
  border-style: solid;
}
.kicker:hover {
  text-decoration: none;
}

body .ce-hero-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}

.ce-hero-image {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.ce-hero-image .jumbotron-fluid {
  max-height: 1000px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
@media all and (max-width: 992px) {
  .ce-hero-image .jumbotron-fluid {
    margin-left: -20%;
    margin-right: -20%;
  }
}
@media all and (max-width: 768px) {
  .ce-hero-image .jumbotron-fluid {
    margin-left: -40%;
    margin-right: -40%;
  }
}
@media all and (max-width: 576px) {
  .ce-hero-image .jumbotron-fluid {
    margin-left: -60%;
    margin-right: -60%;
  }
}
@media all and (max-width: 360px) {
  .ce-hero-image .jumbotron-fluid {
    margin-left: -80%;
    margin-right: -80%;
  }
}

.hero-img .jumbotron-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-video, .hero-img {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.hero-video .hero-title, .hero-img .hero-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-video h1, .hero-video .h1, .hero-img h1, .hero-img .h1 {
  color: #fff;
}
.hero-video a, .hero-img a {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: inline-block;
}
.hero-video a i, .hero-img a i {
  width: 56px;
  width: 3.5rem;
}

@media (max-width: 575.98px) {
  .hero-video, .hero-img {
    overflow: hidden;
  }
  .hero-video .embed-responsive, .hero-img .embed-responsive {
    width: 125%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-video, .hero-img {
    overflow: hidden;
  }
  .hero-video .row, .hero-img .row {
    padding-left: 30px;
  }
  .hero-video h1, .hero-video .h1, .hero-img h1, .hero-img .h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-video, .hero-img {
    overflow: hidden;
  }
  .hero-video .row, .hero-img .row {
    padding-left: 30px;
  }
  .hero-video .embed-responsive, .hero-img .embed-responsive {
    width: 123%;
  }
  .hero-video h1, .hero-video .h1, .hero-img h1, .hero-img .h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .hero-img {
    max-height: 52.5rem;
    min-height: 340px;
    background-color: #fff;
  }

  .hero-video, .hero-img {
    overflow: hidden;
  }
  .hero-video .row, .hero-img .row {
    padding-left: 30px;
  }
  .hero-video .embed-responsive, .hero-img .embed-responsive {
    width: 100%;
  }
  .hero-video h1, .hero-video .h1, .hero-img h1, .hero-img .h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 1rem;
  }
  .hero-video a i, .hero-img a i {
    width: 6rem;
  }
}
@media (min-width: 1200px) {
  .hero-video, .hero-img {
    max-height: 100vh;
    min-height: 440px;
    /* 50rem */
    overflow: hidden;
    max-width: 3840px;
  }
  .hero-video.small, .hero-img.small {
    max-height: 25rem;
  }
  .hero-video.large, .hero-img.large {
    max-height: 50rem;
  }
  .hero-video h1, .hero-video .h1, .hero-img h1, .hero-img .h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
  .hero-video a, .hero-img a {
    margin-bottom: 2rem;
  }
  .hero-video a i, .hero-img a i {
    width: 9rem;
  }
}
/*!
 * @license
 * MyFonts Webfont Build ID 3519480, 2018-02-01T03:23:36-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTStd-LtIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-46-light-italic/
 *
 * Webfont: HelveticaNeueLTStd-HvIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-86-heavy-italic/
 *
 * Webfont: HelveticaNeueLTStd-Hv by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-85-heavy/
 *
 * Webfont: HelveticaNeueLTStd-Lt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-45-light/
 *
 * Webfont: HelveticaNeueLTStd-MdIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-66-medium-italic/
 *
 * Webfont: HelveticaNeueLTStd-Md by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-65-medium/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3519480
 * Licensed pageviews: 4,000,000
 * Webfonts copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: "HelveticaNeueLTStd-LtIt";
  src: url("../../Public/fonts/35B3F8_0_0.woff2") format("woff2"), url("../../Public/fonts/35B3F8_0_0.woff") format("woff"), url("../../Public/../Public/fonts/35B3F8_0_0.ttf") format("truetype"), url("../../Public/fonts/35B3F8_0_0.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-HvIt";
  src: url("../../Public/fonts/35B3F8_1_0.woff2") format("woff2"), url("../../Public/fonts/35B3F8_1_0.woff") format("woff"), url("../../Public/fonts/35B3F8_1_0.ttf") format("truetype"), url("../../Public/fonts/35B3F8_1_0.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-MdIt";
  src: url("../../Public/fonts/35B3F8_4_0.woff2") format("woff2"), url("../../Public/fonts/35B3F8_4_0.woff") format("woff"), url("../../Public/fonts/35B3F8_4_0.ttf") format("truetype"), url("../../Public/fonts/35B3F8_4_0.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-LtIt-light";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../Public/../Public/fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"), url("../../Public/fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../../Public/fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../Public/fonts/HelveticaNeueLTStd-Hv.woff") format("woff"), url("../../Public/fonts/HelveticaNeueLTStd-Hv.ttf") format("truetype"), url("../../Public/fonts/HelveticaNeueLTStd-Hv.otf") format("opentype"), url("../../Public/fonts/HelveticaNeueLTStd-Hv.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "horfont";
  src: url(../../Public/fonts/horicons.woff?edf46235f43ab359466e9ef207e23127) format("woff"), url(../../Public/fonts/horicons.ttf?edf46235f43ab359466e9ef207e23127) format("truetype"), url(../../Public/fonts/horicons.eot?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../../Public/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../Public/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../Public/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../Public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"), url("../../Public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 500px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 570px) and (max-width: 619px) {
  html {
    font-size: 16px;
  }
  html h1, html .h1 {
    font-size: 1.70625rem;
  }
}
@media screen and (min-width: 620px) and (max-width: 679px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 680px) and (max-width: 719px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 799px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) and (max-width: 859px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 860px) and (max-width: 919px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 920px) and (max-width: 999px) {
  html {
    font-size: 16px;
  }
  html h1, html .h1 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1249px) {
  html {
    font-size: 16px;
  }
  html h1, html .h1 {
    font-size: 2.3625rem;
  }
}
@media screen and (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}
.product-row {
  position: relative;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: opacity 1s ease-in-out, margin 1s ease-in-out, z-index 0s linear 1s;
  transition: opacity 1s ease-in-out, margin 1s ease-in-out, z-index 0s linear 1s;
  background-color: #fff;
  z-index: 0;
}
.product-row:not(:last-of-type) {
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.product-row.folded {
  opacity: 0;
  margin-top: -434px;
  z-index: -1;
}
.product-row .product-item .title {
  border-top: 2px solid rgba(71, 140, 208, 0.8);
  padding-top: 6px;
  margin: 6px 0 40px;
  font-weight: 300;
  min-height: 56px;
  min-height: 3.5rem;
}
.product-row .product-item a:hover {
  text-decoration: none;
}

.more {
  margin: 45px 0;
}

.news {
  padding: 0;
  width: 100%;
}
.news .container, .news .horjobs-header {
  padding-right: 0;
  padding-left: 0;
}
.news .carousel-control-prev, .news .carousel-control-next {
  background-color: #f8f9fa;
}
.news .news-article {
  padding: 24px;
  background: #f8f9fa;
  margin-bottom: 48px;
}
.news .news-article.border {
  background: #fff;
}
.news .news-list-view {
  padding: 0 0 5px 0;
  width: 100%;
  margin: 0;
}
.news .news-list-view .news-item-container {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news .news-list-view .news-item-container .news-item {
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .news-list-view .news-link {
  border: none;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-height: 225px;
}
.news .news-list-view h2, .news .news-list-view .h2, .news .news-list-view .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .news .news-list-view legend {
  height: 110px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 22px;
}
.news .news-list-view h2 a, .news .news-list-view .h2 a, .news .news-list-view .ce-search-result .tx-indexedsearch-searchbox legend a, .ce-search-result .tx-indexedsearch-searchbox .news .news-list-view legend a {
  line-height: 22px;
  color: #000;
}
.news .news-list-view .extra {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}
.news .news-list-view .lead {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  height: 80px;
}
.news .news-list-view .thumbnail {
  padding-bottom: 20px;
}
.news .news-list-view .thumbnail img {
  padding-bottom: 10px;
}
.news .news-list-view .thumbnail .caption {
  padding-bottom: 10px;
}
.news .news-list-view .img-fluid {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
  vertical-align: middle;
}
.news .news-list-view .page-navigation {
  background: #478CD0;
  border: none;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}
.news .news-list-view .page-navigation p {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
.news .news-list-view .page-navigation ul {
  color: #fff;
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
.news .news-list-view .page-navigation ul li {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.news .news-list-view .page-navigation ul li a, .news .news-list-view .page-navigation ul li span {
  color: #fff;
}
.news .news-list-view .page-navigation ul li:first-child {
  margin-left: 0;
}
@media (max-width: 576px) {
  .news .news-list-view .page-navigation p {
    display: block;
  }
  .news .news-list-view .page-navigation ul {
    display: block;
    float: none;
  }
}
.news .news-list-view .news-clear {
  display: none;
}
.news .news--show-all {
  width: 100%;
  text-align: center;
  font-weight: bolder;
  font-size: 25.2px;
  font-size: 1.575rem;
}

.ce-search-result .tx-indexedsearch-searchbox .news-list-view > div > div > div > legend {
  height: 95px;
  overflow: hidden;
}
.ce-search-result .tx-indexedsearch-searchbox .news-list-view > div > div > div > legend > a {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  height: 100px;
  overflow: hidden;
}

.bg-light .news .news-article {
  background: #fff;
}

.hor_news-horizontal .news--headline {
  text-align: left;
  color: #478cd0;
  padding-right: 30px;
  margin-bottom: 0;
}
.hor_news-horizontal .news--img {
  display: none;
}
.hor_news-horizontal .news--list-item {
  border-bottom: 1px solid #d6d6d6;
  padding: 12px 0;
  margin-bottom: 15px;
}
.hor_news-horizontal .news--list-item .news--link {
  display: block;
}
.hor_news-horizontal .news--list-item .news--link .hidden-arrow-icon {
  margin: 0;
}
.hor_news-horizontal .news--list-item .segment-color {
  display: block;
  text-align: left;
  margin-bottom: 7px;
}
.hor_news-horizontal .news--list-item .news--location {
  font-weight: 200;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
}
.hor_news-horizontal .news--text {
  display: block;
}
.hor_news-horizontal .news--text .lead {
  display: none;
}

.hidden-arrow-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .news .news-list-view .img-fluid {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .hidden-arrow-icon {
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 12px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -ms-flex-item-align: center;
        align-self: center;
    top: 0;
    visibility: hidden;
  }

  .hor_news-horizontal .news--list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .hor_news-horizontal .news--list-item.showhidden {
    display: none;
  }
  .hor_news-horizontal .news--list-item .news--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -130px;
    margin-right: 130px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .hor_news-horizontal .news--list-item .news--link .hidden-arrow-icon {
    height: 130px;
    width: 130px;
  }
  .hor_news-horizontal .news--list-item .news--link:hover {
    -webkit-transform: translateX(142px);
            transform: translateX(142px);
  }
  .hor_news-horizontal .news--list-item .news--link:hover .hidden-arrow-icon {
    visibility: visible;
  }
  .hor_news-horizontal .news--list-item .news--location {
    font-weight: 500;
  }
  .hor_news-horizontal .news--list-item .segment-color {
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 12px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: self-start;
        align-self: self-start;
  }
  .hor_news-horizontal .news--list-item .segment-color .news--time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 12px 25px 12px 20px;
    text-transform: uppercase;
    line-height: 25px;
  }
  .hor_news-horizontal .news--headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
  .hor_news-horizontal .news--img {
    max-width: 130px;
    max-height: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    vertical-align: middle;
    margin-left: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .hor_news-horizontal .news--text {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .hor_news-horizontal .news--text .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
}
.news-slider header {
  display: none;
}
.news-slider .news {
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: 0;
}
.news-slider .news h2, .news-slider .news .h2, .news-slider .news .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .news-slider .news legend {
  height: 160px;
}
.news-slider .news h2 a, .news-slider .news .h2 a, .news-slider .news .ce-search-result .tx-indexedsearch-searchbox legend a, .ce-search-result .tx-indexedsearch-searchbox .news-slider .news legend a {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.news-slider .news .img-fluid {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
  vertical-align: middle;
}
.news-slider .news .lead {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  height: 80px;
}
.news-slider .news .extra {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}
.news-slider .news-link {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 1px;
  width: 100%;
}

.slick-initialized .news-slider-row.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .news-slider .news-link {
    height: 225px;
  }
}
@media (min-width: 1200px) {
  .news-slider .news h2, .news-slider .news .h2, .news-slider .news .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .news-slider .news legend {
    height: 140px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider.slick-dotted {
  margin-bottom: 30px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../Public/img/slick/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 96px;
  height: 6rem;
  width: 36.8px;
  width: 2.3rem;
  cursor: pointer;
  top: 50%;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.5;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  margin-left: -15px;
  left: -32px;
  left: -2rem;
  background-image: url(../../Public/img/slider-arrow-left.svg);
}

.slick-next {
  margin-right: -15px;
  right: -32px;
  right: -2rem;
  background-image: url(../../Public/img/slider-arrow-right.svg);
}

@media (min-width: 768px) {
  .slick-prev {
    margin-left: 0;
  }

  .slick-next {
    margin-right: 0;
  }
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
  margin: 0 9px;
  margin: 0 0.5625rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.5;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  background-color: #858585;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
  background-color: #478cd0;
}

.ce-navigation-tabs .nav-tabs .col-patch.col-xs-2,
.ce-navigation-tabs .nav-tabs .col-patch.col-sm-2,
.ce-navigation-tabs .nav-tabs .col-patch.col-md-2,
.ce-navigation-tabs .nav-tabs .col-patch.col-lg-2,
.ce-navigation-tabs .nav-tabs .col-patch.col-xl-2,
.ce-navigation-tabs .nav-tabs .col-patch.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.element-content.col-10 .col-patch.col-xs-5, .element-content.news .col-patch.col-xs-5, body > section > .container > .row > header.element-content .col-patch.col-xs-5, .horjobs-header header.element-content .col-patch.col-xs-5,
.element-content.col-10 .col-patch.col-sm-5,
.element-content.news .col-patch.col-sm-5,
body > section > .container > .row > header.element-content .col-patch.col-sm-5,
.horjobs-header header.element-content .col-patch.col-sm-5,
.element-content.col-10 .col-patch.col-md-5,
.element-content.news .col-patch.col-md-5,
body > section > .container > .row > header.element-content .col-patch.col-md-5,
.horjobs-header header.element-content .col-patch.col-md-5,
.element-content.col-10 .col-patch.col-lg-5,
.element-content.news .col-patch.col-lg-5,
body > section > .container > .row > header.element-content .col-patch.col-lg-5,
.horjobs-header header.element-content .col-patch.col-lg-5,
.element-content.col-10 .col-patch.col-xl-5,
.element-content.news .col-patch.col-xl-5,
body > section > .container > .row > header.element-content .col-patch.col-xl-5,
.horjobs-header header.element-content .col-patch.col-xl-5,
.element-content.col-10 .col-patch.col-5,
.element-content.news .col-patch.col-5,
body > section > .container > .row > header.element-content .col-patch.col-5,
.horjobs-header header.element-content .col-patch.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.element-content.col-10 .col-patch.col-xs-3, .element-content.news .col-patch.col-xs-3, body > section > .container > .row > header.element-content .col-patch.col-xs-3, .horjobs-header header.element-content .col-patch.col-xs-3,
.element-content.col-10 .col-patch.col-sm-3,
.element-content.news .col-patch.col-sm-3,
body > section > .container > .row > header.element-content .col-patch.col-sm-3,
.horjobs-header header.element-content .col-patch.col-sm-3,
.element-content.col-10 .col-patch.col-md-3,
.element-content.news .col-patch.col-md-3,
body > section > .container > .row > header.element-content .col-patch.col-md-3,
.horjobs-header header.element-content .col-patch.col-md-3,
.element-content.col-10 .col-patch.col-lg-3,
.element-content.news .col-patch.col-lg-3,
body > section > .container > .row > header.element-content .col-patch.col-lg-3,
.horjobs-header header.element-content .col-patch.col-lg-3,
.element-content.col-10 .col-patch.col-xl-3,
.element-content.news .col-patch.col-xl-3,
body > section > .container > .row > header.element-content .col-patch.col-xl-3,
.horjobs-header header.element-content .col-patch.col-xl-3,
.element-content.col-10 .col-patch.col-3,
.element-content.news .col-patch.col-3,
body > section > .container > .row > header.element-content .col-patch.col-3,
.horjobs-header header.element-content .col-patch.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.element-content.col-10 .col-patch.col-xs-1, .element-content.news .col-patch.col-xs-1, body > section > .container > .row > header.element-content .col-patch.col-xs-1, .horjobs-header header.element-content .col-patch.col-xs-1,
.element-content.col-10 .col-patch.col-sm-1,
.element-content.news .col-patch.col-sm-1,
body > section > .container > .row > header.element-content .col-patch.col-sm-1,
.horjobs-header header.element-content .col-patch.col-sm-1,
.element-content.col-10 .col-patch.col-md-1,
.element-content.news .col-patch.col-md-1,
body > section > .container > .row > header.element-content .col-patch.col-md-1,
.horjobs-header header.element-content .col-patch.col-md-1,
.element-content.col-10 .col-patch.col-lg-1,
.element-content.news .col-patch.col-lg-1,
body > section > .container > .row > header.element-content .col-patch.col-lg-1,
.horjobs-header header.element-content .col-patch.col-lg-1,
.element-content.col-10 .col-patch.col-xl-1,
.element-content.news .col-patch.col-xl-1,
body > section > .container > .row > header.element-content .col-patch.col-xl-1,
.horjobs-header header.element-content .col-patch.col-xl-1,
.element-content.col-10 .col-patch.col-1,
.element-content.news .col-patch.col-1,
body > section > .container > .row > header.element-content .col-patch.col-1,
.horjobs-header header.element-content .col-patch.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.element-content.col-10 .col-patch.col-xs-4, .element-content.news .col-patch.col-xs-4, body > section > .container > .row > header.element-content .col-patch.col-xs-4, .horjobs-header header.element-content .col-patch.col-xs-4,
.element-content.col-10 .col-patch.col-sm-4,
.element-content.news .col-patch.col-sm-4,
body > section > .container > .row > header.element-content .col-patch.col-sm-4,
.horjobs-header header.element-content .col-patch.col-sm-4,
.element-content.col-10 .col-patch.col-md-4,
.element-content.news .col-patch.col-md-4,
body > section > .container > .row > header.element-content .col-patch.col-md-4,
.horjobs-header header.element-content .col-patch.col-md-4,
.element-content.col-10 .col-patch.col-lg-4,
.element-content.news .col-patch.col-lg-4,
body > section > .container > .row > header.element-content .col-patch.col-lg-4,
.horjobs-header header.element-content .col-patch.col-lg-4,
.element-content.col-10 .col-patch.col-xl-4,
.element-content.news .col-patch.col-xl-4,
body > section > .container > .row > header.element-content .col-patch.col-xl-4,
.horjobs-header header.element-content .col-patch.col-xl-4,
.element-content.col-10 .col-patch.tx-indexedsearch-res,
.element-content.news .col-patch.tx-indexedsearch-res,
body > section > .container > .row > header.element-content .col-patch.tx-indexedsearch-res,
.horjobs-header header.element-content .col-patch.tx-indexedsearch-res,
.element-content.col-10 .col-patch.col-4,
.element-content.news .col-patch.col-4,
body > section > .container > .row > header.element-content .col-patch.col-4,
.horjobs-header header.element-content .col-patch.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.element-content.col-10 .col-patch.col-xs-2, .element-content.news .col-patch.col-xs-2, body > section > .container > .row > header.element-content .col-patch.col-xs-2, .horjobs-header header.element-content .col-patch.col-xs-2,
.element-content.col-10 .col-patch.col-sm-2,
.element-content.news .col-patch.col-sm-2,
body > section > .container > .row > header.element-content .col-patch.col-sm-2,
.horjobs-header header.element-content .col-patch.col-sm-2,
.element-content.col-10 .col-patch.col-md-2,
.element-content.news .col-patch.col-md-2,
body > section > .container > .row > header.element-content .col-patch.col-md-2,
.horjobs-header header.element-content .col-patch.col-md-2,
.element-content.col-10 .col-patch.col-lg-2,
.element-content.news .col-patch.col-lg-2,
body > section > .container > .row > header.element-content .col-patch.col-lg-2,
.horjobs-header header.element-content .col-patch.col-lg-2,
.element-content.col-10 .col-patch.col-xl-2,
.element-content.news .col-patch.col-xl-2,
body > section > .container > .row > header.element-content .col-patch.col-xl-2,
.horjobs-header header.element-content .col-patch.col-xl-2,
.element-content.col-10 .col-patch.col-2,
.element-content.news .col-patch.col-2,
body > section > .container > .row > header.element-content .col-patch.col-2,
.horjobs-header header.element-content .col-patch.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.element-content.col-10 .col-patch.col-xs-6, .element-content.news .col-patch.col-xs-6, body > section > .container > .row > header.element-content .col-patch.col-xs-6, .horjobs-header header.element-content .col-patch.col-xs-6,
.element-content.col-10 .col-patch.col-sm-6,
.element-content.news .col-patch.col-sm-6,
body > section > .container > .row > header.element-content .col-patch.col-sm-6,
.horjobs-header header.element-content .col-patch.col-sm-6,
.element-content.col-10 .col-patch.col-md-6,
.element-content.news .col-patch.col-md-6,
body > section > .container > .row > header.element-content .col-patch.col-md-6,
.horjobs-header header.element-content .col-patch.col-md-6,
.element-content.col-10 .col-patch.col-lg-6,
.element-content.news .col-patch.col-lg-6,
body > section > .container > .row > header.element-content .col-patch.col-lg-6,
.horjobs-header header.element-content .col-patch.col-lg-6,
.element-content.col-10 .col-patch.tx-indexedsearch-res,
.element-content.news .col-patch.tx-indexedsearch-res,
body > section > .container > .row > header.element-content .col-patch.tx-indexedsearch-res,
.horjobs-header header.element-content .col-patch.tx-indexedsearch-res,
.element-content.col-10 .col-patch.col-xl-6,
.element-content.news .col-patch.col-xl-6,
body > section > .container > .row > header.element-content .col-patch.col-xl-6,
.horjobs-header header.element-content .col-patch.col-xl-6,
.element-content.col-10 .col-patch.col-6,
.element-content.news .col-patch.col-6,
body > section > .container > .row > header.element-content .col-patch.col-6,
.horjobs-header header.element-content .col-patch.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.element-content.col-10 .col-patch.col-xs-6, .element-content.news .col-patch.col-xs-6, body > section > .container > .row > header.element-content .col-patch.col-xs-6, .horjobs-header header.element-content .col-patch.col-xs-6,
.element-content.col-10 .col-patch.col-sm-6,
.element-content.news .col-patch.col-sm-6,
body > section > .container > .row > header.element-content .col-patch.col-sm-6,
.horjobs-header header.element-content .col-patch.col-sm-6,
.element-content.col-10 .col-patch.col-md-6,
.element-content.news .col-patch.col-md-6,
body > section > .container > .row > header.element-content .col-patch.col-md-6,
.horjobs-header header.element-content .col-patch.col-md-6,
.element-content.col-10 .col-patch.col-lg-6,
.element-content.news .col-patch.col-lg-6,
body > section > .container > .row > header.element-content .col-patch.col-lg-6,
.horjobs-header header.element-content .col-patch.col-lg-6,
.element-content.col-10 .col-patch.tx-indexedsearch-res,
.element-content.news .col-patch.tx-indexedsearch-res,
body > section > .container > .row > header.element-content .col-patch.tx-indexedsearch-res,
.horjobs-header header.element-content .col-patch.tx-indexedsearch-res,
.element-content.col-10 .col-patch.col-xl-6,
.element-content.news .col-patch.col-xl-6,
body > section > .container > .row > header.element-content .col-patch.col-xl-6,
.horjobs-header header.element-content .col-patch.col-xl-6,
.element-content.col-10 .col-patch.col-6,
.element-content.news .col-patch.col-6,
body > section > .container > .row > header.element-content .col-patch.col-6,
.horjobs-header header.element-content .col-patch.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.element-content.col-10 .col-patch.offset-xs-1, .element-content.news .col-patch.offset-xs-1, body > section > .container > .row > header.element-content .col-patch.offset-xs-1, .horjobs-header header.element-content .col-patch.offset-xs-1,
.element-content.col-10 .col-patch.offset-sm-1,
.element-content.news .col-patch.offset-sm-1,
body > section > .container > .row > header.element-content .col-patch.offset-sm-1,
.horjobs-header header.element-content .col-patch.offset-sm-1,
.element-content.col-10 .col-patch.offset-md-1,
.element-content.news .col-patch.offset-md-1,
body > section > .container > .row > header.element-content .col-patch.offset-md-1,
.horjobs-header header.element-content .col-patch.offset-md-1,
.element-content.col-10 .col-patch.offset-lg-1,
.element-content.news .col-patch.offset-lg-1,
body > section > .container > .row > header.element-content .col-patch.offset-lg-1,
.horjobs-header header.element-content .col-patch.offset-lg-1,
.element-content.col-10 .col-patch.offset-xl-1,
.element-content.news .col-patch.offset-xl-1,
body > section > .container > .row > header.element-content .col-patch.offset-xl-1,
.horjobs-header header.element-content .col-patch.offset-xl-1,
.element-content.col-10 .col-patch.offset-1,
.element-content.news .col-patch.offset-1,
body > section > .container > .row > header.element-content .col-patch.offset-1,
.horjobs-header header.element-content .col-patch.offset-1,
.element-content.col-10 .col-patch.news,
.element-content.news .col-patch.news,
body > section > .container > .row > header.element-content .col-patch.news,
.horjobs-header header.element-content .col-patch.news,
.element-content.col-10 section .container .row .col-patch.new.news-single,
section .container .row .element-content.col-10 .col-patch.new.news-single,
.element-content.news section .container .row .col-patch.new.news-single,
section .container .row .element-content.news .col-patch.new.news-single,
body > section > .container > .row > header.element-content .container .row .col-patch.new.news-single,
.horjobs-header header.element-content section .container .row .col-patch.new.news-single,
section .container .row .horjobs-header header.element-content .col-patch.new.news-single,
.element-content.col-10 section .horjobs-header .row .col-patch.new.news-single,
section .horjobs-header .row .element-content.col-10 .col-patch.new.news-single,
.element-content.news section .horjobs-header .row .col-patch.new.news-single,
section .horjobs-header .row .element-content.news .col-patch.new.news-single,
body > section > .container > .row > header.element-content .horjobs-header .row .col-patch.new.news-single,
section .horjobs-header header.element-content .row .col-patch.new.news-single,
section .horjobs-header .row header.element-content .col-patch.new.news-single,
.element-content.col-10 body > section > .container > .row > header.col-patch,
.element-content.news body > section > .container > .row > header.col-patch,
body > section > .container > .row > header.element-content body > section > .container > .row > header.col-patch,
.element-content.col-10 .horjobs-header header.col-patch,
.horjobs-header .element-content.col-10 header.col-patch,
.element-content.news .horjobs-header header.col-patch,
.horjobs-header .element-content.news header.col-patch,
body > section > .container > .row > header.element-content .horjobs-header header.col-patch,
.horjobs-header header.element-content header.col-patch {
  margin-left: 10%;
}

@media (min-width: 992px) {
  .container-sidebar-navigation .col-patch.col-xs-3,
  .container-sidebar-navigation .col-patch.col-sm-3,
  .container-sidebar-navigation .col-patch.col-md-3,
  .container-sidebar-navigation .col-patch.col-lg-3,
  .container-sidebar-navigation .col-patch.col-xl-3,
  .container-sidebar-navigation .col-patch.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .container-sidebar-navigation .col-patch.offset-xs-1,
  .container-sidebar-navigation .col-patch.offset-sm-1,
  .container-sidebar-navigation .col-patch.offset-md-1,
  .container-sidebar-navigation .col-patch.offset-lg-1,
  .container-sidebar-navigation .col-patch.offset-xl-1,
  .container-sidebar-navigation .col-patch.offset-1,
  .container-sidebar-navigation .col-patch.news,
  .container-sidebar-navigation section .container .row .col-patch.new.news-single,
  section .container .row .container-sidebar-navigation .col-patch.new.news-single,
  .container-sidebar-navigation section .horjobs-header .row .col-patch.new.news-single,
  section .horjobs-header .row .container-sidebar-navigation .col-patch.new.news-single,
  .container-sidebar-navigation body > section > .container > .row > header.col-patch,
  .container-sidebar-navigation .horjobs-header header.col-patch,
  .horjobs-header .container-sidebar-navigation header.col-patch {
    margin-left: 25%;
  }

  #container-sidebar-content .col-patch.col-xs-10,
  #container-sidebar-content .col-patch.col-sm-10,
  #container-sidebar-content .col-patch.col-md-10,
  #container-sidebar-content .col-patch.col-lg-10,
  #container-sidebar-content .col-patch.col-xl-10,
  #container-sidebar-content .col-patch.col-10,
  #container-sidebar-content .col-patch.news,
  #container-sidebar-content body > section > .container > .row > header.col-patch,
  #container-sidebar-content .horjobs-header header.col-patch,
  .horjobs-header #container-sidebar-content header.col-patch {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  #container-sidebar-content .col-patch.col-xs-2,
  #container-sidebar-content .col-patch.col-sm-2,
  #container-sidebar-content .col-patch.col-md-2,
  #container-sidebar-content .col-patch.col-lg-2,
  #container-sidebar-content .col-patch.col-xl-2,
  #container-sidebar-content .col-patch.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  #container-sidebar-content .col-patch.offset-xs-1,
  #container-sidebar-content .col-patch.offset-sm-1,
  #container-sidebar-content .col-patch.offset-md-1,
  #container-sidebar-content .col-patch.offset-lg-1,
  #container-sidebar-content .col-patch.offset-xl-1,
  #container-sidebar-content .col-patch.offset-1,
  #container-sidebar-content .col-patch.news,
  #container-sidebar-content section .container .row .col-patch.new.news-single,
  section .container .row #container-sidebar-content .col-patch.new.news-single,
  #container-sidebar-content section .horjobs-header .row .col-patch.new.news-single,
  section .horjobs-header .row #container-sidebar-content .col-patch.new.news-single,
  #container-sidebar-content body > section > .container > .row > header.col-patch,
  #container-sidebar-content .horjobs-header header.col-patch,
  .horjobs-header #container-sidebar-content header.col-patch {
    margin-left: 12.5%;
  }
  #container-sidebar-content .content .col-patch.col-xs-2,
  #container-sidebar-content .content .col-patch.col-sm-2,
  #container-sidebar-content .content .col-patch.col-md-2,
  #container-sidebar-content .content .col-patch.col-lg-2,
  #container-sidebar-content .content .col-patch.col-xl-2,
  #container-sidebar-content .content .col-patch.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #container-sidebar-content .content .col-patch.col-xs-3,
  #container-sidebar-content .content .col-patch.col-sm-3,
  #container-sidebar-content .content .col-patch.col-md-3,
  #container-sidebar-content .content .col-patch.col-lg-3,
  #container-sidebar-content .content .col-patch.col-xl-3,
  #container-sidebar-content .content .col-patch.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #container-sidebar-content .ce-navigation-tabs .nav-tabs .col-patch.col-xs-2,
  #container-sidebar-content .ce-navigation-tabs .nav-tabs .col-patch.col-sm-2,
  #container-sidebar-content .ce-navigation-tabs .nav-tabs .col-patch.col-md-2,
  #container-sidebar-content .ce-navigation-tabs .nav-tabs .col-patch.col-lg-2,
  #container-sidebar-content .ce-navigation-tabs .nav-tabs .col-patch.col-xl-2,
  #container-sidebar-content .ce-navigation-tabs .nav-tabs .col-patch.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .container-sidebar-navigation .sidebar-collapse-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .content .col-patch.col-xs-3,
  .content .col-patch.col-sm-3,
  .content .col-patch.col-md-3,
  .content .col-patch.col-lg-3,
  .content .col-patch.col-xl-3,
  .content .col-patch.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .container-sidebar-navigation .sub-menu {
    display: none;
  }

  .container-sidebar-navigation {
    background-color: #fff;
    width: 100%;
  }

  #container-sidebar-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 1416px;
    width: 100%;
  }
  #container-sidebar-content .content .col-patch.col-xs-2,
  #container-sidebar-content .content .col-patch.col-sm-2,
  #container-sidebar-content .content .col-patch.col-md-2,
  #container-sidebar-content .content .col-patch.col-lg-2,
  #container-sidebar-content .content .col-patch.col-xl-2,
  #container-sidebar-content .content .col-patch.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #container-sidebar-content .content .col-patch.col-xs-3,
  #container-sidebar-content .content .col-patch.col-sm-3,
  #container-sidebar-content .content .col-patch.col-md-3,
  #container-sidebar-content .content .col-patch.col-lg-3,
  #container-sidebar-content .content .col-patch.col-xl-3,
  #container-sidebar-content .content .col-patch.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .content .col-patch.col-xs-2,
  .content .col-patch.col-sm-2,
  .content .col-patch.col-md-2,
  .content .col-patch.col-lg-2,
  .content .col-patch.col-xl-2,
  .content .col-patch.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 576px) {
  .content .col-patch.col-xs-3,
  .content .col-patch.col-sm-3,
  .content .col-patch.col-md-3,
  .content .col-patch.col-lg-3,
  .content .col-patch.col-xl-3,
  .content .col-patch.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  #container-sidebar-content .content .col-patch.col-xs-2,
  #container-sidebar-content .content .col-patch.col-sm-2,
  #container-sidebar-content .content .col-patch.col-md-2,
  #container-sidebar-content .content .col-patch.col-lg-2,
  #container-sidebar-content .content .col-patch.col-xl-2,
  #container-sidebar-content .content .col-patch.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #container-sidebar-content .content .col-patch.col-xs-3,
  #container-sidebar-content .content .col-patch.col-sm-3,
  #container-sidebar-content .content .col-patch.col-md-3,
  #container-sidebar-content .content .col-patch.col-lg-3,
  #container-sidebar-content .content .col-patch.col-xl-3,
  #container-sidebar-content .content .col-patch.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn, #cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input {
  -ms-flex-item-align: center;
      align-self: center;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #478CD0;
  border: 3px solid #478CD0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10.4px 20px 8px;
  padding: 0.65rem 1.25rem .5rem;
}
.btn:hover, #cookie-bar-button:hover, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:hover {
  background-color: #FFFFFF;
  color: #478CD0;
}
.btn.invers, .invers#cookie-bar-button, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input.invers {
  color: #FFFFFF !important;
  background-color: #478CD0 !important;
  border: 3px solid #FFFFFF !important;
}
.btn.invers:hover, .invers#cookie-bar-button:hover, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input.invers:hover {
  background-color: #FFFFFF !important;
  color: #478CD0 !important;
}

.bg-primary {
  background-color: #478cd0;
}
.bg-primary h1, .bg-primary .h1 {
  color: #fff;
}
.bg-primary p {
  color: #fff;
}
.bg-primary button {
  color: #478cd0;
}

.btn-primary:focus, #cookie-bar-button:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, #cookie-bar-button:not(:disabled):not(.disabled):active:focus, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.loc-button.desc.viewport-height {
  margin-top: 65px;
}

button {
  padding-right: 1em;
}

.loc-button {
  color: #fff;
  background-color: #478cd0;
  border: none;
}
.loc-button p {
  vertical-align: middle;
  font-size: 22px;
  margin: 15px auto 0 auto;
}

.rfi-button {
  color: #fff;
  background-color: #478cd0;
  border: none;
}
.rfi-button img {
  height: 60px;
  margin: 0 auto;
}
.rfi-button p {
  vertical-align: middle;
  font-size: 20px;
  margin: 15px auto 0 auto;
}

.mobil-buttons {
  position: fixed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  bottom: 0;
  background-color: #478cd0;
  -webkit-box-shadow: 0px 0px 3px 0px #eaeaea;
          box-shadow: 0px 0px 3px 0px #eaeaea;
}

.loc-button.mobil {
  border-left: 3px solid #2e72b6;
}

.loc-button,
.rfi-button {
  cursor: pointer;
}
.loc-button.desc,
.rfi-button.desc {
  height: 60px;
  top: 46vh;
  position: fixed;
  right: 0;
  z-index: 1;
  overflow: hidden;
  margin-right: -135px;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 225px;
  display: none;
  -webkit-box-shadow: 0 1px 3px 0 #000;
          box-shadow: 0 1px 3px 0 #000;
}
.loc-button.mobil,
.rfi-button.mobil {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 43px;
  margin: 10px 0;
}
.loc-button.mobil img,
.rfi-button.mobil img {
  width: 55px;
  height: auto;
  margin: 0 10px 0 auto;
}
.loc-button.mobil p,
.rfi-button.mobil p {
  font-size: 18px;
  line-height: 1em;
  margin: 10px auto 0 0;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .mobil-buttons,
  .loc-button.mobil,
  .rfi-button.mobil {
    display: none;
  }

  .is-touch .loc-button.desc:hover,
  .is-touch .rfi-button.desc:hover {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .is-touch .loc-button.desc.is-open,
  .is-touch .rfi-button.desc.is-open {
    -webkit-transform: translateX(-130px);
            transform: translateX(-130px);
  }

  .loc-button.desc,
  .rfi-button.desc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .loc-button.desc:hover,
  .rfi-button.desc:hover {
    -webkit-transform: translateX(-130px);
            transform: translateX(-130px);
  }

  .rfi-button.desc img {
    width: 75px;
    padding-bottom: 10px;
  }

  .loc-button.desc img {
    width: 60px;
    padding: 5px 0 15px;
    margin-left: 16px;
  }
}
.stop-scrolling {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.page-header {
  width: 100%;
  height: 70px;
  z-index: 101;
  position: fixed;
  display: block;
  bottom: auto;
  top: 0;
  opacity: 1;
  -webkit-box-shadow: 0 1px 3px 0 #EAEAEA;
          box-shadow: 0 1px 3px 0 #EAEAEA;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-header.navbar-fade {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.main-navigation {
  background-color: white;
  padding: 0;
  height: 70px;
}
.main-navigation.navbar-opacity {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
.main-navigation .navbar-brand {
  margin-top: 21px;
  margin-bottom: 21px;
  margin-left: 8.33%;
  padding: 0;
}
.main-navigation .navbar-brand img {
  height: 26px;
  width: auto;
  margin-top: 6px;
}
.main-navigation .ico-dark:before,
.main-navigation .ico-dark:after {
  display: block;
}
.main-navigation .content {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: 70px;
}
.main-navigation .container, .main-navigation .horjobs-header {
  padding: 0;
  position: static;
}
.main-navigation .container .content, .main-navigation .horjobs-header .content {
  width: 100%;
  position: static;
}
.main-navigation .navbar-collapse.slide-mobile-navigation-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: scroll;
  -webkit-overflow-scroll: touch;
}
.main-navigation .navbar-collapse {
  background: #478cd0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-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;
  min-height: 0;
  height: calc(100vh - 69px);
  padding-bottom: 100px;
  display: none !important;
  position: static;
  margin-top: -4px;
}
.main-navigation .navbar-collapse.show-after-page-load {
  display: block !important;
}
.main-navigation .dropdown-toggle {
  display: block;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 49px;
  width: 49px;
  padding: 11px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.main-navigation .dropdown-toggle:after {
  display: none;
}
.main-navigation .dropdown-toggle::after {
  border: 0;
  margin: 0;
  vertical-align: 0;
  width: auto;
  height: auto;
}
.main-navigation .dropdown-menu {
  border: none;
  position: static;
}
.main-navigation .dropdown-menu .dropdown-item--title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2e72b6;
  font-weight: 300;
}
.main-navigation .dropdown-menu .dropdown-toggle-level-2,
.main-navigation .dropdown-menu .dropdown-toggle-level-3 {
  border-right: 1px solid #2C5680;
  border-left: 1px solid #2C5680;
}
.main-navigation .navigation-level-1 {
  background: #478cd0;
  margin-right: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-navigation .navigation-level-1.meta-navigation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.main-navigation .navigation-level-1 .nav-link:not(.nav-meta).dropdown-item--title {
  color: #fff;
}
.main-navigation .navigation-level-1 .nav-item {
  border-bottom: 1px solid #fff;
}
.main-navigation .navigation-level-1 .nav-item .nav-link:not(.nav-meta) {
  padding-top: 10px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 15px;
  width: 80%;
}
.main-navigation .navigation-level-1 .nav-item .nav-link:not(.nav-meta).hover {
  color: #fff;
  text-decoration: none;
}
.main-navigation .navigation-level-1 .nav-item.dropdown.show {
  border: none;
}
.main-navigation .dropdown-item-hover {
  border-bottom: 1px solid #2C5680;
  list-style: none;
}
.main-navigation .dropdown-item-hover:first-child {
  border-top: 1px solid #2C5680;
}
.main-navigation .dropdown-item-hover.dropdown-item {
  margin: 0;
  padding: 0;
}
.main-navigation .dropdown-item-hover.dropdown-item .no-link,
.main-navigation .dropdown-item-hover.dropdown-item a {
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-left: 15px;
}
.main-navigation .dropdown-item-hover.dropdown-item a.hover, .main-navigation .dropdown-item-hover.dropdown-item a:hover {
  text-decoration: none;
}
.main-navigation.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: static;
}
.main-navigation .level-2 {
  background: #90BAE2;
  float: none;
  padding: 0;
}
.main-navigation .navigation-level-2 {
  padding: 0;
}
.main-navigation .navigation-level-2 .dropdown-item .dropdown-item--title {
  color: #2C5680;
}
.main-navigation .navigation-level-2 .dropdown-item:hover,
.main-navigation .navigation-level-2 .dropdown-item:focus {
  background: #90BAE2;
}
.main-navigation .level-3 {
  background: #BED6EE;
  position: static;
  float: none;
  padding: 0;
}
.main-navigation .navigation-level-3 {
  padding: 0;
}
.main-navigation .navigation-level-3 a:focus,
.main-navigation .navigation-level-3 .dropdown-item:hover,
.main-navigation .navigation-level-3 .dropdown-item:focus {
  background: #BED6EE;
}
.main-navigation .level-4 {
  background: #ECF3FA;
  position: static;
  float: none;
  padding: 0;
}
.main-navigation .navigation-level-4 {
  padding: 0;
}
.main-navigation .navigation-level-4 a:focus,
.main-navigation .navigation-level-4 .dropdown-item-hover:focus {
  background: #ECF3FA;
}

.meta-navigation {
  background: #478cd0;
  padding-top: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.meta-navigation .meta-nav-item {
  border: none;
  display: inline-block;
  width: 48%;
}
.meta-navigation .meta-nav-item.location {
  margin-right: -11px;
}
.meta-navigation .meta-nav-item .nav-meta {
  padding-top: 15px;
  padding-bottom: 19px;
  padding-left: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  cursor: pointer;
}
.meta-navigation .meta-nav-item .nav-meta:focus {
  outline: none;
}
.meta-navigation .meta-nav-item .nav-meta.show {
  width: 100%;
}
.meta-navigation .meta-nav-item .nav-meta .ico {
  margin-top: -3px;
  color: #478cd0;
}
.meta-navigation .search-text,
.meta-navigation .location-text {
  display: block;
  position: absolute;
  color: #478cd0;
  margin-top: -1px;
  margin-left: 40px;
  font-weight: 300;
}

.meta-content.desktop-view-search {
  padding-right: 55px;
  position: relative;
  width: 100%;
}
.meta-content.desktop-view-search input {
  padding: 0 20px;
  width: 100%;
  line-height: 19px;
}
.meta-content.desktop-view-search .clear-button {
  color: #478cd0;
  font-family: "HelveticaNeueLTStd";
  font-weight: 300;
  font-size: 18px;
  position: absolute;
  top: 12px;
  right: 68px;
}
.meta-content.desktop-view-search .clear-button::before {
  font-family: "FontAwesome";
}
.meta-content.desktop-view-search .submit-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  border: 2px solid white;
  margin-top: 0;
}
.meta-content.desktop-view-search .submit-button::before {
  font-family: "horfont";
}
.meta-content.desktop-view-location {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.meta-content.desktop-view-location .meta-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.meta-content.desktop-view-location .meta-select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  color: #fff;
  font-weight: 300;
}
.meta-content.desktop-view-location .meta-select select {
  margin-left: 20px;
  font-size: 17px;
}
.meta-content.desktop-view-location .meta-select:nth-child(2) select {
  margin-left: 6px;
}

.nav-meta-level-2 {
  opacity: 0;
  visibility: hidden;
}
.nav-meta-level-2.show {
  background: #478cd0;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #fff;
}
.nav-meta-level-2 .ico.submit-button {
  height: 42px;
}
.nav-meta-level-2 .meta-navigation-level-2 {
  margin-left: 8.33%;
}
.nav-meta-level-2 .search-item {
  border: none;
  padding: 40px 0;
}
.nav-meta-level-2 .search-item:focus, .nav-meta-level-2 .search-item:hover {
  background: #478cd0;
}
.nav-meta-level-2 .location .search-item {
  margin-left: -20px;
}
.nav-meta-level-2 .tx-indexedsearch-searchbox-sword {
  height: 42px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-navigation .navbar-toggler {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 7px;
  margin-right: 0;
  background-color: transparent;
  float: right;
  border: none;
  display: none;
}
.main-navigation .navbar-toggler.show-after-page-load {
  display: block;
}
.main-navigation .navbar-toggler:focus {
  outline: none;
}
.main-navigation .navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #478cd0;
  opacity: 1;
  left: 25%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.main-navigation .navbar-toggler span:nth-child(1) {
  top: 34.5%;
}
.main-navigation .navbar-toggler span:nth-child(2),
.main-navigation .navbar-toggler span:nth-child(3) {
  top: 50%;
}
.main-navigation .navbar-toggler span:nth-child(4) {
  top: 65.5%;
}

.main-navigation .mobile-menu-opened .navbar-toggler span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.main-navigation .mobile-menu-opened .navbar-toggler span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-navigation .mobile-menu-opened .navbar-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-navigation .mobile-menu-opened .navbar-toggler span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.arrow-icon,
.content img.navicon {
  display: none;
}

.nav-item.show .ico-light:before {
  display: none;
}
.nav-item.show .ico-light:after {
  display: block;
}

.nav-item:not(.show) .ico-light:before {
  display: block;
}
.nav-item:not(.show) .ico-light:after {
  display: none;
}

.dropdown-item-hover.show .ico-dark:before {
  display: none;
}
.dropdown-item-hover.show .ico-dark:after {
  display: block;
}

.dropdown-item-hover:not(.show) .ico-dark:before {
  display: block;
}
.dropdown-item-hover:not(.show) .ico-dark:after {
  display: none;
}

.dropdown-item-hover:not(.show) .dropdown-toggle-level-3 .ico-dark:before {
  display: block;
}

.scroll-menu,
.scroll-menu-up {
  display: none;
}

/*
* Mobile
*
 */
.is-touch .main-navigation .content .navbar-collapse {
  display: block !important;
}
.is-touch .main-navigation .content .navbar-toggler {
  display: block;
}
.is-touch .main-navigation .navigation-level-1 {
  margin-right: 0;
}
.is-touch .main-navigation .navigation-level-1.meta-navigation .meta-nav-item.location {
  margin-right: 0;
}
.is-touch .main-navigation .dropdown-toggle {
  border-right: none;
}
.is-touch .main-navigation .dropdown-menu .dropdown-toggle-level-2, .is-touch .main-navigation .dropdown-menu .dropdown-toggle-level-3 {
  border-right: none;
}
.is-touch .main-navigation .dropdown-link {
  width: 80%;
}

/*
* tablet
*
 */
@media (min-width: 768px) {
  .is-touch .main-navigation .content .navbar-collapse {
    display: block !important;
    height: calc(100vh - 145px);
  }
  .is-touch .main-navigation .content .navbar-toggler {
    display: block;
  }
  .is-touch .main-navigation .navigation-level-1 {
    margin-right: 0;
  }
  .is-touch .main-navigation .navigation-level-1.meta-navigation .meta-nav-item.location {
    margin-right: 0;
  }
  .is-touch .main-navigation .dropdown-toggle {
    border-right: none;
  }
  .is-touch .main-navigation .dropdown-menu .dropdown-toggle-level-2, .is-touch .main-navigation .dropdown-menu .dropdown-toggle-level-3 {
    border-right: none;
  }
  .is-touch .main-navigation .dropdown-link {
    width: 100%;
    display: block;
  }
}
/*
* Desktop IE
*
 */
.IE .navigation-level-1.meta-navigation .search-text, .IE .navigation-level-1.meta-navigation .location-text {
  margin-top: -6px;
}
.IE.is-desktop .scroll-menu.icon-scroll, .IE .is-desktop .scroll-menu-up.icon-scroll, .IE.is-desktop .scroll-menu.icon-scroll, .IE .is-desktop .scroll-menu.icon-scroll {
  width: auto;
}
.IE.is-desktop .main-navigation .container .meta-content.desktop-view-search .clear-button, .IE.is-desktop .main-navigation .horjobs-header .meta-content.desktop-view-search .clear-button {
  display: none;
}
.IE.is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item, .IE.is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item {
  padding-bottom: 30px;
}
.IE.is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item .nav-meta .ico.ico-lang-dark, .IE.is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item .nav-meta .ico.ico-lang-dark {
  margin-top: -37px;
}
.IE.is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item.show .nav-meta:after, .IE.is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item.show .nav-meta:after {
  bottom: 19px;
}
.IE.is-desktop .main-navigation .container .dropdown-menu .navigation-level-3 .dropdown-toggle-level-3, .IE.is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-3 .dropdown-toggle-level-3 {
  padding: 5px;
  top: 4px;
}

.edge.is-desktop .main-navigation .container .meta-content.desktop-view-search .clear-button, .edge.is-desktop .main-navigation .horjobs-header .meta-content.desktop-view-search .clear-button {
  display: none;
}

/*
* Desktop
*
 */
@media (min-width: 1027px) {
  .is-desktop .main-navigation .dropdown-item-hover.dropdown-item a {
    width: 100%;
  }
  .is-desktop .main-navigation .container .content, .is-desktop .main-navigation .horjobs-header .content {
    width: 100%;
    margin-left: 8.333%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
  }
  .is-desktop .main-navigation .container .navbar-toggler, .is-desktop .main-navigation .horjobs-header .navbar-toggler {
    display: none;
  }
  .is-desktop .main-navigation .container .navbar-brand, .is-desktop .main-navigation .horjobs-header .navbar-brand {
    margin-top: 12px;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    display: block;
  }
  .is-desktop .main-navigation .container .navbar-brand img, .is-desktop .main-navigation .horjobs-header .navbar-brand img {
    height: 33px;
  }
  .is-desktop .main-navigation .container .dropdown-toggle, .is-desktop .main-navigation .horjobs-header .dropdown-toggle {
    height: 37px;
  }
  .is-desktop .main-navigation .container .navbar-collapse, .is-desktop .main-navigation .horjobs-header .navbar-collapse {
    background: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
    margin-top: 0;
    height: 75px;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation {
    margin-top: 8px;
    width: auto;
    background: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    border-bottom: none;
    display: block;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-content.desktop-view-search input, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-content.desktop-view-search input {
    line-height: 21px;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-navigation-level-2, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-navigation-level-2 {
    margin-top: 20px;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item {
    background: none;
    margin: 0 0 0 7px;
    width: auto;
    padding-top: 6px;
    padding-bottom: 30px;
    outline: none;
    border: none;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item a:hover .ico, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item a:hover .ico {
    -webkit-transform: unset;
            transform: unset;
    color: #478cd0;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item .nav-meta, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item .nav-meta {
    background: none;
    cursor: pointer;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item .nav-meta:after, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item .nav-meta:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #478cd0;
    border-left: 10px solid transparent;
    bottom: 21px;
    content: '\A';
    height: 0;
    position: absolute;
    width: 0;
    z-index: 10;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item .nav-meta .ico, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item .nav-meta .ico {
    margin-top: 0;
    height: 19px;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item.location .nav-meta:after, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item.location .nav-meta:after {
    bottom: 2px;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .meta-nav-item.show .nav-meta:after, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .meta-nav-item.show .nav-meta:after {
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
  .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .search-text, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .search-text, .is-desktop .main-navigation .container .navigation-level-1.meta-navigation .location-text, .is-desktop .main-navigation .horjobs-header .navigation-level-1.meta-navigation .location-text {
    display: none;
  }
  .is-desktop .main-navigation .container .dropdown-menu.nav-meta-level-2.show, .is-desktop .main-navigation .horjobs-header .dropdown-menu.nav-meta-level-2.show {
    visibility: visible;
    opacity: 1;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    border: none;
    margin-top: 70px;
    top: 0;
    position: absolute;
  }
  .is-desktop .main-navigation .container .location .search-item, .is-desktop .main-navigation .horjobs-header .location .search-item {
    margin-left: 0;
  }
  .is-desktop .main-navigation .container .location .search-item .wrap, .is-desktop .main-navigation .horjobs-header .location .search-item .wrap {
    padding-right: 0;
    padding-left: 0;
    margin-left: -15px;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item {
    border: none;
    font-weight: normal;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 20px;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item:hover, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item:hover {
    background: #478cd0;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .wrap, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .meta-content, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .meta-content {
    color: white;
    font-weight: 300;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .meta-content.desktop-view-location, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .meta-content.desktop-view-location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .meta-content.desktop-view-location .custom-select, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .meta-content.desktop-view-location .custom-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .meta-content.desktop-view-location .meta-select, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .meta-content.desktop-view-location .meta-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .meta-content.desktop-view-location .meta-select label, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .meta-content.desktop-view-location .meta-select label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-right: 0;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .meta-content.desktop-view-location .meta-select select, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .meta-content.desktop-view-location .meta-select select {
    margin-left: 0;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .meta-content.desktop-view-location .location-button, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .meta-content.desktop-view-location .location-button {
    margin-top: 33px;
  }
  .is-desktop .main-navigation .container .dropdown-item.search-item .ico.submit-button, .is-desktop .main-navigation .horjobs-header .dropdown-item.search-item .ico.submit-button {
    height: 42px;
  }
  .is-desktop .main-navigation .container .navigation-level-1, .is-desktop .main-navigation .horjobs-header .navigation-level-1 {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    height: 75px;
    margin-right: 0;
    margin-top: 14px;
  }
  .is-desktop .main-navigation .container .navigation-level-1 .dropdown-item-hover.hover, .is-desktop .main-navigation .horjobs-header .navigation-level-1 .dropdown-item-hover.hover {
    background: #2e72b6;
  }
  .is-desktop .main-navigation .container .navigation-level-1 .dropdown-toggle, .is-desktop .main-navigation .horjobs-header .navigation-level-1 .dropdown-toggle {
    display: none;
  }
  .is-desktop .main-navigation .container .nav-item, .is-desktop .main-navigation .horjobs-header .nav-item {
    padding-top: 9px;
    padding-right: 6px;
    padding-bottom: 34px;
    font-size: 17px;
    border: none;
  }
  .is-desktop .main-navigation .container .nav-item:first-child:not(.search), .is-desktop .main-navigation .horjobs-header .nav-item:first-child:not(.search) {
    margin-left: 100px;
  }
  .is-desktop .main-navigation .container .nav-item:last-child, .is-desktop .main-navigation .horjobs-header .nav-item:last-child {
    padding-right: 0;
  }
  .is-desktop .main-navigation .container .nav-item.hover .dropdown-menu.level-2, .is-desktop .main-navigation .horjobs-header .nav-item.hover .dropdown-menu.level-2 {
    visibility: visible;
    opacity: 1;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: 100%;
    z-index: 99;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    bottom: 0;
    top: 0;
    margin-top: 70px;
  }
  .is-desktop .main-navigation .container .nav-item.hover .dropdown-menu.level-2::-webkit-scrollbar, .is-desktop .main-navigation .horjobs-header .nav-item.hover .dropdown-menu.level-2::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .is-desktop .main-navigation .container .nav-item.hover .dropdown-menu.level-2 .navigation-level-2, .is-desktop .main-navigation .horjobs-header .nav-item.hover .dropdown-menu.level-2 .navigation-level-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s linear, visiblity 1s;
    transition: opacity 0.5s linear, visiblity 1s;
  }
  .is-desktop .main-navigation .container .nav-item.hover .nav-link:after, .is-desktop .main-navigation .horjobs-header .nav-item.hover .nav-link:after {
    opacity: 1;
    visibility: visible;
  }
  .is-desktop .main-navigation .container .nav-link.dropdown-item--title, .is-desktop .main-navigation .horjobs-header .nav-link.dropdown-item--title {
    color: #478cd0;
    overflow: visible;
    white-space: normal;
  }
  .is-desktop .main-navigation .container .nav-link, .is-desktop .main-navigation .horjobs-header .nav-link {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: none;
  }
  .is-desktop .main-navigation .container .nav-link:after, .is-desktop .main-navigation .horjobs-header .nav-link:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #478cd0;
    border-left: 10px solid transparent;
    bottom: 9px;
    content: '\A';
    height: 0;
    position: absolute;
    width: 0;
    z-index: 10;
    left: 0;
    right: -20px;
    margin-left: auto;
    margin-right: auto;
  }
  .is-desktop .main-navigation .container .dropdown-menu, .is-desktop .main-navigation .horjobs-header .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background: #478cd0;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    z-index: 100;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover:first-child.dropdown-item, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover:first-child.dropdown-item {
    border-top: 1px solid #fff;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover {
    border: none;
    display: block;
    font-size: 16px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover:hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover:hover, .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover:hover a:hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover:hover a:hover, .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover:hover a:hover .dropdown-item-wrap:hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover:hover a:hover .dropdown-item-wrap:hover {
    background: none;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item {
    position: static;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item .no-link, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item .no-link,
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item a,
  .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item a {
    margin: 0;
    line-height: 22px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item .dropdown-item-wrap, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item .dropdown-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item .dropdown-item--title, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item .dropdown-item--title {
    white-space: normal;
    color: #fff;
    overflow: visible;
    padding: 4px 35px 4px 0;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item:hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item:hover, .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item:hover a:hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item:hover a:hover, .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item:hover a:hover .dropdown-item-wrap:hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item:hover a:hover .dropdown-item-wrap:hover {
    background: none;
  }
  .is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover.dropdown-item.hover-color, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover.dropdown-item.hover-color {
    background: #2e72b6;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-2, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-2 {
    margin-top: 10px;
    width: 315px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    margin-left: 8.333%;
    position: relative;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-2 .dropdown-item-hover.hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-2 .dropdown-item-hover.hover {
    background: #2e72b6;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-2 .dropdown-item-hover.hover .level-3, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-2 .dropdown-item-hover.hover .level-3 {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: -2px;
    left: 315px;
    width: 100%;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-item--title, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-item--title {
    margin-right: 15px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-item--title.no-image, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-item--title.no-image {
    padding-left: 15px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-toggle img, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-toggle img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-toggle-level-2, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-2 .dropdown-item .dropdown-toggle-level-2 {
    display: block;
    border: none;
    position: relative;
    float: right;
    width: 15px;
    right: 10px;
    padding: 3px;
    top: 4px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-3, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-3 {
    padding-left: 15px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-3 .dropdown-item-hover.hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-3 .dropdown-item-hover.hover {
    background: #2e72b6;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-3 .dropdown-toggle-level-3, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-3 .dropdown-toggle-level-3 {
    display: block;
    width: 20px;
    border: none;
    position: relative;
    float: right;
    top: 2px;
    right: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 5px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-3 .dropdown-item-hover.hover .level-4, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-3 .dropdown-item-hover.hover .level-4 {
    left: 315px;
    position: absolute;
    top: -10px;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-3 .dropdown-item, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-3 .dropdown-item {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 0;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-3 .dropdown-item .dropdown-item--title, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-3 .dropdown-item .dropdown-item--title {
    margin: 0;
    padding: 6px 0 6px 15px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-4, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-4 {
    margin-top: 10px;
    padding-left: 15px;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-4 .dropdown-item-hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-4 .dropdown-item-hover {
    width: 260px;
    border-bottom: 1px solid #fff;
    display: block;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-4 .dropdown-item-hover:first-child, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-4 .dropdown-item-hover:first-child {
    border-top: 1px solid #fff;
  }
  .is-desktop .main-navigation .container .dropdown-menu .navigation-level-4 .dropdown-item-hover.hover, .is-desktop .main-navigation .horjobs-header .dropdown-menu .navigation-level-4 .dropdown-item-hover.hover {
    background: #2e72b6;
  }
  .is-desktop .level-2.show .arrow-icon,
  .is-desktop .dropdown-item .arrow-icon {
    display: block;
  }
  .is-desktop .content img.navicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 24px;
    min-width: 40px;
    max-width: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .is-desktop .nav.navbar .container .content .navbar-collapse .navbar-nav .nav-item:not(.show) .ico-light:after, .is-desktop .nav.navbar .horjobs-header .content .navbar-collapse .navbar-nav .nav-item:not(.show) .ico-light:after,
  .is-desktop .dropdown-item-hover:not(.show) .ico-dark:before,
  .is-desktop .nav-item:not(.show) .ico-light:before,
  .is-desktop .dropdown-item-hover:not(.show) .ico-dark:after,
  .is-desktop .nav-item.show .ico-light:before,
  .is-desktop .dropdown-item-hover.show .ico-dark:after,
  .is-desktop .nav-item.show .ico-light:after,
  .is-desktop .dropdown-item-hover.show .ico-dark:before {
    display: none;
  }
  .is-desktop .scroll-menu.icon-scroll,
  .is-desktop .scroll-menu-up.icon-scroll {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    position: fixed;
    margin-left: 315px;
    opacity: 0.7;
  }
  .is-desktop .scroll-menu:before {
    content: url(../../Public/img/gsvg/arrows/arrow_down.svg);
  }
  .is-desktop .scroll-menu-up:before {
    content: url(../../Public/img/gsvg/arrows/arrow_up.svg);
  }
  .is-desktop .level-4 .icon-scroll {
    margin-left: 280px;
    margin-top: 2px;
  }
}
@media (min-width: 1280px) {
  .is-desktop .main-navigation .container .navbar-brand img, .is-desktop .main-navigation .horjobs-header .navbar-brand img {
    height: 33px;
  }
  .is-desktop .main-navigation .container .navbar-collapse .nav-item, .is-desktop .main-navigation .horjobs-header .navbar-collapse .nav-item {
    padding-left: 15px;
  }
  .is-desktop .main-navigation .container .navbar-collapse .navigation-level-2, .is-desktop .main-navigation .horjobs-header .navbar-collapse .navigation-level-2 {
    width: 442px;
  }
  .is-desktop .main-navigation .container .navbar-collapse .navigation-level-2 .dropdown-item-hover.hover .level-3, .is-desktop .main-navigation .horjobs-header .navbar-collapse .navigation-level-2 .dropdown-item-hover.hover .level-3 {
    left: 442px;
  }
  .is-desktop .main-navigation .container .navbar-collapse .navigation-level-2 .navigation-level-3 .dropdown-item, .is-desktop .main-navigation .horjobs-header .navbar-collapse .navigation-level-2 .navigation-level-3 .dropdown-item {
    width: 300px;
  }
  .is-desktop .scroll-menu.icon-scroll,
  .is-desktop .scroll-menu-up.icon-scroll {
    margin-left: 327px;
  }
  .is-desktop .level-4 .icon-scroll {
    margin-left: 300px;
  }
}
.no-link {
  cursor: default;
}

.is-desktop .main-navigation .container .dropdown-menu .dropdown-item-hover .no-link.dropdown-item, .is-desktop .main-navigation .horjobs-header .dropdown-menu .dropdown-item-hover .no-link.dropdown-item,
.is-desktop .main-navigation .container .no-link.nav-link,
.is-desktop .main-navigation .horjobs-header .no-link.nav-link {
  cursor: default;
}

.main-navigation .navigation-level-3 .no-link.dropdown-item-hover,
.main-navigation .navigation-level-3 .no-link.dropdown-item.dropdown {
  margin: 0;
}

body.sidebar {
  background: transparent;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F6F9FD), color-stop(50%, transparent));
  background: linear-gradient(to right, #F6F9FD 50%, transparent 50%);
  /* Standard syntax (must be last) */
}
body.sidebar #container-sidebar-content {
  background-color: #ffffff;
}
body.dev #container-sidebar-content {
  background-image: repeating-linear-gradient(90deg, #ffffff 0%, #ffffff 12.5%, #fafafa 12.5%, #fafafa 25%, #ffffff 25%);
}
body.dev1 #container-sidebar-content .content {
  background-image: repeating-linear-gradient(90deg, #ffffff 0%, #ffffff 16.667%, #fafafa 16.667%, #fafafa 33.333%, #ffffff 33.333%);
}
body #container-sidebar-content {
  margin-top: 0 !important;
  min-height: 100vh;
}

.container-sidebar-navigation {
  background-color: #F6F9FD;
}
.container-sidebar-navigation .sidebar-collapse-container {
  border-bottom: 2px solid #478CD0;
  margin-bottom: 15px;
}
.container-sidebar-navigation .sidebar-collapse-container .sidebar-collapse-heading {
  height: 50px;
  background-color: #478CD0;
  cursor: pointer;
}
.container-sidebar-navigation .sidebar-collapse-container .sidebar-collapse-heading .sidebar-title {
  padding: 17px 15px 15px 8.3%;
  color: #fff;
  font-family: "HelveticaNeueLTStd";
  font-weight: 500;
  background-color: #478CD0;
}
.container-sidebar-navigation .sidebar-collapse-container .sidebar-collapse-heading .sidebar-title[aria-expanded='false'] .open-icon.ico-minus_light {
  display: none;
}
.container-sidebar-navigation .sidebar-collapse-container .sidebar-collapse-heading .sidebar-title[aria-expanded='false'] .open-icon.ico-plus_light {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: -2px;
}
.container-sidebar-navigation .sidebar-collapse-container .sidebar-collapse-heading .sidebar-title[aria-expanded='true'] .open-icon.ico-plus_light {
  display: none;
}
.container-sidebar-navigation .sidebar-collapse-container .sidebar-collapse-heading .sidebar-title[aria-expanded='true'] .open-icon.ico-minus_light {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: -3px;
}
.container-sidebar-navigation .sidebar-collapse-container .navigation-sidebar .nav-item .nav-link {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 0;
}
.container-sidebar-navigation .sidebar-collapse-container .navigation-sidebar .nav-item .nav-link:hover::before,
.container-sidebar-navigation .sidebar-collapse-container .navigation-sidebar .nav-item .nav-link.active::before {
  display: none;
}
.container-sidebar-navigation .sidebar-collapse-container .sidebar-collapse .card-body {
  padding-left: 8.3%;
}

.navigation-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 0;
  padding-top: 0;
}
.navigation-sidebar li a {
  margin-bottom: 20px;
  position: relative;
}
.navigation-sidebar li a.active:before {
  border-bottom: 1px solid #478CD0;
  content: ' ';
  display: block;
  left: -30%;
  margin-left: -3.3333333333%;
  position: absolute;
  bottom: 5px;
  width: 30%;
}
.navigation-sidebar li a:hover:before {
  border-bottom: 1px solid #ADADAD;
  content: ' ';
  display: block;
  left: -30%;
  margin-left: -3.3333333333%;
  position: absolute;
  bottom: 5px;
  width: 30%;
}

@media (min-width: 993px) {
  body.page-with-sidebar {
    background: transparent;
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F6F9FD), color-stop(50%, transparent));
    background: linear-gradient(to right, #F6F9FD 50%, transparent 50%);
    /* Standard syntax (must be last) */
  }
  body.page-with-sidebar #container-sidebar-content {
    background-color: #FFFFFF;
    @extent .mt-0;
    @extent .pt-3;
  }
  body.page-with-sidebar .container-sidebar-navigation,
  body.page-with-sidebar #container-sidebar-content {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) {
  body.page-with-sidebar .container-sidebar-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.page-with-sidebar .container-sidebar-navigation .navigation-sidebar {
    margin-top: 3rem;
    margin-left: 25%;
  }
}

.ce-navigation-tabs .content .nav-tabs {
  border-bottom: 1px solid #D6D6D6;
}
.ce-navigation-tabs .content .tab-content .tab-panel {
  padding-top: 50px;
}
.ce-navigation-tabs .content .tab-content .tab-panel section .container .content, .ce-navigation-tabs .content .tab-content .tab-panel section .horjobs-header .content {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ce-navigation-tabs .content .tab-content .tab-panel section .container .content img, .ce-navigation-tabs .content .tab-content .tab-panel section .horjobs-header .content img {
  height: auto;
  width: 100%;
}

.productdetails-overview.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productdetails-overview.active .product-features-container {
  position: relative;
  overflow: hidden;
}
.productdetails-overview.active .content .product-features-show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 120px;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.productdetails-overview.active .product-features-show-more-button {
  display: none;
  font-size: 25.2px;
  font-size: 1.575rem;
  font-weight: 500;
  border: none;
  background: none;
  cursor: pointer;
  color: #478cd0;
  margin-top: 5px;
  position: relative;
  margin-bottom: 10px;
}
.productdetails-overview.active .content .product-features-show-less {
  position: relative;
  display: none;
}
.productdetails-overview.active .product-features-show-less-button {
  display: none;
  font-size: 25.2px;
  font-size: 1.575rem;
  font-weight: 500;
  border: none;
  background: none;
  cursor: pointer;
  color: #478cd0;
  position: relative;
}

@media (max-width: 980px) {
  .ce-navigation-tabs .content [data-tabs-mobile-type="slide-up-down"] {
    display: none;
  }
  .ce-navigation-tabs .content .js-tabs-mobile-control {
    background-color: #478CD0;
    border: none;
    padding: 1.3rem 2rem 1rem;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 1px;
    position: relative;
  }
  .ce-navigation-tabs .content .js-tabs-mobile-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ce-navigation-tabs .content .js-tabs-mobile-control:after {
    color: #478CD0;
    content: "\f067";
    display: block;
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .ce-navigation-tabs .content .js-tabs-mobile-control.active {
    background-color: #B5D1EC;
    color: #478CD0;
  }
  .ce-navigation-tabs .content .js-tabs-mobile-control.active:after {
    content: "\f068";
  }
  .ce-navigation-tabs .content .js-tabs-mobile-control.tab-visible:after {
    content: "\f068";
  }
  .ce-navigation-tabs .content .js-tabs-mobile-control:hover {
    background-color: #B5D1EC;
    color: #478CD0;
  }
  .ce-navigation-tabs .content ul.nav-tabs {
    border-bottom: none;
  }
  .ce-navigation-tabs .content ul.nav-tabs li.nav-item {
    margin-bottom: 0;
  }
  .ce-navigation-tabs .content ul.nav-tabs li.nav-item a.nav-link {
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
  .ce-navigation-tabs .content ul.nav-tabs li.nav-item a.nav-link.active {
    background-color: #478CD0;
    border: none;
    color: #FFFFFF;
    display: none;
  }
  .ce-navigation-tabs .content ul.nav-tabs li.nav-item:hover {
    border-bottom-color: #B5D1EC;
  }
}
@media (min-width: 981px) {
  .ce-navigation-tabs .content .js-tabs-mobile-control {
    display: none;
  }

  .product-features-show-more-button {
    margin: 0;
  }
}
.ce-grid-frame > .content {
  padding-top: 0;
  padding-bottom: 0;
}
.ce-grid-frame > .content > .row {
  margin-left: -4.1666666667%;
  margin-right: -4.1666666667%;
}
.ce-grid-frame > .content > .row .grid-column {
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
.ce-grid-frame > .content > .row .grid-column.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 768px) {
  .ce-grid-frame.column-number-3 > .content > .row .grid-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.ce-grid-frame.no-gutter > .content > .row {
  margin-left: 0;
  margin-right: 0;
}
.ce-grid-frame.no-gutter > .content > .row .grid-column {
  padding-left: 0;
  padding-right: 0;
}

section {
  margin: 0;
  padding: 0;
}
section.background-color-grey {
  background-color: #F7F7F7;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.container-background-color-grey .container, section.container-background-color-grey .horjobs-header {
  background-color: #F7F7F7;
}
section .row.background-color-grey {
  background-color: #F7F7F7;
}
section .row.container-background-color-grey .container, section .row.container-background-color-grey .horjobs-header {
  background-color: #F7F7F7;
}

@media (min-width: 576px) {
  .container, .horjobs-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .horjobs-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .horjobs-header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .horjobs-header {
    max-width: 1416px;
  }
}
@media (max-width: 1416px) {
  .container, .horjobs-header {
    max-width: none;
  }
}
.container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-fluid, .container, .horjobs-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid.hero-img, .container-fluid.hero-video, .container.hero-img, .hero-img.horjobs-header, .container.hero-video, .hero-video.horjobs-header {
  padding-top: 0;
}
.container-fluid.ce-headline, .container.ce-headline, .ce-headline.horjobs-header {
  padding: 0;
}
.container-fluid.ce-headline > .content, .container.ce-headline > .content, .ce-headline.horjobs-header > .content {
  padding-bottom: 0;
}
.container-fluid.ce-content, .container.ce-content, .ce-content.horjobs-header {
  padding: 0;
}
.container-fluid.ce-content > .content, .container.ce-content > .content, .ce-content.horjobs-header > .content {
  padding-top: 0;
}
@media (min-width: 992px) {
  .container-fluid.airy-inner, .container.airy-inner, .airy-inner.horjobs-header {
    margin-bottom: 2.2rem;
  }
}

.container, .horjobs-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.grid-container, .grid-container.horjobs-header {
  padding: 0;
}
.container.grid-container div[class^='col-'] .content:first-of-type, .grid-container.horjobs-header div[class^='col-'] .content:first-of-type, .container.grid-container div[class*='col-'] .content:first-of-type, .grid-container.horjobs-header div[class*='col-'] .content:first-of-type {
  margin-left: 0;
}

.container.grid-container.padding-top-and-bottom, .grid-container.padding-top-and-bottom.horjobs-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

#hero,
#sidebar-container {
  padding: 0;
}
#hero .container-fluid,
#sidebar-container .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

footer .container-fluid {
  padding-top: 0;
}
footer .container-fluid.footer-bar {
  padding-bottom: 0;
}
footer a {
  color: #FFFFFF;
}
footer a:visited {
  color: #FFFFFF;
}
footer a:active, footer a:focus, footer a:hover {
  color: #24598d;
  text-decoration: none;
}

@media (min-width: 768px) {
  .content.col-10 .col-8-center p, .content.news .col-8-center p, body > section > .container > .row > header.content .col-8-center p, .horjobs-header header.content .col-8-center p {
    width: 80%;
    margin-left: 10%;
  }
  .content.col-10 .col-6-center p, .content.news .col-6-center p, body > section > .container > .row > header.content .col-6-center p, .horjobs-header header.content .col-6-center p {
    width: 60%;
    margin-left: 20%;
  }
  .content.col-10 p.col-8-center, .content.news p.col-8-center, body > section > .container > .row > header.content p.col-8-center, .horjobs-header header.content p.col-8-center {
    width: 80%;
    margin-left: 10%;
  }
  .content.col-10 p.col-6-center, .content.news p.col-6-center, body > section > .container > .row > header.content p.col-6-center, .horjobs-header header.content p.col-6-center {
    width: 60%;
    margin-left: 20%;
  }
}
.container.hor > .row, .hor.horjobs-header > .row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
}

.container.hor-2 > .row, .hor-2.horjobs-header > .row {
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}

/* IE11-Hack */
@media screen and (min-width: 0\0 ) and (-ms-high-contrast: none) {
  .news-list-view > div > div > a > img.w-100 {
    height: auto;
    width: auto !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
  }

  .news-list-view > div > div > a > img {
    height: auto;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
  }

  .ce-product-row .ce-product-item .top a img {
    height: auto !important;
    width: auto !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1416px) {
  .container, .horjobs-header {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  body > .container > .row > div[class^="col-"], body > .horjobs-header > .row > div[class^="col-"], body > .container > .row > div[class^="col-"], body > .horjobs-header > .row > div[class^="col-"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body > .container > .row.no-gutters > div[class^="col-"], body > .horjobs-header > .row.no-gutters > div[class^="col-"], body > .container > .row.no-gutters > div[class^="col-"], body > .horjobs-header > .row.no-gutters > div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
span.company {
  text-transform: uppercase;
}

.figure-img.img-fluid {
  border-bottom: 2px solid #d6d6d6;
}

.clientfeedback img {
  width: 80%;
}

.small {
  font-weight: 300;
}

.background-color-primary h2, .background-color-primary .h2, .background-color-primary .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .background-color-primary legend {
  color: #FFFFFF;
}

h3, .h3 {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

a.zoom {
  outline: none !important;
}
a.zoom:before {
  content: "\f00e";
  font-family: "FontAwesome";
  padding-right: 3px;
  vertical-align: middle;
  display: block;
  position: absolute;
  font-size: 30px;
  bottom: 40px;
  right: 10px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 10px 28px 6px 12px !important;
  padding: 6px 28px 6px 12px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 0 solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form .container.ce-headline.content:nth-child(2), form .ce-headline.content.horjobs-header:nth-child(2) {
  display: none;
}

.c-cursor {
  cursor: pointer;
}

.read-more.show-more {
  font-weight: bolder;
  font-size: 25.2px;
  font-size: 1.575rem;
  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;
}

.showhidden {
  display: none;
}

@media (min-width: 992px) {
  .image-layout-80 .horiba-img-md-spacing {
    padding: 0 10% 0 10%;
  }

  .image-layout-60 .horiba-img-md-spacing {
    padding: 0 20% 0 20%;
  }
}
.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content h1, .content .h1, .content h2, .content .h2, .content .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .content legend, .content .h2, .content h3, .content .h3, .content .h3, .content p, .content img {
  margin: 0;
  padding: 0;
}
.content h1, .content .h1 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.content h2, .content .h2, .content .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .content legend,
.content .h2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.content h3, .content .h3,
.content .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content p {
  margin-bottom: 20px;
}

a {
  color: #478cd0;
}

h1, .h1 {
  color: #478cd0;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: 700;
  text-transform: none;
}
h1 + h5, .h1 + h5, h1 + .h5, .h1 + .h5 {
  margin-top: -12.8px;
  margin-top: -.8rem;
}

h2, .h2, .ce-search-result .tx-indexedsearch-searchbox legend {
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 700;
  text-transform: none;
  color: #333333;
}

h3, .h3 {
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: none;
  color: #333333;
}

@media (max-width: 767.98px) {
  h1, .h1 {
    margin-top: 2rem;
    margin-bottom: .65rem;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  h2, .h2, .ce-search-result .tx-indexedsearch-searchbox legend {
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 1.3rem;
    color: #333333;
  }

  h3, .h3 {
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: none;
    color: #333333;
  }

  .slick-slider-element h2, .slick-slider-element .h2, .slick-slider-element .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .slick-slider-element legend {
    margin-top: 1rem;
  }

  .container-fluid.hero-img {
    padding-top: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1, .h1 {
    margin-top: 3rem;
    margin-bottom: .65rem;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  h2, .h2, .ce-search-result .tx-indexedsearch-searchbox legend {
    margin-bottom: 1rem;
    line-height: 1.8rem;
    color: #333333;
  }
}
a {
  line-height: 24px;
  line-height: 1.5rem;
}

ul {
  padding-left: 16px;
  padding-left: 1rem;
  margin: 0;
}

.table tr:first-of-type th, .table tr:first-of-type td {
  border-top: 0;
}

.table-responsive-wrap table.table-no-vertical-borders {
  outline: none;
}
.table-responsive-wrap table.table-no-vertical-borders thead {
  border-left: none;
}
.table-responsive-wrap table.table-no-vertical-borders tbody tr {
  border-left: none;
}
.table-responsive-wrap table.table-no-vertical-borders tbody tr td,
.table-responsive-wrap table.table-no-vertical-borders tbody tr td:last-child {
  border-right: none;
}

.content p.show-more-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content p.show-more-container a {
  font-weight: bold;
}
.content p.show-more-container a span {
  color: #478CD0;
}
.content p.show-more-container a span.button-plus {
  font-weight: normal;
}
.content p.show-more-container a span.button-text {
  font-weight: bold;
}
.content p.show-more-container a:hover {
  text-decoration: none;
}
.content p.show-more-container.size-small a span.button-plus {
  font-size: 24px;
}
.content p.show-more-container.size-small a span.button-text {
  font-size: 18px;
}
.content p.show-more-container.size-large a span.button-plus {
  font-size: 32px;
}
.content p.show-more-container.size-large a span.button-text {
  font-size: 24px;
}

.ce-textbox .content h2, .ce-textbox .content .h2, .ce-textbox .content .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .ce-textbox .content legend {
  padding-top: 0px;
  padding-bottom: 20px;
}
.ce-textbox .content h3, .ce-textbox .content .h3 {
  margin-top: 0px;
  font-size: 24px;
  font-size: 1.5rem;
}
.ce-textbox .content .cimage {
  height: auto;
}
.ce-textbox .content .cimage.image-align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.ce-textbox .content .cimage.image-align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ce-textbox .content .cimage.image-fullwidth {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .ce-textbox .content .cimage {
    text-align: center;
  }
  .ce-textbox .content .cimage.image-align-right {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .ce-textbox .content .cimage.image-align-left {
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.ce-textbox .content .cimage img {
  width: 100%;
  height: auto;
}
.ce-textbox .content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.ce-textbox .content img.image-align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.ce-textbox .content img.image-align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ce-textbox .content img.image-fullwidth {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .ce-textbox .content img.col-2 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.ce-textbox .content span.image-caption {
  margin-top: 5px;
  display: block;
}
.ce-textbox .content span.image-caption p:first-child {
  font-size: 12.8px;
  font-size: 0.8rem;
}
.ce-textbox .content span.image-caption p.arrow:before {
  right: -32px;
  right: -2rem;
  display: inline-block;
  content: '\A';
  background-image: url(../../Public/img/slider-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 80%;
  height: 16px;
  width: 10px;
}

.headline-center h1, .headline-center .h1 {
  text-align: center;
  width: 100%;
}

.ce-contact-tile .contact-image {
  left: -100%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.ce-contact-tile .contact-image img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .ce-contact-tile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  .ce-contact-tile .contact-image {
    left: auto;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center !important;
  }
  .ce-contact-tile .contact-image img {
    height: auto;
    width: 50%;
  }
}

.html5videoplayer {
  padding-left: 0;
  padding-right: 0;
}

.tx-hor-products table {
  margin-top: 5px;
  min-width: 100%;
  outline: 1px solid #000;
  border-collapse: collapse;
}
.tx-hor-products table th {
  font-weight: bold;
  background-color: #B5D1EC;
  padding: 10px;
  text-align: left;
  border-right: 2px solid #fff;
}
.tx-hor-products table th:last-child {
  border-right: 1px solid #000;
}
.tx-hor-products table th p {
  margin-bottom: 0;
}
.tx-hor-products table tbody {
  border-top: 1px solid #fff;
}
.tx-hor-products table tbody tr:nth-child(2n) {
  background: #D6D6D6;
}
.tx-hor-products table tbody tr:nth-child(2n):last-child {
  border-bottom: 2px solid #D6D6D6;
}
.tx-hor-products table tbody tr:nth-child(2n) tr:nth-child(2n+1) {
  background: #fff;
}
.tx-hor-products table[border="1"] {
  border-top-style: hidden;
}

.table-responsive-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 60px;
}
.table-responsive-wrap table thead {
  border-left: 1px solid #000;
}
.table-responsive-wrap table tbody {
  outline: 1px solid #000;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #000;
}
.table-responsive-wrap table tbody tr {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.table-responsive-wrap table tbody tr td {
  vertical-align: top;
  padding: 8px 38px;
  border-right: 2px solid #fff;
}
.table-responsive-wrap table tbody tr td:last-child {
  border-right: 1px solid #000;
}
.table-responsive-wrap table tbody tr td p {
  margin-bottom: 0;
}

.tx-hor-products img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .page-with-sidebar .ce-product-row .ce-product-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1416px) {
  .ce-product-row .ce-product-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .page-with-sidebar .ce-product-row .ce-product-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.ce-product-row {
  padding-top: 20px;
}
.ce-product-row .ce-product-item .top {
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  table-layout: fixed;
  height: 295px;
}
@media (max-width: 1416px) {
  .ce-product-row .ce-product-item .top {
    height: 363.3333333333px;
  }
}
@media (max-width: 1200px) {
  .ce-product-row .ce-product-item .top {
    height: 304.4444444444px;
  }
}
@media (max-width: 992px) {
  .ce-product-row .ce-product-item .top {
    height: 366.6666666667px;
  }
}
@media (max-width: 768px) {
  .ce-product-row .ce-product-item .top {
    height: 560px;
  }
  .ce-product-row .ce-product-item .top.acc {
    height: 366.6666666667px;
  }
}
@media (max-width: 576px) {
  .ce-product-row .ce-product-item .top {
    height: 373.3333333333px;
  }
  .ce-product-row .ce-product-item .top.acc {
    height: 366.6666666667px;
  }
}
@media (max-width: 320px) {
  .ce-product-row .ce-product-item .top {
    height: 320px;
  }
  .ce-product-row .ce-product-item .top.acc {
    height: auto;
  }
}
.ce-product-row .ce-product-item .top .top-wrap {
  height: 100%;
}
.ce-product-row .ce-product-item .top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  overflow: hidden;
  height: 100%;
  text-align: center;
  width: 100%;
}
.ce-product-row .ce-product-item .top a img {
  height: auto;
  width: 100%;
  margin: 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.ce-product-row .ce-product-item .bottom {
  border-top: 2px solid #478CD0;
  padding-top: 10px;
  overflow: hidden;
  height: 110px;
}
@media (max-width: 1416px) {
  .ce-product-row .ce-product-item .bottom {
    height: 110px;
  }
}
@media (max-width: 1200px) {
  .ce-product-row .ce-product-item .bottom {
    height: 110px;
  }
}
@media (max-width: 992px) {
  .ce-product-row .ce-product-item .bottom {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .ce-product-row .ce-product-item .bottom {
    height: 110px;
  }
}
@media (max-width: 576px) {
  .ce-product-row .ce-product-item .bottom {
    height: 110px;
  }
}
@media (max-width: 320px) {
  .ce-product-row .ce-product-item .bottom {
    height: 110px;
  }
}
.ce-product-row .ce-product-item .bottom .display-table {
  display: block;
  table-layout: fixed;
  width: 100%;
}
.ce-product-row .ce-product-item .bottom .display-table span.description {
  display: inline;
  font-weight: 300;
  padding-right: 10px;
  vertical-align: top;
  word-wrap: break-word;
}
.ce-product-row .ce-product-item .bottom .display-table span.description .product-title {
  font-weight: bold;
  margin: 0;
}
.ce-product-row .ce-product-item .bottom .display-table span.link-button {
  display: inline;
  height: 100%;
  padding-top: 3px;
  width: 100px;
}
.ce-product-row .ce-product-item .bottom .display-table span.link-button a {
  text-decoration: none;
}
.ce-product-row .ce-product-item .bottom .display-table span.link-button a:hover {
  text-decoration: none;
}

.discontinued-product {
  margin-bottom: 30px;
  background: #478cd0;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 20px 20px 0 20px;
}
.discontinued-product .discontinued {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.discontinued-product .discontinued .img-fluid {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.discontinued-product .successor-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 2px solid #fff;
}
.discontinued-product .successor-product .img-fluid {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.discontinued-product .successor-product-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.discontinued-product .btn-primary, .discontinued-product #cookie-bar-button, .discontinued-product .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .discontinued-product input {
  border-color: #fff;
  margin-top: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.discontinued-product .btn-primary:hover, .discontinued-product #cookie-bar-button:hover, .discontinued-product .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:hover, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .discontinued-product input:hover {
  background: #478cd0;
}
.discontinued-product .successor-product-link {
  color: #fff;
}

@media (min-width: 576px) {
  .discontinued-product {
    font-size: 24px;
    line-height: 35px;
    padding: 30px 20px 0 30px;
    font-weight: 400;
  }
  .discontinued-product .discontinued .img-fluid {
    width: 55px;
    height: 55px;
    margin-right: 40px;
    margin-left: 20px;
  }
  .discontinued-product .successor-product .img-fluid {
    width: 55px;
    height: 55px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .discontinued-product .btn-primary, .discontinued-product #cookie-bar-button, .discontinued-product .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .discontinued-product input {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.frst-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 15px;
}

.frst-container::after {
  content: '';
  display: table;
  clear: both;
}

.frst-timeline {
  position: relative;
}

.frst-right-align {
  text-align: right;
}

.frst-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
}

.frst-timeline-block::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.frst-timeline-block:last-child::before {
  display: none;
}

.frst-right-align .frst-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}

.frst-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}

.frst-date, .frst-timeline-img i {
  display: block;
}

.frst-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}

.frst-right-align .frst-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}

.frst-last-empty-item .frst-timeline-img span {
  vertical-align: top;
}

.frst-timeline-content-inner {
  position: relative;
}

.cssanimations .frst-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .frst-timeline-content.animated {
  visibility: visible;
}

.frst-labels span {
  display: inline-block;
}

.frst-labels {
  padding: 20px 0;
}

.frst-labels.frst-start-label {
  padding-top: 0 !important;
}

.frst-labels.frst-end-label {
  margin-bottom: 0 !important;
}

/*-------- Type- 01 ------*/
.frst-timeline-style-19 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.frst-timeline-style-19 .frst-timeline-block::before {
  width: 2px;
  margin-left: 0px;
  background: #2196f3;
  top: 14px;
}

.frst-timeline-style-19.frst-right-align .frst-timeline-block::before {
  margin-right: -2px;
  top: 14px;
}

.frst-timeline-block {
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.frst-timeline-style-19 .frst-timeline-img {
  padding: 0;
  margin-left: -21px;
  top: 6px;
  /*--- Box shadow value --*/
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.frst-timeline-style-19 .frst-timeline-img span {
  vertical-align: top;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  margin: 0 32px 2px 18px;
  color: #2196f3;
}

.frst-timeline-style-19 .frst-timeline-img i {
  display: block;
}

.frst-timeline-style-19.frst-right-align .frst-timeline-img {
  margin-right: -21px;
}

.frst-timeline-style-19 .frst-timeline-content {
  color: #777;
}

.frst-timeline-style-19 .frst-date {
  color: #000000;
  font-weight: 600;
  top: -12px;
  font-size: 14px;
}

.frst-timeline-style-19 h2, .frst-timeline-style-19 .h2, .frst-timeline-style-19 .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .frst-timeline-style-19 legend {
  margin: 0 0 5px;
  font-weight: 600;
  color: #444;
  font-size: 16px;
}

.frst-timeline-style-19 p {
  margin: 0;
}

.frst-timeline-style-19 .frst-timeline-label-block {
  padding-top: 0;
}

.frst-timeline-style-19 .frst-labels span {
  position: relative;
  text-align: center;
  border: 2px solid;
  border-radius: 4px;
  background-color: #f2f2f2;
  width: 68px;
  height: 32px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
  color: #2196f3;
}

.frst-timeline-style-19.frst-right-align .frst-labels span {
  left: auto;
  right: -78px;
}

.frst-timeline-style-19.frst-left-align .frst-labels span {
  right: auto;
  left: -78px;
}

/*--------- news-------*/
.frst-timeline-style-19 .frst-timeline-content-inner {
  position: relative;
  border-radius: 4px;
  margin-top: 8px;
}

.frst-timeline-style-19 .frst-timeline-content-inner .media-section {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
}

.frst-timeline-style-19 .frst-timeline-content-inner .media-section iframe {
  max-width: 100%;
}

.frst-container {
  max-width: none;
  padding: 0;
}

.frst-timeline-block {
  padding-left: 0;
  padding-right: 0;
}

.light-blue {
  background: #B5D1EC !important;
}

.frst-labels {
  padding: 0;
}

.blue {
  background: #478CD0 !important;
}

.frst-timeline-style-19 {
  font-family: "HelveticaNeueLTStd", sans-serif;
}

.frst-timeline-style-19 .frst-timeline-block::before {
  background: #478CD0;
}

.frst-timeline-block {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.frst-timeline-style-19 .frst-timeline-img span {
  vertical-align: top;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  margin: 0 32px 2px 18px;
  color: #478CD0;
}

.frst-timeline-style-19 {
  padding: 20px 0;
}
.frst-timeline-style-19 .frst-timeline-block {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner {
  border-radius: 0;
  margin-top: 0;
}
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner h2, .frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .h2, .frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner legend {
  padding-top: 0px;
  padding-bottom: 20px;
}
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .frst-date {
  margin-top: 20px;
}
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .media-section,
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner h2,
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .h2,
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .ce-search-result .tx-indexedsearch-searchbox legend,
.ce-search-result .tx-indexedsearch-searchbox .frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner legend,
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .frst-date,
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner p {
  margin-bottom: 0;
}
.frst-timeline-style-19 .frst-timeline-block .frst-timeline-content-inner .media-section img {
  height: auto;
  width: 100%;
}
.frst-timeline-style-19 .frst-timeline-block .frst-labels span.btn.btn-primary, .frst-timeline-style-19 .frst-timeline-block .frst-labels span#cookie-bar-button {
  border: none;
  border-radius: 0;
  background-color: #478CD0;
  color: #FFFFFF;
  height: auto;
  padding: 10.4px 20px 8px;
  padding: 0.65rem 1.25rem .5rem;
  text-transform: none;
  width: auto;
}

body.sidebar .frst-timeline {
  margin-left: 0;
}
body.sidebar .frst-timeline.frst-responsive-right, body.sidebar .frst-timeline.frst-right-align {
  margin-right: 20px;
  margin-left: 0;
}
body.sidebar .frst-responsive-right .frst-timeline-block::before, body.sidebar .frst-responsive-right .frst-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}
body.sidebar .frst-responsive-right {
  text-align: right;
}
body.sidebar .frst-date {
  margin-bottom: 10px;
}
body.sidebar .frst-timeline-style-19.frst-responsive-right .frst-labels span {
  left: auto;
  right: -47px;
}
body.sidebar .frst-timeline-style-19.frst-responsive-right .frst-timeline-block::before {
  margin-right: -2px;
}
body.sidebar .frst-timeline-style-19.frst-responsive-right .frst-timeline-img {
  margin-right: -21px;
}
body.sidebar .frst-timeline-style-19.frst-responsive-right .frst-timeline-content-inner::before {
  border-width: 10px 0 10px 11px;
  border-left-color: #d8d8d8;
  left: auto;
  right: -11px;
}
body.sidebar .frst-timeline-style-19.frst-responsive-right .frst-timeline-content-inner::after {
  border-width: 8px 0 8px 9px;
  border-left-color: #fff;
  right: -8px;
  left: auto;
}
body.sidebar .frst-timeline-style-19 .frst-labels span {
  left: -78px;
}
body.sidebar .frst-timeline-style-19 .frst-timeline-block {
  padding-left: 10%;
}
body.sidebar .frst-timeline-style-19 .frst-timeline-block .frst-labels {
  margin-left: -18%;
}
body.sidebar .frst-timeline-style-19 .frst-timeline-block .frst-labels span.btn.btn-primary, body.sidebar .frst-timeline-style-19 .frst-timeline-block .frst-labels span#cookie-bar-button {
  left: 0;
}

@media only screen and (min-width: 768px) {
  body .frst-date-opposite, body .frst-left-align.frst-date-opposite {
    margin-left: 190px;
  }
  body .frst-right-align.frst-date-opposite {
    margin-right: 190px;
    margin-left: 0;
    text-align: right;
  }
  body .frst-date-opposite.frst-alternate {
    margin: 0;
  }
  body .frst-timeline.frst-alternate.frst-left-align .frst-timeline-content, body .frst-timeline.frst-alternate.frst-right-align .frst-timeline-content, body .frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content, body .frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
    width: 100%;
  }
  body .frst-alternate .frst-timeline-block::before {
    left: 50%;
  }
  body .frst-alternate .frst-timeline-img {
    left: 50% !important;
  }
  body .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
    float: right;
  }
  body .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
    float: left;
  }
  body .frst-date-opposite .frst-date {
    position: absolute;
    top: 0;
    text-align: right;
  }
  body .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content, body .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date, body .frst-date-opposite.frst-left-align .frst-date, body .frst-right-align {
    text-align: right;
  }
  body .frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date, body .frst-date-opposite.frst-right-align .frst-date {
    text-align: left;
  }
  body .frst-alternate .frst-timeline-label-block {
    text-align: center;
  }
  body .frst-alternate .frst-timeline-label-block .frst-labels span {
    left: 0;
    right: 0;
  }
  body .frst-date-opposite {
    margin-left: 203px;
  }
  body .frst-left-align.frst-date-opposite {
    margin-left: 203px;
  }
  body .frst-right-align.frst-date-opposite {
    margin-right: 203px;
    margin-left: 0;
  }
  body .frst-timeline-style-19.frst-alternate .frst-timeline-content,
  body .frst-timeline-style-19.frst-date-opposite .frst-timeline-content {
    width: calc(50% - 44px);
  }
  body .frst-timeline-style-19.frst-date-opposite .frst-date {
    left: -248px;
    line-height: 32px;
    width: 160px;
    top: -12px;
  }
  body .frst-timeline-style-19.frst-date-opposite.frst-right-align .frst-date,
  body .frst-timeline-style-19.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
    right: -248px;
    left: auto;
    text-align: left;
    top: -12px;
  }
  body .frst-timeline-style-19.frst-right-align .frst-date {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .frst-timeline {
    margin-left: 0;
  }
  body .frst-timeline.frst-responsive-right, body .frst-timeline.frst-right-align {
    margin-right: 20px;
    margin-left: 0;
  }
  body .frst-responsive-right .frst-timeline-block::before, body .frst-responsive-right .frst-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }
  body .frst-responsive-right {
    text-align: right;
  }
  body .frst-date {
    margin-bottom: 10px;
  }
  body .frst-timeline-style-19.frst-responsive-right .frst-labels span {
    left: auto;
    right: -47px;
  }
  body .frst-timeline-style-19.frst-responsive-right .frst-timeline-block::before {
    margin-right: -2px;
  }
  body .frst-timeline-style-19.frst-responsive-right .frst-timeline-img {
    margin-right: -21px;
  }
  body .frst-timeline-style-19.frst-responsive-right .frst-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #d8d8d8;
    left: auto;
    right: -11px;
  }
  body .frst-timeline-style-19.frst-responsive-right .frst-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
  }
  body .frst-timeline-style-19 .frst-labels span {
    left: -78px;
  }
  body .frst-timeline-style-19 .frst-timeline-block {
    padding-left: 10%;
  }
  body .frst-timeline-style-19 .frst-timeline-block .frst-labels {
    margin-left: -18%;
  }
  body .frst-timeline-style-19 .frst-timeline-block .frst-labels span.btn.btn-primary, body .frst-timeline-style-19 .frst-timeline-block .frst-labels span#cookie-bar-button {
    left: 0;
  }
}
.ce-banner {
  padding-right: 0;
  padding-left: 0;
}
.ce-banner .banner-content {
  padding-right: 0;
  padding-left: 0;
}
.ce-banner .banner-background {
  padding-left: 0;
  padding-right: 0;
}
.ce-banner .text-container {
  padding: 40px 8.5%;
  background: #478cd0;
  color: #fff;
  margin-left: -1px;
}
.ce-banner .text-container h2, .ce-banner .text-container .h2, .ce-banner .text-container .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .ce-banner .text-container legend {
  color: #FFFFFF;
  margin-top: -7px;
  padding-top: 0;
  word-wrap: break-word;
}
.ce-banner .text-container a button .btn, .ce-banner .text-container a button #cookie-bar-button, .ce-banner .text-container a button .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .ce-banner .text-container a button input {
  cursor: pointer;
}

.material-slider.container.slick-slider, .material-slider.slick-slider.horjobs-header {
  margin-bottom: 85px;
}
.material-slider.container.slick-slider .slick-initialized .ce-banner.slick-slide, .material-slider.slick-slider.horjobs-header .slick-initialized .ce-banner.slick-slide {
  height: auto;
}
.material-slider.container.slick-slider .ce-banner, .material-slider.slick-slider.horjobs-header .ce-banner {
  height: auto;
}
.material-slider.container.slick-slider .slick-dots, .material-slider.slick-slider.horjobs-header .slick-dots {
  bottom: -70px;
}

@media (min-width: 768px) {
  .banner-text-left .banner-background,
  .banner-text-right .banner-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .banner-text-left .banner-background .image-container,
  .banner-text-right .banner-background .image-container {
    margin-left: 0;
    width: 100%;
    max-width: 58%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-text-left .banner-background .text-container,
  .banner-text-right .banner-background .text-container {
    width: 50%;
    padding-top: 80px;
  }
  .banner-text-left .banner-background .text-container:after,
  .banner-text-right .banner-background .text-container:after {
    background-color: #fff;
    content: '\A';
    display: block;
    height: 1px;
    position: absolute;
    top: 70px;
  }

  .banner-text-left .image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .banner-text-left .text-container {
    text-align: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .banner-text-left .text-container:after {
    right: 52%;
    width: 14%;
  }

  .banner-text-right .text-container {
    text-align: right;
  }
  .banner-text-right .text-container:after {
    right: 35%;
    width: 14%;
  }

  .material-slider {
    padding-right: 0;
    padding-left: 0;
  }
  .material-slider .banner-background .image-container {
    min-height: 400px;
  }
  .material-slider .banner-background .text-container:after {
    right: 53%;
    width: 19%;
  }
}
@media (min-width: 1024px) {
  .banner-text-left .banner-background .text-container,
  .banner-text-right .banner-background .text-container {
    padding-top: 70px;
  }
  .banner-text-left .banner-background .text-container h2, .banner-text-left .banner-background .text-container .h2, .banner-text-left .banner-background .text-container .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .banner-text-left .banner-background .text-container legend,
  .banner-text-right .banner-background .text-container h2,
  .banner-text-right .banner-background .text-container .h2,
  .banner-text-right .banner-background .text-container .ce-search-result .tx-indexedsearch-searchbox legend,
  .ce-search-result .tx-indexedsearch-searchbox .banner-text-right .banner-background .text-container legend {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .material-slider .banner-background .image-container {
    min-height: auto;
    max-height: 400px;
  }
  .material-slider .banner-background .text-container:after {
    right: 57%;
    width: 14%;
  }
}
.is-touch .filter-tags :not(.clear-all-filter) {
  display: none;
}
.is-touch .filter-title {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.is-touch .filter-container {
  padding-top: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.is-touch .filter-container .nav-item {
  width: 100%;
}
.is-touch .filter-container .nav-item.show .nav-link {
  background-color: transparent;
  position: fixed;
  top: 90px;
  left: 0;
  height: 43px;
  width: 100%;
  z-index: 2000;
  padding: 0 11px;
}
.is-touch .filter-container .nav-item.show .nav-link .text {
  background-color: #478CD0;
  display: block;
  padding: 10px 24px;
  padding: 10px 1.5rem;
  height: 100%;
  width: 100%;
}
.is-touch .filter-container .nav-item.show .nav-link:after {
  display: none;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed !important;
  width: 100%;
  height: 100%;
  -webkit-transform: none !important;
          transform: none !important;
  overflow: hidden;
  padding: 62px 10px 0 10px;
  z-index: 1999;
  margin-top: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show input.autocomplete {
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  width: 100%;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show input.autocomplete::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show input.autocomplete:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show input.autocomplete::-ms-input-placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show input.autocomplete::placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show .dropdown-menu-wrap {
  background-color: #FFFFFF;
  height: 100%;
  padding: 10px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.is-touch .filter-container .nav-item.show .dropdown-menu.show .dropdown-menu-wrap .dropdown-item {
  white-space: normal;
}
.is-touch .filter-container .nav-item .nav-link {
  padding-left: 0;
  display: inline-block;
  position: relative;
}
.is-touch .filter-container .nav-item .nav-link .marker {
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .clear-all-filter {
    width: 100%;
  }
}
.ce-filter .filter-row {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.ce-filter .content.filter-content .row {
  margin-left: 0;
  margin-right: 0;
}
.ce-filter .content.filter-content .row.filter-tags {
  padding: 0;
  visibility: hidden;
}
.ce-filter .content.filter-content .row.filter-tags .btn, .ce-filter .content.filter-content .row.filter-tags #cookie-bar-button, .ce-filter .content.filter-content .row.filter-tags .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .ce-filter .content.filter-content .row.filter-tags input {
  margin: 10px;
  vertical-align: top;
}
.ce-filter .content.filter-content .row.filter-result {
  margin-left: -20px;
  margin-right: -20px;
}
.ce-filter .filter-title .clear-all-filter {
  display: none;
}
.ce-filter .details--application-filter {
  margin-top: 10px;
}
.ce-filter .details--application-filter .filter-row {
  border-top: none;
}
.ce-filter .nav-item {
  width: auto;
}
.ce-filter .nav-item.filter-active {
  position: relative;
}
.ce-filter .nav-item.filter-active .marker {
  color: #fff;
  display: block;
  position: absolute;
  left: 6px;
  top: 7px;
  border-radius: 50%;
  background: #478CD0;
  padding: 0 8px 0 7px;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 20px;
  height: 20px;
}
.ce-filter .nav-item .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
}
.ce-filter .nav-item .dropdown-menu input.autocomplete {
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  width: 100%;
}
.ce-filter .nav-item .dropdown-menu input.autocomplete::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.ce-filter .nav-item .dropdown-menu input.autocomplete:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.ce-filter .nav-item .dropdown-menu input.autocomplete::-ms-input-placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.ce-filter .nav-item .dropdown-menu input.autocomplete::placeholder {
  color: #adb5bd;
  opacity: 0.5;
}
.ce-filter .nav-item .dropdown-menu .dropdown-menu-wrap {
  max-height: 400px;
  overflow: auto;
}
.ce-filter .nav-item .dropdown-menu .dropdown-item.filter-active {
  position: relative;
}
.ce-filter .nav-item .dropdown-menu .dropdown-item.filter-active:before {
  display: block;
  position: absolute;
  left: 6px;
  top: 9px;
  content: '\A';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #478CD0;
}
.ce-filter .nav-item .dropdown-menu .dropdown-item .counter {
  color: #ADADAD;
}
.ce-filter .filter-tags button {
  margin: 10px;
}
.ce-filter .filter-tags button span {
  margin-left: 10px;
}
.ce-filter .filter-tags button.clear-all-filter span {
  display: none;
}
.ce-filter .application-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.ce-filter .application-item .ce-application-wrap {
  margin-left: -20px;
  margin-right: 20px;
}
.ce-filter .application-item .ce-application-item {
  border: 1px solid #adadad;
  padding: 40px;
}
.ce-filter .application-item .ce-application-item .header {
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 20px 0;
  position: relative;
  z-index: unset;
}
.ce-filter .application-item .ce-application-item .header .title {
  float: left;
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
  min-height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.ce-filter .application-item .ce-application-item .image img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.ce-filter .application-item .ce-application-item .abstract {
  margin-bottom: 20px;
}
.ce-filter .application-item .ce-application-item .link-button {
  overflow: hidden;
}
.ce-filter .hidden {
  display: none;
}
.ce-filter .filter-no-results {
  width: 100%;
  height: 200px;
  padding-top: 30px;
}
.ce-filter .filter-no-results p {
  margin: 0 auto;
  color: #478cd0;
  font-size: 2em;
}

.is-touch .nav-item.show .filter-select-counter {
  position: absolute;
  bottom: 11px;
}

.filter-select-counter {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  border-radius: 50%;
  background: #478cd0;
  font-size: 12px;
  width: 25px;
  height: 25px;
  padding-top: 2px;
  text-align: center;
  position: relative;
  bottom: unset;
}

.filter-select-counter-hidden {
  display: none;
}

.album .thumbs .thumb {
  padding: 15px;
  float: left;
}

.fancybox-container .fancybox-inner .fancybox-caption-wrap .fancybox-caption h3, .fancybox-container .fancybox-inner .fancybox-caption-wrap .fancybox-caption .h3 {
  color: #fff;
}

.lightbox--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.lightbox--wrapper.show {
  display: block;
}
.lightbox--wrapper .lightbox--background {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #1e1e1e;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lightbox--wrapper .lightbox--container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lightbox--wrapper .lightbox--container .lightbox--arrow-left svg, .lightbox--wrapper .lightbox--container .lightbox--arrow-right svg {
  height: 80px;
  color: #ccc;
}
.lightbox--wrapper .lightbox--container .lightbox--arrow-left svg:hover, .lightbox--wrapper .lightbox--container .lightbox--arrow-right svg:hover {
  color: #fff;
}
.lightbox--wrapper .lightbox--container .lightbox--button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  cursor: pointer;
  color: #ccc;
  opacity: 0.4;
}
.lightbox--wrapper .lightbox--container .lightbox--button:hover {
  opacity: 1;
}
.lightbox--wrapper .lightbox--container .lightbox--toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  direction: ltr;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.lightbox--wrapper .lightbox--container .lightbox--toolbar.show {
  opacity: 1;
}
.lightbox--wrapper .lightbox--container .lightbox--toolbar .lightbox--close {
  width: 44px;
  height: 44px;
}
.lightbox--wrapper .lightbox--container .lightbox--toolbar .lightbox--close:before, .lightbox--wrapper .lightbox--container .lightbox--toolbar .lightbox--close:after {
  position: absolute;
  left: 21px;
  top: 12px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.lightbox--wrapper .lightbox--container .lightbox--toolbar .lightbox--close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lightbox--wrapper .lightbox--container .lightbox--toolbar .lightbox--close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lightbox--wrapper .lightbox--container .lightbox--navigation {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.lightbox--wrapper .lightbox--container .lightbox--navigation.show {
  opacity: 1;
}
.lightbox--wrapper .lightbox--container .lightbox--navigation .lightbox--button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  width: 60px;
  height: 100px;
}
.lightbox--wrapper .lightbox--container .lightbox--navigation .lightbox--arrow-left {
  left: 0;
}
.lightbox--wrapper .lightbox--container .lightbox--navigation .lightbox--arrow-right {
  right: 0;
}
.lightbox--wrapper .lightbox--container .lightbox--header-wrapper {
  top: 0;
  left: 0;
  right: 0;
  padding: 0 50px;
  position: absolute;
}
.lightbox--wrapper .lightbox--container .lightbox--header-wrapper .lightbox--header {
  text-align: center;
  color: #fff;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0;
  margin: 1.25rem 0;
}
.lightbox--wrapper .lightbox--container .lightbox--stage {
  padding: 60px;
  width: 100%;
  height: 100%;
  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;
}
.lightbox--wrapper .lightbox--container .lightbox--stage img {
  cursor: -webkit-grab;
  cursor: grab;
  max-width: 90%;
  max-height: 90%;
}
.lightbox--wrapper .lightbox--container .lightbox--caption-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  position: absolute;
  text-align: left;
}
.lightbox--wrapper .lightbox--container .lightbox--caption-wrapper .lightbox--caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.ce-teaser .content .teaser-image {
  height: auto;
  width: 100%;
}

img.teaser-image {
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser-element .content .button-container {
  margin-top: 15px;
}
.teaser-element .content span p:last-child {
  margin-bottom: 0;
}

.teaser-element-hover {
  margin-bottom: 40px;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
.teaser-element-hover .teaser-headline {
  position: absolute;
  background: #fff;
  color: #478cd0;
  top: 0;
  left: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-left: -1px;
}
.teaser-element-hover .teaser-link {
  height: 235px;
}
.teaser-element-hover .teaser-image {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.teaser-element-hover .teaser-text {
  color: #000;
  margin: 10px 15px 15px 15px;
}
.teaser-element-hover .teaser-text p {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .is-touch .teaser-open {
    border: 1px solid #dee2e6;
  }

  .is-desktop .teaser-open {
    border: 1px solid transparent;
  }
}
@media (min-width: 992px) {
  .is-desktop .teaser-element-hover {
    height: 245px;
  }
  .is-desktop .teaser-element-hover .teaser-text {
    display: none;
    margin: 0;
  }
  .is-desktop .teaser-element-hover .teaser-headline {
    padding: 10px 10px 10px 30px;
    margin-right: 15px;
  }
  .is-desktop .teaser-element-hover .teaser-headline h3, .is-desktop .teaser-element-hover .teaser-headline .h3 {
    overflow: hidden;
    position: relative;
    text-align: justify;
    max-height: 3.6em;
    line-height: 1.2em;
    padding-right: 1em;
  }
  .is-desktop .teaser-element-hover .teaser-headline h3:before, .is-desktop .teaser-element-hover .teaser-headline .h3:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .is-desktop .teaser-element-hover .teaser-headline h3:after, .is-desktop .teaser-element-hover .teaser-headline .h3:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  .is-desktop .teaser-element-hover:hover {
    text-decoration: none;
  }
  .is-desktop .teaser-element-hover:hover .teaser-image {
    display: none;
  }
  .is-desktop .teaser-element-hover:hover p {
    overflow: hidden;
    position: relative;
    text-align: justify;
    max-height: 3.6em;
    line-height: 1.2em;
    margin-right: 1em;
    padding-right: 1em;
  }
  .is-desktop .teaser-element-hover:hover p:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .is-desktop .teaser-element-hover:hover p:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  .is-desktop .teaser-element-hover:hover .teaser-open {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    border: 1px solid transparent;
  }
  .is-desktop .teaser-element-hover:hover .teaser-open:hover {
    border: 1px solid #dee2e6;
  }
  .is-desktop .teaser-element-hover:hover .teaser-headline {
    position: relative;
    padding-left: 0;
    margin-right: 0;
  }
  .is-desktop .teaser-element-hover:hover .teaser-text {
    display: block;
  }
}
@media (min-width: 1200px) {
  .teaser-element-hover:hover p {
    margin-right: 0.5em;
  }
}
.ce-badge {
  background-color: #478CD0;
  height: 100%;
}
.ce-badge .content {
  padding: 40px 0;
}
.ce-badge .content .wrap {
  border-right: 1px solid #FFFFFF;
  padding: 0 40px;
}
.ce-badge .content .wrap h1, .ce-badge .content .wrap .h1 {
  color: #FFFFFF;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.ce-badge .content .wrap h2, .ce-badge .content .wrap .h2, .ce-badge .content .wrap .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .ce-badge .content .wrap legend {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.ce-badge.inverse-color {
  background-color: #FFFFFF;
  border-top: 1px solid #478CD0;
  border-bottom: 1px solid #478CD0;
}
.ce-badge.inverse-color .content .wrap {
  border-color: #478CD0;
}
.ce-badge.inverse-color .content .wrap h1, .ce-badge.inverse-color .content .wrap .h1 {
  color: #478CD0;
}
.ce-badge.inverse-color .content .wrap h2, .ce-badge.inverse-color .content .wrap .h2, .ce-badge.inverse-color .content .wrap .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .ce-badge.inverse-color .content .wrap legend {
  color: #478CD0;
}
.ce-badge.inverse-color.first-child {
  border-left: 1px solid #478CD0;
}
.ce-badge.inverse-color.last-child {
  border-right: 1px solid #478CD0;
}
.ce-badge.last-child .content .wrap {
  border-right: none;
}
@media all and (max-width: 768px) {
  .ce-badge .content .wrap h1, .ce-badge .content .wrap .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .ce-badge .content .wrap h2, .ce-badge .content .wrap .h2, .ce-badge .content .wrap .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .ce-badge .content .wrap legend {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 768px) {
  .ce-badge .content {
    padding: 0 40px;
  }
  .ce-badge .content .wrap {
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    padding: 40px 0;
  }
  .ce-badge.last-child .content .wrap {
    border-right: none;
    border-bottom: none;
  }
  .ce-badge.inverse-color {
    background-color: #FFFFFF;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #478CD0;
    border-right: 1px solid #478CD0;
  }
  .ce-badge.inverse-color .content .wrap {
    border-color: #478CD0;
  }
  .ce-badge.inverse-color .content .wrap h1, .ce-badge.inverse-color .content .wrap .h1 {
    color: #478CD0;
  }
  .ce-badge.inverse-color .content .wrap h2, .ce-badge.inverse-color .content .wrap .h2, .ce-badge.inverse-color .content .wrap .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .ce-badge.inverse-color .content .wrap legend {
    color: #478CD0;
  }
  .ce-badge.inverse-color.first-child {
    border-top: 1px solid #478CD0;
  }
  .ce-badge.inverse-color.last-child {
    border-bottom: 1px solid #478CD0;
  }
}

.ce-filter .content.filter-content .ce-job-row-container .row.filter-result {
  margin-left: -15px;
  margin-right: -15px;
}

.ce-filter .content.filter-content .ce-job-row-container .row.filter-result .job-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.horjobs-header {
  padding-left: 0;
  padding-right: 0;
}

.ce-career-item {
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding: 40px;
}
.ce-career-item .jobtitle {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 10px 10px 30px 10px;
}
.ce-career-item .country {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 40px 10px 30px 10px;
}
.ce-career-item .city {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0 10px 30px 10px;
}
.ce-career-item .occupation {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0 10px 30px 10px;
}
.ce-career-item .level {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0 10px 30px 10px;
}
.ce-career-item .label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.ce-career-item .link-button {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 10px;
}

.job-list-view .job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 15px;
  border-left: 5px solid #478cd0;
  border-bottom: 1px solid #D6D6D6 !important;
  overflow: hidden;
}
.job-list-view .job-item.hidden {
  display: none;
}
.job-list-view .job-item.is-hidden {
  opacity: 0.5;
}
.job-list-view .job-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
}
.job-list-view .ce-career-item {
  border: none;
  padding: 0;
}
.job-list-view .ce-career-item h3, .job-list-view .ce-career-item .h3 {
  color: #478cd0;
  padding-right: 15px;
  padding-left: 15px;
}
.job-list-view .ce-career-item .job-location {
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding-left: 15px;
}
.job-list-view .ce-career-item .job-location-data {
  padding-bottom: 5px;
  line-height: 20px;
}
.job-list-view .hidden-arrow-icon {
  margin-right: -15px;
}

@media (min-width: 992px) {
  .job-list-view .hidden-arrow-icon {
    margin-left: 20px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 70px;
    width: 70px;
    visibility: visible;
  }
  .job-list-view .job-link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -70px;
  }
  .job-list-view .job-item:hover .job-link {
    margin-left: 0;
  }
  .job-list-view .ce-career-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 50px;
    padding-right: 70px;
  }
  .job-list-view .ce-career-item h3, .job-list-view .ce-career-item .h3 {
    padding-left: 0;
  }
  .job-list-view .ce-career-item .job-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  .job-list-view .ce-career-item .job-location-data {
    padding: 12px 10px 0 0;
  }
}
.ce-download {
  padding: 0;
}
.ce-download > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 0;
}
.ce-download > .row .container .row.download-grid, .ce-download > .row .horjobs-header .row.download-grid {
  margin-right: -20px;
  margin-left: -20px;
}

.product-download-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.ce-download-grid-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
}
.ce-download-grid-item .download-article {
  width: 100%;
  padding: 12px 0;
}
.ce-download-grid-item .ce-download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ce-download-grid-item .ce-download-item .download-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ce-download-grid-item .ce-download-item .download-thumbnail {
  display: none;
}
.ce-download-grid-item .ce-download-item .download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ce-download-grid-item .ce-download-item .title {
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #478cd0;
}
.ce-download-grid-item .ce-download-item .category {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 10px;
  color: #000;
}
.ce-download-grid-item .ce-download-item .size, .ce-download-grid-item .ce-download-item .filetype {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding-right: 10px;
}
.ce-download-grid-item .ce-download-item .link-button {
  overflow: hidden;
  padding: 0 0 0 10px;
}
.ce-download-grid-item .hidden-arrow-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 992px) {
  .ce-download-grid-item {
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ce-download-grid-item:hover .download-link {
    text-decoration: none;
    -webkit-transform: translateX(142px);
            transform: translateX(142px);
  }
  .ce-download-grid-item:hover .download-link .hidden-arrow-icon {
    visibility: visible;
    margin: 0 12px 0 0;
  }
  .ce-download-grid-item .hidden-arrow-icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .ce-download-grid-item .download-link {
    margin-left: -130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .ce-download-grid-item .ce-download-item .download-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ce-download-grid-item .ce-download-item .filetype, .ce-download-grid-item .ce-download-item .size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    color: #fff;
    padding: 12px 25px 12px 12px;
    text-transform: uppercase;
    line-height: 25px;
  }
  .ce-download-grid-item .ce-download-item .title {
    margin-top: 20px;
    margin-right: 150px;
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ce-download-grid-item .ce-download-item .download-file {
    -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;
    background: #478cd0;
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 0;
    margin-right: 12px;
  }
  .ce-download-grid-item .ce-download-item .download-thumbnail {
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-left: 0;
  }

  .page-with-sidebar .ce-download-grid-item:hover .download-link {
    -webkit-transform: translateX(82px);
            transform: translateX(82px);
  }
  .page-with-sidebar .ce-download-grid-item .hidden-arrow-icon {
    width: 70px;
    height: 70px;
  }
  .page-with-sidebar .ce-download-grid-item .download-link {
    margin-left: -70px;
  }
  .page-with-sidebar .ce-download-grid-item .ce-download-item .download-file {
    width: 70px;
    height: 70px;
  }
  .page-with-sidebar .ce-download-grid-item .ce-download-item .download-thumbnail {
    width: 70px;
    height: 70px;
  }
  .page-with-sidebar .ce-download-grid-item .ce-download-item .filetype, .page-with-sidebar .ce-download-grid-item .ce-download-item .size {
    padding: 5px;
  }
  .page-with-sidebar .ce-download-grid-item .ce-download-item .title {
    font-size: 18px;
    margin-top: 0;
    margin-right: 90px;
  }
}
.ce-application {
  padding: 0;
}
.ce-application > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: -40px;
}
.ce-application > .row article {
  background-color: #FFFFFF;
}
.ce-application > .row article .ce-application-item {
  border: 1px solid #ADADAD;
  padding: 40px;
}
.ce-application > .row article .ce-application-item .abstract {
  margin-bottom: 20px;
}
.ce-application > .row article .ce-application-item .header {
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 20px 0;
  position: relative;
  z-index: unset;
}
.ce-application > .row article .ce-application-item .header .title {
  float: left;
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
  min-height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.ce-application > .row article .ce-application-item .header .tags {
  display: none;
}
.ce-application > .row article .ce-application-item .image img {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.ce-application > .row article .ce-application-item .link-button {
  overflow: hidden;
}

.ce-specification.container .content, .ce-specification.horjobs-header .content {
  margin: 0;
  padding: 0;
}
.ce-specification.container .content .spec-table, .ce-specification.horjobs-header .content .spec-table {
  display: table;
  width: 100%;
}
.ce-specification.container .content .spec-table .spec-row, .ce-specification.horjobs-header .content .spec-table .spec-row {
  display: table-row;
}
.ce-specification.container .content .spec-table .spec-row .spec-cell, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell {
  border-bottom: 1px solid #D6D6D6;
  display: table-cell;
}
.ce-specification.container .content .spec-table .spec-row .spec-cell span, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell span {
  display: block;
  padding: 10px;
}
.ce-specification.container .content .spec-table .spec-row .spec-cell.key, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.key {
  width: 33.3333333333%;
}
.ce-specification.container .content .spec-table .spec-row .spec-cell.key span, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.key span {
  font-weight: 700;
  padding-left: 0;
}
.ce-specification.container .content .spec-table .spec-row .spec-cell.value, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.value {
  width: 66.6666666667%;
}
.ce-specification.container .content .spec-table .spec-row .spec-cell.value span, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.value span {
  padding-right: 0;
}
.ce-specification.container .content .spec-table .spec-row:last-child, .ce-specification.horjobs-header .content .spec-table .spec-row:last-child {
  border-bottom: none;
}
@media all and (max-width: 576px) {
  .ce-specification.container .content .spec-table, .ce-specification.horjobs-header .content .spec-table {
    display: block;
  }
  .ce-specification.container .content .spec-table .spec-row, .ce-specification.horjobs-header .content .spec-table .spec-row {
    display: block;
  }
  .ce-specification.container .content .spec-table .spec-row .spec-cell, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell {
    border-bottom: none;
    display: block;
  }
  .ce-specification.container .content .spec-table .spec-row .spec-cell.key, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.key {
    width: 100%;
  }
  .ce-specification.container .content .spec-table .spec-row .spec-cell.key span, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.key span {
    padding-right: 0;
    padding-bottom: 0;
  }
  .ce-specification.container .content .spec-table .spec-row .spec-cell.value, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.value {
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
  }
  .ce-specification.container .content .spec-table .spec-row .spec-cell.value span, .ce-specification.horjobs-header .content .spec-table .spec-row .spec-cell.value span {
    padding-left: 0;
    padding-top: 5px;
  }
  .ce-specification.container .content .spec-table .spec-row:last-child .spec-cell.value, .ce-specification.horjobs-header .content .spec-table .spec-row:last-child .spec-cell.value {
    border-bottom: none;
  }
}

.ce-slider-1101 .slick {
  width: 80%;
  margin-left: 10%;
}
.ce-slider-1101 .slick > button.slick-prev.slick-prev,
.ce-slider-1101 .slick > button.slick-next.slick-prev {
  left: -12.5%;
}
.ce-slider-1101 .slick > button.slick-prev.slick-next,
.ce-slider-1101 .slick > button.slick-next.slick-next {
  right: -12.5%;
}
.ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header {
  padding: 0;
}
.ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide .row, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header .row {
  margin: 0;
}
.ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide .row .slick-image, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header .row .slick-image {
  padding: 0;
  width: 50%;
}
.ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide .row .slick-image img, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header .row .slick-image img {
  height: auto;
  width: 100%;
}
.ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide .row .slick-text, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header .row .slick-text {
  padding: 0 80px 0 20px;
  width: 50%;
}
.ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide .row .slick-text a, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header .row .slick-text a {
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .ce-slider-1101 .slick {
    width: 100%;
    margin-left: 0;
  }
  .ce-slider-1101 .slick > button.slick-prev,
  .ce-slider-1101 .slick > button.slick-next {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .ce-slider-1101 .slick > button.slick-prev,
  .ce-slider-1101 .slick > button.slick-next {
    display: none !important;
  }
  .ce-slider-1101 .slick .slick-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide .row .slick-image, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header .row .slick-image {
    width: 100%;
  }
  .ce-slider-1101 .slick .slick-list .slick-track .container.slick-slide .row .slick-text, .ce-slider-1101 .slick .slick-list .slick-track .slick-slide.horjobs-header .row .slick-text {
    padding: 0;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .slick {
    width: 100%;
    margin-left: 0;
  }
  .slick > button.slick-prev,
  .slick > button.slick-next {
    display: none !important;
  }
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

.slick-slider-element .img-fluid {
  max-height: 400px;
}

#cookie-bar {
  font-size: 13px;
}

#cookie-bar-prompt-content {
  font-size: 13px;
  max-height: 85vh;
  background: #aaa;
  border: 2px solid #333333;
  margin: 0 auto;
  max-width: 98%;
  overflow: auto;
  padding: 25px;
  position: relative;
  top: 5%;
  width: 600px;
  z-index: 9998;
}

#cookie-bar-browsers a {
  width: 60px;
}

@media only screen and (max-device-width: 800px) {
  #cookie-bar {
    font-size: 12px;
  }

  #cookie-bar-prompt-content {
    font-size: 11px;
    max-height: 80vh;
  }

  #cookie-bar-browsers a {
    width: 50px;
  }
}
#cookie-bar-prompt-content, #cookie-bar {
  color: #000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

#cookie-bar {
  background: #FFFFFF;
  border-top: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px -1px 10px 1px rgba(0, 0, 0, 0.2);
  left: 0;
  line-height: 1.5;
  margin: 0;
  padding: 3px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#cookie-bar-prompt {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  line-height: 1.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

#cookie-bar *,
#cookie-bar-prompt * {
  padding: 0;
  line-height: 1.5;
}

#cookie-bar p {
  float: left;
  margin: 12px 0 0 0;
  padding: 0;
}

#cookie-bar-button {
  background-color: #478CD0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: bold;
  line-height: 1;
  margin-right: 0;
  margin-top: 2px;
  position: relative;
  text-decoration: none;
}

#cookie-bar-button-no {
  background-color: #D02828;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  margin-top: 2px;
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
}

#cookie-bar-prompt a {
  cursor: pointer;
}

#cookie-bar-prompt hr {
  background: #fff;
  border: none;
  height: 1px;
  margin: 0.7em 0 1em;
}

#cookie-bar-prompt-content::-webkit-scrollbar-track {
  background-color: #45484D;
}

#cookie-bar-prompt-content::-webkit-scrollbar {
  width: 15px;
}

#cookie-bar-prompt-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.3);
}

#cookie-bar-prompt-content a, #cookie-bar a, #cookie-bar-prompt-content span {
  text-decoration: none;
}

#cookie-bar-prompt-close {
  display: block;
  float: right;
  height: 14px;
  width: 14px;
}

#cookie-bar-prompt-logo {
  display: block;
  float: left;
  height: 42px;
  width: 190px;
}

#cookie-bar-prompt-close span, #cookie-bar-prompt-logo span {
  display: none;
}

#cookie-bar-prompt-button {
  cursor: pointer;
}

#cookie-bar-thirdparty {
  display: none;
}

#cookie-bar-tracking {
  display: none;
}

#cookie-bar-scrolling {
  display: none;
}

#cookie-bar-privacy-page {
  display: none;
}

#cookie-bar-browsers a {
  display: inline-block;
  height: 53px;
  margin: 0;
  padding: 0;
  position: relative;
}

#cookie-bar-browsers a span {
  background: #555;
  border-radius: 2px;
  color: #000 !important;
  display: none;
  left: -10px;
  opacity: 1;
  padding: 3px 10px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 150px;
}

#cookie-bar-browsers a:hover span {
  display: block;
}

.clear {
  clear: both;
}

#cookie-bar .row {
  margin-left: 0;
  margin-right: 0;
}
#cookie-bar .row .col-10 .col-2, #cookie-bar .row .news .col-2, #cookie-bar body > section > .container > .row > header .col-2, #cookie-bar body > section > .horjobs-header > .row > header .col-2, #cookie-bar .row .horjobs-header header .col-2, .horjobs-header #cookie-bar .row header .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
#cookie-bar .row .col-10 .col-7, #cookie-bar .row .news .col-7, #cookie-bar body > section > .container > .row > header .col-7, #cookie-bar body > section > .horjobs-header > .row > header .col-7, #cookie-bar .row .horjobs-header header .col-7, .horjobs-header #cookie-bar .row header .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
#cookie-bar .row .col-10 .offset-1, #cookie-bar .row .news .offset-1, #cookie-bar body > section > .container > .row > header .offset-1, #cookie-bar body > section > .horjobs-header > .row > header .offset-1, #cookie-bar .row .horjobs-header header .offset-1, .horjobs-header #cookie-bar .row header .offset-1, #cookie-bar .row .col-10 .news, #cookie-bar .row .news .news, #cookie-bar body > section > .container > .row > header .news, #cookie-bar body > section > .horjobs-header > .row > header .news, #cookie-bar .row .horjobs-header header .news, .horjobs-header #cookie-bar .row header .news, #cookie-bar section .container .row .col-10 .new.news-single, section .container #cookie-bar .row .col-10 .new.news-single, #cookie-bar section .container .row .news .new.news-single, section .container #cookie-bar .row .news .new.news-single, #cookie-bar body > section > .container > .row > header .container .row .new.news-single, #cookie-bar body > section > .horjobs-header > .row > header .container .row .new.news-single, #cookie-bar section .container .row .horjobs-header header .new.news-single, section .container #cookie-bar .row .horjobs-header header .new.news-single, .horjobs-header #cookie-bar section .container .row header .new.news-single, #cookie-bar section .horjobs-header .row .col-10 .new.news-single, section .horjobs-header #cookie-bar .row .col-10 .new.news-single, #cookie-bar section .horjobs-header .row .news .new.news-single, section .horjobs-header #cookie-bar .row .news .new.news-single, #cookie-bar body > section > .container > .row > header .horjobs-header .row .new.news-single, #cookie-bar body > section > .horjobs-header > .row > header .horjobs-header .row .new.news-single, #cookie-bar .row section .horjobs-header header .row .new.news-single, section #cookie-bar .row .horjobs-header header .row .new.news-single, #cookie-bar .row section .horjobs-header .row header .new.news-single, section #cookie-bar .row .horjobs-header .row header .new.news-single, section .horjobs-header #cookie-bar .row header .new.news-single, #cookie-bar .row .col-10 body > section > .container > .row > header, #cookie-bar .row .news body > section > .container > .row > header, #cookie-bar body > section > .container > .row > header body > section > .container > .row > header, #cookie-bar body > section > .horjobs-header > .row > header body > section > .container > .row > header, #cookie-bar .row .horjobs-header header body > section > .container > .row > header, .horjobs-header #cookie-bar .row header body > section > .container > .row > header, #cookie-bar body > section > .horjobs-header > .row > header body > section > .horjobs-header > .row > header, #cookie-bar .row .horjobs-header header body > section > .horjobs-header > .row > header, .horjobs-header #cookie-bar .row header body > section > .horjobs-header > .row > header, #cookie-bar .row .col-10 .horjobs-header header, .horjobs-header #cookie-bar .row .col-10 header, #cookie-bar .row .news .horjobs-header header, .horjobs-header #cookie-bar .row .news header, #cookie-bar body > section > .container > .row > header .horjobs-header header, .horjobs-header #cookie-bar body > section > .container > .row > header header, #cookie-bar body > section > .horjobs-header > .row > header header, #cookie-bar .row .horjobs-header header header, .horjobs-header #cookie-bar .row header header {
  margin-left: 10%;
}
@media (max-width: 992px) {
  #cookie-bar .row .col-10 .col-2, #cookie-bar .row .news .col-2, #cookie-bar body > section > .container > .row > header .col-2, #cookie-bar body > section > .horjobs-header > .row > header .col-2, #cookie-bar .row .horjobs-header header .col-2, .horjobs-header #cookie-bar .row header .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  #cookie-bar .row .col-10 .col-7, #cookie-bar .row .news .col-7, #cookie-bar body > section > .container > .row > header .col-7, #cookie-bar body > section > .horjobs-header > .row > header .col-7, #cookie-bar .row .horjobs-header header .col-7, .horjobs-header #cookie-bar .row header .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  #cookie-bar .row .col-10 .col-2, #cookie-bar .row .news .col-2, #cookie-bar body > section > .container > .row > header .col-2, #cookie-bar body > section > .horjobs-header > .row > header .col-2, #cookie-bar .row .horjobs-header header .col-2, .horjobs-header #cookie-bar .row header .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  #cookie-bar .row .col-10 .col-7, #cookie-bar .row .news .col-7, #cookie-bar body > section > .container > .row > header .col-7, #cookie-bar body > section > .horjobs-header > .row > header .col-7, #cookie-bar .row .horjobs-header header .col-7, .horjobs-header #cookie-bar .row header .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  #cookie-bar .row .col-10 .col-2, #cookie-bar .row .news .col-2, #cookie-bar body > section > .container > .row > header .col-2, #cookie-bar body > section > .horjobs-header > .row > header .col-2, #cookie-bar .row .horjobs-header header .col-2, .horjobs-header #cookie-bar .row header .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #cookie-bar .row .col-10 .col-7, #cookie-bar .row .news .col-7, #cookie-bar body > section > .container > .row > header .col-7, #cookie-bar body > section > .horjobs-header > .row > header .col-7, #cookie-bar .row .horjobs-header header .col-7, .horjobs-header #cookie-bar .row header .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #cookie-bar .row .col-10 .offset-1, #cookie-bar .row .news .offset-1, #cookie-bar body > section > .container > .row > header .offset-1, #cookie-bar body > section > .horjobs-header > .row > header .offset-1, #cookie-bar .row .horjobs-header header .offset-1, .horjobs-header #cookie-bar .row header .offset-1, #cookie-bar .row .col-10 .news, #cookie-bar .row .news .news, #cookie-bar body > section > .container > .row > header .news, #cookie-bar body > section > .horjobs-header > .row > header .news, #cookie-bar .row .horjobs-header header .news, .horjobs-header #cookie-bar .row header .news, #cookie-bar section .container .row .col-10 .new.news-single, section .container #cookie-bar .row .col-10 .new.news-single, #cookie-bar section .container .row .news .new.news-single, section .container #cookie-bar .row .news .new.news-single, #cookie-bar body > section > .container > .row > header .container .row .new.news-single, #cookie-bar body > section > .horjobs-header > .row > header .container .row .new.news-single, #cookie-bar section .container .row .horjobs-header header .new.news-single, section .container #cookie-bar .row .horjobs-header header .new.news-single, .horjobs-header #cookie-bar section .container .row header .new.news-single, #cookie-bar section .horjobs-header .row .col-10 .new.news-single, section .horjobs-header #cookie-bar .row .col-10 .new.news-single, #cookie-bar section .horjobs-header .row .news .new.news-single, section .horjobs-header #cookie-bar .row .news .new.news-single, #cookie-bar body > section > .container > .row > header .horjobs-header .row .new.news-single, #cookie-bar body > section > .horjobs-header > .row > header .horjobs-header .row .new.news-single, #cookie-bar .row section .horjobs-header header .row .new.news-single, section #cookie-bar .row .horjobs-header header .row .new.news-single, #cookie-bar .row section .horjobs-header .row header .new.news-single, section #cookie-bar .row .horjobs-header .row header .new.news-single, section .horjobs-header #cookie-bar .row header .new.news-single, #cookie-bar .row .col-10 body > section > .container > .row > header, #cookie-bar .row .news body > section > .container > .row > header, #cookie-bar body > section > .container > .row > header body > section > .container > .row > header, #cookie-bar body > section > .horjobs-header > .row > header body > section > .container > .row > header, #cookie-bar .row .horjobs-header header body > section > .container > .row > header, .horjobs-header #cookie-bar .row header body > section > .container > .row > header, #cookie-bar body > section > .horjobs-header > .row > header body > section > .horjobs-header > .row > header, #cookie-bar .row .horjobs-header header body > section > .horjobs-header > .row > header, .horjobs-header #cookie-bar .row header body > section > .horjobs-header > .row > header, #cookie-bar .row .col-10 .horjobs-header header, .horjobs-header #cookie-bar .row .col-10 header, #cookie-bar .row .news .horjobs-header header, .horjobs-header #cookie-bar .row .news header, #cookie-bar body > section > .container > .row > header .horjobs-header header, .horjobs-header #cookie-bar body > section > .container > .row > header header, #cookie-bar body > section > .horjobs-header > .row > header header, #cookie-bar .row .horjobs-header header header, .horjobs-header #cookie-bar .row header header {
    margin-top: 10px;
    margin-left: 0;
  }
}

.ce-link-list ul {
  list-style-type: none;
}
.ce-link-list ul li {
  margin-top: 10px;
}

.download-form .hidden {
  display: none;
}
.download-form input, .download-form select {
  border: 1px solid #d6d6d6;
}
.download-form option[disabled] {
  display: none;
}
.download-form .form-check {
  padding-left: 0;
}

.form-error-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.form-error-modal .modal-body {
  text-align: center;
}

span.loading-spinner {
  background-image: url(../../../Resources/Public/img/ico/spinner.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 3em;
  height: 3em;
  display: inline-block;
  background-size: 100% 100%;
  pointer-events: none;
  cursor: progress;
  /* animation */
  -webkit-animation: spin-throbber 1s linear infinite;
  animation: spin-throbber 1s linear infinite;
  position: absolute;
  right: 60px;
  top: 50px;
}
span.loading-spinner.hidden {
  display: none;
}

.ce-search-result .tx-indexedsearch-searchbox {
  width: 100%;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-form {
  position: relative;
  width: 90%;
  display: inline-block;
  float: left;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
  display: none;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
  border: 2px solid #478CD0;
  padding: 6px 20px;
  width: 100%;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-button {
  position: absolute;
  top: 0;
  right: 0px;
  height: 36px;
  border: 2px solid #fff;
  margin: 0;
  width: 55px;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-form .clear-button {
  color: #478CD0;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 68px;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-form .submit-button {
  cursor: pointer;
  border: 2px solid #478CD0;
  width: 57px;
  height: 40px;
  margin-top: 0;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-form .submit-button:before {
  font-family: "horfont";
  content: "\f11a";
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  width: 10%;
  display: inline-block;
  float: right;
}
.ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input {
  border-width: 2px;
  border-left: none;
  cursor: pointer;
  margin-top: 0;
  width: 100%;
  height: 40px;
}
@media (max-width: 1200px) {
  .ce-search-result .tx-indexedsearch-form {
    width: 80%;
  }
  .ce-search-result .tx-indexedsearch-search-submit {
    width: 20%;
  }
}
@media (max-width: 670px) {
  .ce-search-result .tx-indexedsearch-form {
    width: 70%;
  }
  .ce-search-result .tx-indexedsearch-search-submit {
    width: 30%;
  }
}

.tx-indexedsearch-rules {
  margin-top: 30px;
  width: 100%;
}

.tx-indexedsearch-browsebox {
  width: 100%;
}
.tx-indexedsearch-browsebox ul {
  background: #478CD0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 0 8px;
  text-align: center;
  width: 100%;
}
.tx-indexedsearch-browsebox ul li {
  display: inline-block;
}
.tx-indexedsearch-browsebox ul li a {
  color: #FFFFFF;
}
.tx-indexedsearch-browsebox ul li:after {
  content: '|';
  color: #FFFFFF;
  display: inline-block;
  padding: 0 6px 0 10px;
}
.tx-indexedsearch-browsebox ul li:last-child:after {
  display: none;
}

.search-results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.tx-indexedsearch-res {
  padding: 15px;
}
.tx-indexedsearch-res .inner-wrap {
  border: 1px solid #D6D6D6;
  height: 100%;
  padding: 40px;
  width: 100%;
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  color: #D6D6D6;
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 5px;
  background: white;
  border: 1px solid #d6d6d6;
  padding: 10px 12px 4px 12px;
}
.tx-indexedsearch-res .tx-indexedsearch-percent .box:before {
  background-color: #478CD0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.tx-indexedsearch-res .inner-wrap > h3, .tx-indexedsearch-res .inner-wrap > .h3,
.tx-indexedsearch-res > h3,
.tx-indexedsearch-res > .h3 {
  border-bottom: 1px solid #478CD0;
  padding: 10px 10px 30px 10px;
}
.tx-indexedsearch-res .inner-wrap > p,
.tx-indexedsearch-res > p {
  padding: 40px 10px 30px 10px;
}
.tx-indexedsearch-res .inner-wrap > dl,
.tx-indexedsearch-res > dl {
  font-size: 0;
  line-height: 0;
  padding: 0px 10px 30px 10px;
}
.tx-indexedsearch-res .inner-wrap > dl dt,
.tx-indexedsearch-res > dl dt {
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  padding: 10px 15px;
  vertical-align: top;
  width: 50%;
}
.tx-indexedsearch-res .inner-wrap > dl dt:nth-child(4n + 1),
.tx-indexedsearch-res > dl dt:nth-child(4n + 1) {
  background-color: #D6D6D6;
}
.tx-indexedsearch-res .inner-wrap > dl dt:nth-child(4n + 3),
.tx-indexedsearch-res > dl dt:nth-child(4n + 3) {
  background-color: #EAEAEA;
}
.tx-indexedsearch-res .inner-wrap > dl dt.tx-indexedsearch-text-item-path,
.tx-indexedsearch-res > dl dt.tx-indexedsearch-text-item-path {
  background-color: #D6D6D6;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .tx-indexedsearch-res .inner-wrap > dl dt,
  .tx-indexedsearch-res > dl dt {
    width: 100%;
  }
  .tx-indexedsearch-res .inner-wrap > dl dt:nth-child(4n + 3),
  .tx-indexedsearch-res > dl dt:nth-child(4n + 3) {
    background-color: #D6D6D6;
  }
}
.tx-indexedsearch-res .inner-wrap > dl dd,
.tx-indexedsearch-res > dl dd {
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 10px 15px;
  vertical-align: top;
  width: 50%;
}
.tx-indexedsearch-res .inner-wrap > dl dd:nth-child(4n + 2),
.tx-indexedsearch-res > dl dd:nth-child(4n + 2) {
  background-color: #EAEAEA;
}
.tx-indexedsearch-res .inner-wrap > dl dd:nth-child(4n),
.tx-indexedsearch-res > dl dd:nth-child(4n) {
  background-color: #F7F7F7;
}
.tx-indexedsearch-res .inner-wrap > dl dd.tx-indexedsearch-text-item-path,
.tx-indexedsearch-res > dl dd.tx-indexedsearch-text-item-path {
  background-color: #EAEAEA;
  width: 100%;
}
@media (max-width: 768px) {
  .tx-indexedsearch-res .inner-wrap > dl dd,
  .tx-indexedsearch-res > dl dd {
    width: 100%;
  }
  .tx-indexedsearch-res .inner-wrap > dl dd:nth-child(4n),
  .tx-indexedsearch-res > dl dd:nth-child(4n) {
    background-color: #EAEAEA;
  }
}
.tx-indexedsearch-res .inner-wrap > dl dd p,
.tx-indexedsearch-res > dl dd p {
  margin: 0;
}
.tx-indexedsearch-res .inner-wrap > dl dd p a,
.tx-indexedsearch-res > dl dd p a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.horibablue {
  color: #478cd0 !important;
}

.segment-automotive_test_systems {
  color: #6C5E93 !important;
}

.segment-medical {
  color: #D06A69 !important;
}

.segment-scientific {
  color: #3BB9DE !important;
}

.segment-semiconductor {
  color: #E2B700 !important;
}

.segment-process_and_environment {
  color: #5E9B2C !important;
}

.border-segment-automotive_test_systems {
  border-color: #6C5E93 !important;
}

.border-segment-medical {
  border-color: #D06A69 !important;
}

.border-segment-scientific {
  border-color: #3BB9DE !important;
}

.border-segment-semiconductor {
  border-color: #E2B700 !important;
}

.border-segment-process_and_environment {
  border-color: #5E9B2C !important;
}

@media (min-width: 992px) {
  .background-horibablue {
    background: #478cd0;
  }

  .background-segment-automotive_test_systems {
    background: #6C5E93;
  }

  .background-segment-medical {
    background: #D06A69;
  }

  .background-segment-scientific {
    background: #3BB9DE;
  }

  .background-segment-semiconductor {
    background: #E2B700;
  }

  .background-segment-process_and_environmental {
    background: #5E9B2C;
  }
}
.arrow-icon:before {
  content: url(../../Public/img/gsvg/arrows/arrow-right-light.svg);
}

.ico-light:after {
  content: url(../../Public/img/ico/ico-minus-light.svg);
}

.ico-light:before {
  content: url(../../Public/img/ico/ico-plus-light.svg);
}

.ico-dark:after {
  content: url(../../Public/img/ico/ico-minus-dark.svg);
}

.ico-dark:before {
  content: url(../../Public/img/ico/ico-plus-dark.svg);
}

.ico-plus {
  content: url(../../Public/img/ico/plus.svg);
}

.ico-minus {
  content: url(../../Public/img/ico/minus.svg);
}

.ico-down::before {
  content: url(../../Public/img/ico/down.svg);
}

.ico-facebook {
  content: url(../../Public/img/ico/facebook.svg);
}

.ico-youtube {
  content: url(../../Public/img/ico/youtube.svg);
}

.ico-linkedin {
  content: url(../../Public/img/ico/linkedin.svg);
}

.ico-arrow-down-light:before {
  content: "\f101";
}

.ico-arrow-left-dark:before {
  content: "\f102";
}

.ico-arrow-left-light:before {
  content: "\f103";
}

.ico-arrow-left-medium:before {
  content: "\f104";
}

.ico-arrow-right-dark-bold:before {
  content: "\f105";
}

.ico-arrow-right-dark:before {
  content: "\f106";
}

.ico-arrow-right-light:before {
  content: "\f107";
}

.ico-arrow-right-medium-bold:before {
  content: "\f108";
}

.ico-arrow-right-medium:before {
  content: "\f109";
}

.ico-facebook:before {
  content: "\f10a";
}

.ico-linkedin:before {
  content: "\f10b";
}

.ico-minus:before {
  content: "\f10c";
}

.ico-plus:before {
  content: "\f10d";
}

.ico-youtube:before {
  content: "\f10e";
}

.ico-about-horiba-b:before {
  content: "\f10f";
}

.ico-arts-entertainment-and-recreation-a:before {
  content: "\f110";
}

.ico-arts-entertainment-and-recreation-b:before {
  content: "\f111";
}

.ico-career:before {
  content: "\f112";
}

.ico-consumer-discretionary:before {
  content: "\f113";
}

.ico-contact-form-a:before {
  content: "\f114";
}

.ico-download-center:before {
  content: "\f115";
}

.ico-education-r-and-d-government-institutions:before {
  content: "\f116";
}

.ico-energy:before {
  content: "\f117";
}

.ico-events:before {
  content: "\f118";
}

.ico-food-and-beverage:before {
  content: "\f119";
}

.ico-health-care:before {
  content: "\f11a";
}

.ico-industrials:before {
  content: "\f11b";
}

.ico-information-technology-a:before {
  content: "\f11c";
}

.ico-investor-relations-b:before {
  content: "\f11d";
}

.ico-maintenance-b:before {
  content: "\f11e";
}

.ico-materials:before {
  content: "\f11f";
}

.ico-mobility-and-transportation-a:before {
  content: "\f120";
}

.ico-mobility-and-transportation-b:before {
  content: "\f121";
}

.ico-news-and-events:before {
  content: "\f122";
}

.ico-news:before {
  content: "\f123";
}

.ico-publications:before {
  content: "\f124";
}

.ico-service:before {
  content: "\f125";
}

.ico-spare-parts:before {
  content: "\f126";
}

.ico-telecommunication:before {
  content: "\f127";
}

.ico-testings-b:before {
  content: "\f128";
}

.ico-to-our-stakeholders:before {
  content: "\f129";
}

.ico-trainings:before {
  content: "\f12a";
}

.ico-waste-management:before {
  content: "\f12b";
}

.ico-water:before {
  content: "\f12c";
}

.ico-worldwide-locations:before {
  content: "\f12d";
}

.ico-industry:before {
  content: "\f12e";
}

.ico-measurement-object-dark:before {
  content: "\f12f";
}

.ico-measurement-object-light:before {
  content: "\f130";
}

.ico-measurement-technique-dark:before {
  content: "\f131";
}

.ico-measurement-technique-light:before {
  content: "\f132";
}

.ico-product-line:before {
  content: "\f133";
}

.ico-product:before {
  content: "\f134";
}

.ico-lang-dark:before {
  content: "\f135";
}

.ico-lang-light:before {
  content: "\f136";
}

.ico-login-dark:before {
  content: "\f137";
}

.ico-login-light:before {
  content: "\f138";
}

.ico-search-dark:before {
  content: "\f139";
}

.ico-search-light:before {
  content: "\f13a";
}

.ico-square-dark:before {
  content: "\f13b";
}

.ico-square-light:before {
  content: "\f13c";
}

.ico {
  font-family: "horfont";
  font-style: normal;
  display: inline-block;
  text-align: center;
}

a:hover .ico {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  font-style: normal;
}

.ico-down::before {
  content: url(../../Public/img/ico/down.svg);
}

.ico-facebook {
  content: url(../../Public/img/ico/facebook.svg);
}

.ico-youtube {
  content: url(../../Public/img/ico/youtube.svg);
}

.ico-linkedin {
  content: url(../../Public/img/ico/linkedin.svg);
}

.fw-light, .fw-300 {
  font-weight: 300 !important;
}

.fw-normal, .fw-400 {
  font-weight: 400 !important;
}

.fw-bold, .fw-700 {
  font-weight: 700 !important;
}

.open-icon {
  width: 25px;
  height: 25px;
}

.accordion-wrap {
  width: 100%;
}

.accordion-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-left: -15px;
}
.accordion-group .content {
  padding-top: 5px;
}
.accordion-group .container .offset-1, .accordion-group .horjobs-header .offset-1, .accordion-group .container .news, .accordion-group .horjobs-header .news, .accordion-group section .container .row .new.news-single, section .accordion-group .container .row .new.news-single, section .container .row .accordion-group .horjobs-header .new.news-single, section .horjobs-header .row .accordion-group .container .new.news-single, .accordion-group section .horjobs-header .row .new.news-single, section .accordion-group .horjobs-header .row .new.news-single, .accordion-group body > section > .container > .row > header, .accordion-group body > section > .horjobs-header > .row > header, .accordion-group .container .horjobs-header header, .horjobs-header .accordion-group .container header, .accordion-group .horjobs-header header {
  margin-left: 20px;
}
.accordion-group .card-header:after,
.accordion-group .collapse .card-body::after,
.accordion-group .collapsing .card-body::after {
  content: none;
}
.accordion-group .card-header {
  padding: 0;
  border: none;
}
.accordion-group .card-header span button.btn, .accordion-group .card-header span button#cookie-bar-button {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
  text-align: left;
}
.accordion-group .card-header span button.btn[aria-expanded="false"]::before, .accordion-group .card-header span button[aria-expanded="false"]#cookie-bar-button::before {
  content: '+';
  font-weight: 100;
  display: inline-block;
  width: 15px;
  vertical-align: text-top;
  text-align: center;
}
.accordion-group .card-header span button.btn[aria-expanded="true"]::before, .accordion-group .card-header span button[aria-expanded="true"]#cookie-bar-button::before {
  content: '-';
  font-weight: 100;
  display: inline-block;
  width: 15px;
  vertical-align: text-top;
  text-align: center;
}
.accordion-group .btn.btn-link.bg-white.btn-accordion, .accordion-group .btn-link.bg-white.btn-accordion#cookie-bar-button, .accordion-group .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input.btn-link.bg-white.btn-accordion, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .accordion-group input.btn-link.bg-white.btn-accordion {
  color: #478CD0;
  border: none;
  padding-left: 0;
}

.accordion-nav-item-tab > a,
.accordion-nav-item-tab > .nav-link,
[class*="u-tab-link"]:not([class*="-icon"]) {
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.nav-tabs .accordion-nav-item-tab .nav-link.active {
  color: #478CD0;
  background-color: #B5D1EC;
  border-color: #B5D1EC;
}

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

.accordion-tab-content > .active {
  display: block;
}
.accordion-tab-content > .active .content {
  margin-left: 0;
}

li.accordion-nav-item-tab a.nav-link {
  color: #FFFFFF;
  border: none;
  padding: 20.8px 32px 16px;
  padding: 1.3rem 2rem 1rem;
  margin-left: 0;
}

.hor-offices p {
  margin: 0;
  padding: 0;
}
.hor-offices .offices--wrapper {
  padding: 0 30px;
}
.hor-offices .offices--wrapper h2, .hor-offices .offices--wrapper .h2, .hor-offices .offices--wrapper .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .hor-offices .offices--wrapper legend {
  font-weight: normal;
}
.hor-offices .offices--wrapper .map-info {
  display: block;
  top: .5em;
  right: .5em;
  position: absolute;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  height: 29px;
  width: 29px;
  font-family: "HelveticaNeueLTStd";
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 4px;
  padding-top: 1px;
  padding-left: 2px;
}
.hor-offices .offices--wrapper .map-info .open-icon {
  background: rgba(0, 60, 136, 0.5);
  padding: 2px;
  border-radius: 2px;
}
.hor-offices .offices--wrapper .map-info:focus {
  outline: none;
}
.hor-offices .offices--wrapper .map-info-popover {
  font-weight: 200;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  border: none;
  padding: 8px 12px;
}
.hor-offices .offices--wrapper .map-circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  border: 1px solid #000;
}
.hor-offices .offices--wrapper .map-segment-color {
  border-bottom: 6px solid #478cd0;
  margin-right: 8px;
  padding-bottom: 5px;
  width: 15px;
  float: left;
}
.hor-offices .offices--wrapper .last-item {
  margin-bottom: 10px;
}
.hor-offices .offices--wrapper .map-square {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(51, 51, 51, 0.7);
  margin-right: 8px;
  float: left;
}
.hor-offices .offices--wrapper .map-diamond {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hor-offices .offices--map {
  width: 100%;
  height: 100%;
  border: 1px solid #dee2e6;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-zoom {
  top: .5em;
  left: .5em;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-zoom .ol-zoom-in:focus {
  outline: none;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-zoom .ol-zoom-out:focus {
  outline: none;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-control button {
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-zoom-in {
  display: none;
}
.hor-offices .offices--map .ol-overlaycontainer-stopevent .ol-attribution {
  display: none;
}
.hor-offices .offices--map .offices--map-loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #dee2e6;
}
.hor-offices .offices--map .offices--map-loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #478cd0;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}
.hor-offices .offices--map .offices--map-loader.ready {
  display: none;
}
.hor-offices .offices--map .offices--map-popup {
  font-size: 12px;
  position: absolute;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  bottom: 12px;
  left: -50px;
  min-width: 200px;
  text-align: center;
  opacity: 0;
}
.hor-offices .offices--map .offices--map-popup:after, .hor-offices .offices--map .offices--map-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hor-offices .offices--map .offices--map-popup:after {
  border-top-color: #fff;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.hor-offices .offices--map .offices--map-popup:before {
  border-top-color: #dee2e6;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.hor-offices .offices--map .offices--map-popup .offices--map-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.hor-offices .offices--map .offices--map-popup .offices--map-popup-closer:after {
  content: "✖";
  color: #ced4da;
}
.hor-offices .offices--map .offices--map-popup p {
  padding: 3px 0;
}
.hor-offices .offices--map .popover {
  z-index: 3;
  width: 300px;
  top: 121px !important;
}
.hor-offices .offices--map .popover .arrow {
  display: none;
}
.hor-offices .offices--map .popover-body {
  padding: 0;
}
.hor-offices .offices--map .popover-header {
  background: #478cd0;
  color: #fff;
  font-weight: 400;
  border: none;
}
.hor-offices .offices--filter-container {
  width: 100%;
  background: #e9ecef;
  padding: 20px;
}
.hor-offices .offices--filter-container h2, .hor-offices .offices--filter-container .h2, .hor-offices .offices--filter-container .ce-search-result .tx-indexedsearch-searchbox legend, .ce-search-result .tx-indexedsearch-searchbox .hor-offices .offices--filter-container legend {
  padding-bottom: 20px;
  margin: 0;
}
.hor-offices .offices--filter-container .offices--filter-tags {
  display: none;
  padding-top: 10px;
}
.hor-offices .offices--filter-container .offices--filter-tags.show {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.hor-offices .offices--filter-container .offices--filter-tags .btn, .hor-offices .offices--filter-container .offices--filter-tags #cookie-bar-button, .hor-offices .offices--filter-container .offices--filter-tags .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .hor-offices .offices--filter-container .offices--filter-tags input {
  margin-right: 5px;
  margin-bottom: 5px;
}
.hor-offices .offices--filter-container .offices--filter-tags .btn span, .hor-offices .offices--filter-container .offices--filter-tags #cookie-bar-button span, .hor-offices .offices--filter-container .offices--filter-tags .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input span, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .hor-offices .offices--filter-container .offices--filter-tags input span {
  margin-left: 10px;
}
.hor-offices .offices--filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hor-offices .offices--filters .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-right: 5px;
  margin-left: 15px;
  border-radius: 50%;
  background: #478cd0;
  font-size: 12px;
  line-height: 10px;
  width: 25px;
  height: 25px;
  padding: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.hor-offices .offices--filters .offices--filter {
  width: 100%;
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.hor-offices .offices--filters .offices--filter.active {
  color: #fff;
  background-color: #478cd0;
}
.hor-offices .offices--filters .offices--filter.active .counter {
  color: #478cd0;
  background: #fff;
}
.hor-offices .offices--filters .offices--filter .offices--filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
}
.hor-offices .offices--filters .offices--filter .offices--filter-option {
  max-height: 400px;
  overflow-y: scroll;
}
.hor-offices .offices--filters .offices--filter .offices--filter-with-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.hor-offices .offices--filters .offices--filter .text {
  -ms-flex-item-align: center;
      align-self: center;
}
.hor-offices .offices--filters .offices--filter .marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.hor-offices .offices--filters .offices--filter .marker::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.hor-offices .offices--filters .offices--filter .offices--filter-select {
  position: absolute;
  left: 0;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background: #fff;
  z-index: 1;
  -webkit-transform: translate3d(0px, 40px, 0px);
          transform: translate3d(0px, 40px, 0px);
  top: 0;
}
.hor-offices .offices--filters .offices--filter .offices--filter-select.show {
  display: block;
}
.hor-offices .offices--filters .offices--filter .offices--filter-select .offices--filter-autocomplete {
  padding: 7px 15px;
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.hor-offices .offices--filters .offices--filter .offices--filter-select .offices--filter-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  position: relative;
  white-space: normal;
}
.hor-offices .offices--filters .offices--filter .offices--filter-select .offices--filter-item:hover {
  color: #212529;
  text-decoration: none;
  background-color: #f8f9fa;
  cursor: pointer;
}
.hor-offices .offices--filters .offices--filter .offices--filter-select .offices--filter-item.disabled {
  display: none;
}
.hor-offices .offices--filters .offices--filter .offices--filter-select .filter-active::before {
  display: block;
  position: absolute;
  left: 6px;
  top: 9px;
  content: '\A';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #478cd0;
}
.hor-offices .segment-1-color-border .nav-link {
  border-bottom: 4px solid #6C5E93;
  background-color: #fff;
}
.hor-offices .segment-1-color-border:hover .nav-link, .hor-offices .segment-1-color-border .nav-link:hover,
.hor-offices .segment-1-color-border .nav-link.show {
  background-color: rgba(108, 94, 147, 0.6);
}
.hor-offices .segment-1-color-border.segment-buttons[aria-expanded=true], .hor-offices .segment-1-color-border.segment-buttons.first-accordion:not(.collapsed) {
  background-color: #6C5E93;
  color: #fff;
}
.hor-offices .segment-1-color-border.segment-buttons {
  border-color: #6C5E93;
  background-color: #fff;
  color: #478cd0;
}
.hor-offices .segment-2-color-border .nav-link {
  border-bottom: 4px solid #5E9B2C;
  background-color: #fff;
}
.hor-offices .segment-2-color-border:hover .nav-link, .hor-offices .segment-2-color-border .nav-link:hover,
.hor-offices .segment-2-color-border .nav-link.show {
  background-color: rgba(95, 155, 45, 0.6);
}
.hor-offices .segment-2-color-border.segment-buttons[aria-expanded=true], .hor-offices .segment-2-color-border.segment-buttons.first-accordion:not(.collapsed) {
  background-color: #5E9B2C;
  color: #fff;
}
.hor-offices .segment-2-color-border.segment-buttons {
  border-color: #5E9B2C;
  background-color: #fff;
  color: #478cd0;
}
.hor-offices .segment-3-color-border .nav-link {
  border-bottom: 4px solid #D06A69;
  background-color: #fff;
}
.hor-offices .segment-3-color-border:hover .nav-link, .hor-offices .segment-3-color-border .nav-link:hover,
.hor-offices .segment-3-color-border .nav-link.show {
  background-color: rgba(208, 106, 106, 0.6);
}
.hor-offices .segment-3-color-border.segment-buttons[aria-expanded=true], .hor-offices .segment-3-color-border.segment-buttons.first-accordion:not(.collapsed) {
  background-color: #D06A69;
  color: #fff;
}
.hor-offices .segment-3-color-border.segment-buttons {
  border-color: #D06A69;
  background-color: #fff;
  color: #478cd0;
}
.hor-offices .segment-4-color-border .nav-link {
  border-bottom: 4px solid #E2B700;
  background-color: #fff;
}
.hor-offices .segment-4-color-border:hover .nav-link, .hor-offices .segment-4-color-border .nav-link:hover,
.hor-offices .segment-4-color-border .nav-link.show {
  background-color: rgba(226, 183, 0, 0.6);
}
.hor-offices .segment-4-color-border.segment-buttons[aria-expanded=true], .hor-offices .segment-4-color-border.segment-buttons.first-accordion:not(.collapsed) {
  background-color: #E2B700;
  color: #fff;
}
.hor-offices .segment-4-color-border.segment-buttons {
  border-color: #E2B700;
  background-color: #fff;
  color: #478cd0;
}
.hor-offices .segment-5-color-border .nav-link {
  border-bottom: 4px solid #3BB9DE;
  background-color: #fff;
}
.hor-offices .segment-5-color-border:hover .nav-link, .hor-offices .segment-5-color-border .nav-link:hover,
.hor-offices .segment-5-color-border .nav-link.show {
  background-color: rgba(59, 185, 222, 0.6);
}
.hor-offices .segment-5-color-border.segment-buttons[aria-expanded=true], .hor-offices .segment-5-color-border.segment-buttons.first-accordion:not(.collapsed) {
  background-color: #3BB9DE;
  color: #fff;
}
.hor-offices .segment-5-color-border.segment-buttons {
  border-color: #3BB9DE;
  background-color: #fff;
  color: #478cd0;
}
.hor-offices .segment-6-color-border .nav-link {
  border-bottom: 4px solid #478CD0;
  background-color: #fff;
}
.hor-offices .segment-6-color-border:hover .nav-link, .hor-offices .segment-6-color-border .nav-link:hover,
.hor-offices .segment-6-color-border .nav-link.show {
  background-color: #B5D1EC;
}
.hor-offices .segment-6-color-border.segment-buttons[aria-expanded=true], .hor-offices .segment-6-color-border.segment-buttons.first-accordion:not(.collapsed) {
  background-color: #478CD0;
  color: #fff;
}
.hor-offices .segment-6-color-border.segment-buttons {
  border-color: #478CD0;
  background-color: #fff;
  color: #478cd0;
}
.hor-offices .offices--item.hidden {
  display: none;
}
.hor-offices .offices--item.is-hidden .offices--item-label {
  opacity: 0.5;
}
.hor-offices .offices--list-container {
  padding-top: 30px;
  padding-bottom: 20px;
}
.hor-offices .offices--list-container .segment-contacts {
  padding-right: 20px;
  padding-left: 20px;
}
.hor-offices .offices--list-container .segment-tabs-content {
  border-right: 2px solid #478CD0;
  border-bottom: 2px solid #478CD0;
  border-left: 2px solid #478CD0;
  white-space: normal;
  padding-right: 10px;
  padding-left: 10px;
  margin: -15px 0 20px 0;
  display: none;
}
.hor-offices .offices--list-container .segment-tabs-content.first-accordion {
  display: block;
}
.hor-offices .offices--list-container .office-contacts {
  padding: 20px 0 0 0;
  border-right: 2px solid #478CD0;
  border-bottom: 2px solid #478CD0;
  border-left: 2px solid #478CD0;
  margin: 0;
}
.hor-offices .offices--list-container .office-contacts .tab-content .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.hor-offices .offices--list-container .office-contacts .nav-tabs {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  color: #333333;
  padding-top: 11px;
  padding-bottom: 6px;
  border-bottom: none;
}
.hor-offices .offices--list-container .office-contacts .nav-tabs .nav-link {
  margin-right: 0;
  color: #333333;
  padding: 11px 10px 6px 10px;
  border-top: none;
  border-right: none;
  border-left: none;
  text-transform: none;
}
.hor-offices .offices--list-container .office-contacts .nav-tabs .nav-item {
  margin-bottom: 0;
  text-align: center;
}
.hor-offices .offices--list-container .office-contacts .offices--item-address {
  padding-right: 0;
  padding-left: 0;
  padding-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hor-offices .offices--list-container .office-contacts .offices--item-address .offices--item-contact-value {
  font-weight: 400;
  font-size: 20px;
}
.hor-offices .offices--list-container .office-contacts .offices--item-address .offices--item-contact-value img {
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}
.hor-offices .offices--list-container .office-contacts .offices--item-address .offices--item-contact-value img.offices--mail {
  margin-top: 6px;
}
.hor-offices .offices--list-container .office-contacts .offices--item-address .contact-title {
  color: #495057;
  font-weight: 500;
  font-size: 22px;
  border-bottom: 2px solid #478CD0;
  margin-bottom: 15px;
}
.hor-offices .offices--list-container .office-contacts .offices--item-address .contact-title span {
  font-weight: 200;
}
.hor-offices .offices--list-container .office-contacts .offices--item-address p {
  color: #478CD0;
}
.hor-offices .offices--list-container .card {
  margin: 10px 0;
}
.hor-offices .offices--list-container .card .show .card-body::after,
.hor-offices .offices--list-container .card .card-header::after {
  display: none;
}
.hor-offices .offices--list-container .card:last-child,
.hor-offices .offices--list-container .card .card-header {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.hor-offices .offices--element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #478cd0;
  white-space: normal;
}
.hor-offices .offices--element .offices--item-label {
  background: #478cd0;
  color: #fff;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  font-weight: 200;
}
.hor-offices .offices--element .offices--item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 83px 15px 15px;
  color: #478cd0;
}
.hor-offices .offices--element .offices--item-address p {
  font-size: 18px;
}
.hor-offices .offices--element .offices--item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 20px 20px;
  color: #478cd0;
  font-size: 18px;
}
.hor-offices .offices--element .offices--item-contact-number {
  margin-left: 10px;
}
.hor-offices .offices--element .offices--item-contact-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  word-break: break-word;
}
.hor-offices .offices--element .btn, .hor-offices .offices--element #cookie-bar-button, .hor-offices .offices--element .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input, .ce-search-result .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .hor-offices .offices--element input {
  position: absolute;
  right: 0;
}
.hor-offices .offices--element .office--list-collapse-button-arrow {
  height: 46px;
  width: 25px;
  background: #478CD0;
  position: absolute;
  right: 47px;
  padding: 0;
  border: none;
  -webkit-transform: skewX(-26deg);
          transform: skewX(-26deg);
  bottom: 0;
  outline: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hor-offices .offices--element .office--list-collapse-button-arrow:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hor-offices .offices--element .office--list-collapse-button {
  height: 46px;
  width: 61px;
  background-color: #478CD0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  background-image: url("../../Public/img/ico/collapse-down.svg");
  background-attachment: scroll;
  background-position: 7px 12px;
  bottom: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hor-offices .offices--element .office--list-collapse-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hor-offices .offices--element .office--list-collapse-button[aria-expanded="true"] {
  background-image: url("../../Public/img/ico/collapse-up.svg");
}

.nav.nav-tabs.segment-tabs {
  display: none;
}

.segment-tabs-content {
  margin-top: -15px;
}

.segment-buttons {
  display: block;
  margin-bottom: 15px;
  border: 2px solid #478cd0;
  background-image: url("../../Public/img/ico/ico-plus-dark.svg");
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  background-size: 20px 20px;
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: scroll;
}

.segment-buttons.first-accordion:not(.collapsed) {
  background-image: url("../../Public/img/ico/ico-minus-light.svg");
}

.segment-buttons[aria-expanded="true"] {
  color: #478cd0;
  border: none;
  background-image: url("../../Public/img/ico/ico-minus-light.svg");
  background-size: 20px 20px;
  background-position: right;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hor-offices .offices--filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .hor-offices .offices--filters .offices--filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 992px) {
  .hor-offices .offices--filters:not(.mobile-view) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    padding: 0;
  }
  .hor-offices .offices--filters:not(.mobile-view) .offices--filter {
    margin: 10px;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .hor-offices .offices--filters:not(.mobile-view) .offices--filter:first-child {
    margin-left: 0;
  }
  .hor-offices .offices--filters:not(.mobile-view) .offices--filter:first-child .offices--filter-select {
    left: 0;
    right: unset;
  }
  .hor-offices .offices--filters:not(.mobile-view) .offices--filter:last-child {
    margin-right: 0;
  }
  .hor-offices .offices--filters:not(.mobile-view) .offices--filter:last-child .offices--filter-select {
    right: 0;
    left: unset;
  }
  .hor-offices .offices--filters:not(.mobile-view) .offices--filter .offices--filter-select .offices--filter-item {
    white-space: nowrap;
  }

  .hor-offices .offices--element {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hor-offices .offices--element .offices--item-label {
    padding: 20px;
  }
  .hor-offices .offices--element .offices--item-address {
    padding: 20px 20px 20px 50px;
  }
  .hor-offices .offices--element .offices--item-contact {
    padding-top: 20px;
    padding-right: 50px;
  }

  .hor-offices .offices--filters .offices--filter .offices--filter-select .offices--filter-item {
    white-space: normal;
  }

  .hor-offices .offices--list-container .segment-tabs-content {
    border: none;
  }
  .hor-offices .offices--list-container .office-contacts .segment-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hor-offices .offices--list-container .office-contacts .segment-buttons {
    display: none;
  }
  .hor-offices .offices--list-container .offices--list .office-contacts .offices--item-address {
    max-width: 48%;
  }
  .hor-offices .offices--list-container .offices--list .office-contacts .nav-tabs .nav-link.show {
    color: #478cd0;
    border-bottom: 4px solid #478cd0;
  }
  .hor-offices .offices--list-container .offices--list .office-contacts .nav-tabs .nav-item {
    margin-bottom: 20px;
  }
  .hor-offices .offices--list-container .offices--list .office-contacts .nav-tabs .nav-item:hover .nav-link,
  .hor-offices .offices--list-container .offices--list .office-contacts .nav-tabs .nav-item:hover .nav-link:hover {
    color: #000;
  }
  .hor-offices .offices--list-container .offices--list .office-contacts .tab-content .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@-webkit-keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.copyright-notice {
  background: rgba(255, 255, 255, 0.7);
  float: right;
  position: relative;
  top: -24px;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

.brightcove-player-container-outer {
  position: relative;
  display: block;
  max-width: 960px;
  margin: 30px auto;
}
.brightcove-player-container-outer .brightcove-player-container-inner {
  padding-top: 56.25%;
}

.brightcove-player-description {
  margin-bottom: 30px;
  max-width: 960px;
  margin-left: 15px;
}

.video-js .vjs-big-play-button {
  border-radius: 50% !important;
  height: 3em !important;
  border: none !important;
  line-height: 90px !important;
  margin-left: -1em;
  margin-top: -1em;
  top: 50% !important;
  left: 50% !important;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background: #478cd0 !important;
}

.video-js .vjs-dock-text {
  font-size: 14px;
}

.vjs-loading-spinner {
  border-color: #478cd0 !important;
}

.bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover, .vjs-big-play-button:active,
.vjs-big-play-button:focus, .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,
.vjs-play-progress {
  background: #478cd0 !important;
}

@media screen and (min-width: 961px) {
  .brightcove-player-description {
    margin-left: auto;
    margin-right: auto;
  }
}
