/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik/rubik-v21-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/rubik/rubik-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/rubik/rubik-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/rubik/rubik-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/rubik/rubik-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/rubik/rubik-v21-latin-regular.svg#Rubik') format('svg');
  /* Legacy iOS */
}
/* maven-pro-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/maven-pro/maven-pro-v39-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/maven-pro/maven-pro-v39-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/maven-pro/maven-pro-v39-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/maven-pro/maven-pro-v39-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/maven-pro/maven-pro-v39-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2469F1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #164194;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #000000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #164194;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0f2d68;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #164194;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0f2d68;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 27px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 17px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 41px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 45px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 43px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 50px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 32px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #164194;
  border-color: #13377e;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0f2d68;
  border-color: #02060f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0f2d68;
  border-color: #0b2049;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0f2d68;
  border-color: #0b2049;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0b2049;
  border-color: #02060f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #164194;
  border-color: #13377e;
}
.btn-primary .badge {
  color: #164194;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #2b4345;
  border-color: #213435;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #172426;
  border-color: #000000;
}
.btn-info:hover {
  color: #fff;
  background-color: #172426;
  border-color: #0a0f10;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #172426;
  border-color: #0a0f10;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0a0f10;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #2b4345;
  border-color: #213435;
}
.btn-info .badge {
  color: #2b4345;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #2469F1;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #164194;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #164194;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2469F1;
}
.nav .nav-divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #164194;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 27px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 11.5px 10px;
  font-size: 23px;
  line-height: 27px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.75px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 27px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 27px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #2469F1;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #164194;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #164194;
  border-color: #164194;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 27px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #164194;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0f2d68;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #2b4345;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #172426;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2469F1;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.filter-wrapper:before,
.filter-wrapper:after,
.progress:before,
.progress:after,
.intro-links:before,
.intro-links:after,
.webform-submission-download-other-form:before,
.webform-submission-download-other-form:after,
.webform-submission-download-whitepaper-form:before,
.webform-submission-download-whitepaper-form:after,
.processSteps:before,
.processSteps:after,
.webform-submission-request-legal-structure-form:before,
.webform-submission-request-legal-structure-form:after,
.webform-submission-rfq-form:before,
.webform-submission-rfq-form:after,
.webform-submission-get-general-conditions-form:before,
.webform-submission-get-general-conditions-form:after,
.webform-submission-request-company-presentation-form:before,
.webform-submission-request-company-presentation-form:after,
.webform-submission-request-facility-specifications-form:before,
.webform-submission-request-facility-specifications-form:after,
.webform-submission-request-smart-product-form:before,
.webform-submission-request-smart-product-form:after,
.webform-submission-request-shortages-horizon-form:before,
.webform-submission-request-shortages-horizon-form:after,
.webform-submission-contactform-form:before,
.webform-submission-contactform-form:after,
.webform-submission-request-a-quote-form:before,
.webform-submission-request-a-quote-form:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-header:after,
.modal-footer:after,
.filter-wrapper:after,
.progress:after,
.intro-links:after,
.webform-submission-download-other-form:after,
.webform-submission-download-whitepaper-form:after,
.processSteps:after,
.webform-submission-request-legal-structure-form:after,
.webform-submission-rfq-form:after,
.webform-submission-get-general-conditions-form:after,
.webform-submission-request-company-presentation-form:after,
.webform-submission-request-facility-specifications-form:after,
.webform-submission-request-smart-product-form:after,
.webform-submission-request-shortages-horizon-form:after,
.webform-submission-contactform-form:after,
.webform-submission-request-a-quote-form:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}
.alert a {
  font-weight: bold;
}
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}
/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #164194;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: #ffffff;
}
html.js .ajax-new-content:empty {
  display: none !important;
}
/**
 * @file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field--label::after {
  content: ':';
}
/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #164194;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed,
.file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
}
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}
.image-widget.row {
  overflow: hidden;
}
/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}
/**
 * Form styles.
 */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #164194;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}
.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}
/**
 * Icon styles.
 */
a.icon-before .glyphicon {
  margin-right: .25em;
}
a.icon-after .glyphicon {
  margin-left: .25em;
}
.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: .25em;
}
.btn.icon-after .glyphicon {
  margin-left: .25em;
  margin-right: -0.25em;
}
/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 60px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,
  body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header,
  body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
/**
 * Node styling.
 */
.node-preview-container {
  margin-top: -10px;
}
.node-preview-form-select {
  padding: 10px;
}
/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title,
.panel-title:hover,
.panel-title:focus,
.panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus,
.panel-title:hover {
  text-decoration: none;
}
/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 16px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}
/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}
.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover,
.tabledrag-handle:focus {
  color: #164194;
}
/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}
.tabs--secondary {
  margin: 10px 0 5px;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 16px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0px 0px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0px 0px 0px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0px 0 0 0px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0px 0px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}
