@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }


@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("//hello.myfonts.net/count/33f635");
@import url("//hello.myfonts.net/count/340587");
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; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('vhs-assets-css-877d9e5e453f12c8a82cf811f5c4a949.eot');
  src: url('vhs-assets-css-f510d5739ec3a7ab5c43496a99c6864a.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-e0c581a955fa1a17435e3afaec9dc09d.woff2') format("woff2"), url('vhs-assets-css-d5d07eb567902639867222ab53a9c5db.woff') format("woff"), url('vhs-assets-css-d1d86e5599bc9f6779a3ef54be510129.ttf') format("truetype"), url('vhs-assets-css-e7f2ea8ed5761c2827c781a4aa20f9cb.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  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; }

.container, .partner-teaser .partner-teaser-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .partner-teaser .partner-teaser-wrap:before, .container:after, .partner-teaser .partner-teaser-wrap:after {
    content: " ";
    display: table; }
  .container:after, .partner-teaser .partner-teaser-wrap:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .partner-teaser .partner-teaser-wrap {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .partner-teaser .partner-teaser-wrap {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .partner-teaser .partner-teaser-wrap {
      width: 1170px; } }

.container-fluid, .text-teaser .text-teaser-wrap, .jobteaser,
.swiper-wrap, .jobteaser-intro-text, .jobteaser-jobs,
.swiper-container.swiper-cols, .text-imagebg-teaser-content,
.text-image-teaser-content-wrap, .newsletter-abo .newsletter-abo-container, .whitepaper-list-container, #additionalContentOptions .additionalContentOptions-buttons, #additionalContentOptions, .whitepaper-solution-container, .extra-content, .case-study-detail .case-study-tags-container,
.case-study-detail .case-study-maininfos,
.case-study-detail .case-study-solution-container,
.whitepaper-detail .case-study-tags-container,
.whitepaper-detail .case-study-maininfos,
.whitepaper-detail .case-study-solution-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .text-teaser .text-teaser-wrap:before, .jobteaser:before,
  .swiper-wrap:before, .jobteaser-intro-text:before, .jobteaser-jobs:before,
  .swiper-container.swiper-cols:before, .text-imagebg-teaser-content:before,
  .text-image-teaser-content-wrap:before, .newsletter-abo .newsletter-abo-container:before, .whitepaper-list-container:before, #additionalContentOptions .additionalContentOptions-buttons:before, #additionalContentOptions:before, .whitepaper-solution-container:before, .extra-content:before, .case-study-detail .case-study-tags-container:before,
  .case-study-detail .case-study-maininfos:before,
  .case-study-detail .case-study-solution-container:before,
  .whitepaper-detail .case-study-tags-container:before,
  .whitepaper-detail .case-study-maininfos:before,
  .whitepaper-detail .case-study-solution-container:before, .container-fluid:after, .text-teaser .text-teaser-wrap:after, .jobteaser:after,
  .swiper-wrap:after, .jobteaser-intro-text:after, .jobteaser-jobs:after,
  .swiper-container.swiper-cols:after, .text-imagebg-teaser-content:after,
  .text-image-teaser-content-wrap:after, .newsletter-abo .newsletter-abo-container:after, .whitepaper-list-container:after, #additionalContentOptions .additionalContentOptions-buttons:after, #additionalContentOptions:after, .whitepaper-solution-container:after, .extra-content:after, .case-study-detail .case-study-tags-container:after,
  .case-study-detail .case-study-maininfos:after,
  .case-study-detail .case-study-solution-container:after,
  .whitepaper-detail .case-study-tags-container:after,
  .whitepaper-detail .case-study-maininfos:after,
  .whitepaper-detail .case-study-solution-container:after {
    content: " ";
    display: table; }
  .container-fluid:after, .text-teaser .text-teaser-wrap:after, .jobteaser:after,
  .swiper-wrap:after, .jobteaser-intro-text:after, .jobteaser-jobs:after,
  .swiper-container.swiper-cols:after, .text-imagebg-teaser-content:after,
  .text-image-teaser-content-wrap:after, .newsletter-abo .newsletter-abo-container:after, .whitepaper-list-container:after, #additionalContentOptions .additionalContentOptions-buttons:after, #additionalContentOptions:after, .whitepaper-solution-container:after, .extra-content:after, .case-study-detail .case-study-tags-container:after,
  .case-study-detail .case-study-maininfos:after,
  .case-study-detail .case-study-solution-container:after,
  .whitepaper-detail .case-study-tags-container:after,
  .whitepaper-detail .case-study-maininfos:after,
  .whitepaper-detail .case-study-solution-container:after {
    clear: both; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  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: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 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: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.btn-primary[type="date"], .input-group-sm > .input-group-btn > input.btn-primary-inverse[type="date"], .input-group-sm > .input-group-btn > input.btn-inverse[type="date"], .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn[type="date"], .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn-default[type="date"], .input-group-sm > .input-group-btn > input.btn-default[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > .input-group-btn > input.btn-primary[type="time"],
  .input-group-sm > .input-group-btn > input.btn-primary-inverse[type="time"],
  .input-group-sm > .input-group-btn > input.btn-inverse[type="time"],
  .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn[type="time"],
  .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn-default[type="time"],
  .input-group-sm > .input-group-btn > input.btn-default[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-primary[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-primary-inverse[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-inverse[type="datetime-local"],
  .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn-default[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-default[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn-primary[type="month"],
  .input-group-sm > .input-group-btn > input.btn-primary-inverse[type="month"],
  .input-group-sm > .input-group-btn > input.btn-inverse[type="month"],
  .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn[type="month"],
  .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > input.btn-default[type="month"],
  .input-group-sm > .input-group-btn > input.btn-default[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.btn-primary[type="date"], .input-group-lg > .input-group-btn > input.btn-primary-inverse[type="date"], .input-group-lg > .input-group-btn > input.btn-inverse[type="date"], .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn[type="date"], .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn-default[type="date"], .input-group-lg > .input-group-btn > input.btn-default[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > .input-group-btn > input.btn-primary[type="time"],
  .input-group-lg > .input-group-btn > input.btn-primary-inverse[type="time"],
  .input-group-lg > .input-group-btn > input.btn-inverse[type="time"],
  .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn[type="time"],
  .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn-default[type="time"],
  .input-group-lg > .input-group-btn > input.btn-default[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-primary[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-primary-inverse[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-inverse[type="datetime-local"],
  .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn-default[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-default[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn-primary[type="month"],
  .input-group-lg > .input-group-btn > input.btn-primary-inverse[type="month"],
  .input-group-lg > .input-group-btn > input.btn-inverse[type="month"],
  .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn[type="month"],
  .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > input.btn-default[type="month"],
  .input-group-lg > .input-group-btn > input.btn-default[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.btn-primary, .input-group-lg > .input-group-btn > .form-control-static.btn-primary-inverse, .input-group-lg > .input-group-btn > .form-control-static.btn-inverse, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .form-control-static.btn, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .form-control-static.btn-default, .input-group-lg > .input-group-btn > .form-control-static.btn-default, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.btn-primary, .input-group-sm > .input-group-btn > .form-control-static.btn-primary-inverse, .input-group-sm > .input-group-btn > .form-control-static.btn-inverse, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .form-control-static.btn, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .form-control-static.btn-default, .input-group-sm > .input-group-btn > .form-control-static.btn-default {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .btn-primary, .input-group-sm > .input-group-btn > .btn-primary-inverse, .input-group-sm > .input-group-btn > .btn-inverse, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .btn, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .btn-default, .input-group-sm > .input-group-btn > .btn-default {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.btn-primary, .input-group-sm > .input-group-btn > select.btn-primary-inverse, .input-group-sm > .input-group-btn > select.btn-inverse, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > select.btn, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > select.btn-default, .input-group-sm > .input-group-btn > select.btn-default {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.btn-primary, .input-group-sm > .input-group-btn > textarea.btn-primary-inverse, .input-group-sm > .input-group-btn > textarea.btn-inverse, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > textarea.btn, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > textarea.btn-default, .input-group-sm > .input-group-btn > textarea.btn-default,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.btn-primary[multiple],
.input-group-sm > .input-group-btn > select.btn-primary-inverse[multiple],
.input-group-sm > .input-group-btn > select.btn-inverse[multiple],
.blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > select.btn[multiple],
.blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > select.btn-default[multiple],
.input-group-sm > .input-group-btn > select.btn-default[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .btn-primary, .input-group-lg > .input-group-btn > .btn-primary-inverse, .input-group-lg > .input-group-btn > .btn-inverse, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .btn, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .btn-default, .input-group-lg > .input-group-btn > .btn-default {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.btn-primary, .input-group-lg > .input-group-btn > select.btn-primary-inverse, .input-group-lg > .input-group-btn > select.btn-inverse, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > select.btn, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > select.btn-default, .input-group-lg > .input-group-btn > select.btn-default {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.btn-primary, .input-group-lg > .input-group-btn > textarea.btn-primary-inverse, .input-group-lg > .input-group-btn > textarea.btn-inverse, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > textarea.btn, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > textarea.btn-default, .input-group-lg > .input-group-btn > textarea.btn-default,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.btn-primary[multiple],
.input-group-lg > .input-group-btn > select.btn-primary-inverse[multiple],
.input-group-lg > .input-group-btn > select.btn-inverse[multiple],
.blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > select.btn[multiple],
.blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > select.btn-default[multiple],
.input-group-lg > .input-group-btn > select.btn-default[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-primary + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-primary-inverse + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-inverse + .form-control-feedback, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .btn-default + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-default + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-primary + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-primary-inverse + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-inverse + .form-control-feedback, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .btn-default + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-default + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    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: #337ab7; }

.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: 12px;
  line-height: 1.42857;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .btn-primary, .btn-group > .btn-primary-inverse, .btn-group > .btn-inverse, .blog-entry .news-backlink-wrap .btn-group > .btn, .blog-entry .news-backlink-wrap .btn-group > .btn-default, .btn-group > .btn-default,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-primary,
  .btn-group-vertical > .btn-primary-inverse,
  .btn-group-vertical > .btn-inverse,
  .blog-entry .news-backlink-wrap .btn-group-vertical > .btn,
  .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default,
  .btn-group-vertical > .btn-default {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn-primary:hover, .btn-group > .btn-primary-inverse:hover, .btn-group > .btn-inverse:hover, .blog-entry .news-backlink-wrap .btn-group > .btn:hover, .blog-entry .news-backlink-wrap .btn-group > .btn-default:hover, .btn-group > .btn-default:hover, .btn-group > .btn:focus, .btn-group > .btn-primary:focus, .btn-group > .btn-primary-inverse:focus, .btn-group > .btn-inverse:focus, .blog-entry .news-backlink-wrap .btn-group > .btn:focus, .blog-entry .news-backlink-wrap .btn-group > .btn-default:focus, .btn-group > .btn-default:focus, .btn-group > .btn:active, .btn-group > .btn-primary:active, .btn-group > .btn-primary-inverse:active, .btn-group > .btn-inverse:active, .blog-entry .news-backlink-wrap .btn-group > .btn:active, .blog-entry .news-backlink-wrap .btn-group > .btn-default:active, .btn-group > .btn-default:active, .btn-group > .btn.active, .btn-group > .active.btn-primary, .btn-group > .active.btn-primary-inverse, .btn-group > .active.btn-inverse, .blog-entry .news-backlink-wrap .btn-group > .active.btn, .blog-entry .news-backlink-wrap .btn-group > .active.btn-default, .btn-group > .active.btn-default,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn-primary:hover,
    .btn-group-vertical > .btn-primary-inverse:hover,
    .btn-group-vertical > .btn-inverse:hover,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .btn:hover,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default:hover,
    .btn-group-vertical > .btn-default:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn-primary:focus,
    .btn-group-vertical > .btn-primary-inverse:focus,
    .btn-group-vertical > .btn-inverse:focus,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .btn:focus,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default:focus,
    .btn-group-vertical > .btn-default:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn-primary:active,
    .btn-group-vertical > .btn-primary-inverse:active,
    .btn-group-vertical > .btn-inverse:active,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .btn:active,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default:active,
    .btn-group-vertical > .btn-default:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.btn-primary,
    .btn-group-vertical > .active.btn-primary-inverse,
    .btn-group-vertical > .active.btn-inverse,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .active.btn,
    .blog-entry .news-backlink-wrap .btn-group-vertical > .active.btn-default,
    .btn-group-vertical > .active.btn-default {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn-primary + .btn, .btn-group .btn-primary-inverse + .btn, .btn-group .btn-inverse + .btn, .btn-group .btn-default + .btn, .btn-group .btn + .btn-primary, .btn-group .btn-primary + .btn-primary, .btn-group .btn-primary-inverse + .btn-primary, .btn-group .btn-inverse + .btn-primary, .btn-group .blog-entry .news-backlink-wrap .btn + .btn-primary, .btn-group .blog-entry .news-backlink-wrap .btn-default + .btn-primary, .btn-group .btn-default + .btn-primary, .btn-group .btn + .btn-primary-inverse, .btn-group .btn-primary + .btn-primary-inverse, .btn-group .btn-primary-inverse + .btn-primary-inverse, .btn-group .btn-inverse + .btn-primary-inverse, .btn-group .blog-entry .news-backlink-wrap .btn + .btn-primary-inverse, .btn-group .blog-entry .news-backlink-wrap .btn-default + .btn-primary-inverse, .btn-group .btn-default + .btn-primary-inverse, .btn-group .btn + .btn-inverse, .btn-group .btn-primary + .btn-inverse, .btn-group .btn-primary-inverse + .btn-inverse, .btn-group .btn-inverse + .btn-inverse, .btn-group .blog-entry .news-backlink-wrap .btn + .btn-inverse, .btn-group .blog-entry .news-backlink-wrap .btn-default + .btn-inverse, .btn-group .btn-default + .btn-inverse, .btn-group .blog-entry .news-backlink-wrap .btn-primary + .btn, .btn-group .blog-entry .news-backlink-wrap .btn-primary-inverse + .btn, .btn-group .blog-entry .news-backlink-wrap .btn-inverse + .btn, .btn-group .blog-entry .news-backlink-wrap .btn + .btn, .btn-group .blog-entry .news-backlink-wrap .btn-default + .btn, .btn-group .blog-entry .news-backlink-wrap .btn-primary + .btn-default, .btn-group .blog-entry .news-backlink-wrap .btn-primary-inverse + .btn-default, .btn-group .blog-entry .news-backlink-wrap .btn-inverse + .btn-default, .btn-group .btn + .btn-default, .btn-group .btn-primary + .btn-default, .btn-group .btn-primary-inverse + .btn-default, .btn-group .btn-inverse + .btn-default, .btn-group .blog-entry .news-backlink-wrap .btn + .btn-default, .btn-group .blog-entry .news-backlink-wrap .btn-default + .btn-default, .btn-group .btn-default + .btn-default,
.btn-group .btn + .btn-group,
.btn-group .btn-primary + .btn-group,
.btn-group .btn-primary-inverse + .btn-group,
.btn-group .btn-inverse + .btn-group,
.btn-group .blog-entry .news-backlink-wrap .btn + .btn-group,
.btn-group .blog-entry .news-backlink-wrap .btn-default + .btn-group,
.btn-group .btn-default + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-primary,
.btn-group .btn-group + .btn-primary-inverse,
.btn-group .btn-group + .btn-inverse,
.btn-group .blog-entry .news-backlink-wrap .btn-group + .btn,
.btn-group .blog-entry .news-backlink-wrap .btn-group + .btn-default,
.btn-group .btn-group + .btn-default,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .btn-primary, .btn-toolbar .btn-primary-inverse, .btn-toolbar .btn-inverse, .btn-toolbar .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .btn-toolbar .btn, .btn-toolbar .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .btn-toolbar .btn-default, .btn-toolbar .btn-default,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .btn-primary, .btn-toolbar > .btn-primary-inverse, .btn-toolbar > .btn-inverse, .blog-entry .news-backlink-wrap .btn-toolbar > .btn, .blog-entry .news-backlink-wrap .btn-toolbar > .btn-default, .btn-toolbar > .btn-default,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary-inverse:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-inverse:not(:first-child):not(:last-child):not(.dropdown-toggle), .blog-entry .news-backlink-wrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .blog-entry .news-backlink-wrap .btn-group > .btn-default:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .btn-primary:first-child, .btn-group > .btn-primary-inverse:first-child, .btn-group > .btn-inverse:first-child, .blog-entry .news-backlink-wrap .btn-group > .btn:first-child, .blog-entry .news-backlink-wrap .btn-group > .btn-default:first-child, .btn-group > .btn-default:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary-inverse:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-inverse:first-child:not(:last-child):not(.dropdown-toggle), .blog-entry .news-backlink-wrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .blog-entry .news-backlink-wrap .btn-group > .btn-default:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn-primary:last-child:not(:first-child), .btn-group > .btn-primary-inverse:last-child:not(:first-child), .btn-group > .btn-inverse:last-child:not(:first-child), .blog-entry .news-backlink-wrap .btn-group > .btn:last-child:not(:first-child), .blog-entry .news-backlink-wrap .btn-group > .btn-default:last-child:not(:first-child), .btn-group > .btn-default:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-primary, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-primary-inverse, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-inverse, .blog-entry .news-backlink-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .blog-entry .news-backlink-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-default, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-default {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-primary:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-primary-inverse:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-inverse:last-child, .blog-entry .news-backlink-wrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .blog-entry .news-backlink-wrap .btn-group > .btn-group:first-child:not(:last-child) > .btn-default:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-default:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-primary:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-primary-inverse:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-inverse:first-child, .blog-entry .news-backlink-wrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .blog-entry .news-backlink-wrap .btn-group > .btn-group:last-child:not(:first-child) > .btn-default:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-default:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-primary + .dropdown-toggle, .btn-group > .btn-primary-inverse + .dropdown-toggle, .btn-group > .btn-inverse + .dropdown-toggle, .blog-entry .news-backlink-wrap .btn-group > .btn + .dropdown-toggle, .blog-entry .news-backlink-wrap .btn-group > .btn-default + .dropdown-toggle, .btn-group > .btn-default + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn-primary + .dropdown-toggle, .btn-group-lg.btn-group > .btn-primary-inverse + .dropdown-toggle, .btn-group-lg.btn-group > .btn-inverse + .dropdown-toggle, .blog-entry .news-backlink-wrap .btn-group-lg.btn-group > .btn + .dropdown-toggle, .blog-entry .news-backlink-wrap .btn-group-lg.btn-group > .btn-default + .dropdown-toggle, .btn-group-lg.btn-group > .btn-default + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .btn-primary .caret, .btn-primary-inverse .caret, .btn-inverse .caret, .blog-entry .news-backlink-wrap .btn .caret, .blog-entry .news-backlink-wrap .btn-default .caret, .btn-default .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn-primary .caret, .btn-group-lg > .btn-primary-inverse .caret, .btn-group-lg > .btn-inverse .caret, .blog-entry .news-backlink-wrap .btn-group-lg > .btn .caret, .blog-entry .news-backlink-wrap .btn-group-lg > .btn-default .caret, .btn-group-lg > .btn-default .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn-primary .caret, .dropup .btn-group-lg > .btn-primary-inverse .caret, .dropup .btn-group-lg > .btn-inverse .caret, .dropup .blog-entry .news-backlink-wrap .btn-group-lg > .btn .caret, .dropup .blog-entry .news-backlink-wrap .btn-group-lg > .btn-default .caret, .dropup .btn-group-lg > .btn-default .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.btn-group-vertical > .btn-primary,
.btn-group-vertical > .btn-primary-inverse,
.btn-group-vertical > .btn-inverse,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default,
.btn-group-vertical > .btn-default,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-primary,
.btn-group-vertical > .btn-group > .btn-primary-inverse,
.btn-group-vertical > .btn-group > .btn-inverse,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group > .btn,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group > .btn-default,
.btn-group-vertical > .btn-group > .btn-default {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-primary,
.btn-group-vertical > .btn-group > .btn-primary-inverse,
.btn-group-vertical > .btn-group > .btn-inverse,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group > .btn,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group > .btn-default,
.btn-group-vertical > .btn-group > .btn-default {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-primary + .btn, .btn-group-vertical > .btn-primary-inverse + .btn, .btn-group-vertical > .btn-inverse + .btn, .btn-group-vertical > .btn-default + .btn, .btn-group-vertical > .btn + .btn-primary, .btn-group-vertical > .btn-primary + .btn-primary, .btn-group-vertical > .btn-primary-inverse + .btn-primary, .btn-group-vertical > .btn-inverse + .btn-primary, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn + .btn-primary, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default + .btn-primary, .btn-group-vertical > .btn-default + .btn-primary, .btn-group-vertical > .btn + .btn-primary-inverse, .btn-group-vertical > .btn-primary + .btn-primary-inverse, .btn-group-vertical > .btn-primary-inverse + .btn-primary-inverse, .btn-group-vertical > .btn-inverse + .btn-primary-inverse, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn + .btn-primary-inverse, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default + .btn-primary-inverse, .btn-group-vertical > .btn-default + .btn-primary-inverse, .btn-group-vertical > .btn + .btn-inverse, .btn-group-vertical > .btn-primary + .btn-inverse, .btn-group-vertical > .btn-primary-inverse + .btn-inverse, .btn-group-vertical > .btn-inverse + .btn-inverse, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn + .btn-inverse, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default + .btn-inverse, .btn-group-vertical > .btn-default + .btn-inverse, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-primary + .btn, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-primary-inverse + .btn, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-inverse + .btn, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn + .btn, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default + .btn, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-primary + .btn-default, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-primary-inverse + .btn-default, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-inverse + .btn-default, .btn-group-vertical > .btn + .btn-default, .btn-group-vertical > .btn-primary + .btn-default, .btn-group-vertical > .btn-primary-inverse + .btn-default, .btn-group-vertical > .btn-inverse + .btn-default, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn + .btn-default, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default + .btn-default, .btn-group-vertical > .btn-default + .btn-default,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-primary + .btn-group,
.btn-group-vertical > .btn-primary-inverse + .btn-group,
.btn-group-vertical > .btn-inverse + .btn-group,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn + .btn-group,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default + .btn-group,
.btn-group-vertical > .btn-default + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-primary,
.btn-group-vertical > .btn-group + .btn-primary-inverse,
.btn-group-vertical > .btn-group + .btn-inverse,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group + .btn,
.blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group + .btn-default,
.btn-group-vertical > .btn-group + .btn-default,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn-primary:not(:first-child):not(:last-child), .btn-group-vertical > .btn-primary-inverse:not(:first-child):not(:last-child), .btn-group-vertical > .btn-inverse:not(:first-child):not(:last-child), .blog-entry .news-backlink-wrap .btn-group-vertical > .btn:not(:first-child):not(:last-child), .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default:not(:first-child):not(:last-child), .btn-group-vertical > .btn-default:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn-primary:first-child:not(:last-child), .btn-group-vertical > .btn-primary-inverse:first-child:not(:last-child), .btn-group-vertical > .btn-inverse:first-child:not(:last-child), .blog-entry .news-backlink-wrap .btn-group-vertical > .btn:first-child:not(:last-child), .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default:first-child:not(:last-child), .btn-group-vertical > .btn-default:first-child:not(:last-child) {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn-primary:last-child:not(:first-child), .btn-group-vertical > .btn-primary-inverse:last-child:not(:first-child), .btn-group-vertical > .btn-inverse:last-child:not(:first-child), .blog-entry .news-backlink-wrap .btn-group-vertical > .btn:last-child:not(:first-child), .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-default:last-child:not(:first-child), .btn-group-vertical > .btn-default:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-primary, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-primary-inverse, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-inverse, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-default, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-default {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-primary:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-primary-inverse:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-inverse:last-child, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-default:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-default:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-primary:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-primary-inverse:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-inverse:first-child, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .blog-entry .news-backlink-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-default:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-default:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .btn-primary, .btn-group-justified > .btn-primary-inverse, .btn-group-justified > .btn-inverse, .blog-entry .news-backlink-wrap .btn-group-justified > .btn, .blog-entry .news-backlink-wrap .btn-group-justified > .btn-default, .btn-group-justified > .btn-default,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn-primary, .btn-group-justified > .btn-group .btn-primary-inverse, .btn-group-justified > .btn-group .btn-inverse, .blog-entry .news-backlink-wrap .btn-group-justified > .btn-group .btn, .blog-entry .news-backlink-wrap .btn-group-justified > .btn-group .btn-default, .btn-group-justified > .btn-group .btn-default {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-primary input[type="radio"], [data-toggle="buttons"] > .btn-primary-inverse input[type="radio"], [data-toggle="buttons"] > .btn-inverse input[type="radio"], .blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn input[type="radio"], .blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn-default input[type="radio"], [data-toggle="buttons"] > .btn-default input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-primary input[type="checkbox"],
[data-toggle="buttons"] > .btn-primary-inverse input[type="checkbox"],
[data-toggle="buttons"] > .btn-inverse input[type="checkbox"],
.blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn input[type="checkbox"],
.blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn-default input[type="checkbox"],
[data-toggle="buttons"] > .btn-default input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-primary input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-primary-inverse input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-inverse input[type="radio"],
.blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn-group > .btn-default input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-default input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-primary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-primary-inverse input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-inverse input[type="checkbox"],
.blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.blog-entry .news-backlink-wrap [data-toggle="buttons"] > .btn-group > .btn-default input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-default input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.btn-primary, .input-group-sm > .input-group-btn > .input-group-addon.btn-primary-inverse, .input-group-sm > .input-group-btn > .input-group-addon.btn-inverse, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .input-group-addon.btn, .blog-entry .news-backlink-wrap .input-group-sm > .input-group-btn > .input-group-addon.btn-default, .input-group-sm > .input-group-btn > .input-group-addon.btn-default {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.btn-primary, .input-group-lg > .input-group-btn > .input-group-addon.btn-primary-inverse, .input-group-lg > .input-group-btn > .input-group-addon.btn-inverse, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .input-group-addon.btn, .blog-entry .news-backlink-wrap .input-group-lg > .input-group-btn > .input-group-addon.btn-default, .input-group-lg > .input-group-btn > .input-group-addon.btn-default {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-primary,
.input-group-btn:first-child > .btn-primary-inverse,
.input-group-btn:first-child > .btn-inverse,
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn,
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn-default,
.input-group-btn:first-child > .btn-default,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn-primary,
.input-group-btn:first-child > .btn-group > .btn-primary-inverse,
.input-group-btn:first-child > .btn-group > .btn-inverse,
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn-group > .btn,
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn-group > .btn-default,
.input-group-btn:first-child > .btn-group > .btn-default,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-primary-inverse:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-inverse:not(:last-child):not(.dropdown-toggle),
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn-default:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-default:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-primary,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-primary-inverse,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-inverse,
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-default,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-default {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-primary,
.input-group-btn:last-child > .btn-primary-inverse,
.input-group-btn:last-child > .btn-inverse,
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn,
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn-default,
.input-group-btn:last-child > .btn-default,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn-primary,
.input-group-btn:last-child > .btn-group > .btn-primary-inverse,
.input-group-btn:last-child > .btn-group > .btn-inverse,
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn-group > .btn,
.blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn-group > .btn-default,
.input-group-btn:last-child > .btn-group > .btn-default,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-primary:not(:first-child),
.input-group-btn:first-child > .btn-primary-inverse:not(:first-child),
.input-group-btn:first-child > .btn-inverse:not(:first-child),
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn:not(:first-child),
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn-default:not(:first-child),
.input-group-btn:first-child > .btn-default:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary-inverse,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-inverse,
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-default,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-default {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .btn-primary, .input-group-btn > .btn-primary-inverse, .input-group-btn > .btn-inverse, .blog-entry .news-backlink-wrap .input-group-btn > .btn, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default, .input-group-btn > .btn-default {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .btn-primary + .btn, .input-group-btn > .btn-primary-inverse + .btn, .input-group-btn > .btn-inverse + .btn, .input-group-btn > .btn-default + .btn, .input-group-btn > .btn + .btn-primary, .input-group-btn > .btn-primary + .btn-primary, .input-group-btn > .btn-primary-inverse + .btn-primary, .input-group-btn > .btn-inverse + .btn-primary, .blog-entry .news-backlink-wrap .input-group-btn > .btn + .btn-primary, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default + .btn-primary, .input-group-btn > .btn-default + .btn-primary, .input-group-btn > .btn + .btn-primary-inverse, .input-group-btn > .btn-primary + .btn-primary-inverse, .input-group-btn > .btn-primary-inverse + .btn-primary-inverse, .input-group-btn > .btn-inverse + .btn-primary-inverse, .blog-entry .news-backlink-wrap .input-group-btn > .btn + .btn-primary-inverse, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default + .btn-primary-inverse, .input-group-btn > .btn-default + .btn-primary-inverse, .input-group-btn > .btn + .btn-inverse, .input-group-btn > .btn-primary + .btn-inverse, .input-group-btn > .btn-primary-inverse + .btn-inverse, .input-group-btn > .btn-inverse + .btn-inverse, .blog-entry .news-backlink-wrap .input-group-btn > .btn + .btn-inverse, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default + .btn-inverse, .input-group-btn > .btn-default + .btn-inverse, .blog-entry .news-backlink-wrap .input-group-btn > .btn-primary + .btn, .blog-entry .news-backlink-wrap .input-group-btn > .btn-primary-inverse + .btn, .blog-entry .news-backlink-wrap .input-group-btn > .btn-inverse + .btn, .blog-entry .news-backlink-wrap .input-group-btn > .btn + .btn, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default + .btn, .blog-entry .news-backlink-wrap .input-group-btn > .btn-primary + .btn-default, .blog-entry .news-backlink-wrap .input-group-btn > .btn-primary-inverse + .btn-default, .blog-entry .news-backlink-wrap .input-group-btn > .btn-inverse + .btn-default, .input-group-btn > .btn + .btn-default, .input-group-btn > .btn-primary + .btn-default, .input-group-btn > .btn-primary-inverse + .btn-default, .input-group-btn > .btn-inverse + .btn-default, .blog-entry .news-backlink-wrap .input-group-btn > .btn + .btn-default, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default + .btn-default, .input-group-btn > .btn-default + .btn-default {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn-primary:hover, .input-group-btn > .btn-primary-inverse:hover, .input-group-btn > .btn-inverse:hover, .blog-entry .news-backlink-wrap .input-group-btn > .btn:hover, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default:hover, .input-group-btn > .btn-default:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-primary:focus, .input-group-btn > .btn-primary-inverse:focus, .input-group-btn > .btn-inverse:focus, .blog-entry .news-backlink-wrap .input-group-btn > .btn:focus, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default:focus, .input-group-btn > .btn-default:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-primary:active, .input-group-btn > .btn-primary-inverse:active, .input-group-btn > .btn-inverse:active, .blog-entry .news-backlink-wrap .input-group-btn > .btn:active, .blog-entry .news-backlink-wrap .input-group-btn > .btn-default:active, .input-group-btn > .btn-default:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-primary,
  .input-group-btn:first-child > .btn-primary-inverse,
  .input-group-btn:first-child > .btn-inverse,
  .blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn,
  .blog-entry .news-backlink-wrap .input-group-btn:first-child > .btn-default,
  .input-group-btn:first-child > .btn-default,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-primary,
  .input-group-btn:last-child > .btn-primary-inverse,
  .input-group-btn:last-child > .btn-inverse,
  .blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn,
  .blog-entry .news-backlink-wrap .input-group-btn:last-child > .btn-default,
  .input-group-btn:last-child > .btn-default,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 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: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

.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: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .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, .partner-teaser .partner-teaser-wrap > .navbar-header,
.container > .navbar-collapse,
.partner-teaser .partner-teaser-wrap > .navbar-collapse,
.container-fluid > .navbar-header,
.text-teaser .text-teaser-wrap > .navbar-header,
.jobteaser > .navbar-header,
.swiper-wrap > .navbar-header,
.jobteaser-intro-text > .navbar-header,
.jobteaser-jobs > .navbar-header,
.swiper-container.swiper-cols > .navbar-header,
.text-imagebg-teaser-content > .navbar-header,
.text-image-teaser-content-wrap > .navbar-header,
.newsletter-abo .newsletter-abo-container > .navbar-header,
.whitepaper-list-container > .navbar-header,
#additionalContentOptions .additionalContentOptions-buttons > .navbar-header,
#additionalContentOptions > .navbar-header,
.whitepaper-solution-container > .navbar-header,
.extra-content > .navbar-header,
.case-study-detail .case-study-tags-container > .navbar-header,
.case-study-detail .case-study-maininfos > .navbar-header,
.case-study-detail .case-study-solution-container > .navbar-header,
.whitepaper-detail .case-study-tags-container > .navbar-header,
.whitepaper-detail .case-study-maininfos > .navbar-header,
.whitepaper-detail .case-study-solution-container > .navbar-header,
.container-fluid > .navbar-collapse,
.text-teaser .text-teaser-wrap > .navbar-collapse,
.jobteaser > .navbar-collapse,
.swiper-wrap > .navbar-collapse,
.jobteaser-intro-text > .navbar-collapse,
.jobteaser-jobs > .navbar-collapse,
.swiper-container.swiper-cols > .navbar-collapse,
.text-imagebg-teaser-content > .navbar-collapse,
.text-image-teaser-content-wrap > .navbar-collapse,
.newsletter-abo .newsletter-abo-container > .navbar-collapse,
.whitepaper-list-container > .navbar-collapse,
#additionalContentOptions .additionalContentOptions-buttons > .navbar-collapse,
#additionalContentOptions > .navbar-collapse,
.whitepaper-solution-container > .navbar-collapse,
.extra-content > .navbar-collapse,
.case-study-detail .case-study-tags-container > .navbar-collapse,
.case-study-detail .case-study-maininfos > .navbar-collapse,
.case-study-detail .case-study-solution-container > .navbar-collapse,
.whitepaper-detail .case-study-tags-container > .navbar-collapse,
.whitepaper-detail .case-study-maininfos > .navbar-collapse,
.whitepaper-detail .case-study-solution-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .partner-teaser .partner-teaser-wrap > .navbar-header,
    .container > .navbar-collapse,
    .partner-teaser .partner-teaser-wrap > .navbar-collapse,
    .container-fluid > .navbar-header,
    .text-teaser .text-teaser-wrap > .navbar-header,
    .jobteaser > .navbar-header,
    .swiper-wrap > .navbar-header,
    .jobteaser-intro-text > .navbar-header,
    .jobteaser-jobs > .navbar-header,
    .swiper-container.swiper-cols > .navbar-header,
    .text-imagebg-teaser-content > .navbar-header,
    .text-image-teaser-content-wrap > .navbar-header,
    .newsletter-abo .newsletter-abo-container > .navbar-header,
    .whitepaper-list-container > .navbar-header,
    #additionalContentOptions .additionalContentOptions-buttons > .navbar-header,
    #additionalContentOptions > .navbar-header,
    .whitepaper-solution-container > .navbar-header,
    .extra-content > .navbar-header,
    .case-study-detail .case-study-tags-container > .navbar-header,
    .case-study-detail .case-study-maininfos > .navbar-header,
    .case-study-detail .case-study-solution-container > .navbar-header,
    .whitepaper-detail .case-study-tags-container > .navbar-header,
    .whitepaper-detail .case-study-maininfos > .navbar-header,
    .whitepaper-detail .case-study-solution-container > .navbar-header,
    .container-fluid > .navbar-collapse,
    .text-teaser .text-teaser-wrap > .navbar-collapse,
    .jobteaser > .navbar-collapse,
    .swiper-wrap > .navbar-collapse,
    .jobteaser-intro-text > .navbar-collapse,
    .jobteaser-jobs > .navbar-collapse,
    .swiper-container.swiper-cols > .navbar-collapse,
    .text-imagebg-teaser-content > .navbar-collapse,
    .text-image-teaser-content-wrap > .navbar-collapse,
    .newsletter-abo .newsletter-abo-container > .navbar-collapse,
    .whitepaper-list-container > .navbar-collapse,
    #additionalContentOptions .additionalContentOptions-buttons > .navbar-collapse,
    #additionalContentOptions > .navbar-collapse,
    .whitepaper-solution-container > .navbar-collapse,
    .extra-content > .navbar-collapse,
    .case-study-detail .case-study-tags-container > .navbar-collapse,
    .case-study-detail .case-study-maininfos > .navbar-collapse,
    .case-study-detail .case-study-solution-container > .navbar-collapse,
    .whitepaper-detail .case-study-tags-container > .navbar-collapse,
    .whitepaper-detail .case-study-maininfos > .navbar-collapse,
    .whitepaper-detail .case-study-solution-container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .partner-teaser .navbar > .partner-teaser-wrap .navbar-brand,
    .navbar > .container-fluid .navbar-brand,
    .text-teaser .navbar > .text-teaser-wrap .navbar-brand,
    .navbar > .jobteaser .navbar-brand,
    .navbar > .swiper-wrap .navbar-brand,
    .navbar > .jobteaser-intro-text .navbar-brand,
    .navbar > .jobteaser-jobs .navbar-brand,
    .navbar > .swiper-container.swiper-cols .navbar-brand,
    .navbar > .text-imagebg-teaser-content .navbar-brand,
    .navbar > .text-image-teaser-content-wrap .navbar-brand,
    .newsletter-abo .navbar > .newsletter-abo-container .navbar-brand,
    .navbar > .whitepaper-list-container .navbar-brand,
    #additionalContentOptions .navbar > .additionalContentOptions-buttons .navbar-brand,
    .navbar > #additionalContentOptions .navbar-brand,
    .navbar > .whitepaper-solution-container .navbar-brand,
    .navbar > .extra-content .navbar-brand,
    .case-study-detail .navbar > .case-study-tags-container .navbar-brand,
    .case-study-detail .navbar > .case-study-maininfos .navbar-brand,
    .case-study-detail .navbar > .case-study-solution-container .navbar-brand,
    .whitepaper-detail .navbar > .case-study-tags-container .navbar-brand,
    .whitepaper-detail .navbar > .case-study-maininfos .navbar-brand,
    .whitepaper-detail .navbar > .case-study-solution-container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .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: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 8px;
  margin-bottom: 8px; }
  @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: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.btn-primary, .btn-group-sm > .navbar-btn.btn-primary-inverse, .btn-group-sm > .navbar-btn.btn-inverse, .blog-entry .news-backlink-wrap .btn-group-sm > .navbar-btn.btn, .blog-entry .news-backlink-wrap .btn-group-sm > .navbar-btn.btn-default, .btn-group-sm > .navbar-btn.btn-default {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.btn-primary, .btn-group-xs > .navbar-btn.btn-primary-inverse, .btn-group-xs > .navbar-btn.btn-inverse, .blog-entry .news-backlink-wrap .btn-group-xs > .navbar-btn.btn, .blog-entry .news-backlink-wrap .btn-group-xs > .navbar-btn.btn-default, .btn-group-xs > .navbar-btn.btn-default {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .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: 767px) {
    .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, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .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: #090909; }
    .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, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      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: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    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: 18px;
  line-height: 1.33333; }

.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: 12px;
  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: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .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; }
  .label:empty {
    display: none; }
  .btn .label, .btn-primary .label, .btn-primary-inverse .label, .btn-inverse .label, .blog-entry .news-backlink-wrap .btn .label, .blog-entry .news-backlink-wrap .btn-default .label, .btn-default .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

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

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

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

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.clear {
  clear: both; }

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

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.btn, .btn-primary, .btn-primary-inverse, .btn-inverse, .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .btn-default, .btn-default {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 9px 15px 6px;
  font-size: 18px;
  line-height: 1.42857;
  border-radius: 1px;
  text-transform: lowercase;
  font-variant: small-caps;
  border: none;
  background: #000;
  color: #fff; }
  .btn:focus, .btn-primary:focus, .btn-primary-inverse:focus, .btn-inverse:focus, .blog-entry .news-backlink-wrap .btn:focus, .blog-entry .news-backlink-wrap .btn-default:focus, .btn-default:focus, .btn.focus, .focus.btn-primary, .focus.btn-primary-inverse, .focus.btn-inverse, .blog-entry .news-backlink-wrap .focus.btn, .blog-entry .news-backlink-wrap .focus.btn-default, .focus.btn-default, .btn:active:focus, .btn-primary:active:focus, .btn-primary-inverse:active:focus, .btn-inverse:active:focus, .btn-default:active:focus, .btn:active.focus, .btn-primary:active.focus, .btn-primary-inverse:active.focus, .btn-inverse:active.focus, .btn-default:active.focus, .btn.active:focus, .active.btn-primary:focus, .active.btn-primary-inverse:focus, .active.btn-inverse:focus, .active.btn-default:focus, .btn.active.focus, .active.focus.btn-primary, .active.focus.btn-primary-inverse, .active.focus.btn-inverse, .active.focus.btn-default {
    outline: none; }
  .btn:hover, .btn-primary:hover, .btn-primary-inverse:hover, .btn-inverse:hover, .blog-entry .news-backlink-wrap .btn:hover, .blog-entry .news-backlink-wrap .btn-default:hover, .btn-default:hover, .btn:focus, .btn-primary:focus, .btn-primary-inverse:focus, .btn-inverse:focus, .blog-entry .news-backlink-wrap .btn:focus, .blog-entry .news-backlink-wrap .btn-default:focus, .btn-default:focus, .btn.focus, .focus.btn-primary, .focus.btn-primary-inverse, .focus.btn-inverse, .blog-entry .news-backlink-wrap .focus.btn, .blog-entry .news-backlink-wrap .focus.btn-default, .focus.btn-default {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn-primary:active, .btn-primary-inverse:active, .btn-inverse:active, .blog-entry .news-backlink-wrap .btn:active, .blog-entry .news-backlink-wrap .btn-default:active, .btn-default:active, .btn.active, .active.btn-primary, .active.btn-primary-inverse, .active.btn-inverse, .blog-entry .news-backlink-wrap .active.btn, .blog-entry .news-backlink-wrap .active.btn-default, .active.btn-default {
    outline: 0;
    background-image: none; }
  .btn.disabled, .disabled.btn-primary, .disabled.btn-primary-inverse, .disabled.btn-inverse, .blog-entry .news-backlink-wrap .disabled.btn, .blog-entry .news-backlink-wrap .disabled.btn-default, .disabled.btn-default, .btn[disabled], .btn-primary[disabled], .btn-primary-inverse[disabled], .btn-inverse[disabled], .blog-entry .news-backlink-wrap .btn[disabled], .blog-entry .news-backlink-wrap .btn-default[disabled], .btn-default[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary-inverse,
  fieldset[disabled] .btn-inverse,
  fieldset[disabled] .blog-entry .news-backlink-wrap .btn,
  .blog-entry .news-backlink-wrap fieldset[disabled] .btn,
  fieldset[disabled] .blog-entry .news-backlink-wrap .btn-default,
  .blog-entry .news-backlink-wrap fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.disabled, .disabled.btn-primary, .disabled.btn-primary-inverse, .disabled.btn-inverse, .blog-entry .news-backlink-wrap .disabled.btn, .blog-entry .news-backlink-wrap .disabled.btn-default, .disabled.btn-default,
fieldset[disabled] .btn,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary-inverse,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .blog-entry .news-backlink-wrap .btn,
.blog-entry .news-backlink-wrap fieldset[disabled] .btn,
fieldset[disabled] .blog-entry .news-backlink-wrap .btn-default,
.blog-entry .news-backlink-wrap fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default {
  pointer-events: none; }

.btn-primary {
  background: #00b39a;
  color: #fff; }

.btn-primary-inverse {
  color: #00b39a;
  border: 1px solid #00b39a;
  background: #fff; }
  .btn-primary-inverse:hover, .btn-primary-inverse:focus, .btn-primary-inverse.focus {
    color: #00b39a; }

.btn-inverse, .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .btn-default {
  background: #fff;
  border-color: #fff;
  color: #000; }
  .btn-inverse:hover, .blog-entry .news-backlink-wrap .btn:hover, .blog-entry .news-backlink-wrap .btn-default:hover, .btn-inverse:focus, .blog-entry .news-backlink-wrap .btn:focus, .blog-entry .news-backlink-wrap .btn-default:focus, .btn-inverse.focus, .blog-entry .news-backlink-wrap .focus.btn, .blog-entry .news-backlink-wrap .focus.btn-default {
    color: #000; }

.btn-default {
  color: #FFF; }
  .btn-default:hover {
    color: #FFF; }

.btn-more {
  background: transparent;
  border-color: #00b39a;
  color: #00b39a; }

.theme-dark .btn, .theme-dark .btn-primary, .theme-dark .btn-primary-inverse, .theme-dark .btn-inverse, .theme-dark .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .theme-dark .btn, .theme-dark .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .theme-dark .btn-default, .theme-dark .btn-default {
  background: #fff;
  color: #000; }
  .theme-dark .btn:hover, .theme-dark .btn-primary:hover, .theme-dark .btn-primary-inverse:hover, .theme-dark .btn-inverse:hover, .theme-dark .btn-default:hover, .theme-dark .btn:focus, .theme-dark .btn-primary:focus, .theme-dark .btn-primary-inverse:focus, .theme-dark .btn-inverse:focus, .theme-dark .btn-default:focus, .theme-dark .btn.focus, .theme-dark .focus.btn-primary, .theme-dark .focus.btn-primary-inverse, .theme-dark .focus.btn-inverse, .theme-dark .focus.btn-default {
    color: #000; }

.theme-dark .btn-primary-inverse {
  background: #181a1a;
  color: #00b39a; }
  .theme-dark .btn-primary-inverse:hover, .theme-dark .btn-primary-inverse:focus, .theme-dark .btn-primary-inverse.focus {
    color: #00b39a; }

.theme-light .btn, .theme-light .btn-primary, .theme-light .btn-primary-inverse, .theme-light .btn-inverse, .theme-light .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .theme-light .btn, .theme-light .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .theme-light .btn-default, .theme-light .btn-default {
  background: #181a1a;
  color: #fff; }
  .theme-light .btn:hover, .theme-light .btn-primary:hover, .theme-light .btn-primary-inverse:hover, .theme-light .btn-inverse:hover, .theme-light .btn-default:hover, .theme-light .btn:focus, .theme-light .btn-primary:focus, .theme-light .btn-primary-inverse:focus, .theme-light .btn-inverse:focus, .theme-light .btn-default:focus, .theme-light .btn.focus, .theme-light .focus.btn-primary, .theme-light .focus.btn-primary-inverse, .theme-light .focus.btn-inverse, .theme-light .focus.btn-default {
    color: #fff; }

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

/**
 * @license
 * MyFonts Webfont Build ID 3405365, 2017-06-12T10:53:02-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: CorporateS-Light by URW++
 * URL: https://www.myfonts.com/fonts/urw/corporate-s/light/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * 
 * Webfont: CorporateS-Bold by URW++
 * URL: https://www.myfonts.com/fonts/urw/corporate-s/bold/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * 
 * Webfont: CorporateS-LightItalic by URW++
 * URL: https://www.myfonts.com/fonts/urw/corporate-s/light-italic/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * 
 * Webfont: CorporateSSCT-Lig by URW++
 * URL: https://www.myfonts.com/fonts/urw/corporate-s/sc-light/
 * Copyright: (URW)++,Copyright 2010 by (URW)++ Design &amp; Development
 * 
 * Webfont: CorporateSSCT-Bol by URW++
 * URL: https://www.myfonts.com/fonts/urw/corporate-s/sc-bold/
 * Copyright: (URW)++,Copyright 2010 by (URW)++ Design &amp; Development
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3405365
 * Licensed pageviews: 20,000
 * 
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'CorporateS-Light';
  src: url('vhs-assets-css-ed98d8ac1c2f1139fc8ec2343ad85e8d.eot');
  src: url('vhs-assets-css-0586db3a95f26ae9da8e03f485ef280d.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-48597f9623658c1cebc195153e9497dc.woff2') format("woff2"), url('vhs-assets-css-26f07b8bb1bc340b38de9bba1502b8dc.woff') format("woff"), url('vhs-assets-css-511745868f4815c7991af12869d69c1b.ttf') format("truetype"); }

@font-face {
  font-family: 'CorporateS-Bold';
  src: url('vhs-assets-css-87de26c8ed1c5aa8c1d33f113c9f0f87.eot');
  src: url('vhs-assets-css-90b40f79078e254a63cdbb36617909f3.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-ea88f12471217f870ee539a9eb9e5331.woff2') format("woff2"), url('vhs-assets-css-100e311fb7bb53440164873a2d7205e6.woff') format("woff"), url('vhs-assets-css-3d11833ee2f7aaab93edb2f334fae84c.ttf') format("truetype"); }

@font-face {
  font-family: 'CorporateS-LightItalic';
  src: url('vhs-assets-css-9b65ced2090a4cf09fdccdad2c6933f7.eot');
  src: url('vhs-assets-css-b512760d94cff1205ca3e87d39cf3d33.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-5633b6fecfe5f132bd43c58bcd091ff3.woff2') format("woff2"), url('vhs-assets-css-52d0797114df8a5afb5671073890f8f4.woff') format("woff"), url('vhs-assets-css-6ba7f0aca52ec80c067b9b359150f2f6.ttf') format("truetype"); }

@font-face {
  font-family: 'CorporateSSCT-Lig';
  src: url('vhs-assets-css-600650289ed74e56c05a6e129463f7f6.eot');
  src: url('vhs-assets-css-bf039042da6450ef07071d0543477f20.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-2f43b991931c8d7cb33c61e716f61873.woff2') format("woff2"), url('vhs-assets-css-eaa593fe300f8fc91d0e7cc260c39257.woff') format("woff"), url('vhs-assets-css-99f18fa8a4857b98339edb8ba32551ac.ttf') format("truetype"); }

@font-face {
  font-family: 'CorporateSSCT-Bol';
  src: url('vhs-assets-css-250f540787bc7fd535f0c1bc7c14f88f.eot');
  src: url('vhs-assets-css-6fc7636940069847632e67104fc1ab70.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-60b322954ec15872becd8cb7cfbcd1c0.woff2') format("woff2"), url('vhs-assets-css-0f5fa34a214fdb40f672b6ac1a116323.woff') format("woff"), url('vhs-assets-css-386cd203ce53c695f63d6385b3b4409d.ttf') format("truetype"); }

/**
 * @license
 * MyFonts Webfont Build ID 3409287, 2017-06-20T17:14:04-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: CorporateS-ExtraBold by URW++
 * URL: https://www.myfonts.com/fonts/urw/corporate-s/extra-bold/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * Licensed pageviews: 20,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3409287
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'CorporateS-ExtraBold';
  src: url('vhs-assets-css-b0bb3d9b98366613a56bf086205d46a2.eot');
  src: url('vhs-assets-css-83907ad9530c3c6869f9679254ac4f9a.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-c019eed622a70d4213d33c85fc683176.woff2') format("woff2"), url('vhs-assets-css-3438bde2c4997bebc9da343cd88818eb.woff') format("woff"), url('vhs-assets-css-c41428bd1bf61d1d57f17e368582c40e.ttf') format("truetype"); }

body {
  font-family: "CorporateS-Light", sans-serif;
  color: #181a1a;
  font-weight: 300;
  font-size: 15px; }

b,
strong {
  font-family: "CorporateS-Bold", sans-serif;
  font-weight: normal;
  font-style: normal; }

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "CorporateS-ExtraBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "CorporateS-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0; }

h1, h2 {
  font-size: 38px;
  line-height: 40px;
  padding-bottom: 30px;
  text-transform: uppercase; }

h3, .h3 {
  font-size: 24px;
  line-height: 26px; }

h4, .h4 {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 8px; }

h5, .h5 {
  font-size: 16px;
  line-height: 23px;
  margin: 0; }

h6, .h6 {
  font-size: 14px;
  line-height: 23px; }

p, ul {
  margin: 0;
  padding: 0 0 30px; }

ul {
  margin: 0;
  padding: 0 0 30px 30px; }

.teaser, .jobteaser-intro-text p,
.swiper-intro-text p, .case-study-detail .case-study-maininfos .case-study-teaser,
.whitepaper-detail .case-study-maininfos .case-study-teaser, .case-study-detail .case-study-overview-text p,
.whitepaper-detail .case-study-overview-text p, .case-study-detail .case-study-testimonial .swiper-container p,
.whitepaper-detail .case-study-testimonial .swiper-container p, .lead, .image-header .image-header-content-wrap .image-header-content p, .text-block-teaser,
p.teaser,
.jobteaser-intro-text p,
.swiper-intro-text p,
.case-study-detail .case-study-maininfos p.case-study-teaser,
.whitepaper-detail .case-study-maininfos p.case-study-teaser,
.case-study-detail .case-study-overview-text p,
.whitepaper-detail .case-study-overview-text p,
.case-study-detail .case-study-testimonial .swiper-container p,
.whitepaper-detail .case-study-testimonial .swiper-container p, p.lead, .image-header .image-header-content-wrap .image-header-content p, p.text-block-teaser {
  font-size: 20px;
  line-height: 23px; }

.subheader, .text-imagebg-teaser-content h3,
.text-image-teaser-content-wrap h3 {
  font-family: "CorporateS-Light", sans-serif;
  font-size: 27px;
  line-height: 33px; }

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

span.special, a {
  color: #00b39a; }

.arrow-link, .teaser-card-wrap .card-link a, .jobteaser-wrap .job-link a, .whitepaper-info .more-link a {
  font-size: 15px;
  font-family: "CorporateSSCT-Lig", sans-serif;
  text-transform: lowercase;
  font-variant: small-caps;
  display: block;
  color: #fff;
  background: transparent url('vhs-assets-css-dc11b44a820f2df4df44997caba072cc.svg') no-repeat right center;
  -webkit-background-size: auto 15px;
  -o-background-size: auto 15px;
  -moz-background-size: auto 15px;
  background-size: auto 15px; }

.subline {
  text-transform: uppercase; }

.solution-info-content ul,
.text-block ul,
.text-image-teaser ul,
.text-imagebg-teaser ul,
ul.slash-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .solution-info-content ul li,
  .text-block ul li,
  .text-image-teaser ul li,
  .text-imagebg-teaser ul li,
  ul.slash-list li {
    margin: 0;
    padding: 0;
    background: none; }
  .solution-info-content ul li,
  .text-block ul li,
  .text-image-teaser ul li,
  .text-imagebg-teaser ul li,
  ul.slash-list li {
    padding-left: 15px;
    position: relative; }
    .solution-info-content ul li:before,
    .text-block ul li:before,
    .text-image-teaser ul li:before,
    .text-imagebg-teaser ul li:before,
    ul.slash-list li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "/";
      padding-right: 6px;
      color: #00b39a; }

ul.slash-list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px; }
  ul.slash-list-inline li {
    margin: 0;
    padding: 0;
    background: none; }
  ul.slash-list-inline li {
    display: inline-block;
    padding-right: 4px; }
    ul.slash-list-inline li:after {
      content: "/";
      padding-left: 6px; }
    ul.slash-list-inline li:last-child:after {
      content: ""; }

@media (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 21px; }
  h1, .h1, h2, .h2 {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 50px; }
  h3, .h3 {
    font-size: 26px;
    line-height: 30px; }
  h4, .h4 {
    font-size: 22px;
    line-height: 25px; }
  h5, .h5 {
    font-size: 20px;
    line-height: 30px; }
  h6, .h6 {
    font-size: 18px;
    line-height: 23px; }
  
  p.teaser,
  .jobteaser-intro-text p,
  .swiper-intro-text p,
  .case-study-detail .case-study-maininfos p.case-study-teaser,
  .whitepaper-detail .case-study-maininfos p.case-study-teaser,
  .case-study-detail .case-study-overview-text p,
  .whitepaper-detail .case-study-overview-text p,
  .case-study-detail .case-study-testimonial .swiper-container p,
  .whitepaper-detail .case-study-testimonial .swiper-container p, p.lead, .image-header .image-header-content-wrap .image-header-content p, p.text-block-teaser {
    font-size: 25px;
    line-height: 31px; }
  p {
    padding-bottom: 30px; } }

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 30px; }
  .arrow-link, .teaser-card-wrap .card-link a, .jobteaser-wrap .job-link a, .whitepaper-info .more-link a {
    font-size: 18px; } }

@media (min-width: 1200px) {
  body {
    font-size: 17px; }
  h1, .h1, h2, .h2 {
    font-size: 58px;
    line-height: 56px;
    padding-bottom: 30px; }
  h4, .h4 {
    font-size: 22px;
    line-height: 30px; }
  h4, .h4 {
    font-size: 24px;
    line-height: 27px; }
  .teaser, .jobteaser-intro-text p,
  .swiper-intro-text p, .case-study-detail .case-study-maininfos .case-study-teaser,
  .whitepaper-detail .case-study-maininfos .case-study-teaser, .case-study-detail .case-study-overview-text p,
  .whitepaper-detail .case-study-overview-text p, .case-study-detail .case-study-testimonial .swiper-container p,
  .whitepaper-detail .case-study-testimonial .swiper-container p, .lead, .image-header .image-header-content-wrap .image-header-content p, .text-block-teaser,
  p.teaser,
  .jobteaser-intro-text p,
  .swiper-intro-text p,
  .case-study-detail .case-study-maininfos p.case-study-teaser,
  .whitepaper-detail .case-study-maininfos p.case-study-teaser,
  .case-study-detail .case-study-overview-text p,
  .whitepaper-detail .case-study-overview-text p,
  .case-study-detail .case-study-testimonial .swiper-container p,
  .whitepaper-detail .case-study-testimonial .swiper-container p, p.lead, .image-header .image-header-content-wrap .image-header-content p, p.text-block-teaser {
    font-size: 27px;
    line-height: 33px; } }

.eprofessional .case-study-results .result-number,
.eprofessional .subline,
.eprofessional .solution-info-content ul li:before,
.eprofessional .text-block ul li:before,
.eprofessional .text-image-teaser ul li:before,
.eprofessional .text-imagebg-teaser ul li:before,
.eprofessional ul.slash-list li:before,
.eprofessional ul.slash-list-inline li:after,
.eprofessional a, .eprofessional span.special {
  color: #00b39a; }

.eprofessional .case-study-testimonial,
.eprofessional .case-study-testimonial .swiper-slide,
.eprofessional .btn-default, .eprofessional .btn-primary {
  background: #00b39a;
  color: #fff; }

.eprofessional #news-teaser {
  background: #00b39a; }

.eprofessional.case-study-detail .case-study-results .result-number,
.eprofessional.whitepaper-detail .case-study-results .result-number {
  color: #00b39a;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #00b39a;
  text-shadow: 1px 1px 0 #00b39a, -1px -1px 0 #00b39a, 1px -1px 0 #00b39a, -1px 1px 0 #00b39a, 1px 1px 0 #00b39a; }

.eprofessional #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(0, 179, 154, 0) 0%, #00b39a 40%);
  background: -webkit-linear-gradient(top, rgba(0, 179, 154, 0) 0%, #00b39a 40%);
  background: linear-gradient(to bottom, rgba(0, 179, 154, 0) 0%, #00b39a 40%); }

.eprofessional .btn, .eprofessional .btn-primary, .eprofessional .btn-primary-inverse, .eprofessional .btn-inverse, .eprofessional .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .eprofessional .btn, .eprofessional .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .eprofessional .btn-default, .eprofessional .btn-default {
  color: #fff; }

.decorstripes.eprofessional .decorstrip span,
.theme-dark .decorstripes.eprofessional .decorstrip span {
  background: #00b39a; }

.branch-list li.eprofessional a:hover, .branch-list li.eprofessional span:hover {
  background: #00b39a; }

@media screen and (min-width: 0\0) {
  .eprofessional.case-study-detail .case-study-results .result-number,
  .eprofessional.whitepaper-detail .case-study-results .result-number {
    color: #00b39a \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .eprofessional.case-study-detail .case-study-results .result-number,
:root .eprofessional.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.fashion .case-study-results .result-number,
.fashion .subline,
.fashion .solution-info-content ul li:before,
.fashion .text-block ul li:before,
.fashion .text-image-teaser ul li:before,
.fashion .text-imagebg-teaser ul li:before,
.fashion ul.slash-list li:before,
.fashion ul.slash-list-inline li:after,
.fashion a, .fashion span.special {
  color: #ddd5d5; }

.fashion .case-study-testimonial,
.fashion .case-study-testimonial .swiper-slide,
.fashion .btn-default, .fashion .btn-primary {
  background: #ddd5d5;
  color: #fff; }

.fashion #news-teaser {
  background: #ddd5d5; }

.fashion.case-study-detail .case-study-results .result-number,
.fashion.whitepaper-detail .case-study-results .result-number {
  color: #ddd5d5;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ddd5d5;
  text-shadow: 1px 1px 0 #ddd5d5, -1px -1px 0 #ddd5d5, 1px -1px 0 #ddd5d5, -1px 1px 0 #ddd5d5, 1px 1px 0 #ddd5d5; }

.fashion #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(221, 213, 213, 0) 0%, #ddd5d5 40%);
  background: -webkit-linear-gradient(top, rgba(221, 213, 213, 0) 0%, #ddd5d5 40%);
  background: linear-gradient(to bottom, rgba(221, 213, 213, 0) 0%, #ddd5d5 40%); }

.fashion .btn, .fashion .btn-primary, .fashion .btn-primary-inverse, .fashion .btn-inverse, .fashion .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .fashion .btn, .fashion .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .fashion .btn-default, .fashion .btn-default {
  color: #fff; }

.decorstripes.fashion .decorstrip span,
.theme-dark .decorstripes.fashion .decorstrip span {
  background: #ddd5d5; }

.branch-list li.fashion a:hover, .branch-list li.fashion span:hover {
  background: #ddd5d5; }

@media screen and (min-width: 0\0) {
  .fashion.case-study-detail .case-study-results .result-number,
  .fashion.whitepaper-detail .case-study-results .result-number {
    color: #ddd5d5 \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .fashion.case-study-detail .case-study-results .result-number,
:root .fashion.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.finance .case-study-results .result-number,
.finance .subline,
.finance .solution-info-content ul li:before,
.finance .text-block ul li:before,
.finance .text-image-teaser ul li:before,
.finance .text-imagebg-teaser ul li:before,
.finance ul.slash-list li:before,
.finance ul.slash-list-inline li:after,
.finance a, .finance span.special {
  color: #005efc; }

.finance .case-study-testimonial,
.finance .case-study-testimonial .swiper-slide,
.finance .btn-default, .finance .btn-primary {
  background: #005efc;
  color: #fff; }

.finance #news-teaser {
  background: #005efc; }

.finance.case-study-detail .case-study-results .result-number,
.finance.whitepaper-detail .case-study-results .result-number {
  color: #005efc;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #005efc;
  text-shadow: 1px 1px 0 #005efc, -1px -1px 0 #005efc, 1px -1px 0 #005efc, -1px 1px 0 #005efc, 1px 1px 0 #005efc; }

.finance #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(0, 94, 252, 0) 0%, #005efc 40%);
  background: -webkit-linear-gradient(top, rgba(0, 94, 252, 0) 0%, #005efc 40%);
  background: linear-gradient(to bottom, rgba(0, 94, 252, 0) 0%, #005efc 40%); }

.finance .btn, .finance .btn-primary, .finance .btn-primary-inverse, .finance .btn-inverse, .finance .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .finance .btn, .finance .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .finance .btn-default, .finance .btn-default {
  color: #fff; }

.decorstripes.finance .decorstrip span,
.theme-dark .decorstripes.finance .decorstrip span {
  background: #005efc; }

.branch-list li.finance a:hover, .branch-list li.finance span:hover {
  background: #005efc; }

@media screen and (min-width: 0\0) {
  .finance.case-study-detail .case-study-results .result-number,
  .finance.whitepaper-detail .case-study-results .result-number {
    color: #005efc \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .finance.case-study-detail .case-study-results .result-number,
:root .finance.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.food .case-study-results .result-number,
.food .subline,
.food .solution-info-content ul li:before,
.food .text-block ul li:before,
.food .text-image-teaser ul li:before,
.food .text-imagebg-teaser ul li:before,
.food ul.slash-list li:before,
.food ul.slash-list-inline li:after,
.food a, .food span.special {
  color: #a42966; }

.food .case-study-testimonial,
.food .case-study-testimonial .swiper-slide,
.food .btn-default, .food .btn-primary {
  background: #a42966;
  color: #fff; }

.food #news-teaser {
  background: #a42966; }

.food.case-study-detail .case-study-results .result-number,
.food.whitepaper-detail .case-study-results .result-number {
  color: #a42966;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #a42966;
  text-shadow: 1px 1px 0 #a42966, -1px -1px 0 #a42966, 1px -1px 0 #a42966, -1px 1px 0 #a42966, 1px 1px 0 #a42966; }

.food #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(164, 41, 102, 0) 0%, #a42966 40%);
  background: -webkit-linear-gradient(top, rgba(164, 41, 102, 0) 0%, #a42966 40%);
  background: linear-gradient(to bottom, rgba(164, 41, 102, 0) 0%, #a42966 40%); }

.food .btn, .food .btn-primary, .food .btn-primary-inverse, .food .btn-inverse, .food .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .food .btn, .food .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .food .btn-default, .food .btn-default {
  color: #fff; }

.decorstripes.food .decorstrip span,
.theme-dark .decorstripes.food .decorstrip span {
  background: #a42966; }

.branch-list li.food a:hover, .branch-list li.food span:hover {
  background: #a42966; }

@media screen and (min-width: 0\0) {
  .food.case-study-detail .case-study-results .result-number,
  .food.whitepaper-detail .case-study-results .result-number {
    color: #a42966 \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .food.case-study-detail .case-study-results .result-number,
:root .food.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.fmcg .case-study-results .result-number,
.fmcg .subline,
.fmcg .solution-info-content ul li:before,
.fmcg .text-block ul li:before,
.fmcg .text-image-teaser ul li:before,
.fmcg .text-imagebg-teaser ul li:before,
.fmcg ul.slash-list li:before,
.fmcg ul.slash-list-inline li:after,
.fmcg a, .fmcg span.special {
  color: #a42966; }

.fmcg .case-study-testimonial,
.fmcg .case-study-testimonial .swiper-slide,
.fmcg .btn-default, .fmcg .btn-primary {
  background: #a42966;
  color: #fff; }

.fmcg #news-teaser {
  background: #a42966; }

.fmcg.case-study-detail .case-study-results .result-number,
.fmcg.whitepaper-detail .case-study-results .result-number {
  color: #a42966;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #a42966;
  text-shadow: 1px 1px 0 #a42966, -1px -1px 0 #a42966, 1px -1px 0 #a42966, -1px 1px 0 #a42966, 1px 1px 0 #a42966; }

.fmcg #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(164, 41, 102, 0) 0%, #a42966 40%);
  background: -webkit-linear-gradient(top, rgba(164, 41, 102, 0) 0%, #a42966 40%);
  background: linear-gradient(to bottom, rgba(164, 41, 102, 0) 0%, #a42966 40%); }

.fmcg .btn, .fmcg .btn-primary, .fmcg .btn-primary-inverse, .fmcg .btn-inverse, .fmcg .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .fmcg .btn, .fmcg .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .fmcg .btn-default, .fmcg .btn-default {
  color: #fff; }

.decorstripes.fmcg .decorstrip span,
.theme-dark .decorstripes.fmcg .decorstrip span {
  background: #a42966; }

.branch-list li.fmcg a:hover, .branch-list li.fmcg span:hover {
  background: #a42966; }

@media screen and (min-width: 0\0) {
  .fmcg.case-study-detail .case-study-results .result-number,
  .fmcg.whitepaper-detail .case-study-results .result-number {
    color: #a42966 \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .fmcg.case-study-detail .case-study-results .result-number,
:root .fmcg.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.mobility .case-study-results .result-number,
.mobility .subline,
.mobility .solution-info-content ul li:before,
.mobility .text-block ul li:before,
.mobility .text-image-teaser ul li:before,
.mobility .text-imagebg-teaser ul li:before,
.mobility ul.slash-list li:before,
.mobility ul.slash-list-inline li:after,
.mobility a, .mobility span.special {
  color: #79c0ff; }

.mobility .case-study-testimonial,
.mobility .case-study-testimonial .swiper-slide,
.mobility .btn-default, .mobility .btn-primary {
  background: #79c0ff;
  color: #fff; }

.mobility #news-teaser {
  background: #79c0ff; }

.mobility.case-study-detail .case-study-results .result-number,
.mobility.whitepaper-detail .case-study-results .result-number {
  color: #79c0ff;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #79c0ff;
  text-shadow: 1px 1px 0 #79c0ff, -1px -1px 0 #79c0ff, 1px -1px 0 #79c0ff, -1px 1px 0 #79c0ff, 1px 1px 0 #79c0ff; }

.mobility #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(121, 192, 255, 0) 0%, #79c0ff 40%);
  background: -webkit-linear-gradient(top, rgba(121, 192, 255, 0) 0%, #79c0ff 40%);
  background: linear-gradient(to bottom, rgba(121, 192, 255, 0) 0%, #79c0ff 40%); }

.mobility .btn, .mobility .btn-primary, .mobility .btn-primary-inverse, .mobility .btn-inverse, .mobility .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .mobility .btn, .mobility .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .mobility .btn-default, .mobility .btn-default {
  color: #fff; }

.decorstripes.mobility .decorstrip span,
.theme-dark .decorstripes.mobility .decorstrip span {
  background: #79c0ff; }

.branch-list li.mobility a:hover, .branch-list li.mobility span:hover {
  background: #79c0ff; }

@media screen and (min-width: 0\0) {
  .mobility.case-study-detail .case-study-results .result-number,
  .mobility.whitepaper-detail .case-study-results .result-number {
    color: #79c0ff \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .mobility.case-study-detail .case-study-results .result-number,
:root .mobility.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.healthcare .case-study-results .result-number,
.healthcare .subline,
.healthcare .solution-info-content ul li:before,
.healthcare .text-block ul li:before,
.healthcare .text-image-teaser ul li:before,
.healthcare .text-imagebg-teaser ul li:before,
.healthcare ul.slash-list li:before,
.healthcare ul.slash-list-inline li:after,
.healthcare a, .healthcare span.special {
  color: #f7b7ac; }

.healthcare .case-study-testimonial,
.healthcare .case-study-testimonial .swiper-slide,
.healthcare .btn-default, .healthcare .btn-primary {
  background: #f7b7ac;
  color: #fff; }

.healthcare #news-teaser {
  background: #f7b7ac; }

.healthcare.case-study-detail .case-study-results .result-number,
.healthcare.whitepaper-detail .case-study-results .result-number {
  color: #f7b7ac;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #f7b7ac;
  text-shadow: 1px 1px 0 #f7b7ac, -1px -1px 0 #f7b7ac, 1px -1px 0 #f7b7ac, -1px 1px 0 #f7b7ac, 1px 1px 0 #f7b7ac; }

.healthcare #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(247, 183, 172, 0) 0%, #f7b7ac 40%);
  background: -webkit-linear-gradient(top, rgba(247, 183, 172, 0) 0%, #f7b7ac 40%);
  background: linear-gradient(to bottom, rgba(247, 183, 172, 0) 0%, #f7b7ac 40%); }

.healthcare .btn, .healthcare .btn-primary, .healthcare .btn-primary-inverse, .healthcare .btn-inverse, .healthcare .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .healthcare .btn, .healthcare .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .healthcare .btn-default, .healthcare .btn-default {
  color: #fff; }

.decorstripes.healthcare .decorstrip span,
.theme-dark .decorstripes.healthcare .decorstrip span {
  background: #f7b7ac; }

.branch-list li.healthcare a:hover, .branch-list li.healthcare span:hover {
  background: #f7b7ac; }

@media screen and (min-width: 0\0) {
  .healthcare.case-study-detail .case-study-results .result-number,
  .healthcare.whitepaper-detail .case-study-results .result-number {
    color: #f7b7ac \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .healthcare.case-study-detail .case-study-results .result-number,
:root .healthcare.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.sports .case-study-results .result-number,
.sports .subline,
.sports .solution-info-content ul li:before,
.sports .text-block ul li:before,
.sports .text-image-teaser ul li:before,
.sports .text-imagebg-teaser ul li:before,
.sports ul.slash-list li:before,
.sports ul.slash-list-inline li:after,
.sports a, .sports span.special {
  color: #ff8e00; }

.sports .case-study-testimonial,
.sports .case-study-testimonial .swiper-slide,
.sports .btn-default, .sports .btn-primary {
  background: #ff8e00;
  color: #fff; }

.sports #news-teaser {
  background: #ff8e00; }

.sports.case-study-detail .case-study-results .result-number,
.sports.whitepaper-detail .case-study-results .result-number {
  color: #ff8e00;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ff8e00;
  text-shadow: 1px 1px 0 #ff8e00, -1px -1px 0 #ff8e00, 1px -1px 0 #ff8e00, -1px 1px 0 #ff8e00, 1px 1px 0 #ff8e00; }

.sports #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(255, 142, 0, 0) 0%, #ff8e00 40%);
  background: -webkit-linear-gradient(top, rgba(255, 142, 0, 0) 0%, #ff8e00 40%);
  background: linear-gradient(to bottom, rgba(255, 142, 0, 0) 0%, #ff8e00 40%); }

.sports .btn, .sports .btn-primary, .sports .btn-primary-inverse, .sports .btn-inverse, .sports .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .sports .btn, .sports .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .sports .btn-default, .sports .btn-default {
  color: #fff; }

.decorstripes.sports .decorstrip span,
.theme-dark .decorstripes.sports .decorstrip span {
  background: #ff8e00; }

.branch-list li.sports a:hover, .branch-list li.sports span:hover {
  background: #ff8e00; }

@media screen and (min-width: 0\0) {
  .sports.case-study-detail .case-study-results .result-number,
  .sports.whitepaper-detail .case-study-results .result-number {
    color: #ff8e00 \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .sports.case-study-detail .case-study-results .result-number,
:root .sports.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.entertainment .case-study-results .result-number,
.entertainment .subline,
.entertainment .solution-info-content ul li:before,
.entertainment .text-block ul li:before,
.entertainment .text-image-teaser ul li:before,
.entertainment .text-imagebg-teaser ul li:before,
.entertainment ul.slash-list li:before,
.entertainment ul.slash-list-inline li:after,
.entertainment a, .entertainment span.special {
  color: #ff8e00; }

.entertainment .case-study-testimonial,
.entertainment .case-study-testimonial .swiper-slide,
.entertainment .btn-default, .entertainment .btn-primary {
  background: #ff8e00;
  color: #fff; }

.entertainment #news-teaser {
  background: #ff8e00; }

.entertainment.case-study-detail .case-study-results .result-number,
.entertainment.whitepaper-detail .case-study-results .result-number {
  color: #ff8e00;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ff8e00;
  text-shadow: 1px 1px 0 #ff8e00, -1px -1px 0 #ff8e00, 1px -1px 0 #ff8e00, -1px 1px 0 #ff8e00, 1px 1px 0 #ff8e00; }

.entertainment #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(255, 142, 0, 0) 0%, #ff8e00 40%);
  background: -webkit-linear-gradient(top, rgba(255, 142, 0, 0) 0%, #ff8e00 40%);
  background: linear-gradient(to bottom, rgba(255, 142, 0, 0) 0%, #ff8e00 40%); }

.entertainment .btn, .entertainment .btn-primary, .entertainment .btn-primary-inverse, .entertainment .btn-inverse, .entertainment .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .entertainment .btn, .entertainment .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .entertainment .btn-default, .entertainment .btn-default {
  color: #fff; }

.decorstripes.entertainment .decorstrip span,
.theme-dark .decorstripes.entertainment .decorstrip span {
  background: #ff8e00; }

.branch-list li.entertainment a:hover, .branch-list li.entertainment span:hover {
  background: #ff8e00; }

@media screen and (min-width: 0\0) {
  .entertainment.case-study-detail .case-study-results .result-number,
  .entertainment.whitepaper-detail .case-study-results .result-number {
    color: #ff8e00 \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .entertainment.case-study-detail .case-study-results .result-number,
:root .entertainment.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.brands .case-study-results .result-number,
.brands .subline,
.brands .solution-info-content ul li:before,
.brands .text-block ul li:before,
.brands .text-image-teaser ul li:before,
.brands .text-imagebg-teaser ul li:before,
.brands ul.slash-list li:before,
.brands ul.slash-list-inline li:after,
.brands a, .brands span.special {
  color: #00b39a; }

.brands .case-study-testimonial,
.brands .case-study-testimonial .swiper-slide,
.brands .btn-default, .brands .btn-primary {
  background: #00b39a;
  color: #fff; }

.brands #news-teaser {
  background: #00b39a; }

.brands.case-study-detail .case-study-results .result-number,
.brands.whitepaper-detail .case-study-results .result-number {
  color: #00b39a;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #00b39a;
  text-shadow: 1px 1px 0 #00b39a, -1px -1px 0 #00b39a, 1px -1px 0 #00b39a, -1px 1px 0 #00b39a, 1px 1px 0 #00b39a; }

.brands #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(0, 179, 154, 0) 0%, #00b39a 40%);
  background: -webkit-linear-gradient(top, rgba(0, 179, 154, 0) 0%, #00b39a 40%);
  background: linear-gradient(to bottom, rgba(0, 179, 154, 0) 0%, #00b39a 40%); }

.brands .btn, .brands .btn-primary, .brands .btn-primary-inverse, .brands .btn-inverse, .brands .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .brands .btn, .brands .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .brands .btn-default, .brands .btn-default {
  color: #fff; }

.decorstripes.brands .decorstrip span,
.theme-dark .decorstripes.brands .decorstrip span {
  background: #00b39a; }

.branch-list li.brands a:hover, .branch-list li.brands span:hover {
  background: #00b39a; }

@media screen and (min-width: 0\0) {
  .brands.case-study-detail .case-study-results .result-number,
  .brands.whitepaper-detail .case-study-results .result-number {
    color: #00b39a \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .brands.case-study-detail .case-study-results .result-number,
:root .brands.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.communication .case-study-results .result-number,
.communication .subline,
.communication .solution-info-content ul li:before,
.communication .text-block ul li:before,
.communication .text-image-teaser ul li:before,
.communication .text-imagebg-teaser ul li:before,
.communication ul.slash-list li:before,
.communication ul.slash-list-inline li:after,
.communication a, .communication span.special {
  color: #dedd00; }

.communication .case-study-testimonial,
.communication .case-study-testimonial .swiper-slide,
.communication .btn-default, .communication .btn-primary {
  background: #dedd00;
  color: #fff; }

.communication #news-teaser {
  background: #dedd00; }

.communication.case-study-detail .case-study-results .result-number,
.communication.whitepaper-detail .case-study-results .result-number {
  color: #dedd00;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #dedd00;
  text-shadow: 1px 1px 0 #dedd00, -1px -1px 0 #dedd00, 1px -1px 0 #dedd00, -1px 1px 0 #dedd00, 1px 1px 0 #dedd00; }

.communication #additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(222, 221, 0, 0) 0%, #dedd00 40%);
  background: -webkit-linear-gradient(top, rgba(222, 221, 0, 0) 0%, #dedd00 40%);
  background: linear-gradient(to bottom, rgba(222, 221, 0, 0) 0%, #dedd00 40%); }

.communication .btn, .communication .btn-primary, .communication .btn-primary-inverse, .communication .btn-inverse, .communication .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap .communication .btn, .communication .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap .communication .btn-default, .communication .btn-default {
  color: #fff; }

.decorstripes.communication .decorstrip span,
.theme-dark .decorstripes.communication .decorstrip span {
  background: #dedd00; }

.branch-list li.communication a:hover, .branch-list li.communication span:hover {
  background: #dedd00; }

@media screen and (min-width: 0\0) {
  .communication.case-study-detail .case-study-results .result-number,
  .communication.whitepaper-detail .case-study-results .result-number {
    color: #dedd00 \9; } }

_:-ms-fullscreen.case-study-detail .case-study-results .result-number,
_:-ms-fullscreen.whitepaper-detail .case-study-results .result-number, :root .communication.case-study-detail .case-study-results .result-number,
:root .communication.whitepaper-detail .case-study-results .result-number {
  color: #181a1a; }

.fashion .case-study-testimonial,
.fashion .case-study-testimonial .swiper-slide {
  color: #181a1a; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul li {
    margin: 0;
    padding: 0;
    background: none; }

.lang-nav {
  padding: 20px;
  float: left; }
  .lang-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .lang-nav ul li {
      margin: 0;
      padding: 0;
      background: none; }
    .lang-nav ul li {
      color: #646969;
      display: inline-block;
      padding-left: 8px; }
      .lang-nav ul li a {
        color: #646969;
        text-decoration: none; }
      .lang-nav ul li.current a {
        color: #181a1a;
        font-weight: 700; }
      .lang-nav ul li:first-child {
        padding-left: 0px; }
        .lang-nav ul li:first-child :after {
          content: "/";
          padding-left: 8px;
          color: #646969; }

#mainnav {
  font-family: "CorporateSSCT-Lig", sans-serif; }
  #mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #mainnav ul li {
      margin: 0;
      padding: 0;
      background: none; }
    #mainnav ul li a {
      padding: 10px;
      font-size: 20px;
      display: block;
      color: #646969;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: .2px; }

@media (max-width: 991px) {
  #nav-trigger {
    display: block !important;
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 28px;
    right: 15px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 2000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    #nav-trigger:focus {
      outline: 0; }
    #nav-trigger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 50%;
      background: #00b39a;
      border-radius: 4px;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #nav-trigger span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0; }
      #nav-trigger span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px; }
      #nav-trigger span:nth-child(1), #nav-trigger span:nth-child(2) {
        top: 0px; }
      #nav-trigger span:nth-child(3), #nav-trigger span:nth-child(4) {
        top: 9px; }
      #nav-trigger span:nth-child(5), #nav-trigger span:nth-child(6) {
        top: 18px; }
  .mainnav-open #nav-trigger span:nth-child(1), .mainnav-open #nav-trigger span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mainnav-open #nav-trigger span:nth-child(2), .mainnav-open #nav-trigger span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mainnav-open #nav-trigger span:nth-child(1) {
    left: 2px;
    top: 5px; }
  .mainnav-open #nav-trigger span:nth-child(2) {
    left: calc(50% - 5px);
    top: 5px; }
  .mainnav-open #nav-trigger span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .mainnav-open #nav-trigger span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .mainnav-open #nav-trigger span:nth-child(5) {
    left: 2px;
    top: 13px; }
  .mainnav-open #nav-trigger span:nth-child(6) {
    left: calc(50% - 5px);
    top: 13px; }
  .top-bar {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden; }
  #mainnav {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    top: 0;
    left: -99999%;
    height: 0; }
  .mainnav-open header {
    height: 100vh !important; }
  .mainnav-open #mainnav {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 1;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 100vh !important;
    bottom: 0;
    left: 0;
    padding: 0px;
    text-align: center;
    overflow: scroll; }
    .mainnav-open #mainnav > ul {
      position: absolute;
      left: 0;
      top: 100px;
      text-align: center;
      padding: 0 60px;
      width: 100%; }
      .mainnav-open #mainnav > ul li a {
        line-height: 24px; }
      .mainnav-open #mainnav > ul ul {
        padding-top: 3px;
        padding-bottom: 2px; }
        .mainnav-open #mainnav > ul ul li a {
          font-size: 18px;
          padding: 7px 8px; }
  .mainnav-open .top-bar {
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 60px;
    z-index: 1010;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .mainnav-open .top-bar .search-box {
      float: right; }
    .mainnav-open .top-bar .lang-nav {
      float: left; } }

@media (min-width: 992px) {
  .lang-nav {
    padding: 10px 0;
    float: right; }
  #nav-trigger {
    display: none; }
  #mainnav {
    margin-left: 200px;
    font-size: 0; }
    #mainnav > ul {
      text-align: right;
      border-bottom: 4px solid #646969;
      float: right; }
      #mainnav > ul > li {
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        display: inline-block;
        padding: 0;
        border-bottom: 4px solid transparent;
        margin-bottom: -4px;
        vertical-align: top;
        position: relative; }
        #mainnav > ul > li > a {
          font-size: 15px;
          line-height: 23px;
          padding: 28px 15px 25px;
          -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
          -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          color: #181a1a; }
        #mainnav > ul > li:hover, #mainnav > ul > li.active {
          border-color: #181a1a; }
        #mainnav > ul > li ul {
          padding: 0 15px 15px;
          text-align: left;
          width: 100%;
          overflow: visible !important; }
          #mainnav > ul > li ul li {
            position: relative;
            height: 0;
            transition: all 1s linear 2s;
            -webkit-transition: all 1s linear 2s;
            -o-transition: all 1s linear 2s;
            -moz-transition: all 1s linear 2s;
            opacity: 0; }
            #mainnav > ul > li ul li a {
              display: block;
              position: absolute;
              width: 400px;
              font-size: 15px;
              height: 0px;
              transition: height 1s linear 2s;
              -webkit-transition: height 1s linear 2s;
              -o-transition: height 1s linear 2s;
              -moz-transition: height 1s linear 2s;
              padding: 0;
              color: #646969; }
              #mainnav > ul > li ul li a:hover {
                color: #000; }
        #mainnav > ul > li:hover ul li, #mainnav > ul > li.sfHover ul li {
          height: 25px;
          opacity: 1; }
          #mainnav > ul > li:hover ul li a, #mainnav > ul > li.sfHover ul li a {
            height: 25px; }
  header.header.header-narrow #mainnav > ul > li > a {
    padding: 18px 15px 19px; } }

@media (min-width: 1200px) {
  #mainnav {
    margin-left: 270px; }
    #mainnav ul li a {
      font-size: 18px; } }

body, html {
  height: 100%; }

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%; }

header + #news-page,
header + #content {
  padding-top: 80px; }

.theme-light {
  background: #fff;
  color: #333333; }

.theme-dark {
  background: #181a1a;
  color: #fff; }

.objectFitImg {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.embed-responsive {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  header + #news-page,
  header + #content {
    padding-top: 120px; } }

@media (min-width: 1200px) {
  .container-fluid, .text-teaser .text-teaser-wrap, .jobteaser,
  .swiper-wrap, .jobteaser-intro-text, .jobteaser-jobs,
  .swiper-container.swiper-cols, .text-imagebg-teaser-content,
  .text-image-teaser-content-wrap, .newsletter-abo .newsletter-abo-container, .whitepaper-list-container, #additionalContentOptions .additionalContentOptions-buttons, #additionalContentOptions, .whitepaper-solution-container, .extra-content, .case-study-detail .case-study-tags-container,
  .case-study-detail .case-study-maininfos,
  .case-study-detail .case-study-solution-container,
  .whitepaper-detail .case-study-tags-container,
  .whitepaper-detail .case-study-maininfos,
  .whitepaper-detail .case-study-solution-container {
    padding-left: 40px;
    padding-right: 40px; } }

footer {
  background: #161919;
  color: #fff;
  border-top: 1px solid #fff; }
  footer .contact-info {
    padding-top: 10px;
    padding-bottom: 20px; }
    footer .contact-info .contact, footer .contact-info .address, footer .contact-info .toptopics {
      border-top: 1px solid #fff; }
  footer h4 {
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0; }
  footer .eprofessional-logo {
    padding-top: 18px;
    padding-bottom: 30px; }
    footer .eprofessional-logo div {
      height: 15px;
      background: transparent url('vhs-assets-css-7dc10d3b15d32cf64010c6cd994a024c.svg') no-repeat left top;
      -webkit-background-size: auto 15px;
      -o-background-size: auto 15px;
      -moz-background-size: auto 15px;
      background-size: auto 15px; }
    footer .eprofessional-logo p {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      padding: 0;
      height: 15px; }
  footer .toptopics ul li {
    display: inline-block;
    padding-right: 8px; }
    footer .toptopics ul li a {
      color: #fff;
      display: block;
      text-decoration: none; }
      footer .toptopics ul li a:after {
        content: "/";
        color: #00b39a;
        padding-left: 8px; }
    footer .toptopics ul li:last-child a:after {
      content: ""; }
  footer .bottom-bar {
    border-top: 1px solid #646969;
    color: #646969;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    padding: 10px 0 20px; }
    footer .bottom-bar ul {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      footer .bottom-bar ul li {
        margin: 0;
        padding: 0;
        background: none; }
      footer .bottom-bar ul li {
        padding-right: 5px;
        line-height: 20px;
        display: inline-block; }
      footer .bottom-bar ul a {
        color: #646969;
        text-decoration: none; }
        footer .bottom-bar ul a:hover {
          color: #646969;
          text-decoration: none; }

@media (min-width: 768px) {
  footer .eprofessional-logo {
    padding-bottom: 50px; }
  footer .bottom-bar ul {
    text-align: right; }
    footer .bottom-bar ul li:last-child {
      padding-right: 0; }
    footer .bottom-bar ul li:first-child {
      float: left; }
    footer .bottom-bar ul li:nth-child(2) {
      display: none; } }

@media (min-width: 992px) {
  footer .contact-info .contact, footer .contact-info .address, footer .contact-info .toptopics {
    border-top: none; }
  footer .bottom-bar {
    font-size: 14px;
    line-height: 21px; }
    footer .bottom-bar ul li {
      padding-right: 15px; }
      footer .bottom-bar ul li:nth-child(even) {
        display: none; } }

header.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top: 0;
  left: 0;
  overflow: hidden; }

.eprofessional_logo {
  width: 200px;
  float: left;
  padding: 33px 0 32px;
  position: relative;
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff; }
  .eprofessional_logo a {
    display: block;
    width: 200px;
    height: 13px;
    background: transparent url('vhs-assets-css-79f7ab86c1c42d5d44acd0f8c5617d8b.svg') no-repeat left top;
    -webkit-background-size: auto 13px;
    -o-background-size: auto 13px;
    -moz-background-size: auto 13px;
    background-size: auto 13px; }

header.header.header-narrow .eprofessional_logo {
  padding: 23px 0 22px; }

header.header.header-narrow #nav-trigger {
  top: 18px; }

@media (max-width: 991px) {
  header.header .container, header.header .partner-teaser .partner-teaser-wrap, .partner-teaser header.header .partner-teaser-wrap {
    width: 100%; } }

@media (min-width: 992px) {
  .eprofessional_logo {
    padding: 34px 0 33px; }
  header.header.header-narrow .eprofessional_logo {
    padding: 23px 0 22px; }
  header.header.header-narrow #nav-trigger {
    top: 18px; }
  .top-bar {
    height: 40px;
    overflow: hidden;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  header.header.header-narrow .top-bar {
    height: 0px; } }

@media (min-width: 1200px) {
  .eprofessional_logo {
    width: 270px;
    padding: 33px 0 32px; }
    .eprofessional_logo a {
      width: 270px;
      height: 15px;
      background: transparent url('vhs-assets-css-79f7ab86c1c42d5d44acd0f8c5617d8b.svg') no-repeat left top;
      -webkit-background-size: auto 15px;
      -o-background-size: auto 15px;
      -moz-background-size: auto 15px;
      background-size: auto 15px; } }

.search-box {
  position: relative;
  border-bottom: 2px solid transparent;
  padding-top: 20px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  float: right; }
  .search-box a {
    display: inline-block;
    position: relative;
    padding: 5px 10px 5px 0;
    text-align: center;
    color: #181a1a;
    width: 15px; }
  .search-box form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 0;
    overflow: hidden;
    height: 29px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block; }
    .search-box form input {
      box-shadow: none !important;
      pointer-events: none;
      border-radius: 0;
      border: 0;
      outline: 0 !important;
      padding: 2px 0;
      height: 25px;
      line-height: 25px;
      width: 100%;
      background-color: transparent;
      margin-top: 0 !important;
      position: relative; }
      .search-box form input::-moz-placeholder {
        color: #181a1a;
        opacity: 1; }
      .search-box form input:-ms-input-placeholder {
        color: #181a1a; }
      .search-box form input::-webkit-input-placeholder {
        color: #181a1a; }

body.searchform-open .search-box {
  border-bottom: 2px solid #181a1a;
  width: 240px; }
  body.searchform-open .search-box form {
    opacity: 1;
    z-index: 10;
    width: 170px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    body.searchform-open .search-box form input {
      pointer-events: auto; }

@media (min-width: 992px) {
  .search-box {
    padding-top: 5px; } }

.form-overlay .fancybox-bg {
  opacity: .6; }

.form-overlay .fancybox-slide > * {
  padding: 0;
  width: 100%; }

.form-overlay .close-button {
  position: absolute;
  top: 0;
  width: 100%; }
  .form-overlay .close-button .container, .form-overlay .close-button .partner-teaser .partner-teaser-wrap, .partner-teaser .form-overlay .close-button .partner-teaser-wrap {
    position: relative; }
    .form-overlay .close-button .container .fancybox-close-small, .form-overlay .close-button .partner-teaser .partner-teaser-wrap .fancybox-close-small, .partner-teaser .form-overlay .close-button .partner-teaser-wrap .fancybox-close-small {
      top: 70px;
      background: 0;
      transition: none;
      color: #00b39a; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

#main-slider {
  width: 100%;
  height: 100vh;
  padding-top: 80px; }
  #main-slider .swiper-container, #main-slider .swiper-slide {
    width: 100%;
    height: 100%; }
  #main-slider .swiper-slide {
    background: #fff;
    position: relative;
    align-content: flex-start; }
  #main-slider .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #main-slider .slide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #main-slider .slide-content-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px; }
  #main-slider .slide-dark .slide-content {
    color: #fff; }
  #main-slider .swiper-wrapper {
    align-content: flex-start; }

.swiper-button-prev,
.swiper-button-next {
  height: 52px;
  margin-top: -26px;
  width: 30px; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    display: none; }

.swiper-button-next {
  background-image: none;
  background: transparent url('vhs-assets-css-c421d88af959096705932ad0c7c0921f.svg') no-repeat center;
  -webkit-background-size: auto 52px;
  -o-background-size: auto 52px;
  -moz-background-size: auto 52px;
  background-size: auto 52px;
  right: 0; }

.swiper-button-prev {
  background-image: none;
  background: transparent url('vhs-assets-css-b1f0add968ae8bb633025f2ed582648a.svg') no-repeat center;
  -webkit-background-size: auto 52px;
  -o-background-size: auto 52px;
  -moz-background-size: auto 52px;
  background-size: auto 52px;
  left: 0; }

.scrolldown {
  margin-top: -40px;
  position: relative;
  width: 100%;
  z-index: 2; }
  .scrolldown a {
    display: block;
    width: 100%;
    height: 40px; }
    .scrolldown a span {
      display: block;
      width: 100%;
      height: 12px;
      background: transparent url('vhs-assets-css-81f55a1d87a297b79b08fdfeabfd94e2.svg') no-repeat center top;
      -webkit-background-size: auto 12px;
      -o-background-size: auto 12px;
      -moz-background-size: auto 12px;
      background-size: auto 12px; }

#stage {
  position: relative; }

.branch-list-wrap {
  width: 100%; }
  .branch-list-wrap .branch-list {
    width: 100%;
    overflow: hidden; }
    .branch-list-wrap .branch-list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .branch-list-wrap .branch-list ul li {
        margin: 0;
        padding: 0;
        background: none; }
      .branch-list-wrap .branch-list ul li {
        width: 50%;
        float: left;
        line-height: 28px;
        text-align: center;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        text-transform: uppercase; }
        .branch-list-wrap .branch-list ul li:last-child {
          border-right: 0; }
        .branch-list-wrap .branch-list ul li a, .branch-list-wrap .branch-list ul li span {
          padding: 25px 0;
          display: block;
          color: #fff;
          background: #181a1a;
          text-decoration: none; }

@media (max-width: 767px) {
  #main-slider h2 {
    font-size: 30px; } }

@media (min-width: 768px) {
  #main-slider .slide-mask {
    position: absolute;
    height: 101%;
    width: 40%;
    top: 0;
    left: 0; }
    #main-slider .slide-mask svg {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    #main-slider .slide-mask .mask-path {
      fill: #fff; }
  #main-slider .slide-content-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 30px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40%;
    left: 45%; }
  .branch-list-wrap .branch-list {
    border-bottom: 1px solid #e0e0e0; }
    .branch-list-wrap .branch-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row nowrap; }
      .branch-list-wrap .branch-list ul li {
        flex: 1;
        display: block;
        line-height: 29px;
        text-align: center;
        border: 0;
        border-right: 1px solid #e0e0e0; }
        .branch-list-wrap .branch-list ul li:last-child {
          border-right: 0; }
  .swiper-button-prev,
  .swiper-button-next {
    width: 45px; } }

@media (min-width: 992px) {
  #main-slider {
    padding-top: 120px; }
    #main-slider .slide-content-wrap {
      position: absolute;
      width: 40%;
      left: 45%; }
  .swiper-button-prev,
  .swiper-button-next {
    width: 68px; } }

.text-teaser {
  position: relative; }
  .text-teaser .text-teaser-wrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  .text-teaser .text-teaser-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden; }
    .text-teaser .text-teaser-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .text-teaser .text-teaser-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    z-index: 2; }
    @media (min-width: 992px) {
      .text-teaser .text-teaser-content {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      .text-teaser .text-teaser-content {
        left: 8.33333%; } }
    .text-teaser .text-teaser-content h2 {
      padding-bottom: 0; }

.jobteaser,
.swiper-wrap {
  padding-top: 30px;
  padding-bottom: 30px; }

.jobteaser-intro-text,
.swiper-intro-text {
  padding-bottom: 60px; }
  .jobteaser-intro-text h2,
  .swiper-intro-text h2 {
    padding-bottom: 20px; }
  .jobteaser-intro-text p:last-child,
  .swiper-intro-text p:last-child {
    padding-bottom: 0; }

.jobteaser-intro-text {
  padding-bottom: 200px;
  z-index: 2;
  position: relative; }

.jobteaser-jobs,
.swiper-container.swiper-cols {
  padding: 0;
  z-index: 2;
  position: relative; }

.swiper-container.swiper-cols .swiper-buttons {
  position: relative;
  width: 100%; }

.swiper-container.swiper-cols .swiper-button-prev,
.swiper-container.swiper-cols .swiper-button-next {
  position: relative;
  display: inline-block;
  background: none;
  right: auto;
  padding: 30px 15px 0;
  top: auto;
  height: auto;
  width: auto;
  margin-top: 0; }
  .swiper-container.swiper-cols .swiper-button-prev.swiper-button-disabled,
  .swiper-container.swiper-cols .swiper-button-next.swiper-button-disabled {
    display: none; }

.jobteaser {
  position: relative; }
  .jobteaser .jobteaser-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden; }
    .jobteaser .jobteaser-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }

.teaser-card-wrap {
  padding: 15px; }
  .teaser-card-wrap .teaser-card {
    border: 1px solid #fff;
    border-radius: 1px; }
  .teaser-card-wrap .teaser-card-text {
    height: 200px;
    padding: 20px; }
    .teaser-card-wrap .teaser-card-text h4 {
      text-transform: uppercase;
      padding-bottom: 10px; }
    .teaser-card-wrap .teaser-card-text p {
      padding-bottom: 0; }
  .teaser-card-wrap .card-link {
    padding: 10px 20px;
    border-top: 1px solid #fff; }

.jobteaser-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .jobteaser-wrap {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .jobteaser-wrap {
      float: left;
      width: 33.33333%; } }
  .jobteaser-wrap .jobteaser-card {
    height: 100%;
    background: #181a1a;
    position: relative;
    padding-bottom: 50px; }
  .jobteaser-wrap .jobteaser-card-text {
    padding: 20px 20px 0; }
    .jobteaser-wrap .jobteaser-card-text h4 {
      text-transform: uppercase;
      padding-bottom: 10px; }
    .jobteaser-wrap .jobteaser-card-text p {
      min-height: 63px;
      padding-bottom: 0; }
  .jobteaser-wrap .job-link {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.text-image-teaser {
  position: relative; }
  .text-image-teaser .text-image-teaser-image img {
    width: 100%;
    height: auto; }

.text-imagebg-teaser {
  position: relative; }
  .text-imagebg-teaser .text-imagebg-teaser-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .text-imagebg-teaser .text-imagebg-teaser-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .text-imagebg-teaser .text-imagebg-teaser-content-wrap {
    min-height: 460px;
    position: relative;
    z-index: 1; }
    .text-imagebg-teaser .text-imagebg-teaser-content-wrap .text-imagebg-teaser-content {
      padding-right: 20%;
      padding-top: 60px;
      padding-bottom: 60px; }

.text-imagebg-teaser-content,
.text-image-teaser-content-wrap {
  padding-top: 60px;
  padding-bottom: 60px; }
  .text-imagebg-teaser-content header,
  .text-image-teaser-content-wrap header {
    padding-bottom: 30px; }
  .text-imagebg-teaser-content h2,
  .text-image-teaser-content-wrap h2 {
    padding: 0 0 20px; }

@media (min-width: 480px) {
  .text-imagebg-teaser .text-imagebg-teaser-content-wrap {
    min-height: 560px; } }

@media (min-width: 768px) {
  .swiper-wrap {
    padding-top: 50px;
    padding-bottom: 50px; }
  .text-teaser .text-teaser-wrap {
    padding-top: 50px;
    padding-bottom: 50px; }
  .text-imagebg-teaser .text-imagebg-teaser-content-wrap {
    max-height: 560px; } }

@media (min-width: 992px) {
  .text-imagebg-teaser-content,
  .text-image-teaser-content-wrap,
  .text-teaser .text-teaser-wrap,
  .jobteaser,
  .swiper-wrap {
    padding-top: 80px;
    padding-bottom: 80px; }
  .text-image-teaser .text-image-teaser-image {
    position: absolute;
    top: 0;
    width: 41.6666%;
    height: 100%; }
    .text-image-teaser .text-image-teaser-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .text-image-teaser .text-image-teaser-content-wrap {
    position: relative;
    padding-left: 0;
    padding-right: 0; }
    .text-image-teaser .text-image-teaser-content-wrap .text-image-teaser-content {
      position: relative;
      float: left;
      width: 41.6666%;
      left: 50%;
      padding: 0 15px; }
  .text-image-teaser.image-left .text-bild-teaser-image {
    left: 0; }
  .text-image-teaser.image-right .text-image-teaser-image {
    right: 0; }
  .text-image-teaser.image-right .text-image-teaser-content-wrap .text-image-teaser-content {
    left: 8.3333%; }
  .text-imagebg-teaser .text-imagebg-teaser-content-wrap {
    min-height: 650px; }
  .text-imagebg-teaser .text-imagebg-teaser-content-wrap .text-imagebg-teaser-content {
    padding-right: 40%; }
  .jobteaser-wrap {
    margin-bottom: 0px; } }

@media (min-width: 1200px) {
  .text-image-teaser .text-image-teaser-content-wrap,
  .jobteaser,
  .swiper-wrap {
    padding-left: 25px;
    padding-right: 25px; }
  .swiper-intro-text,
  .jobteaser-intro-text {
    padding-left: 15px;
    padding-right: 15px; } }

.teaser-cards .teaser-cards-wrap {
  position: relative;
  padding: 60px 15px; }
  @media (min-width: 768px) {
    .teaser-cards .teaser-cards-wrap {
      z-index: 10; }
      .teaser-cards .teaser-cards-wrap .teaser-cards-placeholder {
        display: none; }
      .teaser-cards .teaser-cards-wrap .teaser-cards-content-wrap {
        width: 66.6666%;
        margin-left: 16.6666%;
        padding: 0 15px; } }
  @media (min-width: 992px) {
    .teaser-cards .teaser-cards-wrap {
      padding: 80px 25px;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .teaser-cards .teaser-cards-wrap .teaser-cards-placeholder {
        flex: 0 0 25%;
        padding: 0 15px;
        margin: 0;
        text-align: center;
        display: block; }
      .teaser-cards .teaser-cards-wrap .teaser-cards-content-wrap {
        flex: 0 0 50%;
        margin: 0; } }

.teaser-cards .teaser-cards-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.teaser-cards .teaser-card-wrap {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .teaser-cards .teaser-card-wrap {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .teaser-cards .teaser-card-wrap {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .teaser-cards .teaser-card-wrap {
      float: left;
      width: 33.33333%; } }
  .teaser-cards .teaser-card-wrap .teaser-card {
    height: 100%;
    width: 100%;
    position: relative;
    border-color: #181a1a;
    display: flex;
    flex-direction: column; }
  .teaser-cards .teaser-card-wrap .teaser-card-text {
    height: auto;
    padding: 20px;
    flex: 1 1 auto; }
    .teaser-cards .teaser-card-wrap .teaser-card-text h4 {
      text-transform: uppercase;
      padding-bottom: 10px; }
    .teaser-cards .teaser-card-wrap .teaser-card-text p {
      min-height: 63px;
      padding-bottom: 0; }
  .teaser-cards .teaser-card-wrap .card-link {
    flex: 0 0 auto;
    padding: 10px 20px;
    width: 100%;
    border-color: #181a1a; }
    .teaser-cards .teaser-card-wrap .card-link a {
      background: transparent url('vhs-assets-css-e9b2a504d09228080cbaf5f29cb59d22.svg') no-repeat right center;
      -webkit-background-size: auto 15px;
      -o-background-size: auto 15px;
      -moz-background-size: auto 15px;
      background-size: auto 15px;
      color: #181a1a;
      padding-right: 25px; }

.text-image-block + .teaser-cards,
.text-block + .teaser-cards,
.teaser-cards + .text-block,
.teaser-cards + .text-image-block {
  margin-top: -60px; }
  .text-image-block + .teaser-cards .teaser-cards-wrap,
  .text-block + .teaser-cards .teaser-cards-wrap,
  .teaser-cards + .text-block .teaser-cards-wrap,
  .teaser-cards + .text-image-block .teaser-cards-wrap {
    padding-top: 0; }

#news-teaser {
  background: repeating-linear-gradient(-45deg, #00b39a, #00b39a 3px, #181a1a 3px, #181a1a 9px);
  background: #00b39a; }
  #news-teaser .section-content {
    background: transparent url('vhs-assets-css-93ca97ae07512f00ff02e11f2ad6b093.png') repeat left top; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #news-teaser .section-content {
    background: transparent url('vhs-assets-css-fc5e25c253b5138abde22099a9cc420e.png') repeat left top; } }

.no-news-found,
.article {
  padding: 20px; }
  .no-news-found h1,
  .article h1 {
    padding-bottom: 0; }
  .no-news-found h4 a,
  .article h4 a {
    color: #fff; }
    .no-news-found h4 a:hover,
    .article h4 a:hover {
      text-decoration: none; }
  .no-news-found .article-info,
  .article .article-info {
    font-size: 12px;
    color: #b1b4b4; }
    .no-news-found .article-info > span,
    .article .article-info > span {
      display: inline-block;
      padding-right: 6px; }
      .no-news-found .article-info > span:before,
      .article .article-info > span:before {
        content: "/";
        padding-right: 8px;
        display: inline-block; }
      .no-news-found .article-info > span:first-child:before,
      .article .article-info > span:first-child:before {
        content: "";
        padding-left: 0;
        display: none; }

.teaser-text {
  position: relative;
  margin: 20px 0;
  overflow: hidden; }
  .teaser-text p {
    padding: 0; }

.media-gallery {
  border: 1px solid #00b39a;
  padding: 20px 30px; }

#news-teaser .section-content {
  padding: 50px 20px;
  margin: 0 auto;
  color: #fff; }

#news-teaser .row > div {
  margin-bottom: 30px; }

#news-teaser h2 {
  padding-bottom: 30px; }

#news-teaser .equal-height > div,
#news-teaser .equal-height .news {
  height: 100%;
  background: #181a1a; }

#news-teaser .teaser-text {
  position: relative;
  margin: 20px 0;
  overflow: hidden; }
  #news-teaser .teaser-text:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(rgba(24, 26, 26, 0), #181a1a); }
  #news-teaser .teaser-text p {
    padding: 0; }

#news-teaser .btn-inverse, #news-teaser .blog-entry .news-backlink-wrap .btn, .blog-entry .news-backlink-wrap #news-teaser .btn, #news-teaser .blog-entry .news-backlink-wrap .btn-default, .blog-entry .news-backlink-wrap #news-teaser .btn-default {
  width: 180px;
  margin-right: 30px;
  margin-bottom: 30px; }

#news-page .top-font {
  height: 60px;
  background: #181a1a url('vhs-assets-css-9647963fb100ba4aacaca805fbac8444.svg') repeat-x center;
  background-size: auto 18px; }

#news-page .top-stripes {
  height: 80px;
  background: repeating-linear-gradient(-45deg, #00b39a, #00b39a 3px, #181a1a 3px, #181a1a 9px); }

#news-page .news {
  max-width: 1000px;
  padding: 50px 20px;
  margin: 0 auto; }

#news-page .news-list-view {
  margin-left: -20px;
  margin-right: -20px; }
  #news-page .news-list-view:before, #news-page .news-list-view:after {
    content: " ";
    display: table; }
  #news-page .news-list-view:after {
    clear: both; }
  #news-page .news-list-view .news-box {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      #news-page .news-list-view .news-box {
        float: left;
        width: 50%; } }
  #news-page .news-list-view .article {
    border: 1px solid #00b39a;
    border-radius: 1px;
    height: 100%; }

#news-page .teaser-text {
  position: relative;
  margin: 20px 0;
  overflow: hidden; }
  #news-page .teaser-text:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(rgba(24, 26, 26, 0), #181a1a); }
  #news-page .teaser-text p {
    padding: 0; }

#news-page .news-content.news-list .article h4 a {
  color: #333333; }

#news-page .news-content.news-list .teaser-text:after {
  background: linear-gradient(rgba(255, 255, 255, 0), white); }

#news-page .news-content.blog-entries {
  background: #181a1a; }
  #news-page .news-content.blog-entries .news {
    color: #fff; }

.media-gallery {
  border: 1px solid #00b39a;
  padding: 20px 15px;
  margin-bottom: 30px; }
  .media-gallery:before, .media-gallery:after {
    content: " ";
    display: table; }
  .media-gallery:after {
    clear: both; }
  .media-gallery h3 {
    line-height: 1;
    margin-bottom: 10px; }
    .media-gallery h3 span {
      display: inline-block;
      padding: 0 9px 0 15px; }
  .media-gallery .mediaelement {
    float: left;
    width: 25%;
    padding: 15px; }

.blog-entry {
  background: #181a1a;
  color: #fff; }
  .blog-entry .media-gallery h3 {
    background: repeating-linear-gradient(-35deg, #00b39a, #00b39a 3px, #181a1a 3px, #181a1a 11px); }
    .blog-entry .media-gallery h3 span {
      background: #181a1a; }

.news-article .media-gallery h3 {
  background: repeating-linear-gradient(-70deg, #00b39a, #00b39a 3px, #fff 3px, #fff 11px); }
  .news-article .media-gallery h3 span {
    background: #fff; }

.news-single:before, .news-single:after {
  content: " ";
  display: table; }

.news-single:after {
  clear: both; }

.news-single .article {
  padding: 60px 20px;
  overflow: hidden; }

.news-single .header-image {
  margin: 0 -40px; }
  .news-single .header-image img {
    width: 100%;
    height: auto; }

.news-single .article-content {
  clear: both; }

.news-single .article-content + .text-image-block .text-image-block-wrap,
.news-single .article-content + .text-image-block .text-block-wrap,
.news-single .article-content + .text-block .text-image-block-wrap,
.news-single .article-content + .text-block .text-block-wrap,
.news-single .text-image-block + .text-image-block .text-image-block-wrap,
.news-single .text-image-block + .text-image-block .text-block-wrap,
.news-single .text-block + .text-image-block .text-image-block-wrap,
.news-single .text-block + .text-image-block .text-block-wrap,
.news-single .text-image-block + .text-block .text-image-block-wrap,
.news-single .text-image-block + .text-block .text-block-wrap {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.page-navigation {
  padding: 0 20px; }
  .page-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    .page-navigation ul li {
      margin: 0;
      padding: 0;
      background: none; }
    .page-navigation ul li {
      display: inline-block;
      padding-left: 20px; }

@media (min-width: 768px) {
  .article .article-info {
    font-size: 14px; }
  .news-single .article-content {
    position: relative;
    float: left;
    min-height: 1px;
    width: 66.6666%;
    margin-left: 16.6666%;
    padding: 0 15px; } }

@media (min-width: 992px) {
  #news-teaser .section-content {
    padding: 80px 20px 50px; }
  .news-single .article {
    padding: 80px 25px 60px; }
  .news-single .article-content {
    position: relative;
    float: left;
    min-height: 1px;
    width: 50%;
    margin-left: 25%; } }

@media (min-width: 1200px) {
  #news-teaser .section-content {
    padding: 80px 40px 50px; } }

.decorstripes {
  display: none; }

@media (min-width: 768px) {
  .decor-one-centered,
  .decor-more-centered,
  .decor-one-bottom-crossed,
  .decor-more-bottom-crossed,
  .decor-one-top-crossed,
  .decor-more-top-crossed {
    position: relative; }
    .decor-one-centered .decorstripes,
    .decor-more-centered .decorstripes,
    .decor-one-bottom-crossed .decorstripes,
    .decor-more-bottom-crossed .decorstripes,
    .decor-one-top-crossed .decorstripes,
    .decor-more-top-crossed .decorstripes {
      display: block; }
  .decor-one-bottom-crossed .decorstripes .decorstrip:nth-child(1), .decor-one-bottom-crossed .decorstripes .decorstrip:nth-child(3),
  .decor-one-top-crossed .decorstripes .decorstrip:nth-child(1),
  .decor-one-top-crossed .decorstripes .decorstrip:nth-child(3),
  .decor-one-centered .decorstripes .decorstrip:nth-child(1),
  .decor-one-centered .decorstripes .decorstrip:nth-child(3) {
    display: none; }
  .decorstripes {
    position: absolute;
    right: 0;
    width: 120px;
    height: 210px;
    overflow: hidden;
    z-index: 100; }
    .decorstripes .decorstrip {
      position: absolute;
      overflow: hidden;
      height: 180px;
      width: 100%; }
      .decorstripes .decorstrip span {
        height: 180px;
        background: #181a1a;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 15px; }
      .decorstripes .decorstrip:nth-child(1) {
        bottom: 65px;
        left: 5px; }
        .decorstripes .decorstrip:nth-child(1) span {
          left: 65px;
          bottom: -34px; }
      .decorstripes .decorstrip:nth-child(2) {
        bottom: 0px;
        left: 0px; }
      .decorstripes .decorstrip:nth-child(3) {
        bottom: 0px;
        left: 60px; }
  .decor-one-bottom-crossed .decorstripes,
  .decor-more-bottom-crossed .decorstripes,
  .decor-one-top-crossed .decorstripes,
  .decor-more-top-crossed .decorstripes {
    bottom: 0;
    right: 0; }
    .decor-one-bottom-crossed .decorstripes .decorstrip,
    .decor-more-bottom-crossed .decorstripes .decorstrip,
    .decor-one-top-crossed .decorstripes .decorstrip,
    .decor-more-top-crossed .decorstripes .decorstrip {
      bottom: 90px;
      left: 0; }
      .decor-one-bottom-crossed .decorstripes .decorstrip span,
      .decor-more-bottom-crossed .decorstripes .decorstrip span,
      .decor-one-top-crossed .decorstripes .decorstrip span,
      .decor-more-top-crossed .decorstripes .decorstrip span {
        left: 65px;
        bottom: -34px; }
      .decor-one-bottom-crossed .decorstripes .decorstrip:nth-child(1),
      .decor-more-bottom-crossed .decorstripes .decorstrip:nth-child(1),
      .decor-one-top-crossed .decorstripes .decorstrip:nth-child(1),
      .decor-more-top-crossed .decorstripes .decorstrip:nth-child(1) {
        bottom: 65px;
        left: 5px; }
        .decor-one-bottom-crossed .decorstripes .decorstrip:nth-child(1) span,
        .decor-more-bottom-crossed .decorstripes .decorstrip:nth-child(1) span,
        .decor-one-top-crossed .decorstripes .decorstrip:nth-child(1) span,
        .decor-more-top-crossed .decorstripes .decorstrip:nth-child(1) span {
          left: 65px;
          bottom: -34px; }
      .decor-one-bottom-crossed .decorstripes .decorstrip:nth-child(2),
      .decor-more-bottom-crossed .decorstripes .decorstrip:nth-child(2),
      .decor-one-top-crossed .decorstripes .decorstrip:nth-child(2),
      .decor-more-top-crossed .decorstripes .decorstrip:nth-child(2) {
        bottom: 0px;
        left: 0px; }
      .decor-one-bottom-crossed .decorstripes .decorstrip:nth-child(3),
      .decor-more-bottom-crossed .decorstripes .decorstrip:nth-child(3),
      .decor-one-top-crossed .decorstripes .decorstrip:nth-child(3),
      .decor-more-top-crossed .decorstripes .decorstrip:nth-child(3) {
        bottom: 0px;
        left: 60px; }
  .decor-one-centered .decorstripes,
  .decor-one-top-crossed .decorstripes,
  .decor-more-top-crossed .decorstripes {
    bottom: auto;
    top: 0;
    right: 20px; }
    .decor-one-centered .decorstripes .decorstrip:nth-child(1),
    .decor-one-top-crossed .decorstripes .decorstrip:nth-child(1),
    .decor-more-top-crossed .decorstripes .decorstrip:nth-child(1) {
      top: 0;
      left: 0; }
      .decor-one-centered .decorstripes .decorstrip:nth-child(1) span,
      .decor-one-top-crossed .decorstripes .decorstrip:nth-child(1) span,
      .decor-more-top-crossed .decorstripes .decorstrip:nth-child(1) span {
        left: 0;
        bottom: auto;
        top: -61px; }
    .decor-one-centered .decorstripes .decorstrip:nth-child(2),
    .decor-one-top-crossed .decorstripes .decorstrip:nth-child(2),
    .decor-more-top-crossed .decorstripes .decorstrip:nth-child(2) {
      top: 0;
      left: 0; }
      .decor-one-centered .decorstripes .decorstrip:nth-child(2) span,
      .decor-one-top-crossed .decorstripes .decorstrip:nth-child(2) span,
      .decor-more-top-crossed .decorstripes .decorstrip:nth-child(2) span {
        left: 48px;
        bottom: auto;
        top: -49px; }
    .decor-one-centered .decorstripes .decorstrip:nth-child(3),
    .decor-one-top-crossed .decorstripes .decorstrip:nth-child(3),
    .decor-more-top-crossed .decorstripes .decorstrip:nth-child(3) {
      display: none; }
  .decor-one-centered .decorstripes {
    top: 50%;
    right: -35px;
    margin-top: -50px; }
  .theme-dark .decorstripes .decorstrip span,
  .decorstripes.dark .decorstrip span {
    background: #fff; } }

.newsletter-abo {
  background: #181a1a; }
  .newsletter-abo .newsletter-abo-content {
    z-index: 10;
    padding-top: 60px; }
    .newsletter-abo .newsletter-abo-content .newsletter-trigger {
      background: #00b39a;
      color: white; }

.newsletter-abo-bg {
  z-index: 1;
  position: relative;
  height: 200px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(100, 105, 105, 0.2) 0%, rgba(24, 26, 26, 0) 80%);
  /* ff3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(100, 105, 105, 0.2)), color-stop(80%, rgba(24, 26, 26, 0)));
  /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(100, 105, 105, 0.2) 0%, rgba(24, 26, 26, 0) 80%);
  /* safari5.1+,chrome10+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(100, 105, 105, 0.2) 0%, rgba(24, 26, 26, 0) 80%);
  /* opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(100, 105, 105, 0.2) 0%, rgba(24, 26, 26, 0) 80%);
  /* ie10+ */
  background: radial-gradient(ellipse at center, rgba(100, 105, 105, 0.2) 0%, rgba(24, 26, 26, 0) 80%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646969', endColorstr='#181A1A',GradientType=1 );
  /* ie6-9 */ }

.newsletter-abo-airplane {
  width: 100%;
  height: 100%;
  background: transparent url('vhs-assets-css-7c6f95b3e288f8d0fb07b4d84a9c90fb.svg') no-repeat center center;
  -webkit-background-size: auto 150px;
  -o-background-size: auto 150px;
  -moz-background-size: auto 150px;
  background-size: auto 150px; }

.fancybox-is-open .fancybox-bg,
.fancybox-container--ready .fancybox-bg {
  background: #181a1a;
  opacity: 0.95; }

#newsletter-form, .fancybox-container .tx-epro-case {
  background: transparent;
  color: #FFF;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0; }
  #newsletter-form .newsletter-abo-bg, .fancybox-container .tx-epro-case .newsletter-abo-bg {
    display: none; }
  #newsletter-form .form-row, .fancybox-container .tx-epro-case .form-row {
    overflow: hidden;
    padding: 0 0 8px 0; }
    #newsletter-form .form-row input.text-field, .fancybox-container .tx-epro-case .form-row input.text-field {
      background: transparent;
      border: 1px solid #646969;
      margin-right: 10px;
      color: #fff;
      padding: 4px 8px;
      width: 200px;
      line-height: 32px;
      outline: 0; }
      #newsletter-form .form-row input.text-field.placeholder, .fancybox-container .tx-epro-case .form-row input.text-field.placeholder {
        color: #646969; }
      #newsletter-form .form-row input.text-field:-moz-placeholder, .fancybox-container .tx-epro-case .form-row input.text-field:-moz-placeholder {
        color: #646969; }
      #newsletter-form .form-row input.text-field::-moz-placeholder, .fancybox-container .tx-epro-case .form-row input.text-field::-moz-placeholder {
        color: #646969; }
      #newsletter-form .form-row input.text-field:-ms-input-placeholder, .fancybox-container .tx-epro-case .form-row input.text-field:-ms-input-placeholder {
        color: #646969; }
      #newsletter-form .form-row input.text-field::-webkit-input-placeholder, .fancybox-container .tx-epro-case .form-row input.text-field::-webkit-input-placeholder {
        color: #646969; }
      #newsletter-form .form-row input.text-field:focus, .fancybox-container .tx-epro-case .form-row input.text-field:focus {
        outline: 0; }
  #newsletter-form .fancybox-close-small, .fancybox-container .tx-epro-case .fancybox-close-small {
    background: transparent;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 50px; }

.newsletter-form-wrap, .whitepaper-apply {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

@media (min-width: 768px) {
  .newsletter-abo .newsletter-abo-content {
    width: 58.3333%;
    float: left;
    left: 8.33333%;
    position: relative; }
  .newsletter-abo-bg {
    z-index: 1;
    position: relative;
    height: 370px;
    margin-left: 500px; }
  #newsletter-form .newsletter-abo-bg, .fancybox-container .tx-epro-case .newsletter-abo-bg {
    display: block;
    position: absolute;
    width: 420px;
    height: 370px;
    margin-left: 0px;
    bottom: 0;
    right: 0;
    opacity: .8; } }

.whitepaper-list-container {
  padding-top: 60px; }
  .whitepaper-list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px; }
    .whitepaper-list-container ul li {
      margin: 0;
      padding: 0;
      background: none; }
    .whitepaper-list-container ul:before, .whitepaper-list-container ul:after {
      content: " ";
      display: table; }
    .whitepaper-list-container ul:after {
      clear: both; }
    .whitepaper-list-container ul li {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        .whitepaper-list-container ul li {
          float: left;
          width: 50%; } }

.whitepaper-wrap {
  border-top: 1px solid #646969;
  border-bottom: 1px solid #646969;
  padding: 0;
  overflow: hidden;
  position: relative; }

.whitepaper-meta {
  overflow: hidden;
  padding: 10px 0; }
  .whitepaper-meta .whitepaper-branch, .whitepaper-meta .whitepaper-date {
    width: 50%;
    float: left;
    padding-right: 15px; }
  .whitepaper-meta .whitepaper-date {
    padding-left: 15px;
    padding-right: 0;
    text-align: right; }

.whitepaper-cover img {
  width: 100%;
  height: auto; }

.whitepaper-info {
  padding: 15px 15px 15px 0; }
  .whitepaper-info .more-link a {
    color: #00b39a; }

#additionalContentOptions {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 40%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 40%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 40%, black 100%);
  margin-top: -300px;
  z-index: 10;
  position: relative; }
  #additionalContentOptions .additionalContentOptions-buttons {
    padding-left: 8.3333%;
    padding-top: 200px;
    padding-bottom: 80px; }
    #additionalContentOptions .additionalContentOptions-buttons a {
      margin-bottom: 20px; }

.fancybox-container .tx-epro-case .form-row input.text-field {
  width: 100%; }

.whitepaper-apply-container {
  width: 300px; }

.whitepaper-solution-container {
  margin-left: -15px;
  margin-right: -15px; }
  .whitepaper-solution-container:before, .whitepaper-solution-container:after {
    content: " ";
    display: table; }
  .whitepaper-solution-container:after {
    clear: both; }
  .whitepaper-solution-container .whitepaper-solution-content, .whitepaper-solution-container .whitepaper-success-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .whitepaper-solution-container .whitepaper-solution-content, .whitepaper-solution-container .whitepaper-success-content {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .whitepaper-solution-container .whitepaper-solution-content, .whitepaper-solution-container .whitepaper-success-content {
        float: left;
        width: 41.66667%; } }
  @media (min-width: 992px) {
    .whitepaper-solution-container .whitepaper-solution-content {
      margin-left: 8.33333%; } }

.whitepaper-solution {
  background: #181a1a;
  color: #fff; }

.extra-content .extra-content-wrap {
  margin-left: -15px;
  margin-right: -15px; }
  .extra-content .extra-content-wrap:before, .extra-content .extra-content-wrap:after {
    content: " ";
    display: table; }
  .extra-content .extra-content-wrap:after {
    clear: both; }
  .extra-content .extra-content-wrap .extra-content-text {
    padding-top: 60px;
    padding-bottom: 60px; }
  .extra-content .extra-content-wrap .case-study-moods {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px; }
    .extra-content .extra-content-wrap .case-study-moods img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0px auto; }
  .extra-content .extra-content-wrap:nth-child(odd) .extra-content-text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(odd) .extra-content-text {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(odd) .extra-content-text {
        margin-left: 8.33333%; } }
  .extra-content .extra-content-wrap:nth-child(odd) .case-study-moods {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(odd) .case-study-moods {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(odd) .case-study-moods {
        margin-left: 8.33333%; } }
  .extra-content .extra-content-wrap:nth-child(even) .extra-content-text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(even) .extra-content-text {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(even) .extra-content-text {
        left: 58.33333%; } }
  .extra-content .extra-content-wrap:nth-child(even) .case-study-moods {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(even) .case-study-moods {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(even) .case-study-moods {
        right: 33.33333%; } }
    @media (min-width: 992px) {
      .extra-content .extra-content-wrap:nth-child(even) .case-study-moods {
        margin-left: 8.33333%; } }

@media (min-width: 768px) {
  .whitepaper-wrap {
    padding: 10px 0; }
  .whitepaper-meta {
    padding: 0 0 0 215px; }
  .whitepaper-content-wrap {
    margin-top: -21px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .whitepaper-content-wrap .whitepaper-cover {
      -webkit-box-flex: 0 0 215px;
      -moz-box-flex: 0 0 215px;
      -webkit-flex: 0 0 215px;
      -ms-flex: 0 0 215px;
      flex: 0 0 215px; }
    .whitepaper-content-wrap .whitepaper-info {
      -webkit-box-flex: 1 1 100%;
      -moz-box-flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
  .whitepaper-cover a {
    display: block;
    padding-right: 30px; }
  .whitepaper-info {
    align-self: flex-end;
    padding: 35px 15px 10px 0; }
    .whitepaper-info h4, .whitepaper-info p {
      padding-right: 15px; } }

@media (min-width: 992px) {
  .whitepaper-content-wrap,
  .whitepaper-wrap {
    height: 100%; }
  .whitepaper-list-container {
    padding-top: 80px; }
  .whitepaper-solution-content, .whitepaper-success-content {
    padding-top: 80px;
    padding-bottom: 80px; } }

.tx-epro-case .whitepaper-detail .subline,
.tx-epro-case .whitepaper-detail .solution-info-content ul li:before,
.tx-epro-case .whitepaper-detail .text-block ul li:before,
.tx-epro-case .whitepaper-detail .text-image-teaser ul li:before,
.tx-epro-case .whitepaper-detail .text-imagebg-teaser ul li:before,
.tx-epro-case .whitepaper-detail ul.slash-list li:before,
.tx-epro-case .whitepaper-detail ul.slash-list-inline li:after,
.tx-epro-case .whitepaper-detail a, .tx-epro-case .whitepaper-detail span.special {
  color: #00b39a; }

.tx-epro-case .whitepaper-detail .case-study-testimonial,
.tx-epro-case .whitepaper-detail .case-study-testimonial .swiper-slide,
.tx-epro-case .whitepaper-detail .btn-default, .tx-epro-case .whitepaper-detail .btn-primary {
  background: #00b39a;
  color: #fff; }

.tx-epro-case .whitepaper-detail #news-teaser {
  background: #00b39a; }

.tx-epro-case .whitepaper-detail .case-study-results .result-number {
  color: #00b39a;
  -webkit-text-fill-color: #181a1a;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #00b39a;
  text-shadow: 1px 1px 0 #00b39a, -1px -1px 0 #00b39a, 1px -1px 0 #00b39a, -1px 1px 0 #00b39a, 1px 1px 0 #00b39a; }

.tx-epro-case .whitepaper-detail .btn, .tx-epro-case .whitepaper-detail .btn-primary, .tx-epro-case .whitepaper-detail .btn-primary-inverse, .tx-epro-case .whitepaper-detail .btn-inverse, .tx-epro-case .whitepaper-detail .btn-default {
  color: #fff; }

@media screen and (min-width: 0\0) {
  .whitepaper-detail .case-study-results .result-number {
    color: #00b39a \9; } }

.case-study-detail .subline,
.whitepaper-detail .subline {
  font-size: 12px; }

.case-study-detail .header-image img,
.whitepaper-detail .header-image img {
  width: 100%;
  height: auto; }

.case-study-detail .case-study-maininfos-wrap,
.whitepaper-detail .case-study-maininfos-wrap {
  padding: 60px 0;
  background: #181a1a;
  color: #fff; }

.case-study-detail .case-study-tags-container,
.case-study-detail .case-study-maininfos,
.case-study-detail .case-study-solution-container,
.whitepaper-detail .case-study-tags-container,
.whitepaper-detail .case-study-maininfos,
.whitepaper-detail .case-study-solution-container {
  padding-left: 30px;
  padding-right: 30px; }

.case-study-detail .case-study-maininfos .case-study-logo,
.whitepaper-detail .case-study-maininfos .case-study-logo {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }

.case-study-detail .case-study-maininfos .case-study-teaser p:last-child,
.whitepaper-detail .case-study-maininfos .case-study-teaser p:last-child {
  padding-bottom: 0; }

.case-study-detail .case-study-overview-text,
.whitepaper-detail .case-study-overview-text {
  padding: 60px 30px; }
  .case-study-detail .case-study-overview-text .subline, .case-study-detail .case-study-overview-text h4,
  .whitepaper-detail .case-study-overview-text .subline,
  .whitepaper-detail .case-study-overview-text h4 {
    text-transform: uppercase; }
  .case-study-detail .case-study-overview-text .topic,
  .whitepaper-detail .case-study-overview-text .topic {
    padding-top: 20px; }
    .case-study-detail .case-study-overview-text .topic:first-child,
    .whitepaper-detail .case-study-overview-text .topic:first-child {
      padding-top: 0px; }
  .case-study-detail .case-study-overview-text .case-study-moods,
  .whitepaper-detail .case-study-overview-text .case-study-moods {
    margin-bottom: 25px; }
    .case-study-detail .case-study-overview-text .case-study-moods picture, .case-study-detail .case-study-overview-text .case-study-moods img,
    .whitepaper-detail .case-study-overview-text .case-study-moods picture,
    .whitepaper-detail .case-study-overview-text .case-study-moods img {
      margin-bottom: 30px; }

.case-study-detail .case-study-results,
.whitepaper-detail .case-study-results {
  background: #181a1a;
  color: #fff;
  padding: 60px 30px; }
  .case-study-detail .case-study-results ul,
  .whitepaper-detail .case-study-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .case-study-detail .case-study-results ul li,
    .whitepaper-detail .case-study-results ul li {
      margin: 0;
      padding: 0;
      background: none; }
    .case-study-detail .case-study-results ul li,
    .whitepaper-detail .case-study-results ul li {
      padding-bottom: 30px; }
      .case-study-detail .case-study-results ul li:last-child,
      .whitepaper-detail .case-study-results ul li:last-child {
        padding-bottom: 0; }
  .case-study-detail .case-study-results .result-number,
  .whitepaper-detail .case-study-results .result-number {
    font-size: 90px;
    line-height: 1;
    color: #181a1a;
    font-family: "CorporateS-ExtraBold", sans-serif; }
  .case-study-detail .case-study-results p,
  .whitepaper-detail .case-study-results p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "CorporateSSCT-Lig", sans-serif;
    padding-bottom: 0; }

.case-study-detail .case-study-testimonial,
.whitepaper-detail .case-study-testimonial {
  padding: 60px 0px; }
  .case-study-detail .case-study-testimonial .swiper-container,
  .whitepaper-detail .case-study-testimonial .swiper-container {
    padding: 0 30px; }
    .case-study-detail .case-study-testimonial .swiper-container .author,
    .whitepaper-detail .case-study-testimonial .swiper-container .author {
      text-transform: uppercase; }
  .case-study-detail .case-study-testimonial .swiper-slide,
  .whitepaper-detail .case-study-testimonial .swiper-slide {
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .case-study-detail .case-study-testimonial .testimonial,
  .whitepaper-detail .case-study-testimonial .testimonial {
    padding: 120px 0px 0;
    width: 100%;
    overflow: hidden;
    background: transparent url('vhs-assets-css-134f555dc8437d8717db7a398e31f397.svg') no-repeat center top;
    -webkit-background-size: auto 80px;
    -o-background-size: auto 80px;
    -moz-background-size: auto 80px;
    background-size: auto 80px; }

.case-study-detail .whitepaper-solution-content,
.case-study-detail .case-study-solution-content,
.whitepaper-detail .whitepaper-solution-content,
.whitepaper-detail .case-study-solution-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .case-study-detail .whitepaper-solution-content h4,
  .case-study-detail .case-study-solution-content h4,
  .whitepaper-detail .whitepaper-solution-content h4,
  .whitepaper-detail .case-study-solution-content h4 {
    text-transform: uppercase;
    padding-bottom: 20px; }
  .case-study-detail .whitepaper-solution-content .solution-text,
  .case-study-detail .case-study-solution-content .solution-text,
  .whitepaper-detail .whitepaper-solution-content .solution-text,
  .whitepaper-detail .case-study-solution-content .solution-text {
    position: relative;
    margin-bottom: 30px; }
    .case-study-detail .whitepaper-solution-content .solution-text:after,
    .case-study-detail .case-study-solution-content .solution-text:after,
    .whitepaper-detail .whitepaper-solution-content .solution-text:after,
    .whitepaper-detail .case-study-solution-content .solution-text:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      height: 40px;
      width: 100%;
      background: linear-gradient(rgba(255, 255, 255, 0), #FFF); }
    .case-study-detail .whitepaper-solution-content .solution-text p,
    .case-study-detail .case-study-solution-content .solution-text p,
    .whitepaper-detail .whitepaper-solution-content .solution-text p,
    .whitepaper-detail .case-study-solution-content .solution-text p {
      padding: 0; }
  .case-study-detail .whitepaper-solution-content .case-study-moods,
  .case-study-detail .case-study-solution-content .case-study-moods,
  .whitepaper-detail .whitepaper-solution-content .case-study-moods,
  .whitepaper-detail .case-study-solution-content .case-study-moods {
    margin: 0 -30px; }
    .case-study-detail .whitepaper-solution-content .case-study-moods img,
    .case-study-detail .case-study-solution-content .case-study-moods img,
    .whitepaper-detail .whitepaper-solution-content .case-study-moods img,
    .whitepaper-detail .case-study-solution-content .case-study-moods img {
      width: 100%;
      height: auto; }

.case-study-detail .case-study-tags,
.whitepaper-detail .case-study-tags {
  position: relative;
  padding: 60px 0 30px;
  overflow: hidden; }
  .case-study-detail .case-study-tags .case-study-tags-bg,
  .whitepaper-detail .case-study-tags .case-study-tags-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .case-study-detail .case-study-tags .case-study-tags-bg img,
    .whitepaper-detail .case-study-tags .case-study-tags-bg img {
      width: 100%;
      height: 100%;
      opacity: .2; }
  .case-study-detail .case-study-tags .case-study-tags-content ul,
  .whitepaper-detail .case-study-tags .case-study-tags-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 30px; }
    .case-study-detail .case-study-tags .case-study-tags-content ul li,
    .whitepaper-detail .case-study-tags .case-study-tags-content ul li {
      margin: 0;
      padding: 0;
      background: none; }
    .case-study-detail .case-study-tags .case-study-tags-content ul li,
    .whitepaper-detail .case-study-tags .case-study-tags-content ul li {
      display: inline-block;
      padding-right: 4px; }
      .case-study-detail .case-study-tags .case-study-tags-content ul li span,
      .whitepaper-detail .case-study-tags .case-study-tags-content ul li span {
        color: #00b39a;
        display: block;
        text-decoration: none; }
        .case-study-detail .case-study-tags .case-study-tags-content ul li span:after,
        .whitepaper-detail .case-study-tags .case-study-tags-content ul li span:after {
          color: #333333;
          content: "/";
          padding-left: 6px; }
      .case-study-detail .case-study-tags .case-study-tags-content ul li:last-child span:after,
      .whitepaper-detail .case-study-tags .case-study-tags-content ul li:last-child span:after {
        content: ""; }

.whitepaper-nav-wrap,
.case-nav-wrap {
  background: #181a1a; }
  .whitepaper-nav-wrap:before, .whitepaper-nav-wrap:after,
  .case-nav-wrap:before,
  .case-nav-wrap:after {
    content: " ";
    display: table; }
  .whitepaper-nav-wrap:after,
  .case-nav-wrap:after {
    clear: both; }
  .whitepaper-nav-wrap img,
  .case-nav-wrap img {
    display: none; }
  .whitepaper-nav-wrap a,
  .case-nav-wrap a {
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    font-family: "CorporateSSCT-Lig", sans-serif;
    color: #FFF;
    text-transform: lowercase;
    font-variant: small-caps;
    display: block; }
    .whitepaper-nav-wrap a:hover,
    .case-nav-wrap a:hover {
      color: #FFF; }
  .whitepaper-nav-wrap .whitepaper-nav-download a,
  .case-nav-wrap .whitepaper-nav-download a {
    color: #00b39a; }
  .whitepaper-nav-wrap .whitepaper-nav-prev, .whitepaper-nav-wrap .whitepaper-nav-next, .whitepaper-nav-wrap .whitepaper-nav-download,
  .whitepaper-nav-wrap .case-nav-prev, .whitepaper-nav-wrap .case-nav-next,
  .case-nav-wrap .whitepaper-nav-prev,
  .case-nav-wrap .whitepaper-nav-next,
  .case-nav-wrap .whitepaper-nav-download,
  .case-nav-wrap .case-nav-prev,
  .case-nav-wrap .case-nav-next {
    width: 50%;
    float: left;
    text-align: center;
    min-height: 70px; }
  .whitepaper-nav-wrap .whitepaper-nav-prev, .whitepaper-nav-wrap .whitepaper-nav-next, .whitepaper-nav-wrap .whitepaper-nav-download,
  .case-nav-wrap .whitepaper-nav-prev,
  .case-nav-wrap .whitepaper-nav-next,
  .case-nav-wrap .whitepaper-nav-download {
    width: 33.3333%; }
  .whitepaper-nav-wrap .whitepaper-nav-prev,
  .whitepaper-nav-wrap .case-nav-prev,
  .case-nav-wrap .whitepaper-nav-prev,
  .case-nav-wrap .case-nav-prev {
    border-right: 1px solid #fff; }
  .whitepaper-nav-wrap .whitepaper-nav-download,
  .whitepaper-nav-wrap .whitepaper-nav-next,
  .whitepaper-nav-wrap .case-nav-next,
  .case-nav-wrap .whitepaper-nav-download,
  .case-nav-wrap .whitepaper-nav-next,
  .case-nav-wrap .case-nav-next {
    border-left: 1px solid #fff;
    margin-left: -1px; }

@media (max-width: 767px) {
  .whitepaper-nav-wrap .whitepaper-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .whitepaper-nav-wrap .whitepaper-nav-prev {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .whitepaper-nav-wrap .whitepaper-nav-download {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: 0;
    border-bottom: 1px solid #fff; }
  .whitepaper-nav-wrap .whitepaper-nav-next {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .case-study-detail .case-study-maininfos,
  .whitepaper-detail .case-study-maininfos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .case-study-detail .case-study-maininfos .case-study-logo,
    .whitepaper-detail .case-study-maininfos .case-study-logo {
      -webkit-box-flex: 1 33.3333%;
      -moz-box-flex: 1 33.3333%;
      -webkit-flex: 1 33.3333%;
      -ms-flex: 1 33.3333%;
      flex: 1 33.3333%;
      padding-right: 30px;
      text-align: center; }
      .case-study-detail .case-study-maininfos .case-study-logo img,
      .whitepaper-detail .case-study-maininfos .case-study-logo img {
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    .case-study-detail .case-study-maininfos .case-study-teaser,
    .whitepaper-detail .case-study-maininfos .case-study-teaser {
      -webkit-box-flex: 3 66.666%;
      -moz-box-flex: 3 66.666%;
      -webkit-flex: 3 66.666%;
      -ms-flex: 3 66.666%;
      flex: 3 66.666%;
      padding-right: 8.3333%; }
  .case-study-detail .case-study-overview .case-study-overview-text,
  .whitepaper-detail .case-study-overview .case-study-overview-text {
    padding: 60px 16.6666%; }
  .case-study-detail .case-study-overview .case-study-results ul:before, .case-study-detail .case-study-overview .case-study-results ul:after,
  .whitepaper-detail .case-study-overview .case-study-results ul:before,
  .whitepaper-detail .case-study-overview .case-study-results ul:after {
    content: " ";
    display: table; }
  .case-study-detail .case-study-overview .case-study-results ul:after,
  .whitepaper-detail .case-study-overview .case-study-results ul:after {
    clear: both; }
  .case-study-detail .case-study-overview .case-study-results ul li,
  .whitepaper-detail .case-study-overview .case-study-results ul li {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    float: left; }
  .case-study-detail .case-study-overview .case-study-results .result-number,
  .whitepaper-detail .case-study-overview .case-study-results .result-number {
    margin-bottom: 10px; }
  .case-study-detail .case-study-overview .case-study-results p,
  .whitepaper-detail .case-study-overview .case-study-results p {
    font-size: 14px; }
  .case-study-detail .case-study-testimonial,
  .whitepaper-detail .case-study-testimonial {
    padding: 60px 30px; }
    .case-study-detail .case-study-testimonial .testimonial,
    .whitepaper-detail .case-study-testimonial .testimonial {
      padding: 0  8.33333% 0 25%;
      background: transparent url('vhs-assets-css-134f555dc8437d8717db7a398e31f397.svg') no-repeat 20px center;
      -webkit-background-size: 120px auto;
      -o-background-size: 120px auto;
      -moz-background-size: 120px auto;
      background-size: 120px auto; }
  .case-study-detail .whitepaper-solution-content,
  .case-study-detail .case-study-solution-content,
  .whitepaper-detail .whitepaper-solution-content,
  .whitepaper-detail .case-study-solution-content {
    padding: 60px 0; }
    .case-study-detail .whitepaper-solution-content .case-study-moods,
    .case-study-detail .case-study-solution-content .case-study-moods,
    .whitepaper-detail .whitepaper-solution-content .case-study-moods,
    .whitepaper-detail .case-study-solution-content .case-study-moods {
      margin: 0; }
  .case-study-detail .case-study-solution-content .solution-info-content,
  .whitepaper-detail .case-study-solution-content .solution-info-content {
    margin: 0 16.6666%; }
  .whitepaper-nav-wrap a,
  .case-nav-wrap a {
    padding: 35px;
    font-size: 18px; }
  .whitepaper-nav-wrap .whitepaper-nav-prev, .whitepaper-nav-wrap .whitepaper-nav-next, .whitepaper-nav-wrap .whitepaper-nav-download,
  .whitepaper-nav-wrap .case-nav-prev, .whitepaper-nav-wrap .case-nav-next,
  .case-nav-wrap .whitepaper-nav-prev,
  .case-nav-wrap .whitepaper-nav-next,
  .case-nav-wrap .whitepaper-nav-download,
  .case-nav-wrap .case-nav-prev,
  .case-nav-wrap .case-nav-next {
    min-height: 100px; } }

@media (min-width: 992px) {
  .case-study-detail .subline,
  .whitepaper-detail .subline {
    font-size: 14px; }
  .case-study-detail .case-study-maininfos-wrap,
  .whitepaper-detail .case-study-maininfos-wrap {
    padding: 80px 0; }
  .case-study-detail .case-study-overview-wrap,
  .whitepaper-detail .case-study-overview-wrap {
    padding: 0 0 0 25px; }
  .case-study-detail .case-study-overview,
  .whitepaper-detail .case-study-overview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .case-study-detail .case-study-overview .case-study-overview-text,
    .whitepaper-detail .case-study-overview .case-study-overview-text {
      padding: 80px 15px;
      margin: 0 8.3333%;
      -webkit-box-flex: 0 0 41.66667%;
      -moz-box-flex: 0 0 41.66667%;
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%; }
    .case-study-detail .case-study-overview .case-study-results,
    .whitepaper-detail .case-study-overview .case-study-results {
      -webkit-box-flex: 0 0 41.66667%;
      -moz-box-flex: 0 0 41.66667%;
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      padding: 80px 40px;
      position: relative;
      margin-right: -25px; }
      .case-study-detail .case-study-overview .case-study-results ul li,
      .whitepaper-detail .case-study-overview .case-study-results ul li {
        float: none;
        width: 100%;
        padding-bottom: 50px; }
        .case-study-detail .case-study-overview .case-study-results ul li:last-child,
        .whitepaper-detail .case-study-overview .case-study-results ul li:last-child {
          padding-bottom: 0; }
      .case-study-detail .case-study-overview .case-study-results .result-number,
      .whitepaper-detail .case-study-overview .case-study-results .result-number {
        font-size: 120px;
        margin-bottom: 10px; }
      .case-study-detail .case-study-overview .case-study-results p,
      .whitepaper-detail .case-study-overview .case-study-results p {
        font-size: 20px;
        padding: 0 8.33333%; }
  .case-study-detail .case-study-testimonial,
  .whitepaper-detail .case-study-testimonial {
    padding: 80px 0; }
    .case-study-detail .case-study-testimonial .testimonial,
    .whitepaper-detail .case-study-testimonial .testimonial {
      padding: 0  8.33333% 0 25%;
      background: transparent url('vhs-assets-css-134f555dc8437d8717db7a398e31f397.svg') no-repeat 60px center;
      -webkit-background-size: 120px auto;
      -o-background-size: 120px auto;
      -moz-background-size: 120px auto;
      background-size: 120px auto; }
  .case-study-detail .case-study-solution-content,
  .whitepaper-detail .case-study-solution-content {
    padding: 80px 0; }
    .case-study-detail .case-study-solution-content .solution-info-content,
    .whitepaper-detail .case-study-solution-content .solution-info-content {
      margin: 0 25%; }
    .case-study-detail .case-study-solution-content .case-study-moods,
    .whitepaper-detail .case-study-solution-content .case-study-moods {
      margin: 0 16.6666%; }
  .case-study-detail .case-study-tags,
  .whitepaper-detail .case-study-tags {
    padding: 80px 0; }
    .case-study-detail .case-study-tags .case-study-tags-content,
    .whitepaper-detail .case-study-tags .case-study-tags-content {
      padding-bottom: 70px; }
  .whitepaper-nav-wrap a,
  .case-nav-wrap a {
    padding: 65px;
    font-size: 18px;
    line-height: 30px; }
  .whitepaper-nav-wrap .whitepaper-nav-prev, .whitepaper-nav-wrap .whitepaper-nav-next, .whitepaper-nav-wrap .whitepaper-nav-download,
  .whitepaper-nav-wrap .case-nav-prev, .whitepaper-nav-wrap .case-nav-next,
  .case-nav-wrap .whitepaper-nav-prev,
  .case-nav-wrap .whitepaper-nav-next,
  .case-nav-wrap .whitepaper-nav-download,
  .case-nav-wrap .case-nav-prev,
  .case-nav-wrap .case-nav-next {
    min-height: 160px; } }

@media (min-width: 1200px) {
  .case-study-detail .case-study-tags-container,
  .case-study-detail .case-study-maininfos,
  .case-study-detail .case-study-solution-container,
  .whitepaper-detail .case-study-tags-container,
  .whitepaper-detail .case-study-maininfos,
  .whitepaper-detail .case-study-solution-container {
    padding-left: 40px;
    padding-right: 40px; }
  .case-study-detail .case-study-overview-wrap,
  .whitepaper-detail .case-study-overview-wrap {
    padding-left: 40px; } }

.partner-teaser {
  background: #f7f7f7; }
  .partner-teaser .partner-teaser-content {
    background: transparent url('vhs-assets-css-b6139367cb7f2c80fc541b12e387870d.png') no-repeat center 20px;
    -webkit-background-size: auto 150px;
    -o-background-size: auto 150px;
    -moz-background-size: auto 150px;
    background-size: auto 150px;
    padding: 200px 0 60px; }
  .partner-teaser .partner-logo-wrap {
    text-align: center; }
    .partner-teaser .partner-logo-wrap .partner-logo {
      display: inline-block;
      padding: 30px 15px 0; }

@media (min-width: 768px) {
  .partner-teaser .partner-teaser-content {
    background: transparent url('vhs-assets-css-b6139367cb7f2c80fc541b12e387870d.png') no-repeat center center;
    -webkit-background-size: auto 150px;
    -o-background-size: auto 150px;
    -moz-background-size: auto 150px;
    background-size: auto 150px;
    padding: 80px 0 80px 170px; }
  .partner-teaser .partner-logo-wrap {
    text-align: left; }
    .partner-teaser .partner-logo-wrap .partner-logo {
      padding: 30px 30px 0 0; } }

@media (min-width: 992px) {
  .partner-teaser .partner-teaser-content {
    background: transparent url('vhs-assets-css-b6139367cb7f2c80fc541b12e387870d.png') no-repeat 125px center;
    -webkit-background-size: auto 250px;
    -o-background-size: auto 250px;
    -moz-background-size: auto 250px;
    background-size: auto 250px;
    padding: 80px 0 80px 500px; } }

.image-header {
  position: relative; }
  .image-header .header-bgimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden; }
    .image-header .header-bgimage img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .image-header .image-header-content-wrap {
    position: relative;
    padding: 30px 15px;
    z-index: 10; }
    .image-header .image-header-content-wrap .image-header-icon {
      padding: 60px 15px;
      text-align: center; }
      .image-header .image-header-content-wrap .image-header-icon img {
        margin: 0 auto; }
    .image-header .image-header-content-wrap h2 {
      padding-bottom: 30px; }

@media (min-width: 992px) {
  .image-header .image-header-content-wrap {
    position: relative;
    padding: 80px 40px;
    z-index: 10;
    min-height: 460px; }
    .image-header .image-header-content-wrap.with-icon.with-text, .image-header .image-header-content-wrap.with-icon.with-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 80px 25px; }
      .image-header .image-header-content-wrap.with-icon.with-text .image-header-icon, .image-header .image-header-content-wrap.with-icon.with-header .image-header-icon {
        flex: 0 0 33.3333%;
        padding: 0 15px; }
      .image-header .image-header-content-wrap.with-icon.with-text .image-header-content, .image-header .image-header-content-wrap.with-icon.with-header .image-header-content {
        flex: 0 0 58.3333%;
        padding: 0 15px; }
    .image-header .image-header-content-wrap.without-icon .image-header-icon {
      display: none; }
    .image-header .image-header-content-wrap.without-icon .image-header-content {
      position: relative;
      width: 50%;
      padding: 0;
      left: 8.3333%;
      float: left; } }

.frame-default:not(.frame-type-list) {
  padding: 60px 0px; }
  .frame-default:not(.frame-type-list) + .frame-default {
    margin-top: -60px; }
  @media (min-width: 992px) {
    .frame-default:not(.frame-type-list) {
      padding: 80px 0px; }
      .frame-default:not(.frame-type-list) + .frame-default:not(.frame-type-list) {
        margin-top: -80px; }
      .frame-default:not(.frame-type-list) + .row {
        margin-top: -80px; } }

.frame-type-header header *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.text-image-block .text-image-block-wrap,
.text-image-block .text-block-wrap,
.text-block .text-image-block-wrap,
.text-block .text-block-wrap {
  position: relative;
  padding: 60px 15px; }

.text-image-block + .text-image-block,
.text-block + .text-image-block,
.text-image-block + .text-block {
  margin-top: -60px; }
  .text-image-block + .text-image-block .text-image-block-wrap,
  .text-image-block + .text-image-block .text-block-wrap,
  .text-block + .text-image-block .text-image-block-wrap,
  .text-block + .text-image-block .text-block-wrap,
  .text-image-block + .text-block .text-image-block-wrap,
  .text-image-block + .text-block .text-block-wrap {
    padding-top: 0; }

.text-block-teaser {
  color: #00b39a; }

.text-image-block {
  clear: both; }

.text-image-block-image {
  padding: 0 0 30px; }
  .text-image-block-image img {
    width: 100%;
    height: auto; }
  .text-image-block-image .image-caption {
    padding-top: 10px; }

.textblock-image-center .text-image-block-image {
  padding: 0 0 40px; }

@media (min-width: 768px) {
  .text-image-block .text-image-block-wrap,
  .text-image-block .text-block-wrap,
  .text-block .text-image-block-wrap,
  .text-block .text-block-wrap {
    position: relative;
    z-index: 10; }
    .text-image-block .text-image-block-wrap .text-block-teaser,
    .text-image-block .text-block-wrap .text-block-teaser,
    .text-block .text-image-block-wrap .text-block-teaser,
    .text-block .text-block-wrap .text-block-teaser {
      width: 66.6666%;
      margin-left: 16.6666%;
      padding: 0 15px; }
    .text-image-block .text-image-block-wrap .text-image-block-content,
    .text-image-block .text-image-block-wrap .text-block-content,
    .text-image-block .text-block-wrap .text-image-block-content,
    .text-image-block .text-block-wrap .text-block-content,
    .text-block .text-image-block-wrap .text-image-block-content,
    .text-block .text-image-block-wrap .text-block-content,
    .text-block .text-block-wrap .text-image-block-content,
    .text-block .text-block-wrap .text-block-content {
      width: 66.6666%;
      margin-left: 16.6666%;
      padding: 0 15px; }
  .text-image-block + .text-image-block .text-image-block-wrap,
  .text-image-block + .text-image-block .text-block-wrap,
  .text-block + .text-image-block .text-image-block-wrap,
  .text-block + .text-image-block .text-block-wrap,
  .text-image-block + .text-block .text-image-block-wrap,
  .text-image-block + .text-block .text-block-wrap {
    padding-top: 0; }
  .text-image-block.textblock-image-center .text-image-block-image {
    margin: 0 -16.6666%;
    padding: 0 15px 60px; }
  .text-image-block.textblock-image-left-upright .text-image-block-image, .text-image-block.textblock-image-left .text-image-block-image {
    width: 50%;
    margin-left: -16.6666%;
    padding: 0 15px 30px;
    float: left; }
  .text-image-block.textblock-image-right-upright .text-image-block-image, .text-image-block.textblock-image-right .text-image-block-image {
    width: 50%;
    margin-right: -16.6666%;
    padding: 0 15px 30px;
    float: right; }
  .text-image-block.textblock-image-left-upright .text-image-block-image {
    width: 33.33333%; }
  .text-image-block.textblock-image-right-upright .text-image-block-image {
    width: 33.33333%; } }

@media (min-width: 992px) {
  .text-image-block .text-image-block-wrap,
  .text-image-block .text-block-wrap,
  .text-block .text-image-block-wrap,
  .text-block .text-block-wrap {
    position: relative;
    padding: 80px 25px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .text-image-block .text-image-block-wrap .text-block-teaser,
    .text-image-block .text-block-wrap .text-block-teaser,
    .text-block .text-image-block-wrap .text-block-teaser,
    .text-block .text-block-wrap .text-block-teaser {
      flex: 0 0 25%;
      padding: 0 15px;
      margin: 0;
      text-align: center; }
    .text-image-block .text-image-block-wrap .text-image-block-content,
    .text-image-block .text-image-block-wrap .text-block-content,
    .text-image-block .text-block-wrap .text-image-block-content,
    .text-image-block .text-block-wrap .text-block-content,
    .text-block .text-image-block-wrap .text-image-block-content,
    .text-block .text-image-block-wrap .text-block-content,
    .text-block .text-block-wrap .text-image-block-content,
    .text-block .text-block-wrap .text-block-content {
      flex: 0 0 50%;
      margin: 0;
      padding: 0 15px; }
  .text-image-block .text-block-wrap,
  .text-block .text-block-wrap {
    min-height: 460px; }
  .article-content + .text-image-block,
  .article-content + .text-block,
  .text-image-block + .text-image-block,
  .text-block + .text-image-block,
  .text-image-block + .text-block {
    margin-top: -80px; }
    .article-content + .text-image-block .text-image-block-wrap,
    .article-content + .text-image-block .text-block-wrap,
    .article-content + .text-block .text-image-block-wrap,
    .article-content + .text-block .text-block-wrap,
    .text-image-block + .text-image-block .text-image-block-wrap,
    .text-image-block + .text-image-block .text-block-wrap,
    .text-block + .text-image-block .text-image-block-wrap,
    .text-block + .text-image-block .text-block-wrap,
    .text-image-block + .text-block .text-image-block-wrap,
    .text-image-block + .text-block .text-block-wrap {
      padding-top: 0; }
  .text-image-block .text-image-block-wrap .text-image-block-content {
    margin-left: 25%; }
  .text-image-block.textblock-image-center .text-image-block-image {
    margin: 0 -16.6666%;
    padding-bottom: 60px; }
  .text-image-block.textblock-image-left-upright .text-image-block-image, .text-image-block.textblock-image-left .text-image-block-image {
    width: 50%;
    margin-left: -16.6666%;
    padding: 0 15px 30px;
    float: left; }
  .text-image-block.textblock-image-right-upright .text-image-block-image, .text-image-block.textblock-image-right .text-image-block-image {
    width: 50%;
    margin-right: -16.6666%;
    padding: 0 15px 30px;
    float: right; }
  .text-image-block.textblock-image-left-upright .text-image-block-image {
    width: 33.33333%; }
  .text-image-block.textblock-image-right-upright .text-image-block-image {
    width: 33.33333%; } }

.references-list-container {
  padding: 60px 15px;
  overflow: hidden; }
  .references-list-container .references-list-wrap {
    position: relative; }
    .references-list-container .references-list-wrap .references-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-wrap: wrap; }
    .references-list-container .references-list-wrap .reference-logo-box {
      flex: 0 0 50%;
      text-align: center;
      position: relative; }
      .references-list-container .references-list-wrap .reference-logo-box .reference-logo {
        height: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 15px; }
      .references-list-container .references-list-wrap .reference-logo-box a {
        display: block;
        width: 100%; }
      .references-list-container .references-list-wrap .reference-logo-box img {
        margin: 0 auto;
        max-width: 100%;
        height: auto; }

@media (min-width: 992px) {
  .references-list-container {
    padding: 80px 25px; }
    .references-list-container .references-list-wrap {
      position: relative;
      left: 8.3333%;
      float: left;
      right: 8.3333%;
      width: 83.3333%; }
      .references-list-container .references-list-wrap .reference-logo-box {
        flex: 0 0 25%; } }

ul.list-audience,
ul.list-campaign,
ul.list-analytics,
ul.list-attribution,
ul.list-data,
ul.list-display,
ul.list-optimize,
ul.list-searchads,
ul.list-surveys,
ul.list-tagmanager,
ul.list-studio {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 90px;
  margin-bottom: 30px;
  background-position: left center;
  background-size: 50px auto;
  background-repeat: no-repeat; }
  ul.list-audience li,
  ul.list-campaign li,
  ul.list-analytics li,
  ul.list-attribution li,
  ul.list-data li,
  ul.list-display li,
  ul.list-optimize li,
  ul.list-searchads li,
  ul.list-surveys li,
  ul.list-tagmanager li,
  ul.list-studio li {
    margin: 0;
    padding: 0;
    background: none; }
  ul.list-audience li,
  ul.list-campaign li,
  ul.list-analytics li,
  ul.list-attribution li,
  ul.list-data li,
  ul.list-display li,
  ul.list-optimize li,
  ul.list-searchads li,
  ul.list-surveys li,
  ul.list-tagmanager li,
  ul.list-studio li {
    padding-left: 20px;
    position: relative; }
    ul.list-audience li:before,
    ul.list-campaign li:before,
    ul.list-analytics li:before,
    ul.list-attribution li:before,
    ul.list-data li:before,
    ul.list-display li:before,
    ul.list-optimize li:before,
    ul.list-searchads li:before,
    ul.list-surveys li:before,
    ul.list-tagmanager li:before,
    ul.list-studio li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "/";
      color: #00b39a; }

ul.list-audience {
  background-image: url('vhs-assets-css-0c2f54f900c1693c93aebab87820d3f4.svg'); }

ul.list-campaign {
  background-image: url('vhs-assets-css-7da399fd8d37f3fd66b9117abc5ac551.svg'); }

ul.list-analytics {
  background-image: url('vhs-assets-css-c3a49df578b84c6b85cd9fbf8d4e4e8c.svg'); }

ul.list-attribution {
  background-image: url('vhs-assets-css-001da4f5044c1448a197ea3afd2e1236.svg'); }

ul.list-data {
  background-image: url('vhs-assets-css-c4a1163e9c35d45c4ea535abb270b029.svg'); }

ul.list-display {
  background-image: url('vhs-assets-css-a966318b0e741e78e24b2bba48cd4d5c.svg'); }

ul.list-optimize {
  background-image: url('vhs-assets-css-3446624e63f3341a0cc61cb23571b7b9.svg'); }

ul.list-searchads {
  background-image: url('vhs-assets-css-1ebfafe1ff6d279a1bdad51665cce3a7.svg'); }

ul.list-surveys {
  background-image: url('vhs-assets-css-801639e3f77b84bbd6a65c31a1e1b45d.svg'); }

ul.list-tagmanager {
  background-image: url('vhs-assets-css-64f5288b34975f1db1f2539726a6594f.svg'); }

ul.list-studio {
  background-image: url('vhs-assets-css-7ca2370eb643b51e99e40a55139871f4.svg'); }

/* --- */
.extbase-debugger-floating {
  z-index: 99999 !important; }

/* --- */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.fancybox-close-small {
  margin: 5px; }

.btn-primary:hover {
  color: #fff !important; }

span.at:after {
  content: '@'; }