/**
 * jQuery UI autocomplete widget style overrides.
 *
 * @todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #164194;
  color: #fff;
}
ol,
ul {
  padding-left: 1.5em;
}
.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 23px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.animated {
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animatedShort {
  -webkit-transition: all 210ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 210ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 210ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#mfPreviewBar {
  display: none;
}
body {
  margin: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.flex-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.page-block {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-block {
    float: left;
    width: 25%;
  }
}
.page-block--half {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-block--half {
    float: left;
    width: 50%;
  }
}
.page-block--mobileLast {
  order: 10;
}
@media (max-width: 767px) {
  .page-block--mobileLast {
    margin-bottom: 0;
  }
}
.page-block--offset {
  padding-top: 20px;
}
.page-block--narrow {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-block--narrow {
    float: left;
    width: 16.66666667%;
  }
}
.page-block--wide {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-block--wide {
    float: left;
    width: 33.33333333%;
  }
}
.page-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
  .page-content .page-content,
  .page-content .page-aside {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.page-content--centered {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-content--centered {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .page-content--centered {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .page-content--centered {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 767px) {
  .page-content--centered .field--name-body img {
    margin-left: calc(-8.33% - 10px);
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-content--wide {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-content--wide {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .page-content--wide {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .page-content--wide {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.page-content--centeredNarrow {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-content--centeredNarrow {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .page-content--centeredNarrow {
    margin-left: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .page-content--centeredNarrow {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.page-content-author {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .page-content-author {
    margin-bottom: -110px;
  }
}
.page-content-author-avatar {
  margin-right: 30px;
  float: left;
}
.page-content-author-name {
  margin-top: 15px;
  font-weight: bold;
}
.page-content-author-function {
  font-weight: 600;
}
.page-aside {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-aside {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .page-aside {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .page-aside {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
.page-aside--contact {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-aside--contact {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-aside--contact {
    float: left;
    width: 50%;
  }
}
.page-aside--contact p {
  margin-bottom: 15px;
}
.page-aside--contact .button--green {
  font-weight: 600;
}
.page-aside--centered {
  text-align: center;
}
@media (min-width: 768px) {
  .page-aside--centered {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .page-aside--centered.page-aside--contact {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .page-aside--centered.page-aside--contact {
    margin-left: 25%;
  }
}
.aside-highlight {
  padding-left: 10%;
  color: #164194;
  line-height: 2;
}
.aside-highlight h2 {
  color: #164194;
}
.aside-highlight ul {
  font-weight: 600;
}
.aside-highlight a {
  color: #164194;
}
.aside-highlight--below {
  padding-left: 0;
}
.aside-highlight-figure {
  margin-top: -140px;
  text-align: center;
  margin-bottom: 30px;
}
.aside-highlight-figure img {
  margin: 0 auto;
}
.split-right-highlight {
  color: #86c2eb;
  line-height: 2;
}
.split-right-highlight h2 {
  color: #86c2eb;
}
.split-right-highlight ul {
  font-weight: 600;
}
@media (max-width: 767px) {
  .split-right-highlight {
    padding-left: 8.33%;
    padding-top: 30px;
    padding-right: 8.33%;
  }
}
@media (min-width: 767px) {
  .split-right-highlight-figure {
    padding-right: 60px;
  }
}
.split-right-highlight-figure img {
  margin: 0 auto 30px;
}
.aside-highlight-figure--below {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .aside-highlight-figure--below {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 767px) {
  .figure--enlarged {
    margin: 0 -30px;
  }
}
ul,
ol {
  padding-left: 1.1em;
}
.image-center {
  display: block;
  width: 100%;
  margin: 40px auto;
}
@media (min-width: 767px) {
  .image-center {
    width: 90%;
  }
}
.embed-responsive-wrapper {
  display: block;
  width: 100%;
  margin: 40px auto;
}
@media (min-width: 767px) {
  .embed-responsive-wrapper {
    width: 90%;
  }
}
p:last-child img:last-child {
  margin-bottom: 0;
}
.file {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  width: auto;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong {
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
h1 {
  font-size: 36px;
  margin-bottom: 1em;
  color: #164194;
  font-weight: 600;
}
@media (min-width: 767px) {
  h1 {
    font-size: 45px;
  }
}
h2 {
  font-size: 28px;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  color: #164194;
  font-weight: 600;
}
@media (min-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 4.5rem;
  color: #164194;
}
@media (min-width: 767px) {
  h3 {
    font-size: 25px;
  }
}
p,
li {
  line-height: 2;
}
p strong,
li strong,
p b,
li b {
  font-weight: 600;
}
a {
  /*&:not(.btn):not(.jumbotron-action-button):not(.deeplink):not(.text-link) {
    .region-content & {
      text-decoration: underline;

      &:hover {
        text-decoration: none;
      }
    }
  }

  .region-content .teaser-title & {
    &:hover {
      text-decoration: none;
    }

    &:active {
      text-decoration: underline;
    }
  }*/
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
p a:not(.text-link),
.page-content li a:not(.text-link),
.aside-highlight a:not(.text-link) {
  text-decoration: underline;
}
p a:not(.text-link):hover,
.page-content li a:not(.text-link):hover,
.aside-highlight a:not(.text-link):hover {
  text-decoration: none;
}
.animatedArrow {
  position: absolute;
  width: 54px;
  height: 29px;
}
.animatedArrow-angle {
  width: 20px;
  height: 29px;
  background: url("../images/arrow-animated.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  -webkit-animation: fade 2s 0s ease-in-out infinite;
  -moz-animation: fade 2s 0s ease-in-out infinite;
  -o-animation: fade 2s 0s ease-in-out infinite;
  animation: fade 2s 0s ease-in-out infinite;
}
.animatedArrow-angle--1 {
  left: 0;
}
.animatedArrow-angle--2 {
  left: 17px;
  animation-delay: 0.5s;
}
.animatedArrow-angle--3 {
  left: 34px;
  animation-delay: 1s;
}
@keyframes fade {
  0% {
    opacity: 0.6;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
.animatedBrand {
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 27px;
}
.animatedBrand:hover,
.animatedBrand:focus {
  text-decoration: none;
}
.animatedBrand-logo {
  width: 168px;
  background: white;
  padding-top: 20px;
}
.animatedBrand-payoff {
  width: 74px;
}
.animatedBrand--animated .animatedBrand-payoff {
  /*
				-webkit-animation: 	fadeIn 1s 1s ease-in-out normal forwards;
				-moz-animation: 	fadeIn 1s 1s ease-in-out normal forwards;
				-o-animation: 		fadeIn 1s 1s ease-in-out normal forwards;
				animation: 			fadeIn 1s 1s ease-in-out normal forwards;
				*/
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.alert {
  display: none;
}
.form-control {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: transparent;
  font-weight: 600;
  height: 46px;
  padding: 9px 12px 8px;
}
legend {
  margin: 0;
  font-size: inherit;
  border: 0;
}
.has-glyphicons .select-wrapper:after {
  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;
  content: "\f078";
  color: white;
  background: #444446;
  width: 22px;
  height: 22px;
  text-align: center;
  right: 10px;
  padding-left: 3px;
  padding-top: 2px;
  font-size: 16px;
  margin-top: -11px;
}
.form-contactperson {
  background: #acd9bd;
  padding: 0 0px;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 767px) {
  .form-contactperson {
    height: 135px;
  }
}
.form-contactperson:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #acd9bd;
  content: "";
}
.form-contactperson--inactive {
  background: #b0b0b0;
  min-height: 135px;
}
.form-contactperson--inactive:after {
  border-top-color: #b0b0b0;
}
.form-contactperson--inactive .form-contactperson-left,
.form-contactperson--inactive .form-contactperson-right {
  display: none;
}
.form-contactperson-left {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .form-contactperson-left {
    float: left;
    width: 50%;
  }
}
.form-contactperson-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 48px;
  padding-bottom: 40px;
  padding-left: 190px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .form-contactperson-right {
    float: left;
    width: 50%;
  }
}
.form-contactperson-avatar {
  position: absolute;
  left: 30px;
  top: -35px;
  background: url("../images/person-temp2.png") center center no-repeat;
  background-size: contain;
  width: 150px;
  height: 170px;
  margin-right: 10px;
}
.progress-header {
  position: relative;
  height: 20px;
  display: none;
}
.progress-header-title {
  font-size: 10px;
  font-weight: 600;
  width: 80px;
  left: 0%;
  margin-left: -55px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.progress {
  margin-left: -10px;
  margin-right: -10px;
  height: 7px;
  box-shadow: none;
  display: none;
}
.progress-bar {
  background: #acd9bd;
  box-shadow: none;
}
.webform-submission-form .alert {
  float: left;
  width: 100%;
}
.view-contacts {
  display: none;
}
.button {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  padding: 17px 20px 15px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.button:hover,
.button:focus {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
.button--yellow {
  background: #86c2eb;
  color: white;
  min-width: 250px;
}
.button--yellow:hover,
.button--yellow:focus {
  background: #5aace4;
  color: white;
}
.button--white {
  background: white;
  color: #000000;
}
.button--white:hover,
.button--white:focus {
  background: white;
  color: #000000;
}
.button--green {
  background: #9BD622;
  color: white;
}
.button--green:hover,
.button--green:focus {
  background: #7baa1b;
  color: white;
}
.button--blue {
  background: #2469F1;
  color: white;
  min-width: 250px;
}
.button--blue:hover,
.button--blue:focus {
  background: #0e51d4;
  color: white;
}
.button--blueDark {
  background: #164194;
  color: white;
  padding: 12px 20px 8px;
  font-weight: 600;
}
.button--blueDark:hover,
.button--blueDark:focus {
  background: #0f2d68;
  color: white;
}
.button--contact {
  padding: 8px 30px 6px;
  margin-top: 0.5rem;
}
.button--offset {
  margin-top: 20px;
  font-weight: 600;
}
.button--outlinedWhite {
  background: transparent;
  font-weight: normal;
  font-size: inherit;
  font-style: normal;
  text-transform: none;
  min-height: 54px;
  border-radius: 27px;
  border: 1px solid white;
  padding: 13px 20px 13px 27px;
  color: white;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 767px) {
  .button--outlinedWhite {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  }
}
.button--outlinedWhite:hover,
.button--outlinedWhite:focus {
  background: transparent;
}
.button--outlinedWhite:after {
  width: 24px;
  height: 11px;
  background: url("../images/icon-arrow.svg") center center no-repeat;
  background-size: contain;
  content: "";
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 5px;
}
.text-link {
  color: #164194;
  font-weight: 900;
  display: inline-block;
}
.text-link:hover,
.text-link:focus {
  text-decoration: none;
  color: #164194;
}
.text-link:hover:after,
.text-link:focus:after {
  margin-left: 10px;
}
.text-link:after {
  width: 8px;
  height: 14px;
  background: url("../images/arrow-blue.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-transition: all 210ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 210ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 210ms cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 5px;
}
@media (max-width: 767px) {
  .text-link {
    line-height: 1.5;
  }
}
.text-link--deeplinks {
  color: white;
}
@media (min-width: 767px) {
  .text-link--deeplinks {
    margin-left: 28px;
  }
}
.text-link--deeplinks:after {
  background-image: url("../images/arrow-white.svg");
  transition: margin-left 210ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.text-link--deeplinks:hover {
  color: white;
}
.text-link--deeplinks:hover:after {
  background-image: url("../images/arrow-white.svg");
}
@media (min-width: 767px) {
  .deeplinks {
    min-height: 350px;
  }
}
.deeplinks-title {
  padding-left: 20px;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 15px;
}
.deeplink {
  display: block;
  width: 100%;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  padding: 14px 20px 12px;
  text-decoration: none;
  color: #b0b0b0;
  margin-bottom: 5px;
  position: relative;
  padding-right: 80px;
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.deeplink:hover,
.deeplink:focus {
  background: #81acdc;
  color: #444446;
  text-decoration: none;
}
.deeplink:hover deeplink-title,
.deeplink:focus deeplink-title {
  color: #444446;
}
.deeplink:hover .deeplink-info,
.deeplink:focus .deeplink-info {
  max-height: 1000px;
  padding-top: 5px;
}
.deeplink:hover .animatedArrow,
.deeplink:focus .animatedArrow {
  opacity: 1;
}
.deeplink .animatedArrow {
  top: 50%;
  margin-top: -15px;
  right: 16px;
  opacity: 0;
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.deeplink-title {
  line-height: 1;
}
.deeplink-info {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  color: white;
  max-height: 0px;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.relatedArticles {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.relatedArticles--wide {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.relatedArticles--wide .relatedArticle {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .relatedArticles--wide .relatedArticle {
    float: left;
    width: 100%;
  }
}
.relatedArticles--narrow {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.relatedArticles--narrow .relatedArticle {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .relatedArticles--narrow .relatedArticle {
    float: left;
    width: 33.33333333%;
  }
}
.relatedArticles--spaced {
  margin-top: 60px;
}
.relatedArticles--market {
  margin-top: 30px;
}
.relatedArticles--knowledge {
  margin-top: 30px;
}
.relatedArticle {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .relatedArticle {
    float: left;
    width: 100%;
  }
}
.relatedArticle-link {
  display: block;
  font-weight: 600;
  color: #0f2d68;
  line-height: 2;
}
.relatedArticle-link:hover,
.relatedArticle-link:focus {
  color: #0f2d68;
  text-decoration: underline;
}
.relatedArticle-link:after {
  width: 8px;
  height: 14px;
  background: url("../images/arrow-green.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.relatedArticle-link--blue {
  color: #81acdc;
}
.relatedArticle-link--blue:hover,
.relatedArticle-link--blue:focus {
  color: #81acdc;
}
.relatedArticle-link--blue:after {
  background: url("../images/arrow-blue-light.svg") center center no-repeat;
  background-size: contain;
}
.modal-dialog {
  max-width: 1200px;
}
@media (min-width: 767px) {
  .modal-dialog {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px 0;
  }
}
.modal-content {
  width: 100% !important;
  background: #81acdc;
  border-radius: 0px;
  box-shadow: none;
  border: 0;
  overflow: hidden;
  max-height: none !important;
}
.modal-header {
  border: 0;
  padding: 0;
}
.modal-header .close {
  background: white;
  width: 50px;
  height: 50px;
  font-size: 32px;
  color: #444446;
  font-weight: 900;
  opacity: 1;
  margin-top: 0;
  padding-top: 3px;
  padding-left: 1px;
}
.modal-title {
  text-align: center;
  color: white;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal-title {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media (min-width: 767px) {
  .modal-body {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.modal-body .form-actions {
  text-align: center;
}
.box {
  position: relative;
  padding: 50px 0 30px;
}
@media (min-width: 767px) {
  .box {
    padding: 80px 0 60px;
  }
}
.box--gray {
  background: #ffffff url("../images/pattern-circuit-cutout.svg") left 40px no-repeat;
  background-size: 340px;
}
.box--blue {
  background: #164194;
  color: white;
  margin-bottom: 30px;
}
.box--blue h2 {
  color: white;
}
.box--green {
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
}
.box--white {
  background: white url("../images/pattern-circuit-cutout-gray.svg") left -80px no-repeat;
  background-size: 340px;
  padding-bottom: 0;
}
.box--white:before {
  display: none;
}
.box-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .box-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .box-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.box-content--quote {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .box-content--quote {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .box-content--quote {
    margin-left: 41.66666667%;
  }
}
.box-content--half {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .box-content--half {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .box-content--half {
    margin-left: 50%;
  }
}
.box-content--spaced {
  padding-right: 40px;
  padding-bottom: 30px;
}
.box-jumbotron {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 40px;
}
.box-name {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.box-name p {
  line-height: 1.5;
}
.box-name b,
.box-name strong {
  display: block;
}
.box-aside {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .box-aside {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .box-aside {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .box-aside {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.box-aside--logo {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .box-aside--logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-aside--logo {
    margin-left: 0%;
  }
}
.box-aside--logo img {
  margin-left: 20px;
}
.box-aside--spaced {
  margin-top: 84px;
}
.box-content h2,
.box-aside h2 {
  margin-bottom: 35px;
}
.box-content .button,
.box-aside .button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .box-content {
    padding-left: 40px;
    padding-top: 20px;
  }
}
.box-footer {
  background: #ffffff;
}
.box-footer .button {
  width: 100%;
  margin-top: 0;
}
.box-avatar {
  width: 267px;
  height: 250px;
  background: url("../images/person-temp1.png") center bottom no-repeat;
}
@media (min-width: 767px) {
  .box-avatar {
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 315px;
  }
}
@media (min-width: 992px) {
  .box-avatar {
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .box-avatar {
    left: 120px;
  }
}
@media (max-width: 767px) {
  .box-avatar {
    width: 90%;
    background-position: right bottom;
  }
}
.box-actions {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.box-actions .button {
  margin: 0;
}
.page-wrapper {
  padding-top: 120px;
}
@media (min-width: 767px) {
  .page-wrapper {
    padding-top: 92px;
  }
}
@media (min-width: 992px) {
  .page-wrapper {
    padding-top: 118px;
  }
}
@media (min-width: 1200px) {
  .page-wrapper {
    padding-top: 124px;
  }
}
.page-header {
  background: white;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 7px solid #81acdc;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 767px) {
  .page-header {
    border-top: none;
    position: fixed;
    max-height: 100%;
  }
}
.page-header .navbar-collapse {
  padding: 0;
  transition: none !important;
}
.page-header .navbar-collapse.collapsing,
.page-header .navbar-collapse.in {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 767px) and (max-width: 992px) {
  .page-header .navbar-collapse.collapsing,
  .page-header .navbar-collapse.in {
    overflow: visible;
  }
}
html.toolbar-horizontal .page-header,
body.toolbar-horizontal .page-header {
  top: 39px;
}
html.toolbar-horizontal.toolbar-tray-open .page-header,
body.toolbar-horizontal.toolbar-tray-open .page-header {
  top: 79px;
}
html.toolbar-vertical .page-header,
body.toolbar-vertical .page-header {
  top: 39px;
}
.brand {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 17px;
}
@media (min-width: 992px) {
  .brand {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .brand {
    padding-bottom: 13px;
  }
}
@media (min-width: 992px) {
  .brand {
    padding-top: 24px;
  }
}
@media (max-width: 992px) {
  .brand {
    padding-bottom: 13px;
  }
}
@media (min-width: 992px) {
  .brand {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .brand {
    margin-top: -18px;
  }
}
@media (min-width: 1200px) {
  .brand {
    margin-top: -26px;
  }
}
.brand-link {
  display: block;
}
.brand-logo {
  width: 140px;
}
@media (min-width: 767px) {
  .brand-logo {
    width: 170px;
  }
}
.topBar-mobile {
  display: none;
  background: #164194;
  color: white;
}
@media (max-width: 767px) {
  .topBar-mobile {
    display: block;
  }
}
.topBar-mobile .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.topBar-mobile .container:before,
.topBar-mobile .container:after {
  display: none;
}
.topBar-mobile .quicklinks {
  padding: 0;
}
.topBar-mobile .quicklinks-links {
  padding: 6px 0;
}
.topBar-mobile .quicklinks-links > .region.row {
  margin: 0;
}
.topBar-mobile .quicklinks-link {
  color: white;
  padding: 0 10px 0 0;
}
.topBar-mobile .quicklinks-link:hover,
.topBar-mobile .quicklinks-link:focus {
  color: white;
}
.topBar-mobile .quicklinks-lang {
  background-image: url("../images/icon-lang-white.svg");
  margin-right: 10px;
}
.topBar-mobile .quicklinks-lang-dropdown > .region.row {
  margin: 0;
}
.topBar-mobile .quicklinks-lang-dropdown ul li a {
  color: white;
}
.topBar {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .topBar {
    display: none;
  }
}
.primaryNavigation {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .primaryNavigation {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 767px) {
  .primaryNavigation {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .primaryNavigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.row.region {
  margin: 0;
}
@media (min-width: 767px) {
  .primaryNavigation-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.primaryNavigation-nav .nav-link--toggle {
  display: none;
  font-size: 0 !important;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 30px;
  height: 47px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .primaryNavigation-nav .nav-link--toggle {
    display: block;
  }
}
.primaryNavigation-nav .nav-link--toggle:before {
  position: absolute;
  top: 0;
  right: 24px;
  height: 100%;
  width: 18px;
  background: url("../images/chevron-down-light.svg") left center no-repeat;
  background-size: 18px;
  content: "";
}
.primaryNavigation-nav .nav-link--toggle:hover,
.primaryNavigation-nav .nav-link--toggle:focus {
  background: none;
  outline: none;
}
@media (max-width: 767px) {
  .primaryNavigation-nav .navbar-nav {
    margin: 5.75px 0px;
  }
}
.primaryNavigation-nav .dropdown.open .nav-link--toggle:before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .primaryNavigation-nav .dropdown-toggle {
    position: relative;
  }
  .primaryNavigation-nav .dropdown-menu.active {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}
.primaryNavigation-nav .nav > li {
  position: relative;
}
@media (min-width: 767px) and (max-width: 992px) {
  .primaryNavigation-nav .nav > li {
    float: left;
  }
}
@media (max-width: 767px) {
  .primaryNavigation-nav .nav > li {
    border-bottom: 1px solid #ffffff;
  }
  .primaryNavigation-nav .nav > li:last-child {
    border: none;
  }
}
@media (min-width: 992px) {
  .primaryNavigation-nav .nav > li:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    content: "";
    background: #dedede;
    z-index: 0;
  }
  .primaryNavigation-nav .nav > li:last-child:after {
    display: none;
  }
}
.primaryNavigation-nav .nav > li > a {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-left: -1px;
}
@media (min-width: 992px) {
  .primaryNavigation-nav .nav > li > a {
    padding: 15px 8px;
  }
}
@media (min-width: 1200px) {
  .primaryNavigation-nav .nav > li > a {
    padding: 15px 20px;
  }
}
@media (min-width: 767px) {
  .primaryNavigation-nav .nav > li.active > a,
  .primaryNavigation-nav .nav > li > a.is-active,
  .primaryNavigation-nav .nav > li > a:hover,
  .primaryNavigation-nav .nav > li > a:focus {
    background-color: #ffffff;
  }
}
.primaryNavigation-nav .caret {
  display: none;
}
@media (min-width: 767px) {
  .primaryNavigation-nav .dropdown:hover > a,
  .primaryNavigation-nav .dropdown:focus > a {
    background-color: #ffffff;
  }
  .primaryNavigation-nav .dropdown:hover .dropdown-menu,
  .primaryNavigation-nav .dropdown:focus .dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
  background: #ffffff;
  border: 0;
  margin-top: 0;
  box-shadow: none;
  left: -1px;
  padding: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.dropdown-menu > li > a {
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
    line-height: 27px;
  }
}
.dropdown-menu > li.active > a,
.dropdown-menu > li > a.is-active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #164194;
  color: white;
}
.navbar-toggle {
  margin-top: -50px;
}
@media (min-width: 767px) {
  .navbar-toggle {
    margin-top: -61px;
  }
}
.navbar-toggle .icon-bar {
  background: #164194;
}
.navbar-toggle--active .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle--active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle--active .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
.quicklinks {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .quicklinks {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .quicklinks {
    width: 70%;
    padding-left: 0;
  }
}
.quicklinks--mobile {
  display: none;
}
@media (min-width: 767px) and (max-width: 991px) {
  .quicklinks--mobile {
    order: -1;
    display: block;
  }
}
.quicklinks-links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 22px 0 19px;
  max-height: 1000px;
  text-align: center;
}
@media (min-width: 767px) {
  .quicklinks-links {
    padding: 15px 0 15px;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .quicklinks-links {
    padding: 15px 0 15px;
  }
}
.quicklinks-links p {
  display: flex;
}
.quicklinks-link {
  color: #000000;
  display: block;
  text-decoration: none !important;
  position: relative;
  padding-left: 24px;
}
.quicklinks-link:hover,
.quicklinks-link:focus {
  text-decoration: none;
  color: #81acdc;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .quicklinks-link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .quicklinks-link {
    padding-left: 5px;
  }
}
@media (min-width: 767px) {
  .quicklinks-link {
    margin-left: 16px;
  }
  .quicklinks-link:after {
    height: 12px;
    width: 1px;
    margin: 0 10px;
    background: #444446;
    content: "";
  }
}
.quicklinks-link:before {
  width: 19px;
  height: 17px;
  margin-right: 10px;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 767px) {
  .quicklinks-link:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .quicklinks-link.quicklinks-link--group {
    display: none;
  }
}
.quicklinks-link.quicklinks-link--group:before {
  background-image: url("../images/icons/icon-group.svg");
}
.quicklinks-link.quicklinks-link--news:before {
  background-image: url("../images/icons/icon-news.svg");
}
.quicklinks-link.quicklinks-link--contact:before {
  background-image: url("../images/icons/icon-contact.svg");
}
.quicklinks-divider {
  height: 12px;
  width: 1px;
  margin: 0 10px;
  background: #444446;
}
.quicklinks-divider--large {
  background: none;
  margin: 0 12px;
}
.quicklinks-divider--small {
  background: none;
  margin: 0 8px;
}
.quicklinks-button {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  padding: 17px 20px 15px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #9BD622;
  color: white;
  display: block;
  color: #ffffff;
  font-weight: 700;
}
.quicklinks-button:hover,
.quicklinks-button:focus {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
.quicklinks-button:hover,
.quicklinks-button:focus {
  background: #7baa1b;
  color: white;
}
.quicklinks-button:hover,
.quicklinks-button:focus {
  color: #ffffff;
}
@media (max-width: 767px) {
  .quicklinks-button {
    margin: 0 10px 1rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .quicklinks-button {
    font-size: 15px;
    padding: 17px 10px 13px;
  }
}
@media (min-width: 767px) {
  .quicklinks-button {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .quicklinks-button {
    padding: 18px 60px 15px;
  }
}
.quicklinks-lang {
  padding: 0px 5px 0px 21px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  cursor: pointer;
  background: url("../images/icon-lang.svg") left center no-repeat;
  background-size: 16px;
}
.quicklinks-lang .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quicklinks-lang .contextual {
  display: none !important;
}
.quicklinks-lang-dropdown {
  position: absolute;
  right: 0px;
  display: none;
  background: white;
  /*
			@media (max-width: @screen-xs-max) {
				ul {
					display: flex;
					flex-wrap: wrap;

					li {
						a {
							color: @epsa-gray;
							padding: 0 5px 0 0;
						}
					}
				}
			}
			*/
}
@media (max-width: 767px) {
  .quicklinks-lang-dropdown {
    background: #81acdc;
  }
}
.quicklinks-lang-dropdown .region.row {
  margin: 0;
}
.quicklinks-lang-dropdown .links {
  display: block;
}
.quicklinks-lang-dropdown .links span {
  padding: 0;
  display: block;
}
.quicklinks-lang-dropdown .links span .language-link {
  padding: 5px 5px;
  color: #444446;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .quicklinks-lang-dropdown .links span .language-link {
    color: white;
  }
}
.quicklinks-lang-dropdown .links span.is-active {
  display: none;
}
.quicklinks-lang:hover .quicklinks-lang-dropdown {
  display: block !important;
}
@media (max-width: 767px) {
  .navbar-nav .dropdown:hover .dropdown-menu,
  .navbar-nav .dropdown:focus .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}
.page-header--fixed {
  position: fixed;
  border-top: 0;
  -webkit-transform: translate3d(0, -130px, 0);
  -moz-transform: translate3d(0, -130px, 0);
  -ms-transform: translate3d(0, -130px, 0);
  transform: translate3d(0, -130px, 0);
  top: 0;
}
@media (min-width: 767px) {
  .page-header--fixed {
    -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (max-width: 767px) {
  .page-header--fixed {
    top: 0 !important;
    display: none !important;
  }
}
.page-header--fixed .navbar-toggle {
  margin-top: -42px;
}
.page-header--fixed .quicklinks {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .page-header--fixed .quicklinks {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .page-header--fixed .quicklinks {
    width: 21%;
    padding-left: 0;
  }
}
.page-header--fixed .brand {
  padding-top: 11px;
  padding-bottom: 0;
  padding-right: 0;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .page-header--fixed .brand {
    padding-bottom: 13px;
  }
}
.page-header--fixed .brand-logo {
  width: 100px;
}
@media (min-width: 767px) {
  .page-header--fixed .brand-logo {
    width: 200px;
  }
}
.page-header--fixed .primaryNavigation {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-header--fixed .primaryNavigation {
    width: 62.33%;
    padding-right: 0;
  }
}
.page-header--fixed .primaryNavigation-nav > .region.row {
  margin: 0;
}
.page-header--fixed .primaryNavigation-nav .nav > li:after {
  position: absolute;
  top: 0;
  height: 70px;
  margin-top: 0px;
}
@media (min-width: 767px) {
  .page-header--fixed .primaryNavigation-nav .nav > li > a {
    height: 70px;
    padding: 13px 8px 12px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .page-header--fixed .primaryNavigation-nav .nav > li > a {
    padding: 22px 10px 23px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-header--fixed .primaryNavigation-nav .nav > li > a {
    padding: 22px 20px 23px;
  }
}
.page-header--fixed .quicklinks-button {
  padding: 17px 10px 18px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-header--fixed .quicklinks-button {
    padding: 25px 10px 21px;
  }
}
.page-header-call {
  background: #444446;
  color: white;
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  -webkit-transform: translate3d(0, -130px, 0);
  -moz-transform: translate3d(0, -130px, 0);
  -ms-transform: translate3d(0, -130px, 0);
  transform: translate3d(0, -130px, 0);
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .page-header-call {
    display: none !important;
  }
}
body.toolbar-horizontal .page-header-call {
  top: 96px;
}
body.toolbar-horizontal.toolbar-tray-open .page-header-call {
  top: 136px;
}
@media (min-width: 767px) {
  .body--scrolled .page-header--fixed {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.body--scrolled.body--scrolledUp .page-header--fixed {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.body--scrolledFurther .page-header-call {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.searchBar {
  overflow: hidden;
  margin-top: -71px;
  transition: margin 0.3s ease;
  background-color: #164194;
}
body.body--searchActive .searchBar {
  margin-top: -7px;
}
.searchBar-search {
  display: flex;
}
.searchBar-search-icon {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.searchBar-search-search {
  flex-grow: 1;
}
.searchBar-search-search .input-group {
  width: 100%;
}
.searchBar-search-search .input-group .form-search {
  color: white;
  font-weight: 400;
}
.searchBar-search-search .form-control {
  background: transparent;
}
.searchBar-search-search .form-submit {
  display: none;
}
.searchBar-search-search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1;
  /* Firefox */
}
.searchBar-search-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
}
.form-type-search {
  margin: 0;
}
.js-toggleSearch {
  cursor: pointer;
}
.path-search .section--gray {
  background-color: white;
}
.path-search .page-form-intro .search-help-link {
  display: none;
}
.path-search .page-form-intro .form-control {
  border: 1px #6d9fd6 solid;
}
.path-search .page-form-intro .form-submit {
  padding: 13px;
  line-height: 0;
}
.path-search ol {
  padding-left: 0;
  list-style: none;
}
.path-search ol li {
  padding: 30px;
  margin-bottom: 30px;
  border: none;
  text-align: left;
  background: #ffffff;
}
.path-search ol li h3 a {
  color: #444446;
}
.path-search ol li p {
  color: #444446;
}
.jumbotron--landing {
  height: 650px;
}
.jumbotron--page .jumbotron-content-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .jumbotron--page .jumbotron-content-block {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.jumbotron,
.markets {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 450px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .jumbotron,
  .markets {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) {
}
.jumbotron .container,
.markets .container {
  position: relative;
  z-index: 10;
}
.jumbotron-video-container,
.markets-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/themes/kreber/images/jumbotron_placeholder.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.jumbotron-video,
.markets-video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 60%;
}
.jumbotron-video video,
.markets-video video {
  min-width: 100%;
}
@media (max-width: 992px) {
  .jumbotron-video,
  .markets-video {
    padding-bottom: 100%;
  }
  .jumbotron-video video,
  .markets-video video {
    position: relative;
    left: -300px;
  }
}
@media (max-width: 767px) {
  .jumbotron-video,
  .markets-video {
    padding-bottom: 0;
    height: 100%;
  }
  .jumbotron-video video,
  .markets-video video {
    height: 100%;
    left: -200px;
  }
}
.jumbotron-video-wrapper,
.markets-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jumbotron--page {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .jumbotron--page {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.jumbotron--shallow {
  height: 390px;
}
.jumbotron--shallow:before,
.jumbotron--shallow:after {
  display: none;
}
.jumbotron--bottomGray:after {
  border-bottom: 100px solid #ffffff;
}
.jumbotron--narrow {
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jumbotron--narrow:before,
.jumbotron--narrow:after {
  display: none;
}
.jumbotron--bar {
  min-height: 182px;
  height: 182px;
  background: #164194;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  .jumbotron--bar {
    height: 100px;
  }
}
.jumbotron--bar:before,
.jumbotron--bar:after {
  display: none;
}
@media (max-width: 767px) {
  .jumbotron--bar {
    height: auto;
    padding: 16px 0 20px;
  }
  .jumbotron--bar .button {
    margin-top: 10px;
  }
}
.jumbotron--bar h1 {
  color: white;
}
.jumbotron--bar--gray {
  background: #ffffff;
  color: #164194;
}
.jumbotron--bar--gray .jumbotron-content-title {
  color: #164194;
}
.jumbotron--gray {
  background: #444446;
  color: white;
}
.jumbotron--gray .jumbotron-content-title {
  color: white;
}
.jumbotron--unflexed {
  display: block;
}
.jumbotron--unflexed .jumbotron-content {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .jumbotron--unflexed .jumbotron-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .jumbotron--page .jumbotron-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.jumbotron--withFooter {
  padding-bottom: 130px;
}
.jumbotron-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  z-index: 1;
}
.jumbotron-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.jumbotron-background {
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  width: 105%;
  height: 105%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@supports (-ms-ime-align:auto) {
  .jumbotron-background {
    transform: none !important;
  }
}
.jumbotron-title {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .jumbotron-title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .jumbotron-title {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .jumbotron-title {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .jumbotron-title {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.jumbotron-title h1 {
  color: white;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .jumbotron-title h1 {
    font-size: 70px;
  }
}
.jumbotron-title h1 b,
.jumbotron-title h1 strong {
  display: block;
  font-weight: 900;
}
.jumbotron-title p {
  color: white;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .jumbotron-title p {
    line-height: 1.4;
  }
}
@media (min-width: 767px) {
  .jumbotron-title p {
    margin-top: 20px;
  }
}
.jumbotron-title-action {
  margin-top: 40px;
}
.jumbotron-title--exceptional {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .jumbotron-title--exceptional {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .jumbotron-title--exceptional {
    margin-left: 8.33333333%;
  }
}
.jumbotron-title--exceptional h1 {
  margin-bottom: 20px;
}
.jumbotron-title--exceptional p {
  color: white;
  font-weight: 500;
  margin-top: 20px;
}
.jumbotron-title--exceptional a,
.jumbotron-title--exceptional a:hover,
.jumbotron-title--exceptional a:focus {
  color: white;
}
@media (max-width: 767px) {
  .jumbotron-title--exceptional {
    margin-bottom: 40px;
  }
}
.jumbotron-title--animated {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-animation: fadeDown 0.5s 0.5s ease-in-out normal forwards;
  -moz-animation: fadeDown 0.5s 0.5s ease-in-out normal forwards;
  -o-animation: fadeDown 0.5s 0.5s ease-in-out normal forwards;
  animation: fadeDown 0.5s 0.5s ease-in-out normal forwards;
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.jumbotron-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.jumbotron-content-block {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .jumbotron-content-block {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .jumbotron-content-block {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .jumbotron-content-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.jumbotron-content-block--centered {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .jumbotron-content-block--centered {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .jumbotron-content-block--centered {
    margin-left: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .jumbotron-content-block--centered {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.jumbotron-content-block--wide {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .jumbotron-content-block--wide {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .jumbotron-content-block--wide {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .jumbotron-content-block--wide {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 767px) {
  .jumbotron-content--withFooter {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .jumbotron-content--withFooter > .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.jumbotron-content-title {
  color: white;
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 767px) {
  .jumbotron-content-title {
    font-size: 70px;
  }
}
.jumbotron-content-title--small {
  font-size: 32px;
}
@media (min-width: 767px) {
  .jumbotron-content-title--small {
    font-size: 50px;
  }
}
.jumbotron-content-title--knowledge {
  margin: 0 auto;
}
.jumbotron-content-body {
  color: white;
  font-weight: 500;
  margin-top: 20px;
}
.jumbotron-content-body a:not(.button) {
  color: white;
}
@media (max-width: 767px) {
  .jumbotron-content-body p {
    line-height: 1.5;
  }
}
.jumbotron-content-body--tight {
  line-height: 1.5;
}
.jumbotron-content-body--tight p {
  line-height: 1.5;
}
.jumbotron-content-body-footer {
  margin-top: 40px;
}
.jumbotron-content-author {
  position: relative;
  padding-left: 90px;
  text-align: left;
  color: white;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
  padding-top: 13px;
}
.jumbotron-content-author--offset {
  margin-top: 20px;
}
.jumbotron-content-author-avatar {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.jumbotron-content-author-avatar img {
  border-radius: 50%;
}
.jumbotron-download {
  color: white;
  font-weight: 600;
  font-size: 20px;
}
.jumbotron-download .button {
  font-size: 18px;
  min-width: 270px;
  padding: 12px 20px 9px;
}
@media (min-width: 767px) {
  .jumbotron-download .button {
    margin-left: 30px;
  }
}
.jumbotron-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .jumbotron-footer {
    position: relative;
  }
}
.jumbotron-figures {
  display: flex;
  justify-content: space-around;
  padding: 0 0 50px 0;
}
@media (max-width: 767px) {
  .jumbotron-figures {
    flex-wrap: wrap;
  }
}
.jumbotron-figure {
  padding: 0 30px;
  color: white;
  font-size: 30px;
}
@media (max-width: 767px) {
  .jumbotron-figure {
    font-size: 20px;
    padding: 5px 30px;
  }
}
.jumbotron-figure strong,
.jumbotron-figure b {
  font-weight: 900;
}
.jumbotron-figure-counter {
  display: inline-block;
  width: fit-content;
  text-align: right;
}
.jumbotron-figure-counter--wide {
  width: 52px;
}
@media (max-width: 767px) {
  .jumbotron-figure-counter--wide {
    width: 36px;
  }
}
.jumbotron-action-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.jumbotron-action {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .jumbotron-action {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .jumbotron-action {
    margin-left: 8.33333333%;
  }
}
.jumbotron-action .jumbotron-action-button {
  display: block;
}
.jumbotron-action--wide {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .jumbotron-action--wide {
    float: left;
    width: 41.66666667%;
  }
}
.jumbotron-action-button,
.markets-action-button {
  display: inline-block;
  background: #2469F1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 20px 18px;
  text-align: center;
  text-decoration: none;
  color: white;
  min-width: 250px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .jumbotron-action-button,
  .markets-action-button {
    margin-bottom: 15px;
    min-width: 180px;
  }
}
.jumbotron-action-button:hover,
.markets-action-button:hover,
.jumbotron-action-button:focus,
.markets-action-button:focus {
  text-decoration: none;
  color: #ffffff;
  background: #0e51d4;
}
.jumbotron-action-link {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  font-weight: 900;
  padding: 17px 20px 15px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: transparent;
  font-weight: normal;
  font-size: inherit;
  font-style: normal;
  text-transform: none;
  min-height: 54px;
  border-radius: 27px;
  border: 1px solid white;
  padding: 13px 20px 13px 27px;
  color: white;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  margin-right: 25px;
  position: relative;
  top: -2px;
}
.jumbotron-action-link:hover,
.jumbotron-action-link:focus {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
@media (max-width: 767px) {
  .jumbotron-action-link {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  }
}
.jumbotron-action-link:hover,
.jumbotron-action-link:focus {
  background: transparent;
}
.jumbotron-action-link:after {
  width: 24px;
  height: 11px;
  background: url("../images/icon-arrow.svg") center center no-repeat;
  background-size: contain;
  content: "";
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 5px;
}
.jumbotron-action-link:hover,
.jumbotron-action-link:focus {
  text-decoration: none;
  color: white;
}
.jumbotron-action-footer {
  margin-top: 12px;
  height: 28px;
  width: 100%;
  background: #ffffff;
}
.jumbotron-mouse {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 80px;
  background: url("../images/mouse.svg") center top no-repeat;
  background-size: 30px;
  text-align: center;
  color: white;
  padding-top: 60px;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .jumbotron-mouse {
    display: none !important;
  }
}
.business-figures {
  display: flex;
  justify-content: space-around;
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .business-figures {
    flex-wrap: wrap;
  }
}
.business-figures--home {
  padding: 0;
}
@media (min-width: 767px) {
  .business-figures--home {
    margin: 0 -30px;
  }
}
.business-figures-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .business-figures-wrapper {
    float: left;
    width: 100%;
  }
}
.business-figures-wrapper h2 {
  margin-bottom: 40px;
  padding-left: 40px;
}
@media (min-width: 767px) {
  .business-figures-wrapper {
    padding-left: 8.33%;
  }
  .business-figures-wrapper h2 {
    padding-left: 10px;
  }
}
.business-figure {
  padding: 0 30px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .business-figure {
    font-size: 20px;
    padding: 5px 30px;
    margin-bottom: 20px;
  }
}
.business-figure strong,
.business-figure b {
  font-weight: 900;
}
.business-figure-icon {
  width: 80px;
  height: 64px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.business-figure-icon--impact {
  background-image: url("../images/icons/icon-impact.svg");
}
.business-figure-icon--revenue {
  background-image: url("../images/icons/icon-revenue.svg");
}
.business-figure-icon--customers {
  background-image: url("../images/icons/icon-customers.svg");
  width: 64px;
}
.business-figure-icon--ftes {
  background-image: url("../images/icons/icon-ftes.svg");
}
.business-figure-counter {
  display: inline-block;
  width: fit-content;
  text-align: right;
}
.business-figure-counter--2 {
  width: 27px;
}
.business-figure-counter--3 {
  width: 37px;
}
.business-figure-counter--4 {
  width: 41px;
}
.business-figure-counter--wide {
  width: 52px;
}
@media (max-width: 767px) {
  .business-figure-counter--wide {
    width: 36px;
  }
}
.page-sitemap .feed-link {
  display: none;
}
.page-sitemap h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.sitemap-box {
  margin-bottom: 2rem;
}
.sitemap .sitemap-box {
  margin-bottom: 2rem;
}
.sitemap .sitemap-box ul {
  list-style: none;
  padding-left: 0;
}
.sitemap .sitemap-box ul ul {
  padding-left: 1.5rem;
}
.sitemap .menu {
  margin-bottom: 2rem;
}
.sitemap .menu a {
  padding: 0;
}
.sitemap .menu a:hover,
.sitemap .menu a:focus {
  background: none;
}
.sitemap .nav-link--toggle {
  display: none;
}
.sitemap .dropdown-menu {
  display: block;
  position: static;
  float: none;
  background: none;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
.sitemap .dropdown-menu > li > a {
  font-weight: normal;
  color: #81acdc;
  font-size: 18px;
}
.sitemap .dropdown-menu > li > a:hover,
.sitemap .dropdown-menu > li > a:focus {
  color: #4585cb;
}
.section {
  padding: 60px 0 30px;
  position: relative;
}
.section--white {
  padding: 50px 0 30px;
  background: white;
}
@media (min-width: 767px) {
  .section--white {
    padding: 90px 0 70px;
  }
}
.section--narrowBottom + .section--white {
  padding-top: 0;
}
@media (min-width: 767px) {
  .section--narrowBottom + .section--white {
    padding-top: 20px;
  }
}
@media (min-width: 767px) {
  .section--figures {
    padding: 60px 0 70px;
  }
}
@media (min-width: 767px) {
  .section--figuresHome {
    padding: 60px 0;
  }
}
.section--white--narrow {
  padding-top: 0;
}
.section--gray {
  padding: 50px 0 30px;
  background: #ffffff url("../images/pattern-circuit-cutout.svg") left 40px no-repeat;
  background-size: 340px;
}
@media (min-width: 767px) {
  .section--gray {
    padding: 90px 0 70px;
  }
}
.section--gray--narrow {
  padding-top: 0;
}
.section--green {
  background: #444446;
  color: white;
  padding: 50px 0 30px;
}
@media (min-width: 767px) {
  .section--green {
    padding: 100px 0 80px;
  }
}
.section--green a,
.section--green a:hover,
.section--green a:focus,
.section--green h2,
.section--green h3 {
  color: white;
}
.section--green .text-link:after {
  background: url("../images/arrow-white.svg") center center no-repeat;
  background-size: contain;
}
.section--blue {
  background: #81acdc;
  padding: 50px 0 30px;
  color: white;
}
@media (min-width: 767px) {
  .section--blue {
    padding: 90px 0 70px;
  }
}
.section--blue h2 {
  font-weight: 700;
}
.section--blue a,
.section--blue a:hover,
.section--blue a:focus,
.section--blue h2,
.section--blue h3 {
  color: white;
}
.section--blueDark {
  background: #444446;
  padding: 90px 0 70px;
  color: white;
}
.section--spaced {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section--spacedTop {
  margin-top: 30px;
}
.section--bordered {
  margin-bottom: 20px;
}
.section--square:before,
.section--square:after {
  display: none;
}
.section--square--narrow {
  padding-bottom: 30px;
}
.section--clean {
  background-image: none;
}
@media (max-width: 767px) {
  .section--author {
    padding-bottom: 0;
  }
}
.section--legal {
  padding-top: 0px;
}
.section-title-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .section-title-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .section-title-wrapper {
    margin-left: 8.33333333%;
  }
}
.section-title {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .section-title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .section-title {
    margin-left: 8.33333333%;
  }
}
.section-title--narrow {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .section-title--narrow {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .section-title--narrow {
    margin-left: 16.66666667%;
  }
}
.split {
  position: relative;
}
.split--spaced {
  margin-bottom: 30px;
}
.split-background {
  width: 50%;
  position: absolute;
  z-index: 10;
  height: 100%;
  background: white;
}
@media (max-width: 767px) {
  .split-background {
    display: none !important;
  }
}
.split-pattern {
  width: 50%;
  position: absolute;
  z-index: 10;
  height: 100%;
  background: white url("../images/pattern-circuit-cutout.svg") -50px 40px no-repeat;
  background-size: 340px;
}
@media (max-width: 767px) {
  .split-pattern {
    display: none !important;
  }
}
.split-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.split-left {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  padding-left: 8.33%;
  padding-right: 8.33%;
  background: white;
}
@media (min-width: 768px) {
  .split-left {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .split-left {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.split-left--spaced {
  line-height: 2;
}
.split-left--clean {
  background: #ffffff;
}
.split-left-content {
  position: relative;
  z-index: 30;
}
.split-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .split-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .split-right {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 767px) {
  .split-right {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .split-right {
    padding-left: 25px;
  }
}
.split-right a,
.split-right a:focus,
.split-right a:hover {
  text-decoration: none;
}
.jumbotron--page + .split .split-right {
  padding-top: 100px;
}
.split-right--highlight {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 3%;
}
@media (min-width: 768px) {
  .split-right--highlight {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .split-right--highlight {
    margin-left: 0%;
  }
}
.split-right--whitepaper {
  padding-top: 0;
}
@media (min-width: 767px) {
  .split-right--whitepaper {
    margin-top: -90px;
  }
}
.page-photos {
  margin: 0 -10px 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-photos {
    margin: 0 0 20px;
    padding: 0 10px;
  }
}
.page-photos .owl-dots {
  display: none;
  text-align: center;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .page-photos .owl-dots {
    display: block;
  }
}
.page-photos .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 2px;
}
.page-photos .owl-dots .owl-dot.active {
  background: #b0b0b0;
}
.page-photos--carousel {
  margin: 0 0 20px;
}
.page-photos--carousel .page-photo {
  width: 100%;
  padding: 0;
}
.page-photos--carousel .owl-nav .owl-prev,
.page-photos--carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #444446;
  background-size: 20px 29px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -30px;
  z-index: 2;
  font-size: 0;
}
.page-photos--carousel .owl-nav .owl-prev {
  left: 0;
  background-image: url("../images/chevron-left.svg");
  background-position: 47% center;
}
.page-photos--carousel .owl-nav .owl-next {
  right: 0;
  background-image: url("../images/chevron-right.svg");
  background-position: 53% center;
}
.page-photo {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (min-width: 767px) {
  .page-photo {
    width: 33.33%;
    margin-bottom: 0;
  }
}
.section--family {
  background: black url("../images/bg-family-epsa.jpg") right bottom no-repeat;
  background-size: 1200px 675px;
  padding: 90px 0 70px;
  position: relative;
  font-family: "Rubik", sans-serif;
}
.section--family .container {
  position: relative;
}
.family-brand {
  width: 350px;
  height: 62px;
  background: url("../images/group.svg") center center no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  max-width: 100%;
}
.family-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
}
@media (min-width: 768px) {
  .family-content {
    float: left;
    width: 66.66666667%;
  }
}
.family-content h2,
.family-content h3,
.family-content a,
.family-content a:hover,
.family-content a:focus {
  color: white;
}
.section--exceptional {
  padding: 80px 0 0px;
}
@media (min-width: 767px) {
  .section--exceptional {
    padding: 120px 0 100px;
  }
}
.section--exceptional1 {
  background: #ffffff url("../images/pattern-exceptional1.svg") left 40px no-repeat;
  background-size: 340px;
}
.section--exceptional2 {
  background: #164194 url("../images/pattern-exceptional1.svg") left 40px no-repeat;
  background-size: 340px;
}
@media (min-width: 767px) {
  .section--exceptional2 .exceptional-content {
    order: 10;
  }
}
.section--exceptional3 {
  background: #86c2eb url("../images/pattern-exceptional1.svg") -160px 40px no-repeat;
  background-size: 340px;
}
.section--exceptional4 {
  background: #ffffff url("../images/pattern-exceptional2.svg") right 40px no-repeat;
  background-size: 340px;
  border-bottom: 7px solid white;
}
@media (min-width: 767px) {
  .section--exceptional4 .exceptional-content {
    order: 10;
  }
}
.exceptional-figure {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .exceptional-figure {
    display: none !important;
  }
}
.exceptional-figure--2,
.exceptional-figure--4 {
  left: 0;
}
.exceptional-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .exceptional-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .exceptional-content {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .exceptional-content {
    margin-bottom: 60px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
.exceptional-content .button {
  margin-top: 1rem;
  min-width: 250px;
  padding: 9px 20px 7px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section--exceptional2 .exceptional-content,
  .section--exceptional4 .exceptional-content {
    margin-left: 58.33333333%;
  }
}
.section--exceptional2 .exceptional-content {
  color: white;
}
.section--exceptional2 .exceptional-content h2 {
  color: white;
}
.section--exceptional2 .exceptional-content .button {
  background: #86c2eb;
  color: white;
}
.section--exceptional2 .exceptional-content .button:hover,
.section--exceptional2 .exceptional-content .button:focus {
  background: #5aace4;
  color: white;
}
.section--exceptional3 .exceptional-content .button {
  background: white;
  color: #000000;
}
.section--exceptional3 .exceptional-content .button:hover,
.section--exceptional3 .exceptional-content .button:focus {
  background: #fafafa;
  color: #000000;
}
.section--exceptional3 .exceptional-content {
  color: white;
}
.teasers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 20px;
}
.teasers--carouselAuto,
.teasers--carousel {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.teasers--carouselAuto .teaser,
.teasers--carousel .teaser {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0;
}
.teasers--carouselAuto .owl-stage-outer,
.teasers--carousel .owl-stage-outer {
  padding: 10px;
  margin: 0 -10px;
}
.teasers--carouselAuto .owl-item,
.teasers--carousel .owl-item,
.teasers--carouselAuto .owl-stage,
.teasers--carousel .owl-stage {
  display: flex;
}
.teasers--carouselAuto .owl-stage,
.teasers--carousel .owl-stage {
  padding-top: 12px;
  padding-bottom: 12px;
}
.teasers--carouselAuto .owl-nav .owl-prev,
.teasers--carousel .owl-nav .owl-prev,
.teasers--carouselAuto .owl-nav .owl-next,
.teasers--carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: -40px;
  font-size: 0;
}
.teasers--carouselAuto .owl-nav .owl-prev:before,
.teasers--carousel .owl-nav .owl-prev:before,
.teasers--carouselAuto .owl-nav .owl-next:before,
.teasers--carousel .owl-nav .owl-next:before {
  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;
  content: '';
  font-size: 24px;
  color: #2B4345;
  opacity: 1;
  background: url("/themes/semecs/images/arrow-blue.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 24px;
}
.teasers--carouselAuto .owl-nav .owl-prev:hover:before,
.teasers--carousel .owl-nav .owl-prev:hover:before,
.teasers--carouselAuto .owl-nav .owl-next:hover:before,
.teasers--carousel .owl-nav .owl-next:hover:before,
.teasers--carouselAuto .owl-nav .owl-prev:focus:before,
.teasers--carousel .owl-nav .owl-prev:focus:before,
.teasers--carouselAuto .owl-nav .owl-next:focus:before,
.teasers--carousel .owl-nav .owl-next:focus:before {
  opacity: 1;
}
.teasers--carouselAuto .owl-nav .owl-prev:before,
.teasers--carousel .owl-nav .owl-prev:before {
  transform: scaleX(-1);
}
.teasers--carouselAuto .owl-nav .owl-next,
.teasers--carousel .owl-nav .owl-next {
  left: auto;
  right: -40px;
}
.teaser {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
  display: flex;
}
@media (min-width: 767px) {
  .teaser {
    width: 33.33%;
  }
}
@media (min-width: 767px) {
  .teaser--half {
    width: 50%;
  }
}
.teaser--contact {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .teaser--contact:last-child {
    margin-bottom: 0px;
  }
}
.teaser-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  color: inherit;
}
.teaser-box .teaser-body {
  flex: 1;
}
.teaser-box:hover,
.teaser-box:focus {
  text-decoration: none;
  color: inherit;
  background: #e0e0e0;
}
.teaser-box:hover .teaser-figure img,
.teaser-box:focus .teaser-figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.teaser-box:hover .teaser-figure:before,
.teaser-box:focus .teaser-figure:before {
  background: #e0e0e0;
}
.teaser-box:hover .teaser-figure:after,
.teaser-box:focus .teaser-figure:after {
  border-bottom: 30px solid #e0e0e0;
}
.teaser-box--gray {
  background: #ffffff;
}
.teaser-box--gray .teaser-figure:before {
  background: #ffffff;
  width: 50%;
}
.teaser-box--gray .teaser-figure:after {
  border-bottom-color: #ffffff;
  left: 50%;
}
.teaser-box--gray:hover,
.teaser-box--gray:focus {
  text-decoration: none;
  color: inherit;
  background: #e0e0e0;
}
.teaser-box--gray:hover .teaser-figure img,
.teaser-box--gray:focus .teaser-figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.teaser-box--gray:hover .teaser-figure:before,
.teaser-box--gray:focus .teaser-figure:before {
  background: #e0e0e0;
}
.teaser-box--gray:hover .teaser-figure:after,
.teaser-box--gray:focus .teaser-figure:after {
  border-bottom: 30px solid #e0e0e0;
}
.teaser-box--reverse {
  background: #ffffff;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.teaser-box--reverse:hover,
.teaser-box--reverse:focus {
  text-decoration: none;
  color: inherit;
  background: #e0e0e0;
}
.teaser-box--reverse:hover:before,
.teaser-box--reverse:focus:before {
  background: #e0e0e0;
}
.teaser-box--reverse:hover:after,
.teaser-box--reverse:focus:after {
  border-bottom: 30px solid #e0e0e0;
}
.teaser-box--reverse .teaser-figure:before,
.teaser-box--reverse .teaser-figure:after {
  display: none;
}
.teaser-box--reverse .teaser-body {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1;
  display: flex;
  align-items: center;
}
.teaser-box--grayPlain {
  background: #ffffff;
}
.teaser-box--grayPlain .teaser-figure:before {
  background: #ffffff;
  width: 50%;
}
.teaser-box--grayPlain .teaser-figure:after {
  border-bottom-color: #ffffff;
  left: 50%;
}
.teaser-box--grayPlain:hover,
.teaser-box--grayPlain:focus {
  text-decoration: none;
  color: inherit;
  background: #ffffff;
}
.teaser-box--grayPlain:hover .teaser-figure img,
.teaser-box--grayPlain:focus .teaser-figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.teaser-box--grayPlain:hover .teaser-figure:before,
.teaser-box--grayPlain:focus .teaser-figure:before {
  background: #ffffff;
}
.teaser-box--grayPlain:hover .teaser-figure:after,
.teaser-box--grayPlain:focus .teaser-figure:after {
  border-bottom: 30px solid #ffffff;
}
.teaser-figure {
  position: relative;
  overflow: hidden;
  display: block;
}
.teaser-figure img {
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.teaser-body {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 45px 35px;
}
.teaser-body p {
  line-height: 1.5;
}
.teaser-title {
  font-size: 25px;
}
.teaser-title a,
.teaser-title a:hover,
.teaser-title a:focus {
  color: #164194;
}
@media (min-width: 767px) {
  .teaser-body--spaced {
    padding: 60px 75px;
  }
}
@media (min-width: 767px) {
  .teaser-body--high {
    padding: 60px 35px;
  }
}
.teaser-footer {
  background: #ffffff;
  border-top: 20px solid white;
  padding: 50px 35px 45px 35px;
}
.teaser-footer--spaced p {
  line-height: 1.5;
}
@media (min-width: 767px) {
  .teaser-footer--spaced {
    padding: 60px 75px 55px;
  }
}
.teaser-footer--gray {
  background: #ffffff;
}
.technologyTeasers {
  position: relative;
}
.technologyTeasers .owl-dots {
  display: none;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .technologyTeasers .owl-dots {
    display: block;
  }
}
.technologyTeasers .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 2px;
}
.technologyTeasers .owl-dots .owl-dot.active {
  background: #b0b0b0;
}
.technologyTeasers-carousel .owl-stage-outer {
  padding: 10px;
  margin: 0 -10px;
}
.technologyTeaser-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 40px;
  color: #164194;
}
.technologyTeaser-nav:hover,
.technologyTeaser-nav:focus {
  color: #0e2a5f;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .technologyTeaser-nav {
    display: none;
  }
}
.technologyTeaser-nav img {
  width: 15px;
}
.technologyTeaser-nav--prev {
  left: -40px;
}
.technologyTeaser-nav--prev img {
  transform: scaleX(-1);
}
.technologyTeaser-nav--next {
  right: -40px;
}
.technologyTeaser-carousel .owl-stage-outer {
  padding-top: 20px;
}
.technologyTeaser {
  display: block;
  color: inherit;
}
.technologyTeaser:hover,
.technologyTeaser:focus {
  text-decoration: none;
  color: inherit;
}
.technologyTeaser:hover .technologyTeaser-title,
.technologyTeaser:focus .technologyTeaser-title {
  background: #e0e0e0;
}
.technologyTeaser:hover .technologyTeaser-figure img,
.technologyTeaser:focus .technologyTeaser-figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.technologyTeaser-title {
  position: relative;
  display: flex;
  min-height: 100px;
  padding: 4px 30px 0;
  background: #ffffff;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.technologyTeaser-title h3 {
  font-size: 22px;
}
.technologyTeaser-title > h3 {
  margin: 0;
}
.technologyTeaser-figure {
  overflow: hidden;
}
.technologyTeaser-figure img {
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.teaserFull {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  margin-bottom: 20px;
}
.teaserFull-figure {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
}
@media (min-width: 767px) {
  .teaserFull-figure {
    width: 66.67%;
  }
}
@media (max-width: 767px) {
  .teaserFull-figure {
    min-height: 200px;
  }
}
@media (min-width: 767px) {
  .teaserFull-figure:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70%;
    background: #ffffff;
    content: "";
    z-index: 2;
  }
  .teaserFull-figure:after {
    position: absolute;
    top: 70%;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-top: 40px solid #ffffff;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .teaserFull-figure:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 70%;
    height: 30px;
    background: #ffffff;
    z-index: 10;
  }
  .teaserFull-figure:after {
    position: absolute;
    bottom: -1px;
    left: 70%;
    content: "";
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
    z-index: 10;
  }
}
.teaserFull-figure--flexed {
  position: relative;
}
.teaserFull-figure-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.teaserFull-figure-wrapper img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  zoom: 0;
}
@media (max-width: 767px) {
  .teaserFull-figure-wrapper img {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .teaserFull-figure--small {
    width: 40%;
  }
}
.teaserFull-body {
  width: 100%;
  padding: 45px 35px;
}
@media (min-width: 767px) {
  .teaserFull-body {
    width: 33.33%;
    padding: 70px 35px 70px 50px;
  }
}
.teaserFull-body h3 {
  font-size: 25px;
}
@media (min-width: 767px) {
  .teaserFull-body--wide {
    width: 60%;
  }
}
.teaserFull-title {
  font-size: 35px !important;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .teaserFull-title {
    font-size: 25px !important;
  }
}
.teaserFull-title--small {
  font-size: 25px !important;
  margin-bottom: 25px;
}
.teaserFull-tags {
  font-weight: 900;
  font-size: 23px;
  margin-bottom: 25px;
}
.teaserFull-tags a {
  display: inline-block;
  background: #b0b0b0;
  color: white;
  padding: 5px 8px 6px;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -1px;
}
.teaserFull-tags a:hover,
.teaserFull-tags a:focus {
  text-decoration: none;
  color: white;
  background: #82c69c;
}
.teaserFull-intro {
  margin-bottom: 25px;
}
.teaserFull-link {
  color: #164194;
  font-weight: 900;
}
.teaserFull-link .svg-inline--fa {
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  top: 1px;
}
.teaserFull-link:hover,
.teaserFull-link:focus {
  text-decoration: none;
  color: #164194;
}
.teaserFull-link:hover .svg-inline--fa,
.teaserFull-link:focus .svg-inline--fa {
  margin-left: 5px;
}
.intro-title {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .intro-title {
    float: left;
    width: 41.66666667%;
  }
}
.intro-body {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .intro-body {
    float: left;
    width: 41.66666667%;
  }
}
.intro-aside {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .intro-aside {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .intro-aside {
    margin-left: 8.33333333%;
  }
}
.intro-links {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 60px;
}
.intro-links-block {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-links-block {
    float: left;
    width: 33.33333333%;
  }
}
.intro-links-block > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro-links-block > ul > li > a {
  display: block;
  font-weight: 600;
  color: #acd9bd;
  line-height: 2;
}
.intro-links-block > ul > li > a:hover,
.intro-links-block > ul > li > a:focus {
  color: #82c69c;
}
.intro-links-block > ul > li > a:after {
  width: 8px;
  height: 14px;
  background: url("../images/arrow-green.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.section--quote {
  background: #164194;
  padding: 90px 0;
  color: white;
  position: relative;
}
.section--quote h2,
.section--quote h3,
.section--quote a,
.section--quote a:hover,
.section--quote a:focus {
  color: white;
}
.page-quote {
  border: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .page-quote {
    font-size: 45px;
  }
}
.page-quote-footer {
  margin: 0 -10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.page-quote-left {
  width: 200px;
  padding-bottom: 40px;
}
.page-quote-left img {
  border-radius: 50%;
}
.page-quote-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-quote-right {
    float: left;
    width: 58.33333333%;
  }
}
.page-quote-body {
  margin: 0 0 20px;
  font-weight: normal;
}
.page-quote-name {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
.page-quote-function {
  font-weight: 500;
  font-size: 18px;
}
.team {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.team-member {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .team-member {
    float: left;
    width: 33.33333333%;
  }
}
.team-member-figure {
  margin-bottom: 15px;
}
.team-member-title {
  font-size: 18px;
  color: #b0b0b0;
  margin: 0;
}
.team-member-function {
  font-weight: 500;
  font-size: 18px;
  color: #b0b0b0;
  margin: 0;
}
.history {
  margin-bottom: 80px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .history {
    margin-bottom: 30px;
  }
}
.history span,
.history p {
  opacity: 0.3;
}
.history .owl-item.active span,
.history .owl-item.active p {
  opacity: 1;
}
.history .owl-dots {
  display: none;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .history .owl-dots {
    display: block;
  }
}
.history .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 2px;
}
.history .owl-dots .owl-dot.active {
  background: #b0b0b0;
}
.history-header {
  margin-bottom: 20px;
}
.history-header-nav {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 8.33333333%;
}
.history-header-nav-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  font-size: 42px;
  color: #444446;
}
@media (max-width: 767px) {
  .history-header-nav-button {
    display: none;
    padding-top: 7px;
  }
}
.history-header-nav-button:hover,
.history-header-nav-button:focus {
  color: #444446;
}
.history-header-nav-button img {
  width: 15px;
}
.history-header-nav-button--prev img {
  transform: scaleX(-1);
}
.history-header-nav-button--next {
  text-align: right;
}
.history-header-title {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 42px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .history-header-title {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.history-item {
  background: #ffffff;
  width: 100%;
}
.history-item-title {
  background: #164194;
  padding: 28px 50px 25px;
  position: relative;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .history-item-title {
    padding: 28px 80px 25px;
  }
}
.history-item-title b {
  color: white;
  font-weight: 900;
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 767px) {
  .history-item-title b {
    font-size: 28px;
  }
}
.history-item-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 26px solid white;
}
@media (max-width: 767px) {
  .history-item-title:before {
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 26px solid white;
  }
}
.history-item-title:after {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  width: 0;
  height: 0;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 26px solid #164194;
}
@media (max-width: 767px) {
  .history-item-title:after {
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 26px solid #164194;
  }
}
.history-item-body {
  padding: 15px 35px 20px;
  font-weight: 500;
  color: #939393;
  line-height: 2;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 767px) {
  .history-item-body {
    padding: 30px 80px 40px;
  }
}
.history-carousel .owl-stage-outer {
  padding-bottom: 20px;
}
.history-carousel .owl-stage {
  display: flex;
}
.history-carousel .owl-stage .owl-item {
  display: flex;
}
.history-carousel .owl-stage .owl-item .item {
  width: 100%;
  display: flex;
}
.history-carousel .owl-item:first-child .history-item-title:after,
.history-carousel .owl-item:first-child .history-item-title:before {
  display: none;
}
.view-services.view-display-id-block_2 {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.view-knowledge {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.block-views-blockknowledge-block-1 {
  margin-top: 10px;
}
.webform-submission-download-other-form,
.webform-submission-download-whitepaper-form {
  margin-left: -10px;
  margin-right: -10px;
  margin: 0 -20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .webform-submission-download-other-form,
  .webform-submission-download-whitepaper-form {
    margin: 0;
  }
}
.webform-submission-download-other-form .form-item,
.webform-submission-download-whitepaper-form .form-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .webform-submission-download-other-form .form-item,
  .webform-submission-download-whitepaper-form .form-item {
    float: left;
    width: 50%;
  }
}
.webform-submission-download-other-form .form-item-e-mail,
.webform-submission-download-whitepaper-form .form-item-e-mail {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .webform-submission-download-other-form .form-item-e-mail,
  .webform-submission-download-whitepaper-form .form-item-e-mail {
    float: left;
    width: 100%;
  }
}
.webform-submission-download-other-form .form-type-processed-text,
.webform-submission-download-whitepaper-form .form-type-processed-text {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-weight: 400;
  padding: 0 20px;
  color: white;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .webform-submission-download-other-form .form-type-processed-text,
  .webform-submission-download-whitepaper-form .form-type-processed-text {
    float: left;
    width: 100%;
  }
}
.webform-submission-download-other-form .form-type-processed-text p,
.webform-submission-download-whitepaper-form .form-type-processed-text p {
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 767px) {
  .webform-submission-download-other-form .form-item-name,
  .webform-submission-download-whitepaper-form .form-item-name,
  .webform-submission-download-other-form .form-item-company,
  .webform-submission-download-whitepaper-form .form-item-company {
    padding-left: 0;
  }
  .webform-submission-download-other-form .form-item-surname,
  .webform-submission-download-whitepaper-form .form-item-surname,
  .webform-submission-download-other-form .form-item-function,
  .webform-submission-download-whitepaper-form .form-item-function {
    padding-right: 0;
  }
  .webform-submission-download-other-form .form-item-e-mail,
  .webform-submission-download-whitepaper-form .form-item-e-mail {
    padding: 0;
  }
}
.webform-submission-download-other-form .webform-type-radios,
.webform-submission-download-whitepaper-form .webform-type-radios {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .webform-submission-download-other-form .webform-type-radios,
  .webform-submission-download-whitepaper-form .webform-type-radios {
    float: left;
    width: 100%;
  }
}
.webform-submission-download-other-form .webform-type-radios .legend,
.webform-submission-download-whitepaper-form .webform-type-radios .legend {
  display: block;
  width: auto;
  color: white;
  font-weight: 600;
  margin-right: 10px;
}
.webform-submission-download-other-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-download-whitepaper-form .webform-type-radios > .fieldset-wrapper {
  width: auto;
}
.webform-submission-download-other-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-download-whitepaper-form .webform-type-radios > .fieldset-wrapper .form-item {
  width: auto;
  display: inline-block;
  margin: 0;
  margin-right: 15px;
}
.webform-submission-download-other-form .webform-type-radios .control-label,
.webform-submission-download-whitepaper-form .webform-type-radios .control-label {
  display: inline-block;
  font-weight: 600;
  color: white;
  padding-left: 0;
  padding-right: 15px;
}
.webform-submission-download-other-form .webform-type-radios .control-label input[type="radio"],
.webform-submission-download-whitepaper-form .webform-type-radios .control-label input[type="radio"] {
  margin-left: 0;
  right: 0;
}
.webform-submission-download-other-form .webform-button--submit,
.webform-submission-download-whitepaper-form .webform-button--submit {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 17px 20px 15px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #164194;
  color: white;
  padding: 12px 20px 8px;
  font-weight: 600;
  font-weight: 900;
  min-width: 260px;
  border: transparent !important;
  margin-top: 5px;
  margin-bottom: 40px;
}
.webform-submission-download-other-form .webform-button--submit:hover,
.webform-submission-download-whitepaper-form .webform-button--submit:hover,
.webform-submission-download-other-form .webform-button--submit:focus,
.webform-submission-download-whitepaper-form .webform-button--submit:focus {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
.webform-submission-download-other-form .webform-button--submit:hover,
.webform-submission-download-whitepaper-form .webform-button--submit:hover,
.webform-submission-download-other-form .webform-button--submit:focus,
.webform-submission-download-whitepaper-form .webform-button--submit:focus {
  background: #0f2d68;
  color: white;
}
@media (max-width: 767px) {
  .whitepaper-link {
    display: none;
  }
}
.whitepaperPopup {
  position: fixed;
  bottom: 0;
  right: 0;
  background: white;
  padding: 40px;
  z-index: 20;
  max-width: 550px;
  transform: translateY(100%);
  transition: all 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 767px) {
  .whitepaperPopup {
    display: none !important;
  }
}
.whitepaperPopup .block-block-content {
  position: relative;
  padding-left: 220px;
}
.whitepaperPopup .block-block-content img {
  position: absolute;
  width: 200px;
  height: auto;
  top: 0;
  left: 0;
}
.whitepaperPopup .block-block-content h2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 0.8rem;
}
.whitepaperPopup .block-block-content a {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  padding: 17px 20px 15px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #2469F1;
  color: white;
  min-width: 250px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1.5rem;
}
.whitepaperPopup .block-block-content a:hover,
.whitepaperPopup .block-block-content a:focus {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
.whitepaperPopup .block-block-content a:hover,
.whitepaperPopup .block-block-content a:focus {
  background: #0e51d4;
  color: white;
}
.whitepaperPopup .block-block-content p {
  margin: 0;
  line-height: 1.6;
}
.whitepaperPopup.active {
  transform: translateY(0);
}
.whitepaperPopup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  background: url("/themes/semecs/images/times-light.svg") center center no-repeat;
  background-size: contain;
  z-index: 3;
}
.processSteps {
  margin-left: -10px;
  margin-right: -10px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .processSteps {
    margin: 0 10px;
  }
}
@media (min-width: 767px) {
  .processStep {
    margin-top: 7px;
  }
}
.processSteps-steps {
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .processSteps-steps {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .processSteps-steps {
    margin-left: 16.66666667%;
  }
}
.processSteps-steps:before {
  position: absolute;
  top: 0;
  left: 28px;
  width: 1px;
  height: 100%;
  content: "";
  z-index: 1;
  background: white;
}
@media (min-width: 767px) {
  .processSteps-steps:before {
    left: 33px;
  }
}
@media (max-width: 767px) {
  .processSteps-steps {
    margin-bottom: 30px;
  }
}
.processSteps-steps-step {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  min-height: 36px;
  cursor: pointer;
}
.processSteps-steps-step:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .processSteps-steps-step {
    min-height: 46px;
  }
}
.processSteps-steps-step--active .processSteps-steps-number {
  background: #2469F1;
  color: white;
}
.processSteps-steps-step--active .processSteps-steps-title {
  font-weight: 900;
  color: #2469F1;
}
.processSteps-steps-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #444446;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 767px) {
  .processSteps-steps-number {
    width: 46px;
    height: 46px;
    font-size: 23px;
    padding-top: 7px;
    padding-left: 1px;
  }
}
.processSteps-steps-title {
  margin: 0;
  padding-top: 7px;
  color: #444446;
  font-weight: 500;
}
@media (max-width: 767px) {
  .processSteps-steps-title {
    display: none !important;
  }
}
.processSteps-carousel {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .processSteps-carousel {
    float: left;
    width: 41.66666667%;
  }
}
.view-markets {
  display: flex;
  margin: 0 -10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.control-label {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
}
.page-form-intro {
  text-align: center;
  margin-bottom: 50px;
}
.page-form-intro h1 {
  margin: 0 0 10px;
}
.page-form-intro h2 {
  line-height: 1;
  margin: 0 0 30px;
  font-weight: normal;
}
.webform-submission-rfq-form .webform-actions {
  margin-top: 20px;
}
.webform-submission-rfq-form div[data-drupal-selector="edit-captcha"] {
  display: none;
}
.webform-submission-request-legal-structure-form,
.webform-submission-rfq-form,
.webform-submission-get-general-conditions-form,
.webform-submission-request-company-presentation-form,
.webform-submission-request-facility-specifications-form,
.webform-submission-request-smart-product-form,
.webform-submission-request-shortages-horizon-form,
.webform-submission-contactform-form {
  margin-left: -10px;
  margin-right: -10px;
}
.page-content--narrowForm .webform-submission-request-legal-structure-form,
.page-content--narrowForm .webform-submission-rfq-form,
.page-content--narrowForm .webform-submission-get-general-conditions-form,
.page-content--narrowForm .webform-submission-request-company-presentation-form,
.page-content--narrowForm .webform-submission-request-facility-specifications-form,
.page-content--narrowForm .webform-submission-request-smart-product-form,
.page-content--narrowForm .webform-submission-request-shortages-horizon-form,
.page-content--narrowForm .webform-submission-contactform-form {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-content--narrowForm .webform-submission-request-legal-structure-form,
  .page-content--narrowForm .webform-submission-rfq-form,
  .page-content--narrowForm .webform-submission-get-general-conditions-form,
  .page-content--narrowForm .webform-submission-request-company-presentation-form,
  .page-content--narrowForm .webform-submission-request-facility-specifications-form,
  .page-content--narrowForm .webform-submission-request-smart-product-form,
  .page-content--narrowForm .webform-submission-request-shortages-horizon-form,
  .page-content--narrowForm .webform-submission-contactform-form {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .page-content--narrowForm .webform-submission-request-legal-structure-form,
  .page-content--narrowForm .webform-submission-rfq-form,
  .page-content--narrowForm .webform-submission-get-general-conditions-form,
  .page-content--narrowForm .webform-submission-request-company-presentation-form,
  .page-content--narrowForm .webform-submission-request-facility-specifications-form,
  .page-content--narrowForm .webform-submission-request-smart-product-form,
  .page-content--narrowForm .webform-submission-request-shortages-horizon-form,
  .page-content--narrowForm .webform-submission-contactform-form {
    margin-left: 16.66666667%;
  }
}
.webform-submission-request-legal-structure-form #ajax-wrapper--2,
.webform-submission-rfq-form #ajax-wrapper--2,
.webform-submission-get-general-conditions-form #ajax-wrapper--2,
.webform-submission-request-company-presentation-form #ajax-wrapper--2,
.webform-submission-request-facility-specifications-form #ajax-wrapper--2,
.webform-submission-request-smart-product-form #ajax-wrapper--2,
.webform-submission-request-shortages-horizon-form #ajax-wrapper--2,
.webform-submission-contactform-form #ajax-wrapper--2 {
  display: none;
}
@media (min-width: 767px) {
  .webform-submission-request-legal-structure-form,
  .webform-submission-rfq-form,
  .webform-submission-get-general-conditions-form,
  .webform-submission-request-company-presentation-form,
  .webform-submission-request-facility-specifications-form,
  .webform-submission-request-smart-product-form,
  .webform-submission-request-shortages-horizon-form,
  .webform-submission-contactform-form {
    margin-top: 20px;
  }
}
.webform-submission-request-legal-structure-form .form-item,
.webform-submission-rfq-form .form-item,
.webform-submission-get-general-conditions-form .form-item,
.webform-submission-request-company-presentation-form .form-item,
.webform-submission-request-facility-specifications-form .form-item,
.webform-submission-request-smart-product-form .form-item,
.webform-submission-request-shortages-horizon-form .form-item,
.webform-submission-contactform-form .form-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .webform-submission-request-legal-structure-form .form-item,
  .webform-submission-rfq-form .form-item,
  .webform-submission-get-general-conditions-form .form-item,
  .webform-submission-request-company-presentation-form .form-item,
  .webform-submission-request-facility-specifications-form .form-item,
  .webform-submission-request-smart-product-form .form-item,
  .webform-submission-request-shortages-horizon-form .form-item,
  .webform-submission-contactform-form .form-item {
    float: left;
    width: 50%;
  }
}
.page-content--narrowForm .webform-submission-request-legal-structure-form .form-item,
.page-content--narrowForm .webform-submission-rfq-form .form-item,
.page-content--narrowForm .webform-submission-get-general-conditions-form .form-item,
.page-content--narrowForm .webform-submission-request-company-presentation-form .form-item,
.page-content--narrowForm .webform-submission-request-facility-specifications-form .form-item,
.page-content--narrowForm .webform-submission-request-smart-product-form .form-item,
.page-content--narrowForm .webform-submission-request-shortages-horizon-form .form-item,
.page-content--narrowForm .webform-submission-contactform-form .form-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-content--narrowForm .webform-submission-request-legal-structure-form .form-item,
  .page-content--narrowForm .webform-submission-rfq-form .form-item,
  .page-content--narrowForm .webform-submission-get-general-conditions-form .form-item,
  .page-content--narrowForm .webform-submission-request-company-presentation-form .form-item,
  .page-content--narrowForm .webform-submission-request-facility-specifications-form .form-item,
  .page-content--narrowForm .webform-submission-request-smart-product-form .form-item,
  .page-content--narrowForm .webform-submission-request-shortages-horizon-form .form-item,
  .page-content--narrowForm .webform-submission-contactform-form .form-item {
    float: left;
    width: 100%;
  }
}
.webform-submission-request-legal-structure-form #ajax-wrapper,
.webform-submission-rfq-form #ajax-wrapper,
.webform-submission-get-general-conditions-form #ajax-wrapper,
.webform-submission-request-company-presentation-form #ajax-wrapper,
.webform-submission-request-facility-specifications-form #ajax-wrapper,
.webform-submission-request-smart-product-form #ajax-wrapper,
.webform-submission-request-shortages-horizon-form #ajax-wrapper,
.webform-submission-contactform-form #ajax-wrapper,
.webform-submission-request-legal-structure-form .form-type-processed-text,
.webform-submission-rfq-form .form-type-processed-text,
.webform-submission-get-general-conditions-form .form-type-processed-text,
.webform-submission-request-company-presentation-form .form-type-processed-text,
.webform-submission-request-facility-specifications-form .form-type-processed-text,
.webform-submission-request-smart-product-form .form-type-processed-text,
.webform-submission-request-shortages-horizon-form .form-type-processed-text,
.webform-submission-contactform-form .form-type-processed-text,
.webform-submission-request-legal-structure-form .form-item-inquiry-type,
.webform-submission-rfq-form .form-item-inquiry-type,
.webform-submission-get-general-conditions-form .form-item-inquiry-type,
.webform-submission-request-company-presentation-form .form-item-inquiry-type,
.webform-submission-request-facility-specifications-form .form-item-inquiry-type,
.webform-submission-request-smart-product-form .form-item-inquiry-type,
.webform-submission-request-shortages-horizon-form .form-item-inquiry-type,
.webform-submission-contactform-form .form-item-inquiry-type,
.webform-submission-request-legal-structure-form .form-item-message,
.webform-submission-rfq-form .form-item-message,
.webform-submission-get-general-conditions-form .form-item-message,
.webform-submission-request-company-presentation-form .form-item-message,
.webform-submission-request-facility-specifications-form .form-item-message,
.webform-submission-request-smart-product-form .form-item-message,
.webform-submission-request-shortages-horizon-form .form-item-message,
.webform-submission-contactform-form .form-item-message,
.webform-submission-request-legal-structure-form .form-actions,
.webform-submission-rfq-form .form-actions,
.webform-submission-get-general-conditions-form .form-actions,
.webform-submission-request-company-presentation-form .form-actions,
.webform-submission-request-facility-specifications-form .form-actions,
.webform-submission-request-smart-product-form .form-actions,
.webform-submission-request-shortages-horizon-form .form-actions,
.webform-submission-contactform-form .form-actions {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .webform-submission-request-legal-structure-form #ajax-wrapper,
  .webform-submission-rfq-form #ajax-wrapper,
  .webform-submission-get-general-conditions-form #ajax-wrapper,
  .webform-submission-request-company-presentation-form #ajax-wrapper,
  .webform-submission-request-facility-specifications-form #ajax-wrapper,
  .webform-submission-request-smart-product-form #ajax-wrapper,
  .webform-submission-request-shortages-horizon-form #ajax-wrapper,
  .webform-submission-contactform-form #ajax-wrapper,
  .webform-submission-request-legal-structure-form .form-type-processed-text,
  .webform-submission-rfq-form .form-type-processed-text,
  .webform-submission-get-general-conditions-form .form-type-processed-text,
  .webform-submission-request-company-presentation-form .form-type-processed-text,
  .webform-submission-request-facility-specifications-form .form-type-processed-text,
  .webform-submission-request-smart-product-form .form-type-processed-text,
  .webform-submission-request-shortages-horizon-form .form-type-processed-text,
  .webform-submission-contactform-form .form-type-processed-text,
  .webform-submission-request-legal-structure-form .form-item-inquiry-type,
  .webform-submission-rfq-form .form-item-inquiry-type,
  .webform-submission-get-general-conditions-form .form-item-inquiry-type,
  .webform-submission-request-company-presentation-form .form-item-inquiry-type,
  .webform-submission-request-facility-specifications-form .form-item-inquiry-type,
  .webform-submission-request-smart-product-form .form-item-inquiry-type,
  .webform-submission-request-shortages-horizon-form .form-item-inquiry-type,
  .webform-submission-contactform-form .form-item-inquiry-type,
  .webform-submission-request-legal-structure-form .form-item-message,
  .webform-submission-rfq-form .form-item-message,
  .webform-submission-get-general-conditions-form .form-item-message,
  .webform-submission-request-company-presentation-form .form-item-message,
  .webform-submission-request-facility-specifications-form .form-item-message,
  .webform-submission-request-smart-product-form .form-item-message,
  .webform-submission-request-shortages-horizon-form .form-item-message,
  .webform-submission-contactform-form .form-item-message,
  .webform-submission-request-legal-structure-form .form-actions,
  .webform-submission-rfq-form .form-actions,
  .webform-submission-get-general-conditions-form .form-actions,
  .webform-submission-request-company-presentation-form .form-actions,
  .webform-submission-request-facility-specifications-form .form-actions,
  .webform-submission-request-smart-product-form .form-actions,
  .webform-submission-request-shortages-horizon-form .form-actions,
  .webform-submission-contactform-form .form-actions {
    float: left;
    width: 100%;
  }
}
.webform-submission-request-legal-structure-form .form-type-processed-text,
.webform-submission-rfq-form .form-type-processed-text,
.webform-submission-get-general-conditions-form .form-type-processed-text,
.webform-submission-request-company-presentation-form .form-type-processed-text,
.webform-submission-request-facility-specifications-form .form-type-processed-text,
.webform-submission-request-smart-product-form .form-type-processed-text,
.webform-submission-request-shortages-horizon-form .form-type-processed-text,
.webform-submission-contactform-form .form-type-processed-text {
  text-align: center;
}
.webform-submission-request-legal-structure-form .form-type-processed-text h2,
.webform-submission-rfq-form .form-type-processed-text h2,
.webform-submission-get-general-conditions-form .form-type-processed-text h2,
.webform-submission-request-company-presentation-form .form-type-processed-text h2,
.webform-submission-request-facility-specifications-form .form-type-processed-text h2,
.webform-submission-request-smart-product-form .form-type-processed-text h2,
.webform-submission-request-shortages-horizon-form .form-type-processed-text h2,
.webform-submission-contactform-form .form-type-processed-text h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.webform-submission-request-legal-structure-form .form-type-processed-text:first-child h2,
.webform-submission-rfq-form .form-type-processed-text:first-child h2,
.webform-submission-get-general-conditions-form .form-type-processed-text:first-child h2,
.webform-submission-request-company-presentation-form .form-type-processed-text:first-child h2,
.webform-submission-request-facility-specifications-form .form-type-processed-text:first-child h2,
.webform-submission-request-smart-product-form .form-type-processed-text:first-child h2,
.webform-submission-request-shortages-horizon-form .form-type-processed-text:first-child h2,
.webform-submission-contactform-form .form-type-processed-text:first-child h2 {
  margin-top: 0;
}
.webform-submission-request-legal-structure-form .webform-type-radios,
.webform-submission-rfq-form .webform-type-radios,
.webform-submission-get-general-conditions-form .webform-type-radios,
.webform-submission-request-company-presentation-form .webform-type-radios,
.webform-submission-request-facility-specifications-form .webform-type-radios,
.webform-submission-request-smart-product-form .webform-type-radios,
.webform-submission-request-shortages-horizon-form .webform-type-radios,
.webform-submission-contactform-form .webform-type-radios {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .webform-submission-request-legal-structure-form .webform-type-radios,
  .webform-submission-rfq-form .webform-type-radios,
  .webform-submission-get-general-conditions-form .webform-type-radios,
  .webform-submission-request-company-presentation-form .webform-type-radios,
  .webform-submission-request-facility-specifications-form .webform-type-radios,
  .webform-submission-request-smart-product-form .webform-type-radios,
  .webform-submission-request-shortages-horizon-form .webform-type-radios,
  .webform-submission-contactform-form .webform-type-radios {
    float: left;
    width: 100%;
  }
}
.webform-submission-request-legal-structure-form .webform-type-radios > div:first-child,
.webform-submission-rfq-form .webform-type-radios > div:first-child,
.webform-submission-get-general-conditions-form .webform-type-radios > div:first-child,
.webform-submission-request-company-presentation-form .webform-type-radios > div:first-child,
.webform-submission-request-facility-specifications-form .webform-type-radios > div:first-child,
.webform-submission-request-smart-product-form .webform-type-radios > div:first-child,
.webform-submission-request-shortages-horizon-form .webform-type-radios > div:first-child,
.webform-submission-contactform-form .webform-type-radios > div:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .webform-submission-request-legal-structure-form .webform-type-radios > div:first-child,
  .webform-submission-rfq-form .webform-type-radios > div:first-child,
  .webform-submission-get-general-conditions-form .webform-type-radios > div:first-child,
  .webform-submission-request-company-presentation-form .webform-type-radios > div:first-child,
  .webform-submission-request-facility-specifications-form .webform-type-radios > div:first-child,
  .webform-submission-request-smart-product-form .webform-type-radios > div:first-child,
  .webform-submission-request-shortages-horizon-form .webform-type-radios > div:first-child,
  .webform-submission-contactform-form .webform-type-radios > div:first-child {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .webform-submission-request-legal-structure-form .webform-type-radios > div:first-child,
  .webform-submission-rfq-form .webform-type-radios > div:first-child,
  .webform-submission-get-general-conditions-form .webform-type-radios > div:first-child,
  .webform-submission-request-company-presentation-form .webform-type-radios > div:first-child,
  .webform-submission-request-facility-specifications-form .webform-type-radios > div:first-child,
  .webform-submission-request-smart-product-form .webform-type-radios > div:first-child,
  .webform-submission-request-shortages-horizon-form .webform-type-radios > div:first-child,
  .webform-submission-contactform-form .webform-type-radios > div:first-child {
    text-align: center;
    margin-bottom: 5px;
  }
}
.webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper,
.webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper,
  .webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper {
    text-align: center;
  }
}
.webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper .form-item,
.webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper .form-item {
  width: auto;
  display: inline-block;
  margin: 0;
  float: none;
  padding-right: 0;
  padding-left: 0;
  margin-left: 10px;
}
.webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio,
.webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio,
.webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio,
.webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio,
.webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio,
.webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio,
.webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio,
.webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper .form-item .form-radio {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0;
  border: 0;
  background: none;
}
.webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper .form-item .control-label,
.webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper .form-item .control-label,
.webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper .form-item .control-label,
.webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper .form-item .control-label,
.webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper .form-item .control-label,
.webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper .form-item .control-label,
.webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper .form-item .control-label,
.webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper .form-item .control-label {
  padding: 9px 10px 7px;
  text-align: center;
  width: 140px;
  background: white;
  text-transform: uppercase;
  font-weight: 600;
}
.webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active,
.webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active,
.webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active,
.webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active,
.webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active,
.webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active,
.webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active,
.webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper .form-item .control-label.control-label--active {
  background: #444446;
  color: white;
}
.webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper .form-item span,
.webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper .form-item span,
.webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper .form-item span,
.webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper .form-item span,
.webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper .form-item span,
.webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper .form-item span,
.webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper .form-item span,
.webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper .form-item span {
  position: relative;
  z-index: 2;
}
.webform-submission-request-legal-structure-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label,
.webform-submission-rfq-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label,
.webform-submission-get-general-conditions-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label,
.webform-submission-request-company-presentation-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label,
.webform-submission-request-facility-specifications-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label,
.webform-submission-request-smart-product-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label,
.webform-submission-request-shortages-horizon-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label,
.webform-submission-contactform-form .webform-type-radios > .fieldset-wrapper .form-item.form-type-radio--active .control-label {
  background: #444446;
  color: white;
}
.webform-submission-request-legal-structure-form .webform-type-radios .control-label,
.webform-submission-rfq-form .webform-type-radios .control-label,
.webform-submission-get-general-conditions-form .webform-type-radios .control-label,
.webform-submission-request-company-presentation-form .webform-type-radios .control-label,
.webform-submission-request-facility-specifications-form .webform-type-radios .control-label,
.webform-submission-request-smart-product-form .webform-type-radios .control-label,
.webform-submission-request-shortages-horizon-form .webform-type-radios .control-label,
.webform-submission-contactform-form .webform-type-radios .control-label {
  display: inline-block;
  font-weight: 600;
}
.webform-submission-request-legal-structure-form .webform-button--submit,
.webform-submission-rfq-form .webform-button--submit,
.webform-submission-get-general-conditions-form .webform-button--submit,
.webform-submission-request-company-presentation-form .webform-button--submit,
.webform-submission-request-facility-specifications-form .webform-button--submit,
.webform-submission-request-smart-product-form .webform-button--submit,
.webform-submission-request-shortages-horizon-form .webform-button--submit,
.webform-submission-contactform-form .webform-button--submit {
  background: #2469F1;
  color: white;
  min-width: 250px;
  border: transparent !important;
  margin-top: 30px;
}
.webform-submission-request-legal-structure-form .webform-button--submit:hover,
.webform-submission-rfq-form .webform-button--submit:hover,
.webform-submission-get-general-conditions-form .webform-button--submit:hover,
.webform-submission-request-company-presentation-form .webform-button--submit:hover,
.webform-submission-request-facility-specifications-form .webform-button--submit:hover,
.webform-submission-request-smart-product-form .webform-button--submit:hover,
.webform-submission-request-shortages-horizon-form .webform-button--submit:hover,
.webform-submission-contactform-form .webform-button--submit:hover,
.webform-submission-request-legal-structure-form .webform-button--submit:focus,
.webform-submission-rfq-form .webform-button--submit:focus,
.webform-submission-get-general-conditions-form .webform-button--submit:focus,
.webform-submission-request-company-presentation-form .webform-button--submit:focus,
.webform-submission-request-facility-specifications-form .webform-button--submit:focus,
.webform-submission-request-smart-product-form .webform-button--submit:focus,
.webform-submission-request-shortages-horizon-form .webform-button--submit:focus,
.webform-submission-contactform-form .webform-button--submit:focus {
  background: #0e51d4;
  color: white;
}
.webform-submission-request-legal-structure-form .form-actions,
.webform-submission-rfq-form .form-actions,
.webform-submission-get-general-conditions-form .form-actions,
.webform-submission-request-company-presentation-form .form-actions,
.webform-submission-request-facility-specifications-form .form-actions,
.webform-submission-request-smart-product-form .form-actions,
.webform-submission-request-shortages-horizon-form .form-actions,
.webform-submission-contactform-form .form-actions {
  text-align: center;
}
.page-content--narrowForm .webform-submission-request-legal-structure-form .form-actions,
.page-content--narrowForm .webform-submission-rfq-form .form-actions,
.page-content--narrowForm .webform-submission-get-general-conditions-form .form-actions,
.page-content--narrowForm .webform-submission-request-company-presentation-form .form-actions,
.page-content--narrowForm .webform-submission-request-facility-specifications-form .form-actions,
.page-content--narrowForm .webform-submission-request-smart-product-form .form-actions,
.page-content--narrowForm .webform-submission-request-shortages-horizon-form .form-actions,
.page-content--narrowForm .webform-submission-contactform-form .form-actions {
  text-align: center;
}
.webform-submission-request-legal-structure-form .captcha,
.webform-submission-rfq-form .captcha,
.webform-submission-get-general-conditions-form .captcha,
.webform-submission-request-company-presentation-form .captcha,
.webform-submission-request-facility-specifications-form .captcha,
.webform-submission-request-smart-product-form .captcha,
.webform-submission-request-shortages-horizon-form .captcha,
.webform-submission-contactform-form .captcha {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .webform-submission-request-legal-structure-form .captcha,
  .webform-submission-rfq-form .captcha,
  .webform-submission-get-general-conditions-form .captcha,
  .webform-submission-request-company-presentation-form .captcha,
  .webform-submission-request-facility-specifications-form .captcha,
  .webform-submission-request-smart-product-form .captcha,
  .webform-submission-request-shortages-horizon-form .captcha,
  .webform-submission-contactform-form .captcha {
    float: left;
    width: 100%;
  }
}
.webform-submission-request-a-quote-form {
  margin-left: -10px;
  margin-right: -10px;
  margin: 0 -20px;
  margin-top: 20px;
  /*.file {
    .file-icon {
      display: none;
    }

    .file-size {
      display: none;
    }
  }*/
}
@media (max-width: 767px) {
  .webform-submission-request-a-quote-form {
    margin: 0 0px;
  }
}
.webform-submission-request-a-quote-form .form-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .webform-submission-request-a-quote-form .form-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 767px) {
  .webform-submission-request-a-quote-form .form-item {
    margin-bottom: 26px;
  }
}
.webform-submission-request-a-quote-form .form-type-processed-text,
.webform-submission-request-a-quote-form .form-item-message,
.webform-submission-request-a-quote-form .form-actions {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .webform-submission-request-a-quote-form .form-type-processed-text,
  .webform-submission-request-a-quote-form .form-item-message,
  .webform-submission-request-a-quote-form .form-actions {
    float: left;
    width: 100%;
  }
}
.webform-submission-request-a-quote-form .form-item-function {
  margin-bottom: 60px;
}
.webform-submission-request-a-quote-form .webform-button--submit {
  background: #2469F1;
  color: white;
  min-width: 250px;
  border: transparent !important;
  margin-top: 20px;
}
.webform-submission-request-a-quote-form .webform-button--submit:hover,
.webform-submission-request-a-quote-form .webform-button--submit:focus {
  background: #0e51d4;
  color: white;
}
.webform-submission-request-a-quote-form .form-actions {
  text-align: center;
}
.webform-submission-request-a-quote-form .btn-danger {
  top: 1px;
}
.webform-submission-request-a-quote-form .captcha {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .webform-submission-request-a-quote-form .captcha {
    float: left;
    width: 100%;
  }
}
.webform-submission-request-a-quote-form .form-contactperson:after {
  display: none;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file,
.webform-submission-contactform-form .form-type-webform-document-file {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  margin-bottom: 16px;
  background: white;
  min-height: 46px;
  /*.description {
      display: none;
    }*/
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .control-label,
.webform-submission-contactform-form .form-type-webform-document-file .control-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 43px;
  margin-bottom: 0;
  display: block;
  color: #999;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 600;
  background-color: white;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .webform-document-file,
.webform-submission-contactform-form .form-type-webform-document-file .webform-document-file {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8px;
  padding-top: 6px;
  text-align: right;
  border-top: 1px solid #b0b0b0;
  background-color: white;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .webform-document-file.error::after,
.webform-submission-contactform-form .form-type-webform-document-file .webform-document-file.error::after {
  content: 'Error: Check requirements';
  position: absolute;
  padding-right: 8px;
  padding-left: 8px;
  left: 8px;
  top: 8px;
  font-size: 13px;
  line-height: 34px;
  color: white;
  background: #d9534f;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .description,
.webform-submission-contactform-form .form-type-webform-document-file .description {
  padding-left: 8px;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .button,
.webform-submission-contactform-form .form-type-webform-document-file .button {
  background: #164194;
  color: white;
  padding: 12px 20px 8px;
  font-weight: 600;
  height: 34px;
  padding: 10px 20px 1px;
  font-size: 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .button:hover,
.webform-submission-contactform-form .form-type-webform-document-file .button:hover,
.webform-submission-request-a-quote-form .form-type-webform-document-file .button:focus,
.webform-submission-contactform-form .form-type-webform-document-file .button:focus {
  background: #0f2d68;
  color: white;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .button.button-action,
.webform-submission-contactform-form .form-type-webform-document-file .button.button-action {
  position: relative;
  top: -50px;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .button.btn-danger,
.webform-submission-contactform-form .form-type-webform-document-file .button.btn-danger {
  margin: 0;
  position: absolute;
  top: 7px;
  right: 10px;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .btn-danger,
.webform-submission-contactform-form .form-type-webform-document-file .btn-danger {
  background: #d9534f;
  border-color: #d9534f;
  padding-top: 3px;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .btn-danger:hover,
.webform-submission-contactform-form .form-type-webform-document-file .btn-danger:hover,
.webform-submission-request-a-quote-form .form-type-webform-document-file .btn-danger:focus,
.webform-submission-contactform-form .form-type-webform-document-file .btn-danger:focus {
  background: #d9534f;
  border-color: #d9534f;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .file,
.webform-submission-contactform-form .form-type-webform-document-file .file {
  width: 70%;
  margin: 0;
  color: #444446;
}
@media (max-width: 1199px) {
  .webform-submission-request-a-quote-form .form-type-webform-document-file .file,
  .webform-submission-contactform-form .form-type-webform-document-file .file {
    width: 70%;
  }
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .file > span,
.webform-submission-contactform-form .form-type-webform-document-file .file > span {
  border-color: transparent !important;
  background-color: transparent;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .file .file-icon,
.webform-submission-contactform-form .form-type-webform-document-file .file .file-icon {
  padding-left: 0;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .file .file-link,
.webform-submission-contactform-form .form-type-webform-document-file .file .file-link {
  text-align: left;
}
@media (max-width: 767px) {
  .webform-submission-request-a-quote-form .form-type-webform-document-file .file .file-size,
  .webform-submission-contactform-form .form-type-webform-document-file .file .file-size {
    display: none;
  }
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .form-type-checkbox,
.webform-submission-contactform-form .form-type-webform-document-file .form-type-checkbox {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  min-height: 48px;
  margin-bottom: 0;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .form-type-checkbox + .form-type-checkbox,
.webform-submission-contactform-form .form-type-webform-document-file .form-type-checkbox + .form-type-checkbox {
  margin-top: 0;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .form-type-checkbox:nth-of-type(2n),
.webform-submission-contactform-form .form-type-webform-document-file .form-type-checkbox:nth-of-type(2n) {
  background-color: #ffffff;
}
.webform-submission-request-a-quote-form .form-type-webform-document-file .form-type-checkbox .form-checkbox,
.webform-submission-contactform-form .form-type-webform-document-file .form-type-checkbox .form-checkbox {
  margin-top: 14px;
}
.webform-submission-request-a-quote-form #ajax-wrapper,
.webform-submission-contactform-form #ajax-wrapper,
.webform-submission-request-a-quote-form *[id^='ajax-wrapper-'],
.webform-submission-contactform-form *[id^='ajax-wrapper-'] {
  padding: 0 10px;
  float: left;
  width: 100%;
}
.webform-submission-request-a-quote-form #ajax-wrapper,
.webform-submission-contactform-form #ajax-wrapper {
  height: 43px;
  overflow: hidden;
  margin-bottom: 20px;
}
.webform-submission-request-a-quote-form .form-type-textarea,
.webform-submission-contactform-form .form-type-textarea {
  pointer-events: none;
}
.webform-submission-request-a-quote-form .form-type-textarea .form-textarea,
.webform-submission-contactform-form .form-type-textarea .form-textarea {
  pointer-events: auto;
}
.form-item {
  margin-bottom: 15px;
}
form .form-type-textarea {
  margin-bottom: 30px!important;
}
.webform-button--submit {
  height: unset!important;
  width: unset!important;
}
.webform-submission-rfq-form .form-type-webform-document-file {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  /*.description {
	      display: none;
	    }*/
}
.webform-submission-rfq-form .form-type-webform-document-file .webform-document-file {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  padding: 6px 12px 5px;
  min-height: 46px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.webform-submission-rfq-form .form-type-webform-document-file .webform-document-file.error::after {
  content: 'Error: Check requirements';
  position: absolute;
  padding-right: 8px;
  padding-left: 8px;
  left: 8px;
  top: 8px;
  font-size: 13px;
  line-height: 34px;
  color: white;
  background: #d9534f;
}
.webform-submission-rfq-form .form-type-webform-document-file .description {
  padding-left: 8px;
}
.webform-submission-rfq-form .form-type-webform-document-file .button {
  background: #164194;
  color: white;
  padding: 12px 20px 8px;
  font-weight: 600;
  height: 34px;
  padding: 10px 20px 1px;
  font-size: 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.webform-submission-rfq-form .form-type-webform-document-file .button:hover,
.webform-submission-rfq-form .form-type-webform-document-file .button:focus {
  background: #0f2d68;
  color: white;
}
.webform-submission-rfq-form .form-type-webform-document-file .button.btn-danger {
  margin: 0;
}
.webform-submission-rfq-form .form-type-webform-document-file .btn-danger {
  background: #d9534f;
  border-color: #d9534f;
  padding-top: 3px;
}
.webform-submission-rfq-form .form-type-webform-document-file .btn-danger:hover,
.webform-submission-rfq-form .form-type-webform-document-file .btn-danger:focus {
  background: #d9534f;
  border-color: #d9534f;
}
.webform-submission-rfq-form .form-type-webform-document-file .webform-file-button {
  margin: 0;
}
.webform-submission-rfq-form .form-type-webform-document-file .file {
  margin: 0;
  display: flex;
  align-items: center;
  color: #444446;
}
@media (max-width: 1199px) {
  .webform-submission-rfq-form .form-type-webform-document-file .file {
    width: 70%;
  }
}
.webform-submission-rfq-form .form-type-webform-document-file .file > span {
  border-color: transparent !important;
  background-color: transparent;
}
.webform-submission-rfq-form .form-type-webform-document-file .file .file-icon {
  padding-left: 0;
  padding: 0;
}
.webform-submission-rfq-form .form-type-webform-document-file .file .file-link {
  text-align: left;
}
@media (max-width: 767px) {
  .webform-submission-rfq-form .form-type-webform-document-file .file .file-size {
    display: none;
  }
}
.webform-submission-rfq-form .form-type-webform-document-file .form-type-checkbox {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.webform-submission-rfq-form .form-type-webform-document-file .form-type-checkbox + .form-type-checkbox {
  margin-top: 0;
}
.webform-submission-rfq-form .form-type-webform-document-file .form-type-checkbox .form-checkbox {
  margin-top: 9px;
}
.webform-submission-rfq-form .form-type-webform-document-file .form-type-checkbox .file-icon {
  margin-right: 5px;
}
.webform-submission-rfq-form #ajax-wrapper,
.webform-submission-rfq-form *[id^='ajax-wrapper-'] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .webform-submission-rfq-form #ajax-wrapper,
  .webform-submission-rfq-form *[id^='ajax-wrapper-'] {
    float: left;
    width: 100%;
  }
}
.webform-submission-rfq-form .form-type-textarea {
  pointer-events: none;
}
.webform-submission-rfq-form .form-type-textarea .form-textarea {
  pointer-events: auto;
}
.user-login-form .button {
  color: #fff;
  background-color: #164194;
  border-color: #13377e;
}
.user-login-form .button:focus,
.user-login-form .button.focus {
  color: #fff;
  background-color: #0f2d68;
  border-color: #02060f;
}
.user-login-form .button:hover {
  color: #fff;
  background-color: #0f2d68;
  border-color: #0b2049;
}
.user-login-form .button:active,
.user-login-form .button.active,
.open > .dropdown-toggle.user-login-form .button {
  color: #fff;
  background-color: #0f2d68;
  border-color: #0b2049;
}
.user-login-form .button:active:hover,
.user-login-form .button.active:hover,
.open > .dropdown-toggle.user-login-form .button:hover,
.user-login-form .button:active:focus,
.user-login-form .button.active:focus,
.open > .dropdown-toggle.user-login-form .button:focus,
.user-login-form .button:active.focus,
.user-login-form .button.active.focus,
.open > .dropdown-toggle.user-login-form .button.focus {
  color: #fff;
  background-color: #0b2049;
  border-color: #02060f;
}
.user-login-form .button:active,
.user-login-form .button.active,
.open > .dropdown-toggle.user-login-form .button {
  background-image: none;
}
.user-login-form .button.disabled:hover,
.user-login-form .button[disabled]:hover,
fieldset[disabled] .user-login-form .button:hover,
.user-login-form .button.disabled:focus,
.user-login-form .button[disabled]:focus,
fieldset[disabled] .user-login-form .button:focus,
.user-login-form .button.disabled.focus,
.user-login-form .button[disabled].focus,
fieldset[disabled] .user-login-form .button.focus {
  background-color: #164194;
  border-color: #13377e;
}
.user-login-form .button .badge {
  color: #164194;
  background-color: #fff;
}
.webform-submission-form .captcha {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .webform-submission-form .captcha {
    float: left;
    width: 100%;
  }
}
.call {
  position: relative;
  background: #164194;
  padding: 60px 0;
  color: white;
}
.call > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.call .button--white {
  font-weight: 700;
}
.call--dark {
  background: #444446;
}
.call--dark:before {
  display: none;
}
.call-intro {
  font-size: 24px;
  text-align: right;
  padding: 0 20px;
  line-height: 1.3;
}
.call-intro h3 {
  color: white;
}
@media (max-width: 767px) {
  .call-intro {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.call-intro--small {
  font-size: 20px;
}
.call-input {
  width: 250px;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .call-input {
    width: 220px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .call-input {
    width: 300px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.call-action {
  width: 250px;
}
@media (min-width: 767px) {
  .call-action {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .call-action {
    width: 250px;
  }
}
.call-action .button {
  width: 100%;
}
.call-action .button--yellow {
  padding: 11px 20px 8px;
}
.webform-submission-get-updates-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.webform-submission-get-updates-form .form-type-processed-text {
  font-weight: normal;
  font-size: 20px;
  text-align: right;
  padding: 0 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
}
.webform-submission-get-updates-form .form-type-processed-text p {
  line-height: 1.3;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .webform-submission-get-updates-form .form-type-processed-text {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.webform-submission-get-updates-form .form-item-email {
  width: 250px;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .webform-submission-get-updates-form .form-item-email {
    width: 220px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .webform-submission-get-updates-form .form-item-email {
    width: 300px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.webform-submission-get-updates-form .form-item-email label {
  display: none;
}
.webform-submission-get-updates-form .form-actions {
  width: 250px;
  margin: 0;
}
@media (min-width: 767px) {
  .webform-submission-get-updates-form .form-actions {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .webform-submission-get-updates-form .form-actions {
    width: 250px;
  }
}
.webform-submission-get-updates-form .form-actions .button {
  width: 100%;
  background: #86c2eb;
  min-width: 250px;
  padding: 11px 20px 8px;
  font-weight: 600;
  background: #81acdc;
  color: white;
}
.webform-submission-get-updates-form .form-actions .button:hover,
.webform-submission-get-updates-form .form-actions .button:focus {
  background: #5aace4;
  color: white;
}
.webform-submission-get-updates-form .form-actions .button:hover,
.webform-submission-get-updates-form .form-actions .button:focus {
  background: #5992d1;
  color: white;
}
.webform-submission-get-updates-form .form-actions .glyphicon {
  display: none;
}
.page-footer {
  border-top: 7px solid white;
  background: #2d2d2d;
  background-size: cover;
  padding: 60px 0 30px;
  color: white;
  position: relative;
  font-size: 15px;
}
@media (max-width: 767px) {
  .page-footer {
    background-size: cover;
  }
}
.page-footer .page-footer-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: space-between;
}
.page-footer .page-footer-block {
  width: 100%;
  padding: 0 20px;
}
.page-footer .page-footer-block > .region.row {
  margin: 0;
}
@media (min-width: 767px) {
  .page-footer .page-footer-block {
    width: auto;
  }
}
@media (max-width: 767px) {
  .page-footer .page-footer-block {
    margin-bottom: 40px;
  }
  .page-footer .page-footer-block:last-child {
    margin-bottom: 0;
  }
}
.page-footer h2,
.page-footer h3,
.page-footer a,
.page-footer a:hover,
.page-footer a:focus {
  color: white;
}
.page-footer h2,
.page-footer h3 {
  font-size: 17px;
  margin-bottom: 16px;
}
.page-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.page-footer ul li {
  margin-bottom: 8px;
}
.page-footer .page-block--footer {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-footer .page-block--footer {
    float: left;
    width: 16.66666667%;
  }
}
.page-footer .page-block--wide {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .page-footer .text-right {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .page-footer .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.page-footer-exceptional {
  text-decoration: none;
  color: #f4ec5f !important;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: left;
  margin-right: 30px;
  font-size: 24px;
}
.page-footer-exceptional b,
.page-footer-exceptional strong {
  display: block;
  font-weight: 900;
}
.page-footer-exceptional:hover,
.page-footer-exceptional:focus {
  text-decoration: none;
}
.page-footer-social {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none!important;
  margin-right: 3px;
}
.page-footer-social--linked {
  background-image: url("/themes/semecs/images/icon-linkedin.svg");
}
.page-footer-social--xing {
  background-image: url("/themes/semecs/images/icon-xing.svg");
}
.page-footer-social--instagram {
  background-image: url("/themes/semecs/images/icon-instagram.svg");
}
.page-footer-social--facebook {
  background-image: url("/themes/semecs/images/icon-facebook.svg");
}
.page-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 40px 0 0;
  margin-top: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.page-footer-bottom .page-footer-bottom-block > .region.row {
  margin: 0;
}
.page-footer-bottom ul:not(.contextual-links) {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
@media (max-width: 767px) {
  .page-footer-bottom ul:not(.contextual-links) {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.page-footer-bottom ul:not(.contextual-links) li {
  padding: 0 50px 0 0px;
}
.page-footer-bottom ul:not(.contextual-links) li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.page-footer-bottom-brand {
  width: 210px;
}
.page-node-type-landing-page-new .split-pattern {
  width: 50%;
  position: absolute;
  z-index: 10;
  height: 100%;
  background: white url("../images/pattern-circuit-cutout-gray.svg") 0 40px no-repeat;
  background-size: 340px;
}
@media (max-width: 767px) {
  .page-node-type-landing-page-new .split-pattern {
    display: none !important;
  }
}
.page-node-type-landing-page-new .split-left:before {
  display: none;
}
.page-node-type-landing-page-new .split-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 768px) {
  .page-node-type-landing-page-new .split-right {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .page-node-type-landing-page-new .split-right {
    margin-left: 0%;
  }
}
@media (min-width: 767px) {
  .page-node-type-landing-page-new .split-right {
    padding: 0 10px 0 0;
  }
}
.page-node-type-landing-page-new .split-right .split-right--top {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #164194;
  color: white;
  padding-left: 24px;
  padding-right: 24px;
}
.page-node-type-landing-page-new .split-right .split-right--top .deeplinks-title {
  color: white;
  line-height: 1.25;
  padding-left: 28px;
}
@media (max-width: 767px) {
  .page-node-type-landing-page-new .split-right .split-right--top .deeplinks-title {
    padding-left: 0;
    font-size: 30px;
  }
}
@media (min-width: 767px) {
  .page-node-type-landing-page-new .split-right .split-right--top {
    padding-bottom: 60px;
    height: 50%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .page-node-type-landing-page-new .split-right .split-right--top {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 767px) {
  .page-node-type-landing-page-new .split-right .split-right--bottom .landing-image-wrapper {
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 10px;
  }
}
.page-node-type-landing-page-new .split-right .split-right--bottom .landing-image-wrapper .landing-image {
  width: 100%;
}
@media (min-width: 767px) {
  .page-node-type-landing-page-new .split-right .split-right--bottom .landing-image-wrapper .landing-image {
    object-fit: cover;
    height: 100%;
  }
}
.markets {
  display: block;
  height: unset!important;
}
.markets .markets-video-wrapper {
  overflow: hidden;
}
.markets .markets-video-wrapper .markets-video-container {
  z-index: 0;
}
.markets .container {
  z-index: 11;
  -webkit-transform: translateZ(0);
}
.markets .markets-wrapper {
  position: relative;
}
.markets .markets-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .markets .markets-content {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .markets .markets-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .markets .markets-content {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .markets .markets-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.markets .markets-content br.small {
  display: none;
}
.markets .markets-content h1 {
  color: white;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .markets .markets-content h1 {
    font-size: 70px;
    width: 120%;
  }
}
.markets .markets-content h1 b,
.markets .markets-content h1 strong {
  display: block;
  font-weight: 900;
}
.markets .markets-content .markets-subtitle {
  color: white;
  font-weight: 600;
}
.markets .markets-content p {
  color: white;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .markets .markets-content p {
    line-height: 1.4;
  }
}
@media (min-width: 767px) {
  .markets .markets-content p {
    margin-top: 20px;
  }
}
.markets .markets-content-action {
  margin-top: 40px;
}
.markets .markets-wrapper {
  width: 100%;
  padding: 100px 0 320px;
}
@media (max-width: 767px) {
  .markets .markets-wrapper {
    padding: 80px 0 280px;
  }
}
.markets .markets-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
  z-index: 11;
}
@media (min-width: 767px) {
  .markets .markets-title-wrapper {
    left: 0;
    right: 0;
  }
}
.markets .markets-carousel {
  z-index: 11;
}
@media (max-width: 767px) {
  .markets .markets-carousel .owl-item {
    height: 700px;
  }
}
.markets .markets-title-carousel {
  position: relative;
  float: left;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .markets .markets-title-carousel {
    padding-bottom: 80px;
  }
}
.markets .markets-title-carousel .market-title {
  color: white;
  height: 100px;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding: 0 20px;
  line-height: 1.25;
}
@media (min-width: 767px) {
  .markets .markets-title-carousel .market-title {
    height: 120px;
    font-size: 24px;
    padding: 0 36px;
  }
}
.markets .markets-title-carousel .market-title br.big {
  display: none;
}
.markets .markets-title-carousel .owl-item {
  cursor: pointer;
}
.markets .markets-title-carousel .market-title--active {
  border: 5px solid white;
  font-weight: 600;
}
.markets .markets-title-carousel .owl-stage-outer {
  position: relative;
  z-index: 2;
}
.markets .markets-title-carousel .owl-nav {
  position: absolute;
  top: 36px;
  display: flex;
  justify-content: space-between;
  left: -50px;
  right: -50px;
  z-index: 1;
}
@media (min-width: 767px) {
  .markets .markets-title-carousel .owl-nav {
    top: 40px;
    left: -60px;
    right: -60px;
  }
}
.markets .markets-title-carousel .owl-nav .owl-prev {
  transform: rotateY(180deg);
}
.markets .markets-title-carousel .owl-nav img {
  width: 16px;
}
.section--teasers {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .section--teasers {
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
}
.section--teasers > .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.section--teasers .landing-teaser-title {
  left: -10px;
}
@media (max-width: 767px) {
  .section--teasers .landing-teaser-title {
    padding-left: 45px!important;
    left: unset;
  }
}
@media (min-width: 767px) {
  .section--teasers .landing-teaser-title br {
    display: none;
  }
}
.section--teasers .teaser-wrapper {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  flex-direction: column;
}
@media (min-width: 767px) {
  .section--teasers .teaser-wrapper {
    flex-direction: row;
  }
}
.section--teasers .teaser-wrapper .teaser-figure {
  width: 100%;
  height: 220px;
}
.section--teasers .teaser-wrapper .teaser-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--teasers .teaser-wrapper .teaser-body p {
  line-height: 2;
}
.section--teasers .landing-teaser-title {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section--teasers .landing-teaser-title {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .section--teasers .landing-teaser-title {
    margin-left: 8.33333333%;
  }
}
.section--teasers .teasers-bg {
  width: 100%;
  height: 80%;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 767px) {
  .section--teasers .teasers-bg {
    height: 60%;
  }
}
.section--teasers .teaser-box:hover,
.section--teasers .teaser-box:focus {
  background: #ffffff;
}
.section--teasers .teaser-box:hover .teaser-figure:before,
.section--teasers .teaser-box:focus .teaser-figure:before {
  background: #ffffff;
}
.section--teasers .teaser-box:hover .teaser-figure:after,
.section--teasers .teaser-box:focus .teaser-figure:after {
  border-bottom-color: #ffffff;
}
.section--teasers .teasers-bg--pattern {
  background: url('../images/pattern-circuit.svg') center -60px no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .section--teasers .teasers-bg--pattern {
    display: none;
  }
}
.section--teasers .teasers-bg--color {
  background: #164194;
}
.teaserFull-figure:before,
.teaserFull-figure:after {
  display: none;
}
.teaserFull-body {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 767px) {
  .section--facility {
    margin-bottom: 50px;
  }
  .section--facility .teaserFull {
    margin-bottom: 0;
  }
}
#CybotCookiebotDialog {
  font-family: "Maven Pro", Helvetica, Arial, sans-serif !important;
  line-height: 2;
  font-size: 16px!important;
  letter-spacing: unset;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  line-height: 2;
  font-size: 16px!important;
  letter-spacing: unset;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  font-weight: 900;
  font-size: 16px;
  padding: 20px 20px 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 0!important;
  text-transform: uppercase;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline {
  font-weight: 900;
  font-size: 16px;
  padding: 20px 20px 16px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #dbdbdb;
  border-radius: 0!important;
  text-transform: uppercase;
}
div#CybotCookiebotDialogHeader,
div#CybotCookiebotDialogFooter #CybotCookiebotDialogPoweredByText,
div#CookiebotWidget-widgetContent .CookiebotWidget-main-logo {
  display: none!important;
}
#chatra {
  display: none!important;
}
.messages__wrapper .fade {
  opacity: 1;
}
