/* Minification failed. Returning unminified contents.
(7392,844): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH3wQdCzcg33NCxQAAAl9JREFUOMutk79P20AcxV+ML+cfZ598BgfbIQE8WDEwFHAkYEBISGWChZEFiaHsFUyIpa1AYq34I/g/unVg6ljRtWICFQJB3y4xiipMaOmTbjjp6aP3/d47oE/1er3/qgFgAKoAKiWel2l1dfWNEGIXwCmAU9/3t9bX11t/DcrzPAuC4CiO40vTNAkAASDHcaher1+EYbg3PT3deBZSjJDneSaE+MIYIwCk6zqlaXozPj7eLcCMMVJKneV5PjwwXRAERwVscnLyp23b281mc0QpNSal3Gs0GrcAyLIsCoJgUyn1/M7iOL4sYADMPz2c84koim4AUKvV+r6wsOCU8TQhxK5pmqTrOtm2vV2yGs2yrE+appHrusQYWykDst5rUpqmN81mc6TMODc3txxFUbHTvSfT9Xes0+mwq6srowx4fX1tdLvdod61Uuar+L6/5TgOASDXdd8/ZRodHdUtyzoFQEopMgxjtiwhLS0tfZVS/gAAz/M+cM4nwjDUClOtVtPv7+/bUsp3ABCG4fna2tq3Z2sTx/F+tVolABTH8S/Lsj7Oz88vp2n61jTNz2EYPhZdSnkMgD8JGhsbAwDMzMw0fN8/s22bAJCmaRRFUTcIgkdQcYQQnSRJDgaWu91uD9dqtc0syy5c130EKKVoamrqXEp5LIToACDO+V2WZScDoVJKLC4uOoyxlUqlsg9g3zCM2Y2NDRMAT5LkgHN+1/uety+CDlKWZSe6rt8WSXvjV18NLZIKIR48z9vptebflSTJgRDigTFGnPNDAEOvnb7qed4O5/wwCIIQ/0laf7LfYdqX+211V50AAAAASUVORK5CYII=')'
(11255,36): run-time error CSS1046: Expect comma, found '10'
(11255,42): run-time error CSS1046: Expect comma, found '/'
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Tabs container */
.r-tabs {
	position: relative;
	background-color: #f3f3f3;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #f3f3f3;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color: #fff;
        text-shadow: none;
        background-color: #0070AD;
    }

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #f3f3f3;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

/* Active accordion anchor */
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #0070AD;
        color: #fff;
        text-shadow: none;
    }

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
#tabs button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	box-shadow: 0px 3px 0px 0px #00ab94;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
}

/*
    Responsive tabs  
  */
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Static/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Static/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Static/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Static/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Static/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Static/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*
 * Helper classes
 */
.margin-top-40 {
    margin-top: 40px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Scroll to top button */
.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
    position: fixed;
}
    .scroll-to-top a {
        text-align: center;
        color: #fff;
        width: 3.5rem;
        height: 3.5rem;
        background-color: #2b0a3d;
        line-height: 3.1rem;
        font-size: 1.4rem;
        transition: all ease 0.3s;
        display: block;
    }
        .scroll-to-top a:hover {
            background-color: #0070b7;
        }
            .scroll-to-top i.fa {
                line-height: 3rem;
            }
@charset "UTF-8";

/* CSS Document */
@font-face{
	font-family:"avenir";
	src:url("/Static/fonts/avenirltw0165medium.eot?#iefix");
	src:url("/Static/fonts/avenirltw0165medium.eot?#iefix") format("eot"),url("/Static/fonts/avenirltw0165medium.woff") format("woff"),url("/Static/fonts/avenirltw0165medium.ttf") format("truetype"),url("/Static/fonts/avenirltw0165medium.svg#avenirltw0165medium") format("svg");
}
@font-face{
	font-family:"avenir";
	src:url("/Static/fonts/avenirltw0195black.eot?#iefix");
	src:url("/Static/fonts/avenirltw0195black.eot?#iefix") format("eot"),url("/Static/fonts/avenirltw0195black.woff") format("woff"),url("/Static/fonts/avenirltw0195black.ttf") format("truetype"),url("/Static/fonts/avenirltw0195black.svg#avenirltw0195black") format("svg");
	font-weight:bold;
}
@font-face{
	font-family:"avenir";
	src:url("/Static/fonts/avenirltw0185heavy.eot?#iefix");
	src:url("/Static/fonts/avenirltw0185heavy.eot?#iefix") format("eot"),url("/Static/fonts/avenirltw0185heavy.woff") format("woff"),url("/Static/fonts/avenirltw0185heavy.ttf") format("truetype"),url("/Static/fonts/avenirltw0185heavy.svg#avenirltw0185heavy") format("svg");
	font-weight:600;
}
@font-face {
    font-family: "Typewriter";
    src: url("/Static/fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("/Static/fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
    font-family: 'AmericanTypeITCPro-Bold';
    src: url('/Static/fonts/AmericanTypeITCPro-Bold.ttf') format('truetype'), url('/Static/fonts/AmericanTypeITCPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu Bold';
    src: url('/Static/fonts/Ubuntu-Bold.svg') format('svg'), url('/Static/fonts/Ubuntu-Bold.ttf') format('truetype'), url('/Static/fonts/Ubuntu-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu Light';
    src: url('/Static/fonts/Ubuntu-Light.woff') format('woff'), url('/Static/fonts/Ubuntu-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu Regular';
    src: url('/Static/fonts/Ubuntu-Regular.ttf') format('truetype'), url('/Static/fonts/Ubuntu-Regular.woff') format('woff');
}
@font-face {
    font-family: 'UbuntuMono Bold';
    src: url('/Static/fonts/UbuntuMono-Bold.ttf') format('truetype'), url('/Static/fonts/UbuntuMono-Bold.woff') format('woff');
}
@font-face {
    font-family: 'UbuntuMono Regular';
    src: url('/Static/fonts/UbuntuMono-Regular.ttf') format('truetype'), url('/Static/fonts/UbuntuMono-Regular.woff') format('woff');
}
/*Fancybox*/
.fancybox-container .fancybox-slide--image .fancybox-content {
    background: #fff;
}
/*Framework*/

a {
    color: #0070ad;
    text-decoration: none;
}
﻿ 
 /*Fix for ancor-links that gets positioned under menu*/
    a.anchor, .anchor {
        display: block;
        position: relative;
        top: -70px;
        visibility: hidden;
    }    

a:hover, .main-nav a:hover { text-decoration: underline; }

.clear { clear: both; }

img {
    border-color:lightgray;
}

body {
    background: #fff;
    color: #000;
    font-family: Ubuntu, Verdana, Avenir, Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.4;
}

.sprite-full
{ display: inline-block; background: url('/Static/img/main_sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.sprite-header
{ display: inline-block; background: url('/Static/img/sprite-header-icons.png') no-repeat; background-size: 16px; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.sprite-global-arrowdown { background-position: 0px 4px; width: 16px; height: 16px;display: inline-block;vertical-align: middle;}
.sprite-search-icon { background-position: 0px -15px; width: 16px; height: 16px; vertical-align: middle; margin-right: 5px;}
.sprite-globe { background-position: 0px -31px; width: 16px; height: 16px; display:inline-block; vertical-align: middle; margin-right: 5px; }

div[role="banner"] {
    position: relative;
    width: 100%;
}
.pos-relative{
    position:relative;
}

.main-nav { 
    float: left; 
    text-transform: uppercase;
    display: block;
}

.main-nav > ul > li {
    display: inline-block;
    padding: 0 10px;
}

.main-nav > ul > li > span:hover {
    /*color: #222;*/
    cursor: default;
    text-decoration: underline;
}
    .main-nav > ul > li > span.active {
        border-bottom: 16px solid #fff;
        line-height: 28px;
    }

.main-nav > ul {
    margin: 0;
    padding: 0;
}

/*.main-nav > ul > li.mnu-level1-selected > span { color: #ef4527; }*/

.top-navbar {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-transform: translate3d(0, 0, 0);
    background: #ef4527;
    font-weight: 600;
    left: 0;
    /*min-height: 40px;*/
    height: 60px;
    /*position: fixed;*/
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
}

/*.top-navbar { min-height: 60px; }*/

.hero-box {
    margin-top: 132px;
    overflow:hidden;
}
.hero-box a{
    display:block;
    border:0;
}

.main-nav > ul > li > a,
.main-nav > ul > li > div > span > a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-nav > ul > li > span {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-nav a ﻿, .main-nav span, .mega-drop a {
    color: #000;
    line-height: 22px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    /*font-weight: normal;*/
}

.main-nav span {
    cursor: default;
}

.main-nav > ul > li:first-child { margin-left: 20px; }

.main-nav > ul > li.mnu-level1-selected > a { color: #ef4527; }

﻿.main-nav > ul > li.mnu-level1-selected > span { color: #ef4527; }

.top-navbar .main-nav .mnu-level2-selected {
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #fff;
    border-top: solid 1px #bbb;
}



.mnu-header-level2 {
    cursor: default;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

.search {
    color: #fff;
    cursor: pointer;
    float: right;
    line-height: 60px;
    margin-right: 20px;
    text-transform: none;
}

.search img {
    margin-left: .0em;
    margin-top: -5px;
}
#wrapper {
    position:relative;
}

.mobile-nav {
    display: none;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

.mnu-level1-wrapper, .mnu-level2-wrapper, .special-menu-wrapper {
    float: left;
    width: 33%;
    padding: 20px 0 20px 0;
}

.special-menu-wrapper {
}

.mnu-level2 {
    background-color: #fff;
    border-right: 1px solid #bbb;
    list-style: none;
    left: 0;
    min-height: 215px;
    top: 16px;
    padding-left:70px;
}


.mnu-level2 span:before{
    content:' ';
    background-image: url(/Static/img/pil.png);
    background-repeat: no-repeat;
    background-position: 0 -3px;
    cursor: default;
    padding-left: 30px;
    background-size: 24px;
    margin-left:-30px;
}

.mnu-level2 span {
    /*background-image: url(/Static/img/pil.png);*/
    /*background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;*/
    cursor: default;
    /*padding-left: 30px;
    background-size: 24px;*/
}

.mnu-level2 a:before{
    content:' ';
    background-image: url(/Static/img/pil.png);
    background-repeat: no-repeat;
    background-position: 0 -3px;
    cursor: default;
    padding-left: 30px;
    background-size: 24px;
    margin-left:-30px;
}

.mnu-level2 a {
    /*padding-left: 30px;*/
    /*background-image: url(/Static/img/pil.png);*/
    background-repeat: no-repeat;
    background-position: 0px 5px;
    cursor: default;
    /*padding-left: 30px;*/
    background-size: 24px;
}

.mnu-level2 > li {
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    width: 100%;
    margin-bottom:13px;
}

.mnu-level2 .level3-is-visible > li { border-right: solid 1px #eee; }

.mnu-level3 > li {
    margin-bottom:13px;
}
.mnu-level3 > li:not(:first-child) {
    font-size:84%;
    margin-bottom:7px;
}

.special-menu {
    background-color: transparent;
    float: left;
}

.mnu-puffs {
    color: #ffffff;
}

.mnu-puffs img {
    padding: 0px;
    width:100%;
}
.mnu-level1-header {
}

.mnu-level1-header {
    font-weight:bold!important;
    padding-left: 39px;
    font-size: 20px;
    margin-top: 10px;
}

.mnu-level2 > li { width: 100%; }

.mnu-level2 > li { width: 100%; }

.mnu-level2.level3-is-visible > li { border-right: solid 1px #eee; }

.mnu-level3 {
    border-right: 1px solid #eee;
    /*left: 100%;
    position: absolute;
    top: -14px;
    width: 80%;*/
    opacity: 1;
    list-style: none;

}

.mega-drop {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    -webkit-transition:all linear 0.1s;
    transition:all linear 0.1s;

    opacity: 1;
}

/*Hero header first page*/

.cols {
    float: left;
    position: relative;
    width: 33.333%;
}
.cols.col2.big {
    width:66.666%;
}
.cols img { width: 100%; }

#hero-header, .hero-header{ margin-top: 0px; }

.col1, .col2, col2-2, col3 { display: block; }

.col4, .col5 {
    background-color: #333;
    display: none;
}

.hero-bottom {
    background-color: #fff;
    float: left;
    height: 10px;
    /*margin-top: -4px;*/ /*Tagit bort eftersom den sabbar bildspelet och inte verkar göra någon nytta 191007 JJ*/
    position: relative;
    width: 100%;
}

/*#header .main-menu .logo1 {
    left: 6px;
    position: inherit;
    min-width: 120px;
}

.logo1 {
    min-width: 200px;
    position: absolute;
    top: 13%;
    left: 6px;
    width: 48%;
}*/

.logo3, .logo3-cap {
    position: absolute;
    top: 13%;
    left: 6px;
    min-width: 200px;
    width: 16%;
}
.logo1-cap, .logo3-cap { top: 25%; }
.logo1.cap-logo, .logo3.cap-logo { top: 12%; }

.logo3 img { width: 100%; }

.logo1 a{
    line-height:90px;
}
.highteclogo {
    min-width: 200px;
    position: absolute;
    top: 13%;
    left: 6px;
    width: 48%;
}
.highteclogo img {
    width: 100%;
}
    .logo1 img {
    width: 104px;
    padding-bottom: 5px;
}

.logo2 { display: none; }


.menuareatext{
    min-width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92%;
    background-color: white;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    max-height: 33%;
    overflow: hidden;
    padding:20px 4% 20px 4%;
}

.cols.col1 { position: relative; }

/*StartPage*/

.startpage-left-column
{
    float:left;
    width:64%;
}



/*Hero header normal page*/

.single-hero img { width: 100%; }
.single-hero {
    min-height: 30px;
    position:relative;
}

.single-hero .puff-interactions { top: 20px; }

/*Hero header content*/
@keyframes plane {
    0% {
        opacity: 0;
    }

    2% {
        opacity: .5;
    }

    5% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }

    17% {
        opacity: .5;
    }

    20% {
        opacity: 0;
        left: -100px;
        top: 0;
    }

    100% {
        opacity: 0;
        left: -100px;
        top: 0;
    }
}
@keyframes blocka {
    0% {
        top: 69px;
        left: 78px;
    }
    25% {
        top: 69px;
        left: 78px;
    }
    60% {
        top: 62px;
        left: 63px;
    }
    67% {
        top: 69px;
        left: 78px;
    }
    100% {
        top: 69px;
        left: 78px;
    }
}
@keyframes blockb {
    0% {
        transform: translateX(0) translateY(0);
    }
    10% {
        transform: translateX(-44px) translateY(15px);
    }
    80% {
        transform: translateX(-44px) translateY(15px);
    }
    95% {
        transform: translateX(0) translateY(0);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes womanarm {
    0% {
        top: 100px;
        left: 80px;
        transform: rotate(0deg);
    }
    10% {
        top: 100px;
        left: 79px;
        transform: rotate(-20deg);
    }
    20% {
        top: 105px;
        left: 85px;
        transform: rotate(0deg);
    }
    30% {
        top: 107px;
        left: 91px;
        transform: rotate(10deg);
    }
    50% {
        top: 100px;
        left: 80px;
        transform: rotate(0deg);
    }
    60% {
        top: 100px;
        left: 80px;
        transform: rotate(0deg);
    }
    70% {
        top: 107px;
        left: 91px;
        transform: rotate(10deg);
    }
    75% {
        top: 105px;
        left: 85px;
        transform: rotate(0deg);
    }

    80% {
        top: 100px;
        left: 79px;
        transform: rotate(-20deg);
    }
    100% {
        top: 100px;
        left: 80px;
        transform: rotate(0deg);
    }

}
@keyframes robotarm {
    0% {
        transform: translateX(360px) translateY(422px) rotate(0deg);
    }
    57% {
        transform: translateX(360px) translateY(422px) rotate(0deg);
    }

    60% {
        transform: translateX(360px) translateY(422px) rotate(10deg);
    }
    63% {
        transform: translateX(360px) translateY(422px) rotate(-10deg);
    }
    65% {
        transform: translateX(360px) translateY(422px) rotate(0deg);
    }
    100% {
        transform: translateX(360px) translateY(422px) rotate(0deg);
    }
}

@keyframes roboteyes {
    0% {
        background: url(/Static/img/startpagegrafic/Roboteyes.png) left top / cover;
    }

    40% {
        background: url(/Static/img/startpagegrafic/Roboteyes.png) left top / cover;
    }
    45% {
        background: url(/Static/img/startpagegrafic/Roboteyes2.png) left top / cover;
    }
    75% {
        background: url(/Static/img/startpagegrafic/Roboteyes2.png) left top / cover;
    }

    100% {
        background: url(/Static/img/startpagegrafic/Roboteyes.png) left top / cover;
    }
}

    @keyframes phonechat1 {
        0% {
            opacity: 0;
            transform: scale(0.9);
            top: 204px;
            left: 294px;
        }
        10% {
            opacity: 1;
            transform: scale(1);
            top: 195px;
            left: 306px;
        }

        70% {
            opacity: 1;
            transform: scale(1);
            top: 195px;
            left: 306px;
        }

        80% {
            opacity: 0;
            transform: scale(1);
            top: 195px;
            left: 306px;
        }
        100% {
            opacity: 0;
            transform: scale(1);
            top: 195px;
            left: 306px;
        }
    }

    @keyframes phonechat2 {
        0% {
            opacity: 0;
            transform: scale(0.9);
            top: 228px;
            left: 233px;
        }
        10% {
            opacity: 1;
            transform: scale(1);
            top: 222px;
            left: 244px;
        }

        70% {
            opacity: 1;
            transform: scale(1);
            top: 222px;
            left: 244px;
        }

        80% {
            opacity: 0;
            transform: scale(1);
            top: 222px;
            left: 244px;
        }
        100% {
            opacity: 0;
            transform: scale(1);
            top: 222px;
            left: 244px;
        } 
    }

    @keyframes phonechat3 {
        0% {
            opacity: 0;
            transform: scale(0.9);
            top: 281px;
            left: 236px;
        }
        10% {
            opacity: 1;
            transform: scale(1);
            top: 271px;
            left: 250px;
        }

        70% {
            opacity: 1;
            transform: scale(1);
            top: 271px;
            left: 250px;
        }

        80% {
            opacity: 0;
            transform: scale(1);
            top: 271px;
            left: 250px;
        }
        100% {
            opacity: 0;
            transform: scale(1);
            top: 271px;
            left: 250px;
        }
    }

    @keyframes rotatefoot {
        0% {
            transform: rotate(0deg);
        }

        50% {
            transform: rotate(-20deg);
        }

        90% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }

    @-webkit-keyframes sinewave {
        0% {
            width: 0;
            opacity: 1;
        }

        20% {
            width: 1px;
        }

        30% {
            width: 74px;
        }

        70% {
            width: 74px;
            opacity: 1;
        }

        80% {
            width: 74px;
            opacity: 0;
        }

        100% {
            width: 0;
            opacity: 0;
        }
    }

    @-webkit-keyframes speechbubble {
        0% {
            opacity: 0;
            transform: translateX(408px) translateY(43px) scale(0.7);
        }

        80% {
            opacity: 0;
            transform: translateX(408px) translateY(43px) scale(1);
        }

        90% {
            opacity: .8;
            transform: translateX(408px) translateY(23px) scale(1);
        }

        100% {
            opacity: 1;
            transform: translateX(408px) translateY(26px);
        }
    }

    @-webkit-keyframes speechbubbletext1 {
        0% {
            width: 0;
        }

        90% {
            width: 0;
        }

        100% {
            width: 55px;
        }
    }

    @-webkit-keyframes speechbubbletext2 {
        0% {
            width: 0;
        }

        92% {
            width: 0;
        }

        100% {
            width: 49px;
        }
    }

    @-webkit-keyframes speechbubbletext3 {
        0% {
            width: 0;
        }

        95% {
            width: 0;
        }

        100% {
            width: 31px;
        }
    }

#primary_content.primary-startpage {
    max-width: 1230px;
    width: 100%;
    background: transparent;
    padding-bottom: 0;
}
.pufftext-startpage {
    position: relative;
    margin-top: 5%;
    margin-left: 95px;
    max-width: 1300px;
    font-size: 4.063em;
    line-height: normal;
    color: #ffffff;
    font-family: Ubuntu Mono, Verdana;
    font-weight: bold;
}
.pufftext-startpage h1 {
    font-size: 1em;
}
.startpage-image-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    min-height: 550px;
}
    .startpage-image-wrapper img.techred {
        width: auto;
        position: absolute;
        top: 0;
    }
    .pufftext-startpage .centered-startpage-text {
        /*right: 0;
        margin-left: 109px;
        position: relative;*/
        max-width: 400px;
    }
.pufftext-startpage .pufftext-description {
    font-size: 1.625rem; /*Not vw ?*/
    font-weight: normal;
    /*line-height: 1.7;*/
    font-family: ubuntu light;
    margin: 20px 0;
}
.pufftext-startpage .link-wrapper {
    line-height: 0;
    margin-bottom: 20px;
}
    .pufftext-startpage .link-wrapper a {
        font-size: 1.125rem;
        font-weight: bold;
        color: #ff304c;
        padding: 20px 30px;
        display: inline-block;
        background: #fff;
    }
.grafic-startpage {
    position: absolute;
    top: -87px;
    right: 0;
    width: 100%;
    max-width: 538px;
    height: 100%;
    max-height: 790px;
}
.grafic-startpage img{
    width:auto;
    position:absolute;
}
    .grafic-startpage img.phone {
        /*top: 182px;
        left: 154px;*/
        transform: translateX(152px) translateY(181px);
    }
    .grafic-startpage img.media_block_b {
        top: 79px;
        left: 59px;
        animation: blockb 6s cubic-bezier(0.25, 0.73, 0.54, 1.21) 3;
        animation-delay: 7s;
    }
    .grafic-startpage img.media_block_a {
        top: 69px;
        left: 78px;
        animation: blocka 6s 3;
        animation-delay: 7s;
    }
    .grafic-startpage img.woman_arm {
        top: 100px;
        left: 80px;
        animation: womanarm 6s 3;
        animation-delay: 7s;
    }
    .grafic-startpage img.woman_on_pod {
        /*top: 135px;
        left: 0;*/
        transform: translateX(0px) translateY(138px);
    }
    .grafic-startpage img.phone_chat_1 {
        opacity:0;
        top: 195px;
        left: 306px;
        animation: phonechat1 20s infinite;
        animation-delay: 5s;
    }
    .grafic-startpage img.phone_chat_2 {
        opacity: 0;
        top: 222px;
        left: 244px;
        animation: phonechat2 20s infinite;
        animation-delay: 7s;
    }
    .grafic-startpage img.phone_chat_3 {
        opacity: 0;
        top: 271px;
        left: 250px;
        animation: phonechat3 20s infinite;
        animation-delay: 9s;
    }
    .grafic-startpage img.foot_shadow {
        transform: translateX(444px) translateY(398px);
    }
    .grafic-startpage img.mans_foot {
        top: 401px;
        left: 468px;
        animation: rotatefoot 1.5s ease-out infinite;
        transform-origin: 10px 10px;
    }
    .grafic-startpage img.man {
        /*top: 137px;
        left: 363px;*/
        transform: translateX(363px) translateY(137px);
    }
    .grafic-startpage img.robot_pod {
        transform: translateX(272px) translateY(454px);
    }
    .grafic-startpage img.robot {
        transform: translateX(319px) translateY(392px);
    }
    .grafic-startpage .roboteyes {
        transform: translateX(328px) translateY(402px);
        background: url(/Static/img/startpagegrafic/Roboteyes.png) left top / cover; 
        background-size: 26px 25px;
        width: 26px;
        height: 25px;
        animation: roboteyes 20s infinite;
    }
    .grafic-startpage img.robotarm {
        /*top: 395px;
        left: 314px;*/
        transform: translateX(360px) translateY(422px);
        animation: robotarm 20s infinite;
        transform-origin: 5px 2px;
    }
    .grafic-startpage img.mans_speech_bubble {
        /*top: 51px;
        left: 408px;*/
        transform: translateX(408px) translateY(26px);
        animation: speechbubble 4s 1;
        animation-delay:3s;
    }
    .grafic-startpage .speech_bubble_line_1 {
        top: 66px;
        left: 420px;
        position: absolute;
        background: url(/Static/img/startpagegrafic/speech_bubble_line_1.png) left top / cover;
        background-size: 55px 35px;
        width: 55px;
        height: 35px;
        animation: speechbubbletext1 8s 1;
        animation-delay: 3s;
    }

    .grafic-startpage .speech_bubble_line_2 {
        top: 79px;
        left: 421px;
        position: absolute;
        background: url(/Static/img/startpagegrafic/speech_bubble_line_2.png) left top / cover;
        background-size: 49px 31px;
        width: 49px;
        height: 31px;
        animation: speechbubbletext2 9s 1;
        animation-delay: 3s;
    }

    .grafic-startpage .speech_bubble_line_3 {
        top: 91px;
        left: 421px;
        position: absolute;
        background: url(/Static/img/startpagegrafic/speech_bubble_line_3.png) left top / cover;
        background-size: 31px 21px;
        width: 31px;
        height: 21px;
        animation: speechbubbletext3 10s 1;
        animation-delay: 3s;
    }
    .grafic-startpage .sinus_wave {
        position: absolute;
        background: url(/Static/img/startpagegrafic/sinus_wave.png) left top / cover;
        background-size: 74px 70px;
        top: 182px;
        left: 30px;
        width: 74px;
        height: 70px;
        animation: sinewave 20s infinite;
        /*-webkit-animation-fill-mode: forwards;*/
    }
    .grafic-startpage img.cloud {
        top: 89px;
        left: 230px;
    }
    .grafic-startpage img.plane {
        top: 400px;
        left: 120%;
        opacity: 0;
        animation: plane 20s infinite;
        animation-delay: 2s;
    }


    .puff-interactions {
        background: url(/Static/img/interactions-bkg.png);
        background-repeat: repeat-x;
        height: 58px;
        position: absolute;
        right: 0;
        right: 20px;
        top: 20px;
    }

.puff-interactions2 {
    background: url(/Static/img/interactions-bkg.png);
    background-repeat: repeat-x;
    height: 58px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    right: 20px;
    top: 50%;
}

.puff-interactions div, .puff-interactions2 div {
    display: inline-block;
    margin-top: 5px;
}

.puff-interactions div:first-child, .puff-interactions2 div:first-child { margin-left: 5px; }

.puff-interactions div:last-child, .puff-interactions2 div:last-child { margin-right: 5px; }

.pufftext-medium {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-size: 3.3vw;
    line-height: normal;
    padding: 20px;
    position: absolute;
    width: 70%;
    color: #2b0a3d;
    font-family: Ubuntu Mono, Verdana;
    font-weight: bold;
}
    .pufftext-medium .tx, .pufftext-small1 .tx, .pufftext-small2 .tx {
        color: #2b0a3d;
        background-color: #fff;
        text-shadow: none;
        display: inline;
        padding: 5px 0px;
        font-family: Ubuntu Mono, Verdana;
        font-weight: bold;
        text-transform: none;
        position: relative;
        left: 20px;
        box-decoration-break: clone;
        box-shadow: -20px 0 0 white;
       
    }

        .pufftext-small1 .tx span, .pufftext-small2 .tx span, .pufftext-medium .tx span {
            position: relative;
            left: -10px;
        }
        .pufftext-small1 .tx:before, .pufftext-small2 .tx:before, .pufftext-medium .tx:before {
            position: absolute;
            content: " ";
            width: 15px;
            left: -15px;
            top: 0;
            height: 100%;
            background: white;
        }

/*.pufftext-small1 .tx span:after, .pufftext-small2 .tx span:after, .pufftext-medium .tx span:after {
    left: auto;
    right: -1px;
}*/
.hero-box-full .col-full {
    width: 100%
}
.hero-box-full .pufftext-medium {
    right: 50%;
    position: absolute;
    bottom: 10%;
    width: 95%;
    max-width: 1300px;
}
.hero-box-full .centered-text {
    right: -50%;
    margin-left: 109px;
    position: relative;
}

/*.tx {
    white-space: pre-wrap;
}
.tx:after {
    content: "";
    position: absolute;
    top: -0.25em;
    right: 100%;
    bottom: -0.25em;
    width: 0.25em;
    color:#fff;
}*/
.pufftext-small1 {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*color: white;*/
    color: #2b0a3d;
    font-size: 1.95vw;
    font-weight: bold;
    line-height: normal;
    padding: 20px;
    position: absolute;
    /*text-shadow: 0 0 40px rgba(0, 0, 0, 0.85);
    text-transform: uppercase;*/
    width: 70%;
}

.pufftext-small2 {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    color: #2b0a3d;
    font-size: 1.95vw;
    font-weight: bold;
    line-height: normal;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 70%;
}

.case-box {
    background-color: #ff304c;
    color: #FFF;
    display: inline-block;
    font-weight: normal;
    font-family:Ubuntu, Verdana;
    font-weight:500;
    padding: 5px;
    width: auto;
}

.case-item-box {
    background-color: #2b0a3d;
    color: #FFF;
    display: inline-block;
    font-family: Ubuntu, Verdana;
    font-weight: 500;
    
    padding: 5px;
    width: auto;
}
.hero-header .case-item-box {
    margin-bottom: 4%;
}

.case-box-wrapper {
    font-size: 14px;
    line-height: 19px;
}

/*Page content*/




.breadcrumbs-wrapper {
    margin-top: 40px;
    cursor: default;
    margin-bottom: 20px;
}

.share-alternatives {
    padding-right: 0;
    padding-top: 6px;
    position: absolute;
    left: -40px;
    top: 145px;
}
    .share-alternatives.share-left-pos {
        padding-right: 0;
        padding-top: 0;
        position: relative;
    }
    .share-alternatives.share-left-pos .sharesocialmediablock {
        float: left;
    }

.share-alt {
    color: #FFF;
    display: block;
    font-size: 16px;
    width: 32px;
    height: 32px;
    padding-top: 0px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: bottom;
    /*background-position-y:10px;*/
}

.share-alt1 {
    background: url(/Static/img/share-bubbles.png) no-repeat;
    background-size: 32px;
}

.share-alt2 {
    background: url(/Static/img/facebook.png) no-repeat;
    background-size: 32px;
}

.share-alt3 {
    background: url(/Static/img/twitter.png) no-repeat;
    background-size: 32px;
}

.share-alt4 {
    background: url(/Static/img/google.png) no-repeat;
    background-size: 32px;
}

.share-alt5 {
    background: url(/Static/img/linkedin1.png) no-repeat;
    background-size: 32px;
}

.share-alt6 {
    background: url(/Static/img/xing.png) no-repeat;
    background-size: 32px;
}

.bread-text {
    vertical-align: top;
    width:100%;
    /*padding-left:110px;*/
    box-sizing:border-box;
}

.bread-text .smallMargin {
    margin-left:28px;
}

.eventListWrapper {
    padding-left:0;
}
    .eventListWrapper .bread-text, .startPageListWrapper .bread-text {
        padding-left: 0;
        font-family: Ubuntu, Verdana;
        color: #2b0a3d;
    }
.event_time, .event_place {
    color: #0070ad;
    line-height: 30px;
}
    .event_time.strike, .event_place.strike {
        text-decoration:line-through;
    }
.chngTime, .chngPlace{
    color:red;
    font-size:120%;
}
.eventAdd {
    line-height: 30px;
    padding-bottom: 30px;
    display: none; /* Tillfälligt dold tills vi löst problemet med tidszoner och manuellt skapade eventsidor*/
}
.eventAdd a {  
    vertical-align: text-top;
}
    .event_time span, .event_place span {
        vertical-align: text-top;
    }
    .rightColHead {
    color: #2b0a3d;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    margin: 0 0 .4em 0;
}
.fetureHeading, .subHeading {
    color: #2b0a3d;
    font-family: Ubuntu Mono;
    font-weight: bold;
    font-size: 36px;
    line-height: normal;
    margin: .7em 0;
}

    .eventListWrapper .portalListing .fetureHeading, .eventListWrapper .portalListing .subHeading {
        display: none;
    }
.moreEventLink {
    position: relative;
    color: #fff;
    float: right;
    margin-right: 8px;
}
.moreEventLink:after{
    
        font-family: 'FontAwesome';
        content: '\f054';
        font-size: 13px;        
        display: inline-block;
        color:#fff;        
        position:absolute;
        left:70px;
        top:3px;
    
}
.hideLocation .index-item-location
{
    display:none;
}

.content-intro {
    font-size: 160%;
    line-height: 136%;
    color: #2b0a3d;
}

.bread-text p:first-child { margin-top: 0; }

.bread-text.no-left-padding { padding-left: 0; }

.left-content-wrapper {
    min-height:200px;
}

.leftBlockWrapper{    
    width: 47.5%;
    float: left;
    margin-right: 2.5%;
}

.rightBlockWrapper{    
    width: 47.5%;
    float: right;
    margin-left: 2.5%;
}

.primary-case > div:first-child { margin-top: -29px; }

.primary-case .case-item-box {
    margin-bottom: 0;
    position: absolute;
}

.primary-case .case-box-wrapper {
    margin-left: 50px;
}
#primary_content, #primary_content_inner {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-transform: translate3d(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    width: 95%;
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    scroll-margin-top: 120px;
}

.primary-inner {
    background-color: #FFF;
    margin-bottom: 100px;
    margin-top: -120px;
    padding: 0;
    padding-right: 0;
    position: relative;
}

.index-primary-inner {
    background-color: #FFF;
    margin-bottom: 100px;
    margin-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

#left-column, .left-column {
    float: left;
    width: 64%;
}

#right-column, .right-column {
    float: left;
    width: 25%;
    margin-top: 90px;
}

#right-columnspecial {
    float: left;
    width: 25%;
    margin-top: 90px;
}



    #index-left-column {
        float: left;
        width: 75%;
    }

#index-right-column {
    float: left;
    width: calc(36% - 90px);
    margin-top: 50px;
    overflow: hidden;
}

.right-column-inner { }
.primary-startpage .left-column-inner {
    margin: 0 95px;
}
.left-column-inner {
    margin-left: 50px;
    margin-right: 45px;
}

.index-left-column-inner {
    margin:50px 90px 0 90px;
}

.portalpage .index-left-column-inner {
    margin:50px 0 0 0;
}
.page-heading-wrapper {
    filter: blur(0px);
    font-family: avenir;
    font-size: 23px;
    height: 206px;
    left: 50px;
    position: absolute;
    top: -285px;
    vertical-align: bottom;
    width: 75%;
}

.page-heading {
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;

    padding: 5px 0 5px 20px;
    line-height:normal;

}
.black{color:#000 !important}


.page-heading h1 {
    font-size: 3.55vw;
    display: inline;
    margin: 0;
    padding: 5px 0;
    box-decoration-break: clone;
    box-shadow: -20px 0 0 white;
    opacity: 1;
    font-family: Ubuntu Mono, Ubuntu, Verdana;
    font-weight: bold;
    color: #2b0a3d;
    background-color: #fff;
    text-transform: none;
    position: relative;
}
    .page-heading h1 span {
        position: relative;
        left: -10px;
    }

    .page-heading h1:before {
        position: absolute;
        content:'';
        width:15px;
        top:0px;
        left: -15px;
        height:100%;
        background:white;
    }


/*Page footer*/

/*.foot-col4 h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 16px;
}*/

.foot-col4 p {
    margin: 0;
    padding: 0;
}

.link-lists-wrapper {
    float: left;
    width: 66%;
}

.footer-wrapper {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-transform: translate3d(0, 0, 0);
    background-color: #ececec;
    color: #2b0a3d;
    font-family: Ubuntu;
}
.footer-wrapper .footerlogo {
    margin-bottom:70px;
}
    .footer-wrapper .discover {
        font-weight: 600;
        margin-bottom: 20px;
        font-family: Ubuntu;
    }
    .footer-wrapper .discoverimg {
        width:120px;
    }
.footer-margin-start{
    margin: 40px 90px 0 90px;
}
.footer-margin {
    margin: 40px 50px 0 50px;
}
.foot-cols {
    float: left;
    /*margin-top: 40px;*/
}
.foot-cols.foot-col3 {
    width: 33%;
}
.foot-cols.foot-col4 { width: 25%; }
    .foot-cols.foot-col12 {
        width: 100%;
        box-shadow: 0 -1px 0 0 rgba(183, 183, 183, 0.5);
    }

.footer-content.text{
    line-height: 2.14;
    font-size: 87%;
}
.footer-content {
    margin-bottom: 50px;
    position:relative;
}
.footer-content-links {
    margin-bottom: 50px;
    position: relative;
    line-height: 2.69;
    font-family: Ubuntu;
    font-weight: 600;
}

    .footer-content .copyright {
        font-size: 87%;
        padding-top:26px;
        float:left;
    }
    .footer-content h3 {
        font-family: Ubuntu;
    }


.footer-content ul, .footer-content-links ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

    .footer-content ul li, .footer-content-links ul li {
        margin-left: 0;
        padding-left: 0;
    }
    .footer-content ul li a {
        line-height: 1.5;
        color: #0070ad;
        font-size: 95%;
        font-family: Ubuntu;
    }
h2.footerHeadingContact {
    font-size: 87%;
    margin:0;
    font-family: Ubuntu;
    font-weight: 600;
    line-height: 2.69;
}
.footer-content .footerHeading {
    /*font-size: 116%;*/
    font-family: Ubuntu;
    color: #0070ad;
    font-weight: 600;
    line-height: 2.69;
}

.footer-row {
    float: left;
    width: 100%;
}

.footer-social {
    text-align: right;
    padding-top: 10px;
}
    .footer-social .icons .block{
        display:inline-block;
        margin-left:20px;
    }
    .footer-social .icons .block a{
        display: block;
    }
        /*.footer-social .icons .block img {
            border-radius: 5px;
        }*/

.footer-inline {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.footer-country {
    float: right;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-top: -20px;
}

.footer-country img {
    padding-right: 4px;
    vertical-align: -5px;
}

.footer-wrapper a {
    text-decoration: none;
}

.footer-wrapper a:hover {
    text-decoration: underline;
}

/*index content*/

.front-filters, .front-filter-drop-down {
    list-style: none;
    margin: 0;
    padding: 0;
}
.front-filters {
    background-color:#f3f3f3;
}

.front-filter-drop-down {
    position: absolute;
    background-color: #f3f3f3;
    padding: 12px 30px;
    line-height: 200%;
    min-width: 90px;
    z-index: 10000;
    border-top: solid 2px #fff;
}
.front-filter-drop-down button{
    background-color: transparent;
}
#left-column .front-filter-wrapper, .left-column .front-filter-wrapper {
    margin: 0;
}
    .front-filter-wrapper {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-transform: translate3d(0, 0, 0);
    background-color: #fff;
    z-index: 10;
    position: relative;
    margin: -10px 90px 0 90px;
}

.front-filter-wrapper-narrow{
    width:92%;
}
    .frontPage .front-filters > li {
        margin-top: -10px;
    }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .frontPage .front-filters > li {
        margin-top: 0;
    }
}

.front-filters > li { 
    display: inline-block;
}

    .front-filters > li > span, .front-filters > li > button {
        display: block;
        font-size: 85%;
        font-weight: normal;
        line-height: 400%;
        padding-left: 20px;
        padding-right: 20px;
        text-transform: uppercase;
    }

        .front-filters > li > span:hover, .front-filters > li > ul > li > span:hover, .filter-selectable:hover,
        .front-filters > li > button:hover, .front-filters > li > ul > li > button:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.front-filters > li > ul > li { display: inline-block; }

.filter-header {
    padding-right: 15px;
    background-image: url(/Static/img/ico-filter-down.png);
    background-position: 100% 48%;
    background-repeat: no-repeat;
    text-decoration: uppercase;
}

.front-filters > li > ul > li > span, .front-filters > li > ul > li > button {
    background:transparent;
    display: block;
    font-size: 85%;
    font-weight: normal;
    line-height: 400%;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.filter-selectable
{
    text-transform: uppercase;
}

.front-filters .front-filter-selected {
    background-color: #2b0a3d;
    color: #FFF;
}

.front-filters > li > ul {
    margin: 0;
    padding: 0;
}


.front-filters li a { color: #000; }

.index-list {
    margin-bottom: 100px;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: -20px 0 0 0;
}

.index-list-item {
    position: relative;
    width: 100%;
}

.index-list-item img { width: 100%; }

.index-list li { width: 100%; }

    .index-list li:nth-child(1) {
        border: none;
        display: inline-block;
        margin: 0;
        width: 49%;
        vertical-align: top;
    }

    .index-list li:nth-child(2) {
        border: none;
        display: inline-block;
        margin: 0;
        width: 49%;
        vertical-align: top;
    }

.frontPage .index-list li:nth-child(1) .bread-text, .frontPage .index-list li:nth-child(2) .bread-text{
    display:none;
}


.index-list li {
    border-top: 1px #CCC solid;
    margin-top: 20px;
    padding-top: 20px;
}

.index-list-item-case {
    bottom: 0;
    position: absolute;
    margin-bottom:6px;
}

.index-list li:nth-child(1) .index-list-item-wrapper {
    display: block;
    margin-right: 20px;
}
.index-list li:nth-child(1) a {
    display: block;
    margin-right: 10px;
}
.index-list.cases-page li:nth-child(1) a {
    margin-right: 0px;
}

.index-list li:nth-child(2) .index-list-item-wrapper {
    display: block;
    margin-left: 0;
}
.index-list li:nth-child(2) a {
    display: block;
    margin-left: 10px;
}
.index-list.cases-page li:nth-child(2) a {
    margin-left: 0px;
}

.index-list-item-wrapper { 
    display: table; 
    width:100%;
}

.index-list-item {
    display: table-cell;
    width: 36%;
}

.index-list-item-text {
    display: table-cell;
    padding-left: 10px;
    position: relative;
    vertical-align: top;
}

.index-list li:nth-child(1) .index-list-item-text { padding-left: 0; }

.index-list li:nth-child(2) .index-list-item-text { padding-left: 0; }

.index-list li:nth-child(1) .index-list-item {
    display: inline-block;
    width: 100%;
}

.index-list li:nth-child(2) .index-list-item {
    display: inline-block;
    width: 100%;
}

.index-list .puff-interactions {
    background-image: none;
    right: 0%;
    top: -12px;
}

.index-list li:nth-child(1) .puff-interactions {
    background-image: url(/Static/img/interactions-bkg.png);
    right: 10px;
    top: 10px;
}

.index-list li:nth-child(2) .puff-interactions {
    background-image: url(/Static/img/interactions-bkg.png);
    right: 10px;
    top: 10px;
}

.index-item-date {
    color: #000;
    font-size: 85%;
    font-family:Ubuntu, Verdana;
    font-weight:500;
    opacity:0.5;
}

.index-item-location {
    color: #333;
}

.index-item-header {
    color: #2b0a3d;
    font-size: 150%;
    font-weight: bold;
    font-family:Ubuntu, Verdana;
}

/*.index-list li:nth-child(1) .index-item-header { text-transform: uppercase; }

.index-list li:nth-child(2) .index-item-header { text-transform: uppercase; }*/

.index-list li:nth-child(1) .index-list-item-text { position: static; }

.index-list li:nth-child(2) .index-list-item-text { position: static; }

.index-list-item-wrapper { position: relative; }

.index-list a { color: #000; }

.index-list a {
    color: #000;
    text-decoration: none;
    display:block;
}
.mobil-nav{
	position:absolute;
	left:0;
	top:60px;
	width:100%;
	background-color:#FFF;
    display:none;
}

.mobil-nav .mobil-nav-content
{
    padding-left: 10px;
}

.mobil-nav a, .mobil-nav span{
	color:#000;
	font-weight:normal;
	line-height:44px;
	display:block;
}

.mobil-nav span{
    cursor: default;
}

.mobil-nav li{
	border-bottom:solid 1px #f5f5f5;
	margin-right:40px;
	
}
.mobil-nav ul{
    list-style:none;
}

.menuSubheading{
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;

}

.search-box-wrapper {
    position: absolute;
    top: 92px;
    right: 0;
    background-color: #FFF;
    height: 64px;
    line-height: 64px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: default;
    display: none;
    width: 365px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.18), 0 2px 0 0 #0070ad;
}

.search-box-wrapper input {
    border:none;
    outline:none;
    max-width:210px;
}



.search-text-box{
	margin:0;
	border:none;
	color:#797979;
	font-size:117%;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-transform: translate3d(0, 0, 0);
}
.search-text-box:focus, .search-text-box:focus{
    outline: 0;
}

.search_content{
    margin-top:20px;
}

input{
	font-family: Ubuntu, Verdana;
}
.search-butt {
    position: absolute;
    top: 10px;
    left: 24px;
}
.search-button span.search-label {
    position: absolute;
    top: 10px;
    left: 45px;
    line-height: 16px;
    color: #2b0a3d;
}

.search-button {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 132px;
    height: 38px;
    background: transparent;
    border-radius: 22px;
    border: solid 2px #2b0a3d;
    cursor: pointer;
    font-family: Ubuntu, Verdana, Avenir, Helvetica, Arial, sans-serif;
}
.search span{
	color:#FFF;
}
.bread-text h2 {
    font-size:200%;
}
.bread-text h3 {
    font-size:160%;
}
.bread-text img {
    max-width: 100%;
    height: auto;
}
.bread-text iframe {
    max-width:100%;
}
.bread-text video {
    max-width:100%;
}
.bread-text object {
    max-width:100%;
}
.bread-text ul.bullet-less {
    list-style:none;
}
.bread-text p.imagetext {
    font-size: 12px;
    font-style: italic;
}

.header-country a, .header-language a { color: white; }
.header-country, .header-language{
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 18px;
}

.header-country img, .header-language img {
    padding-right: 4px;
    padding-left: 4px;
    vertical-align: -5px;
}
.country-list, .language-list {
    background-color: white;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 92px;
    width: 300px;
    display: none;
    z-index: 9999;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.18), 0 2px 0 0 #0070ad;
}

.country-list ul, .language-list ul {
    list-style:none;
    margin-left:21px;
    padding-left:0;
}
.country-list ul a, .language-list ul a{
    color:black;
    font-weight:600;
    text-transform: uppercase;
    line-height: 30px;
    display:block;
}
a:hover {
    text-decoration:underline;
}
a.wake-search {
    color: white;
}
.main-nav div.mnu-level1-wrapper a, .main-nav div.mnu-level1-wrapper span {
    font-weight:600;
}
.main-nav div.mnu-level2-wrapper a, .main-nav div.mnu-level2-wrapper span {
    font-weight:600;
    /*text-transform:none;*/
}

.col4 div{
	color:#FFF;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	padding:5px;
	font-weight:normal;
	font-size:2.4vw;
	box-sizing:border-box;
	width:100%;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-transform: translate3d(0, 0, 0);
}
.col5 div{
	color:#FFF;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	padding:5px;
	font-weight:normal;
	font-size:4.4vw;
	box-sizing:border-box;
	width:100%;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-transform: translate3d(0, 0, 0);

}
.index-list-item-wrapper.mnu {
    width:300px;
}
.mnu-puff {
    position:relative;
}
.mnu-puff-case {
    position:absolute;
    bottom:0;
}
.mnu-puff-wrapper {
    width: 100%;
}
.mnu-puff-text .index-item-header {
    font-size: 16px;
    line-height: 100%;
    margin-top:6px;
    margin-bottom:20px;
}
.special-menu.right {
    margin-right:10px;
    margin-left:10px;
    width:43%;
}
.mnu-puff-case .case-item-box {
    margin-bottom:0;
}
/*search-page*/
.search-col{
	margin-top:20px;
}
.search-col .bread-text{
	display:block;
}

.minus15 {
    margin-left: -14px !important;
    margin-top: 34px !important;
    /* padding: 0 9px !important;*/
}

.search-input-box input {
    width: 78%; /*100%;*/
    box-sizing: border-box;
    border: none;
    padding-right: -440px;
    padding-left: 15px;
    line-height: 62px;
    height: 63px;
    outline: none;
}
.search-input-box{
	border: 1px solid #CCC;
	position: relative;
    height:64px;
    line-height:64px;
    /*width:740px;*/
}
.search-input-box img{
	position: absolute;
	top: 12px;
	right: 10px;
}
.search-label{
    margin-bottom:20px;
    color:#000;
    font-size:115%;
}
.search-hits {
    padding-top: 5px;
}
.index-list.search-page li:nth-child(1){
	width:100%;
	display:block;
	border:none;
	margin:0;
}
.index-list.search-page li:nth-child(2){
	width:100%;
	display:block;
	border-top:solid 1px #CCCCCC;
	margin:20px 0 0 0;
}
.index-list.search-page li:nth-child(1) .index-list-item-wrapper{
	margin-right:0px;
	display: table;
}
.index-list.search-page li:nth-child(2) .index-list-item-wrapper{
	margin-left:0px;
	display: table;
}
.index-list.search-page li:nth-child(1) .index-list-item, .index-list.search-page li .index-list-item{
	width:36%;
	display: table-cell;
}
.index-list.search-page li:nth-child(2) .index-list-item{
	width:36%;
	display: table-cell;
}
.index-list.search-page li:nth-child(1) .puff-interactions{
	right: 0%;
	top: -12px;
	background-image:none;
}
.index-list.search-page li:nth-child(2) .puff-interactions{
	right: 0%;
	top: -12px;
	background-image:none;
}
.index-list.search-page li:nth-child(1) .index-item-header{
	text-transform:none;
}
.index-list.search-page li:nth-child(2) .index-item-header{
	text-transform:none;
}
.index-list.search-page li:nth-child(1) .index-list-item-text{
	padding-left:10px;

}
.index-list.search-page li:nth-child(2) .index-list-item-text{
	padding-left:10px;
}
.breadcrumbs-wrapper.no-tag {
    margin-bottom: 20px;
    font-weight: bold;
    color: #2b0a3d;
}
.index-list a:hover .index-item-header{
	text-decoration:underline;
}
.search-filters{
	list-style:none;
	margin:0;
	padding:0;
	background-color:#f3f3f3;
}
.search-filters>li{
	display:inline-block;
}
.search-filters>li>a{
	line-height:400%;
	font-size:85%;
	text-transform:uppercase;
	font-weight:normal;
	padding-left:20px;
	padding-right:20px;
	display:block;
}
.search-filters>li>ul>li{
	display:inline-block;
}
.search-filters>li>ul>li:first-child{
	display:none;
}
.search-filter-header{
	background-image:url(../images/ico-filter-down.png);
	background-repeat:no-repeat;
	background-position:100% 48%;
}
.search-filters>li>ul>li>a{
	line-height:400%;
	font-size:85%;
	text-transform:uppercase;
	font-weight:normal;
	color:#000;
	padding-left:20px;
	padding-right:20px;
	display:block;
}
.search-filters .search-filter-selected {
    background-color: #ff304c;
    color: #FFF;
}
    .search-filters>li>ul{
       margin:0;
       padding:0;
   }
   .search-filter-wrapper{
       margin-top:10px;
       -webkit-font-smoothing: antialiased;
       -webkit-text-size-adjust: none;
       -webkit-transform: translate3d(0, 0, 0);
   }
   .search-filters li a{
       color:#000;
   }

   /*iframe page*/
   .iframe-col iframe{
       width:100%;
       height:800px;
       border: none;
   }
   .iframe-col{
       margin-top:20px;
   }
   .iframe-col-wide iframe{
       width:100%;
       height:800px;
       border: none;
   }
#left-column.iframe-col-wide, .left-column.iframe-col-wide {
    margin-top: 20px;
    width: 100%;
}
   /*Page grid block*/

.pageGridSubheading {
    color: #ff304c;
    margin-top: 60px;
    font-size: 1.5em;
    margin: 0.83em 0;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.grid-list {
    list-style: none;
    margin: 0 -10px 0 -10px;
    padding: 0;
}
    .grid-list li {
        width: 33.3333%;
        float: left;
        box-sizing: border-box;
        padding: 10px;
        min-height: 250px;
    }
    .grid-list :nth-child(3n+4) {
        clear: both;
    }

    .grid-list img {
        width: 100%;
        height: auto;
    }
    .grid-list a {
        color: #2b0a3d;
    }
    .grid-list h3 {
        margin: 12px 0 6px 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        font-size: 1.17em;
    }

#right-columnspecial .grid-list li {
    width: 100%;
}

/*portal page*/
.the-portal .portalSubheading {
    color: #2b0a3d;
    margin-top: 60px;
    font-size: 1.5em;
    margin: 0.83em 0;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
   .portal-list{
       list-style:none;
       margin:0 -10px 0 -10px;
       padding:0;
   }
   .portal-list a{
       color: #333;
       display:block;
   }
   .portal-list li{
       width:33.3333%;
       float:left;
       box-sizing:border-box;
       padding:10px;
       min-height: 250px;

   }
    .portal-list :nth-child(3n+4) {
        clear:both;
    }
   .portal-list img{
       width:100%;
       height:auto;
   }
   .portal-list h3{
       margin: 12px 0 6px 0;

       overflow-wrap: break-word;
       word-wrap: break-word;
       /*-ms-word-break: break-all;*/
       /*word-break: break-all;*/
       word-break: break-word;
   }
   .the-portal .left-content-wrapper{
       display:block;
   }
   .the-portal .bread-text{
       display:block;
   }

   /*hub page*/
.the-hub h2 {
    color: #2b0a3d;
    margin-top: 60px;
}
   .hub-list{
       list-style:none;
       margin:0 -10px 0 -10px;
       padding:0;
   }
   .hub-list a{
       color: #333;
   }
   .hub-list li{
       width:33.3333%;
       float:left;
       box-sizing:border-box;
       padding:10px;
   }
   .hub-list img{
       width:100%;
       height:auto;
   }
   .hub-list h3{
       margin: 12px 0 6px 0;
   }
   .the-hub .left-content-wrapper{
       display:block;
   }
   .the-hub .bread-text{
       display:block;
   }
   .hub-item{
       position:relative;
   }

   /*Angular specific rules*/
   [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }

/*related content*/
.related-list{
	list-style:none;
	margin:0 -10px 0 -10px;
	padding:0;
}
.related-list a{
	color: #333;
    display:block;
}
.related-list li{
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:10px;
}

.related-list li.smallPadding{
    padding-bottom:0;
    padding-top:8px;
}

.related-list img{
	width:100%;
	height:auto;
}
.related-list li img.ico{
           margin-right:6px;
           vertical-align: -9px;
           display:block;
           position:absolute;
           
           width:30px;
           height:30px;
       }

.related-list h3{
	margin: 6px 0 6px 0;
}
.related-item{
	position:relative;
}
.related-text{
	padding-right: 20px;
}
.logo-slider-box-content .related-text {
    padding-right: 10px;
    padding-left: 10px;
}
.bx-wrapper img{
    margin-left:auto;
    margin-right:auto;
}
.bx-wrapper a{
    display:block;
}

#index-right-column .box-header {
    font-size: 22px;
}
.box-header {
    background-color: #fff;
    color: #2b0a3d;
    font-weight: bold;
    /*padding: 10px;*/
    font-size: 26px;
    font-family: Ubuntu, Verdana;
    /*text-transform: uppercase;*/
}

#right-columnspecial .box-header {
    font-size: 26px;
}

li.eventListBlockItem h3{
    margin-top:0;
}
p.eventHeading{
    margin-bottom:0;
    margin-top:0;
}

li.smallPadding p.eventHeading {
    margin-top: 5px;
}
.related-item-date-simple{
    color:#999;
	font-size:85%;
	margin-top:5px;
    padding-bottom:3px;
    margin-left:37px;
    /*float:left;*/
}
.related-item-date-full{
    color:#999;
	font-size:85%;
	margin-top:5px;
    padding-bottom:0px;
    margin-left:0;
    /*float:left;*/
}
.related-item-date{
	color:#999;
	font-size:85%;
	margin-top:5px;
    padding-bottom:3px;
}
.related-item-loc-simple{
    color:#999;
	font-size:85%;
	margin-top:5px;
    padding-bottom:3px;
    padding-left:113px;
    text-decoration:none;
}
.related-item-loc-full{
    color:#999;
	font-size:85%;
	margin-top:5px;
    padding-bottom:0;
    padding-left:0;
    text-decoration:none;
}

.related-list a:hover {
   text-decoration:none;
}

.related-list a:hover .related-text{
    text-decoration:underline !important;

}

.index-list-item-case{
	text-transform:uppercase;
}
/*author*/
.author{
	border-top:solid 1px #b6b6b6;
	border-bottom:solid 1px #b6b6b6;
	margin-top: 100px;
	padding-top:16px;
	padding-bottom:30px;
}
.bread-text .author img{
	float: left;
	margin-right: 20px;
    max-width: 150px;
}
.bread-text .author img{
    width:auto!important;
}
.read-more{
	margin-top:20px;
}
.author-text{
	display:table-cell;
}
.author .author-social-item img{
	margin:0;
}
.author-social{
	float:right;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.popup-shade {
    width:100vw;
	height:4000vh;
    min-height: 100%;
    overflow: hidden;
    background-color:#CCC;
    background-color:rgba(0,0,0,0.2);
	z-index:999;
    display:none;
    position: fixed;
    top: 0;
    /*width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    position: fixed;
    background: #000;
    opacity: 0.75;
    z-index: 999;
    display: none;*/
}

.author-popup{
	position:absolute;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	min-height:400px;
	z-index:1000;
	top:0;
    display: none;
}
.popup, .popup2, .popup3 {
    z-index: 1000;
    display: none;
    padding: 48px 25px 25px 25px;
    border: solid 1px #797979;
    background-color: #FFF;
}

.popup img {
    max-width: none;
}
.pop-inner {
	max-width: 1000px;
}

.crosser{
	position:absolute;
	right:10px;
	top:10px;
    width:44px;
    height:44px;
    background-image: url(/Static/img/crosser.png);
    cursor:pointer;
}
.pop-col1, .pop-col2, .pop-col3{
	/*display:table-cell;*/
    float: left;
}
.pop-col1{
    max-width: 30%;
    margin: 0 10px 0 0;
}

.pop-col1 img {
    max-width: 100%;
    height:auto;
}


.pop-col2{
	padding-left:20px;
	padding-right:20px;
    max-width:60%;
}
.pop-col3{
	min-width: 200px;
}
.popup .pop-col3{
    padding:0 20px;
}
.pop-inner ul{
	list-style:none;
	padding:0;
	margin:0;
}
.authorblock .popup, .author-wrapper .popup {
    max-width:900px;
    width:80%;
}
.contactblock .popup {
    max-width: 900px;
    width: 80%;
}
.authorblock .pop-col1{max-width:16%}
.authorblock .pop-col2{max-width:52%}
.authorblock .pop-col3{max-width:36%}
.author-pop-social-item{
	display:block;
	float:left;
}
.author-pop-social{
	float:left;
	margin-top: 30px;
}

/*Contact list*/
.contact-list{
	list-style:none;
	margin:0 0px 0 0px;
	padding:0;
}
.contact-list li{
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-top:solid 1px #b6b6b6;*/
	margin-bottom:20px;
}
.contact-list li:first-child{
	border-top:none;
}
.contact-list-text{
	padding:0 10px 0 0px;
	box-sizing:border-box;
	display:table-cell;

}
/*.contact-list img{
	float:left;
	max-width:30%;
	height:auto;
	margin-right:10px;
}*/
.contact-list .contact-list-text img{
	margin:0;}
.contact-list h2{
	margin:0 0 10px 0;
	padding:0;
}
.contact-list .author-social{
	margin-top:10px;
}
/*Link list*/
.link-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0070ad;
    font-family:Ubuntu, Verdana;
    font-weight:500;
}
.link-list li{
	/*display: inline-block;*/
	background-color:white;
	padding-right:6px;
	margin-bottom:9px;
	margin-right:20px;
}
.link-list li span{
	display:block;
    line-height: 30px;
    margin: 5px 0 8px;
    margin-left:40px;
    line-height:21px;
}

       .link-list li img{
           margin-right:6px;
           vertical-align: -9px;
           display:block;
           position:absolute;
           top:0px;
       }

    .link-list li a {
        display: block;
        /*text-transform: uppercase;*/
        color: #0070ad;
    }
       /*language handler*/
       .header-lang{
           display: block;
           margin-right: 10px;	
       }
        .header-lang span {
            background-color: #2b0a3d;
            color: #fff;
            padding: 5px;
            line-height: 1;
        }

/*Startpage block*/
.firstblock-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.firstblock-grafic {
    margin-top: -130px;
    padding-right: 30px;
}
.firstblock-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
}
.firstblocktitle {
    font-size: 2.063em;
    font-family: Ubuntu Bold; /*Ubuntu bold*/
}
.firstblocktext {
    font-size: 1.125em;
    font-family: ubuntu light;
}
.startpageblock-wrapper {
    border-bottom: 15px solid #D9E7EC;
    margin-bottom: 30px;
    position: relative;
}
.startpageblock-wrapper .fancybox{
    cursor:pointer;
}
.startpageblock {
    background: no-repeat 50% 47% / cover;
    display: flex;
    flex-direction: row;
    min-height: 293px;
    position: relative;
}
    .startpageblock.video:after {
        content: "";
        background: url(/Static/img/startpagegrafic/playbutton.png) no-repeat;
        position: absolute;
        right: calc(50% - 41px);
        top: calc(50% - 41px);
        width: 83px;
        height: 83px;
    }
    .startpageblock-wrapper .content {
        display: flex;
        flex-direction: column;
        padding: 0 20px 20px 25px;
        flex: 0 0 50%;
        color: #fff;
    }

.startpageblock-wrapper .text-red .content {
    color: #ff304c;
}

.startpageblock-wrapper .text-white .content {
    color: #fff;
}

.startpageblock-wrapper .text-purple .content {
    color: #2b0a3d;
}

.startpageblock-wrapper .text-blue .content {
    color: #0070AD;
}

.startpageblock-wrapper .text-vibrantblue .content {
    color: #12ABDB;
}

.startpageblock-wrapper .text-lightgrey .content {
    color: #ECECEC;
}

.startpageblock-wrapper .text-darkgrey .content {
    color: #636363;
}

.startpageblock-wrapper.imageright .content {
    margin-left: auto;
}
        .startpageblock-wrapper .content.mobile {
            display: none;
            color: #000;
            background: #e5eef2;
        }
        .startpageblock-wrapper .content a {
            background: #fff;
            display: inline-block;
            padding: 10px 20px;
            font-family: ubuntu Mono;
            font-weight: bold;
            align-self: flex-start;
        }
            .startpageblock-wrapper .content a.ctaRound {
                border-radius: 100px;
                border: 2px solid;
                min-width: 130px;
                text-align: center;
            }
            .startpageblock-wrapper .content a.ctaRound:hover {
                text-decoration:none;
            }

        .startpageblock-wrapper .content h2 {
            font-family: Ubuntu Bold;
            font-size: 2.055em;
            line-height:1.3;
        }

        .startpageblock-wrapper .content .text {
            margin-bottom: 10px;
            font-family: Ubuntu Regular;
            font-size: 1.125em;
        }

.startpageblock-wrapper .content .case-box {
    margin-left: -25px;
    margin-top: 20px;
    align-self: flex-start;
}

.startpageblock-wrapper .image-wrapper {
    display: flex;
    flex-direction: column;
}

    .startpageblock-wrapper .image-wrapper img {
        width: 100%;
    }

h2.blockAreaHeading {
    font-size: 2.063em;
    margin: 0.83em 0 0.33em 0;
    font-family: 'Ubuntu Bold';
}
.smallblock-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
    width: calc(100% + 40px);
}

.smallcolorblock {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
    margin: 0 20px;
    margin-bottom: 30px;
    color: #fff;
    min-height: 256px;
    min-width: 285px; /*Needed for IE wrap*/
}
    .startpage-smallblock {
        background: #0070AD;
    }
    .startpage-smallblock:hover {
        text-decoration: none;
        background: #0E608C;
    }
    .startpage-smallblock:first-child {
        background: #0070AD;
    }
        .startpage-smallblock:first-child:hover {
            background: #0E608C;
        }
    .startpage-smallblock:nth-child(2) {
        background: #ff304c;
    }
    .startpage-smallblock:nth-child(2):hover {
        background: #D9384E;
    }
    .startpage-smallblock:nth-child(3) {
        background: #12B3DB;
    }
        .startpage-smallblock:nth-child(3):hover {
            background: #239CC2;
        }
    .startpage-smallblock{
        display: flex;
        flex-direction: column;
        flex: 1 1 0px;
        border-bottom: 15px solid #D9E7EC;
        margin: 0 20px;
        margin-bottom: 30px;
        color: #fff;
        min-height: 256px;
        min-width: 285px; /*Needed for IE wrap*/
    }
    .smallcolorblock .startpage-smallblock {
        display: flex;
        flex-direction: column;
        flex: 1 1 0px;
        border-bottom: 15px solid #D9E7EC;
        margin: 0;
        margin-bottom: 0;
        color: #fff;
        min-height: 256px;
        min-width: 285px; /*Needed for IE wrap*/
    }
.smallcolorblock .startpage-smallblock {
    flex: 1 1 auto;
}
        .startpage-smallblock .content, .smallcolorblock .startpage-smallblock .content {
            padding: 20px;
        }
            .startpage-smallblock .content h2, .smallcolorblock .startpage-smallblock .content h2{
                font-family: Ubuntu Bold;
                font-size: 1.375em;
            }
            .startpage-smallblock .content .text, .smallcolorblock .startpage-smallblock .content .text{
                font-family: Ubuntu Regular;
                font-size: 1.125em;
            }
    .smallcolorblock .startpage-smallblock.bg-text-red {
        background: #ff304c;
    }
    .smallcolorblock .startpage-smallblock.bg-text-red:hover {
        background: #D9384E;
    }
    .smallcolorblock .startpage-smallblock.bg-text-blue {
        background: #0070AD;
    }
    .smallcolorblock .startpage-smallblock.bg-text-blue:hover {
        background: #0E608C;
    }
.smallcolorblock .startpage-smallblock.bg-text-vibrantblue{
    background:#12B3DB;
}
    .smallcolorblock .startpage-smallblock.bg-text-vibrantblue:hover {
        background: #239CC2;
    }
    .smallcolorblock .startpage-smallblock.bg-text-purple {
        background: #2b0a3d;
    }
        .smallcolorblock .startpage-smallblock.bg-text-purple:hover {
            background: #41294e;
        }
    .smallcolorblock .startpage-smallblock.bg-text-white {
        background: #fff;
        color: #000;
    }
        .smallcolorblock .startpage-smallblock.bg-text-white:hover {
            background: #efefef;
        }
    .smallcolorblock .startpage-smallblock.bg-text-lightgrey {
        background: #efefef;
        color: #000;
    }
        .smallcolorblock .startpage-smallblock.bg-text-lightgrey:hover {
            background: #c3c3c3;
        }
    .smallcolorblock .startpage-smallblock.bg-text-darkgrey {
        background: #636363;
    }
        .smallcolorblock .startpage-smallblock.bg-text-darkgrey:hover {
            background: #c3c3c3;
            color: #000;
        }

.content .content-type {
    text-transform: uppercase;
    font-family: Ubuntu Regular;
    font-size: 1.125em;
}
.pageimageblock {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;    
    margin: 0 20px;
    margin-bottom: 30px;
    color: #000;
    min-height: 256px;
    min-width: 285px; /*Needed for IE wrap*/
}
    
    
    .pageimageblock .startpage-smallblock {
        display:flex;
        flex:1 1 auto;
        border-top: 15px solid #fff;
        border-bottom: 15px solid #D9E7EC;
        margin: 0;
        margin-bottom: 0;
        min-height: unset;
        background: #efefef;
        color: #000;
    }
        .pageimageblock .startpage-smallblock .content {
            display: flex;
            flex-direction: column;
        }
        
        .singelItem .pageimageblock .startpage-smallblock .pageImage {
            display:none;
        }
        .pageimageblock .startpage-smallblock .pageImage {
            margin-top: auto;
            flex-shrink: 0;
        }
.pageimageblock .startpage-smallblock,.block-slider .pageimageblock .startpage-smallblock {
    background: #efefef;
}
            .pageimageblock .startpage-smallblock:hover {
                background: #dcdbdb;
            }
            .pageimageblock .startpage-smallblock.bg-text-purple {
                border-top-color: #2b0a3d;
            }
                .pageimageblock .startpage-smallblock.bg-text-purple .heading {
                    color: #2b0a3d;
                }
            .pageimageblock .startpage-smallblock.bg-text-red {
                border-top-color: #ff304c;
            }
                .pageimageblock .startpage-smallblock.bg-text-red .heading {
                    color: #ff304c;
                }
            .pageimageblock .startpage-smallblock.bg-text-white {
                border-top-color: #fff;
            }
                .pageimageblock .startpage-smallblock.bg-text-white .heading {
                    color: #fff;
                }
            .pageimageblock .startpage-smallblock.bg-text-blue {
                border-top-color: #0070AD;
            }
                .pageimageblock .startpage-smallblock.bg-text-blue .heading {
                    color: #0070AD;
                }
            .pageimageblock .startpage-smallblock.bg-text-vibrantblue {
                border-top-color: #12ABDB;
            }
                .pageimageblock .startpage-smallblock.bg-text-vibrantblue .heading {
                    color: #12ABDB;
                }
            .pageimageblock .startpage-smallblock.bg-text-lightgrey {
                border-top-color: #ECECEC;
            }
                .pageimageblock .startpage-smallblock.bg-text-lightgrey .heading {
                    color: #ECECEC;
                }
            .pageimageblock .startpage-smallblock.bg-text-darkgrey {
                border-top-color: #636363;
            }
                .pageimageblock .startpage-smallblock.bg-text-darkgrey .heading {
                    color: #636363;
                }

/*Videoblock*/
.video-block {
    margin: 0 auto;
    margin-bottom: 20px;
}
.video-block .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-block iframe, object, embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-block .cookiereplacementtext {
    font-weight: normal;
    color: #555;
    font-size: 1rem;
    background: #cedbe6 url(/Static/img/playvideo2.png) center center no-repeat;
    background-size: 70px;
    min-height: 200px;
    text-align: center;
    padding: 40px 20px;
}
    .video-block .cookiereplacementtext a.cookieSettings {
        background: transparent;
        color: #555;
        text-decoration:underline;
    }

    .footerattatch-wrapper {
        margin: 0 auto;
        position: relative;
        max-width: 1230px;
        width: 100%;
    }
.footerattatch {
    /*width: 100%;*/
    background-size: 110%;
    background-position: 100% 18%;
    min-height: 350px;
    position: relative;
    margin: 0 95px;
    box-sizing: border-box;
    max-width: 1040px;
}
    .footerattatch .leftcontent {
        color: #fff;
        font-size: 2.875em;
        line-height: 1;
        font-weight: bold;
        font-family: AmericanTypeITCPro-Bold; /*American Typewriter ITC Pro Bold*/
        position: relative;
    }
.spade_icon {
    display: inline-flex;
    height: 71px;
    width: 70px;
    padding-left: 5px;
    padding-bottom: 17px;
    vertical-align: middle;
}
    .spade_icon:after {
        content: '';
        background: url(/Static/img/startpagegrafic/spade.png) no-repeat left top;
        width: 70px;
        background-size: 70px 60px;
        font-family: Fontawesome;
        color: #0070ad;
    }
.footerattatch .leftcontent .action {
    color: #fff;
    font-size: 1.125rem;
    font-family: Ubuntu Regular;
    font-weight: normal;
    margin-top: 30px;
    width: 50%;
    max-width: 350px;
}
    .footerattatch .leftcontent .action a {
        color: #0070ad;
        padding: 15px 30px;
        background: #fff;
        margin-top: 20px;
        font-weight: bold;
        font-family: ubuntu Mono;
        display: inline-block;
    }
.footerattatch .rightcontent {
    color: #0070ad;
    font-size: 2.063em;
    line-height: 1;
    font-family: Ubuntu Bold; /*ubuntu bold*/
    position: absolute;
    right: 40px;
    top: 12%;
    text-align: right;
}
    .footerattatch .rightcontent span {
        color: #12abdb;
    }
.footerattatch .footer-primary-content {
    padding: 40px;
    border-bottom: 15px solid #D9E7EC;
    margin-bottom: 30px;
}
    /*Epiforms*/
    .EPiServerForms .Form__Status .Form__Success__Message {
        background-color: #fff !important;
        color: #333 !important;
        font-size: 160%;
        line-height: 136%;
    }

    /*xforms*/
    .xforms.block .field-validation-error 
    {
        /* display error message below form field */
        display: block;
        clear: both;
        width:100%;
        color: #ff0000;
    }

    .xforms.block td {
        padding-bottom:10px;
    }
    .xforms.block input {
        width:50%;
    }
    .xforms.block textarea {
        width:50%;
    }
    .xforms.block select {
        width:50%;
    }
    .xforms table {
        width:100%;
    }
    .xforms.block input[type="submit"], .xforms.block input[type="radio"], .xforms.block input[type="checkbox"] {
        width:auto;
    }
    .xforms label {
        margin-right: 15px;
        display:block;
    }
    .xforms span {
        font-weight:bold;
    }
    .xforms legend {/* Makes the legend text wrap in IE */
        white-space: normal; 
        width: 100%;
    }

     .xforms fieldset.orientationHorizontal label {
        float: left;
        margin-bottom: 10px;
    }

    /*google maps*/
    .block.googlemapblock {
        margin: 20px 0 30px 0;
    }

    /*Calendar*/
    .cal-header{
       background-color:#EE4427;
       color:#FFF;
       font-weight:bold;
       padding:10px;
       font-size:16px;
       text-transform:uppercase;
   }
   .cal-header-inner{
       position:relative;
       text-align:center;
   }
   .cal-right{
       position:absolute;
       top:-1px;
       right:0;
   }
   .cal-left{
       position:absolute;
       top:-1px;
       left:0;
   }
   .cal-table th{
       padding:5px;
       width:14%;
       border-bottom:solid 1px #999999;
   }
   .cal-table td{
       width:14%;
       text-align:center;
   }
   .cal-table td a{
       color:#000;
       display:inline-block;
       width: 100%;
       padding:10px 0 10px 0;
   }
   .cal-table td a.sel{
       background-color: black;
       color: white;
   }
   .cal-table td a:hover{
       text-decoration:none;
       background-color:#CCC;
   }
   .cal-content{
       margin:0px 0 50px 0;
   }
   /* social items */
.image-social {
    float: left;
    width: 30%;
    max-width: 150px;
    margin-right: 10px;
}

.social-items {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
    .social-items a, .contact .social-items-links a, .author-text .social-items-links a{
        flex: 0 1 41%;
        margin-right: auto;
        margin-bottom: 10px;
    }
.contact-wrapper .popup .social-items a {
    flex: 0 1 auto;
    margin-right: 10px;
}

.social-item {
    background-repeat: no-repeat;
    height: 43px;
    width: 43px;
    float: left;
    margin: 0 8px 8px 0;
    /*margin: 0; */
    padding: 0;
}
.twitter {
    background-image: url(/Static/img/twitter.png);
    background-size: 43px;
}
.facebook {
    background-image: url(/Static/img/facebook.png);
    background-size: 43px;
}
.linkedin {
    background-image: url(/Static/img/linkedin1.png);
    background-size: 43px;
}
.google {
    background-image: url(/Static/img/google.png);
    background-size: 43px;
}
.youtube {
    background-image: url(/Static/img/youtube.png);
    background-size: 43px;
}
.email {
    background-image: url(/Static/img/email.png);
    background-size: 43px;
}
.blog {
    background-image: url(/Static/img/blog.png);
    background-size: 43px;
}
.xing {
    background-image: url(/Static/img/xing.png);
    background-size: 43px;
}
.slabs {
    background-image: url(/Static/img/labs2017.png);
    background-size: 43px;
}

/* contact */
.contact {
}
.contact img{
	float: left;
    height: auto;
    margin-right: 10px;
    max-width: 30%;
}
    .contact .image-social img {
        float: none;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
        /*.contact .image-social img.icon {
            float: left;
            margin: 0 16% 16% 0;
            max-width: 100%;
            width: 42%;
        }*/
    .contact .image-social .social-items-links a:nth-child(even), .contact .image-social .social-items a:nth-child(even) {
        margin: 0 0 10px 0;
    }
        .contact .image-social img.readmore-icon {
            float: none;
            margin: 0;
            width: 100%;
        }
.author-wrapper .author-name,
.contact-wrapper .contact-name{
	margin:0 0 2px 0;
	padding:0;
    line-height: 1em;
    font-size: 1.2em;
    font-weight:bold;
}

.author-wrapper .social-items {
    margin-top: 20px;
    /*float:left;*/
}

.author .read-more{
	margin-top:20px;
}
.contact div.read-more.right {
    height: auto;
    width: 100%;
    margin: 0;
    background-image: none;
}
.contact div.read-more, .author-text div.read-more {
    background-repeat: no-repeat;
    height: 43px;
    width: 43px;
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
    color:white;    
    background-image: url(/Static/img/info-red.png);
}
    .contact div.read-more a {
    color:white;
    }
.contact .social-items-links, .author-text .social-items-links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.social-items-links .read-more{
    margin-top:0;
}
.contact-text {
    padding: 0 10px 0 0px;
    box-sizing: border-box;
    display: table-cell; /*block;*/
    font-size: 104%;
}
/*author*/
.author{
	border-top:solid 1px #b6b6b6;
	border-bottom:solid 1px #b6b6b6;
	margin-top: 100px;
	padding-top:16px;
	padding-bottom:30px;
}
.author img {
    float: left;
    margin-right: 20px;
}
.author-text{
	display:table-cell;
}
.contact-list .contact-wrapper .references li {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.author-wrapper .references, .contact-wrapper .references {
    list-style: initial;
    padding-left: 20px;
}
.author-wrapper .date, .contact-wrapper .date {
    color: #000;
    font-size: 70%;
    font-weight: bold;
}
/*Image block*/
.image-box img {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
    margin-top: 10px;

    /*max-width:400px;*/
    overflow: hidden;
}
.image-box {
    position: relative;

    /*max-height: 300px;*/
    margin-bottom: 20px;
    overflow: hidden;
}
    .image-box a {
        color: #0070ad;
        display:block;
    }
    .image-box-text {
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    filter:glow(strength=1 color=#666666);*/
    
    /*position: absolute;
    top: 20px;
    left: 20px;*/
    font-size: 18px;
    font-weight:bold;
    padding-right: 10px;
}
/*conference*/
.register-link {
    color: #FFF;
    background-color: #ff304c;
    display: inline-block;
    padding: 12px;
}
/*press-releases*/
.index-list.press-page li:nth-child(1){
	width:100%;
	display:block;
	border:none;
	margin:0;
}
.index-list.press-page li:nth-child(2){
	width:100%;
	display:-block;
	border-top:solid 1px #CCCCCC;
	margin:20px 0 0 0;
}
.index-list.press-page li:nth-child(1) .index-list-item-wrapper{
	margin-right:0px;
	display: table;
}
.index-list.press-page li:nth-child(2) .index-list-item-wrapper{
	margin-left:0px;
	display: table;
}
.index-list.press-page li:nth-child(1) .index-list-item, .index-list.press-page li .index-list-item{
	width:36%;
	display: table-cell;
}
.index-list.press-page li:nth-child(2) .index-list-item{
	width:36%;
	display: table-cell;
}
.index-list.press-page li:nth-child(1) .puff-interactions{
	right: 0%;
	top: -12px;
	background-image:none;
}
.index-list.press-page li:nth-child(2) .puff-interactions{
	right: 0%;
	top: -12px;
	background-image:none;
}
.index-list.press-page li:nth-child(1) .index-item-header{
	text-transform:none;
}
.index-list.press-page li:nth-child(2) .index-item-header{
	text-transform:none;
}
.index-list.press-page li:nth-child(1) .index-list-item-text{
	padding-left:10px;

}
.index-list.press-page li:nth-child(2) .index-list-item-text{
	padding-left:10px;
}
.tag-fix{
	position:relative;
}
.hub-list li:nth-child(3n+4){
	clear:both;
}
/*case studies*/
.index-list.cases-page li:nth-child(1){
	width:100%;
	display:block;
	border:none;
	margin:0;
}
.index-list.cases-page li:nth-child(2){
	width:100%;
	display:-block;
	border-top:solid 1px #CCCCCC;
	margin:20px 0 0 0;
}
.index-list.cases-page li:nth-child(1) .index-list-item-wrapper{
	margin-right:0px;
	display: table;
}
.index-list.cases-page li:nth-child(2) .index-list-item-wrapper{
	margin-left:0px;
	display: table;
}

.index-list.cases-page li:nth-child(1) .index-list-item, .index-list.cases-page li .index-list-item {
    width: 36%;
    display: table-cell;
}
.Width_100Per .index-list.cases-page li:nth-child(1) .index-list-item, .Width_100Per .index-list.cases-page li .index-list-item {
    width: 22%;
}

.index-list.cases-page li:nth-child(2) .index-list-item{
	width:36%;
	display: table-cell;
}

.Width_100Per .index-list.cases-page li:nth-child(2) .index-list-item {
    width: 22%;
}

.Width_100Per .index-list.cases-page li:nth-child(2) .index-list-item {
    width: 22%;
}

.index-list.cases-page li:nth-child(1) .puff-interactions {
    right: 0%;
    top: -12px;
    background-image: none;
}
.index-list.cases-page li:nth-child(2) .puff-interactions{
	right: 0%;
	top: -12px;
	background-image:none;
}
.index-list.cases-page li:nth-child(1) .index-item-header{
	text-transform:none;
}
.index-list.cases-page li:nth-child(2) .index-item-header{
	text-transform:none;
}
.index-list.cases-page li:nth-child(1) .index-list-item-text{
	padding-left:10px;

}
.index-list.cases-page li:nth-child(2) .index-list-item-text{
	padding-left:10px;
}

.Width_100Percent, .Width_100Per {
    width: 100% !important
}
.block .linkitemblock{line-height:40px;position:relative;}

    .popup-shadenw {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: 999;
    }

    .browser-popupnw {
        position: absolute;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        min-height: 400px;
        z-index: 1000;
        top: 0;
    }

    .pop-innernw {
        background-color: #FFF;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        max-width: 600px;
        min-height:200px;
    }



.margintop13px {margin-top:13px;}


/* Tabs */
#tabs {
    margin-right: 0;
}
    #tabs .block {
        width: 50%;
        float: left;
        margin-top: 10px;
    }

/* Conference page */
#conference .block .image-box img {
    max-width: none;
}
#conference .xforms.block input[type="text"], 
#conference .xforms.block textarea,
#conference .block .xformblockmodel {
    width: 100%;
}

/* Related content */
.related-content-left-column {
    width: 48%;
    float: left;
}
.related-content-right-column {
    width: 48%;
    float: right;
}
.related-content-left-column .related-list h3,
.related-content-right-column .related-list h3 {
    font-size: 100%;
}

/* Google Map Block */
.google-map-width-small {
    width: 50%;
}
.google-map-width-medium {
    width: 75%;
}
.google-map-width-large {
    width: 100%;
}

/* To make the Google Maps Embed responsive */
.google-maps-embed {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* EasyCruit (class prefix: ec) */
.ec-vacancy-list {
    list-style: none;
    padding-left: 0;
    font-size: 130%;
}
    .ec-vacancy-list li {
        margin-bottom: 20px;
    }
        .ec-vacancy-list li h4 {
            font-size: 112%;
            margin-bottom: 0.2em;
        }
.ec-contactperson-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
.ec-vacancy-info a {
    font-weight: bold;
    text-decoration: underline;
}
.ec-bold {
    font-weight: bold;
    color: #5B5B5B;
}

.hide { display:none !important; }
.show { display: block !important; }

/* Find search */

.ui-autocomplete {
    background-color: white;
    list-style: none;
    padding: 5px 0 10px 15px;
    width: 214px;
    z-index: 200;
    /*border: 2px solid #CCC;*/
    border-top: 0;
    /*width: 740px !important;*/
    box-sizing: border-box;
    /* margin-left: -19px;
    margin-top: 19px;*/
    
    outline: 2px solid #CCC;
}
    .ui-autocomplete li {
        font-size: 13px;
        font-family: Arial !important;
        background-repeat: no-repeat !important;
        background-position: 3px 27px !important;
        padding: 5px 0 5px 0;
        padding-left: 28px !important;
        line-height: 64px;
    }
.ui-autocomplete li:hover, .ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-state-focus {
    background-color:#f8f8f8 !important;
    cursor:pointer;
}
        .ui-autocomplete li.Page {
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAAAXNSR0IArs4c6QAAAPxJREFUKBWNUS1vAkEUnLk7Qoq4FAOG8BMq0eBQbar4G+Bw6PYP1BZ7SYsAg2oVoq6SygpC0qSpwEDCPt6x3QLpfbBi9+XNTObNPqL7/AJIE0mH/EDBb+H+ZuFgL5UcMwRbbLZT9CflI4ErE156nX13vR6jN7uIa3XIOv43WGgrowYsI0TiB5bOHxDdfS2sAubO9jcPIOcwfNf5rvE2aijtSSx4xk02rQNhIPzMkFTUoRTjViBcwZNhqsDgVrGrgwASqscgVXAE/A/twJPwrulGglzqkh4P7bhK/ov80JS6av/2lR/asKduoXP/zZAV+nQ0teKrU+e8XwiK8x1m6kg7ZSHWCgAAAABJRU5ErkJggg==');
                      
        }
.ui-autocomplete li.doc, .ui-autocomplete li.docx{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAKXSURBVDhPlZRLTBNRFIbLyqVx5Q6U1rbGGFdudKEsTFhoYuhrqkmbKIaFxcYaX4kJRAgYSB8zU0DFRkSJiNKGNn0gpqBIRYECKWp4iK1oWmiRRqMGaHu8M51WxmlSOMmXO5m59z//OffO5eUPKNh/qnkHX2oWFMvubGde5o0CQSm+bS9m3ifGzEqRnKwXKQinECNCIgWZFGEkiDDzBWZu7hAr8SNoQYcQIwNo0Z/0otzslph6dp5ovMrheOPlXRKDnCfGyOu5Fv6PUEEA0TUM89++56SiwbG0BTESrjT1gXXgAwvP8CxQcYnojW5eDFFebwfTkzcsLA4/pJCYjvDEsmICOUGXIlaa4XCFhRY4hEZ1jY1+Tzk7r3fCPbufRWdfgHamI9zLtNgeNNnpm4GLuAdUN62QTKWgRNMGde2D8HoyxCQiodLogvvOcRZPve8Zsd60GOUCR829bRsB/WMfrK4lQGNwgWNoGoyolEyZ6lob1D0YZNHU/Y5b5rlbdugf+wze0XnoejEFrT1j9C4pq56lxZCzG3e9qOFzLF6OBxlnG8So/oQicQiGV0CNSp36tAjR+C84oGrJbsLJa52g0btYVLX2A+oKdwNi8d8wMRuhBRKJJMx8iQFfhmedNXQMweRchMXHYJTrjNqEZlR/tWUACePgnw6jHo7SIhlnx7TtcLq6m4XW6OY6y2SnjgH1XFRmhGJp2lX6GwEt1hH4uvSDRXj5J9fZZqDOX6nuIQtVjZVxtuFo5INy1u6egNX1BIu19STjbEtiJNS2vQJfYCEn6E9Z5AnlpoPo6jGgzM/RuPDv7uLClxGPiiTGMxspLDOdLZQayvlyvIS51bJB36pI8ChCixJY0PgWCa0wSSqZeTmCx/sLsNckLaREQQIAAAAASUVORK5CYII=') /*/Static/gfx/tmp/word.png*/;
}

.ui-autocomplete li.xls, .ui-autocomplete li.xlsx{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAABwlBMVEUAAAATcklHj28Pb090rJQddE0ScUoTcksUdUsTcUoTckoTcUkcdE0ZdEsUcklFjW4TckoXc0USckoTcUocc0wWckkScUpHj29Ym351rJUqgFwUckgTckoTckoScUoTckkTckkRcEoAf1Uffz8Pb0cTb0kTcEkSckkScUoScUkScEgAf38AAAATckoScUn///8RcEjt9PEScUgVcUmqzL7N4dikyLnW5t/4+/rZ6OLb6eO20cTl7+sXc0uix7fd6uT3+vkyg2BopIone1Xi7ulwqI8QcEgac0zm8OzC2tDg7ehnooiDs54UcEgfc0wPcEcRbkUUcEdGi2tKkXKx0MKBs52wz8Fam36Puqbm8OuGtaGHt6KhxbQxg1/2+vhKj29Ejm5Cjm5cm35QlXdSlnlenYCbw7G308cPb0a20sa+2M0yg19HjGw5hmQ7iGZkn4NHjWwdeFE5iGYVc0uBs56wz8Krzb+818sbc0wNbkWrzL3q8+/6/Pvo8e3o8u71+fe71sqpzL0Sckn1+fjM4diz0cQNbkR4rJVEj29Rl3l3q5NTmHsRb0cTcUkScEjR49s7h2U9iWhloIVCi2t1rZVqpIuVtA2MAAAALXRSTlMAp94Q9ZX0TiXRrOCXtEzd+Att/pZkfN349b8xdKHO7/xWBgggUIOw3OtGAgHdbj0DAAAA/UlEQVR4XmXOY3NEUQyA4ezWtm3mXCyN2rZt27b5f3vuTXfaTt8vmXkmMwkARAUGxAeHRCKGAwXRQf4xSIX58WJD40CD3sTLY6XziF/Gbiatt/fXgla1M2QPfHhWTC+vb2TdH+JnxyPKnV3Sqf6ErN1cXlGJiFXVF1fN72RPzza7A1F0utwWSx0Z1gsNyGtsMrS0tgkJijFjTa3IR1lPb1//AO0NDg2bR7iNjlnHJ+5UY1PTM7NzMuL8gmlxaZn2dDpcXVtHeWNT0m9tk3kTdwy79MsP7e0fHB5Jf4wl+iolJUNKalp6RqaKWT5q2aCUk5uXX1BYVAz/KikF6gubUkblDw8+AwAAAABJRU5ErkJggg==');
}

.ui-autocomplete li.pdf{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAAArlBMVEXjSkfiSEbkSUbiSEbiSUbjSUXhR0fkSUbiSUfjSETjSEbwnZzjRkTiQ0HjR0XmXVvjSUfxoaDkUU/re3noamjukI/0trXoaWjxo6LiRELlU1HnYV/iREHvl5XpcW/yrazvlpbyqqrrf37jR0TjRELkTUviRkTmX13renjmXVzyrKvvmpnoZmTlV1XmXFr1urrukpHvl5bxpKLmWVfoaGblVVPvlZTjSUjshoXsg4KMQV1UAAAACnRSTlNdkZi0tEJnV5k4LhCjEgAAAHNJREFUeF51z8UOw0AMRdEJlDwc5pSZuf//Y9mk6rhS7vJIlp5J3zFze8RSKNIFiwow5P4LgzeZYWDRH8g6RwDPogyC+w8knb4/Oly1AHGSzsWSc2hhPd6Ird7R/ffkcFTsdL5cb+b0zHtk3b9gGNhmw1EDPIoQ7uWef80AAAAASUVORK5CYII=');
}
        .ui-autocomplete li.statistical, .ui-autocomplete li.editorial {
            font-style: italic;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAglJREFUOBGVU89rE1EQnnm7SU22iQVjLBjBQqjiJmooLYhsTUhBoqCnngXveut/4KGgF4VePbQggnjwolilBqMgWLFqi3jwR9WkFiy0hmy7Nb5xnqVhCC3SBwvf+76ZeTPfe4sgVtbJD2n4cxEBcwS0HwnnAOhlKLpr9PXPRzUR2oKWQSdSw5GuZuI6gb6BiDUkug+AdwgpAIQzutkc6Q73fF38PT/bypQgEx0ccx1vKRvzzkve4FK61JFxBq+6UU+7nacK7TqYto24VbIMzjjeBMd9OZk4F5O8+jcz4uS7euWeFNqxHbIu8Vj7VoKVIakpYxjP/FySW+GZ5fIy82+JICd1ZdwmwKokt8MIUAWCA1JX5qrYbVeS22FCyCDSvNS5A5jmymeN21Jox9looQ+I0haqx1JTdsQeNeZ8W2hckYLE5p1obI6zXy/e1MvPpGYtrn6uJ8M9VSJ9LRk+2JuOHC5/Dz6ubgYdi3sDa37jAc9+BBDXUrt77/7wP9U3de5+Y/FDOs1BN/mUJL++98zWeO+yySnmpnl+m0c4jggfOggKr/zKgslUG+kAc43KQxWKs0lwgblJ/n6xYbcshcVZ/2l/3IoUuYMZvsZDAeJUv5PvNrmtDszmf2sgVtzj6/UpLnKU/xnuMlTYUQFzQF8snwi05iKU5SJPdlzAFMl1lvauU+O2jdblv842rv2V9er8AAAAAElFTkSuQmCC'); url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH3wQdCzcg33NCxQAAAl9JREFUOMutk79P20AcxV+ML+cfZ598BgfbIQE8WDEwFHAkYEBISGWChZEFiaHsFUyIpa1AYq34I/g/unVg6ljRtWICFQJB3y4xiipMaOmTbjjp6aP3/d47oE/1er3/qgFgAKoAKiWel2l1dfWNEGIXwCmAU9/3t9bX11t/DcrzPAuC4CiO40vTNAkAASDHcaher1+EYbg3PT3deBZSjJDneSaE+MIYIwCk6zqlaXozPj7eLcCMMVJKneV5PjwwXRAERwVscnLyp23b281mc0QpNSal3Gs0GrcAyLIsCoJgUyn1/M7iOL4sYADMPz2c84koim4AUKvV+r6wsOCU8TQhxK5pmqTrOtm2vV2yGs2yrE+appHrusQYWykDst5rUpqmN81mc6TMODc3txxFUbHTvSfT9Xes0+mwq6srowx4fX1tdLvdod61Uuar+L6/5TgOASDXdd8/ZRodHdUtyzoFQEopMgxjtiwhLS0tfZVS/gAAz/M+cM4nwjDUClOtVtPv7+/bUsp3ABCG4fna2tq3Z2sTx/F+tVolABTH8S/Lsj7Oz88vp2n61jTNz2EYPhZdSnkMgD8JGhsbAwDMzMw0fN8/s22bAJCmaRRFUTcIgkdQcYQQnSRJDgaWu91uD9dqtc0syy5c130EKKVoamrqXEp5LIToACDO+V2WZScDoVJKLC4uOoyxlUqlsg9g3zCM2Y2NDRMAT5LkgHN+1/uety+CDlKWZSe6rt8WSXvjV18NLZIKIR48z9vptebflSTJgRDigTFGnPNDAEOvnb7qed4O5/wwCIIQ/0laf7LfYdqX+211V50AAAAASUVORK5CYII=');
        }
.ui-helper-hidden-accessible {
    display:none;

}

.mfileExtension {
  height: 37px;
  width: 38px;
  float: left;
}
.mfileExtension.pdf {
  height: 36px;
  width: 38px;
  float: left;
  display : none\9; /* IE 8 Hack */
}

/* Pagination, from bootstrap */

.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;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #2b0a3d;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #ff304c;
        background-color: #000;
        border-color: #ddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ff304c;
        cursor: default;
        background-color: #eee;
        border-color: #ddd;
    }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* Sogeti color for pagination */
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover {
    color: #2b0a3d;
}

/* Result list */
ul.resultList {
  width: auto;
  height: auto;
  width: 100%;
  float: left;
  padding-left: 0;
  list-style:none;
}
ul.resultList a{
    display:block;
}

ul.resultList li {
  list-style: none;
  width: auto;
  height: auto;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  clear: both;
}
ul.resultList li a h3 , ul.resultList li a .hitRow p{
    color:#000;
}
ul.resultList li h3 {
    font-size: 24px; margin:0;
}
ul.resultList li p {
    margin: 8px 0 8px 0;  
}
ul.resultList li .case-item-box {
    margin: 0 0 4px 0;
    
}

.searchFilters {
    width:auto;
    height:auto;
    padding-bottom:20px;

}

#SearchFiltersColumn {
    width: auto;
    height: auto;
    padding-top: 25px;
    display: block;
    position: absolute;
    width: 25%;
}
#MobileSearchFilters {
    display:none;
}

#SearchFiltersColumn h4{
    margin-bottom:10px;
}
.searchFilters .searchLabel {
    color: #2b0a3d;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.searchFilters button {
    border: none;
    margin: 0 8px 8px 0;
    box-shadow: none;
    background-color: #2b0a3d;
    font-weight: normal;
    color: white;
    border-radius: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 19px;
}
.searchFilters button:hover {
    background-color:#555;
}
    .searchFilters button.active {
        background-color: #ff304c;
    }
.findPage .right-column-inner {
    padding-top:30px
}
.findPage .left-content-wrapper {
    min-height: unset;
}
ul.resultList .case-box-wrapper
{
	font-size: 13px;
 	line-height: 16px;
}
ul.resultList .case-box
{
	padding: 4px;
}

.sprite {
    background-image: url("/Static/gfx/iconsx2.png");
    background-size:42px 230px;
}

.sprite.docx, .sprite.doc {
    background-position: -6px -387px;
}

.sprite.xls, .sprite.xlsx {
    background-position: -6px -309px;
}

.sprite.ppt, .sprite.pptx {
    background-position: -6px -236px;
}

.sprite.pdf {
    background-position: -6px -424px;
    background : none\9; /* IE 8 Hack */
}

/* Calendar */
/*.eventListWrapper .contentTypeFilter {
    display:none !important;
}*/
.dp-highlight .ui-state-default {
    background: #ff304c !important;
    color: #fff !important;
}
#datepicker .dp-highlight-marked .ui-state-default, #datepicker .ui-widget-content .dp-highlight-marked .ui-state-default {
    background: #ff304c;
    border: 1px solid #ff304c;
    color: #FFF;
}
    #datepicker .dp-highlight-marked .ui-state-default.ui-state-hover, #datepicker .ui-widget-content .dp-highlight-marked .ui-state-default.ui-state-hover {
        background: #d6462c;
        border: 1px solid #d6462c;
        color: #FFF;
    }
#datepicker .dp-highlight-choosenmarked .ui-state-default, #datepicker .ui-widget-content .dp-highlight-choosenmarked .ui-state-default {
    background: #d6462c;
    border: 1px solid #d6462c;
    color: #FFF;
}
    #datepicker .dp-highlight-choosenmarked .ui-state-default.ui-state-hover, #datepicker .ui-widget-content .dp-highlight-choosenmarked .ui-state-default.ui-state-hover {
        border: 1px solid #ff304c;
        background: #ff304c;
        color: #FFF;
    }

#input1, #input2 {
    display:none;
}



.ui-datepicker {
    margin-bottom:10px;
    max-width:17em !important;
    width:auto !important;
    border-radius:0 !important;
}
    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 !important;
    }
    .ui-datepicker .ui-datepicker-header {
        background: #0070ad;
        color: #fff;
        border-color: #0070ad;
        outline: 5px solid #0070ad;
        border-radius: 0;
        font-weight: normal;
    }

#datepicker .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding:0;
}

#datepicker  .ui-datepicker td {
    border: 0;
    padding: 0;
}


    #datepicker .ui-datepicker-prev span {
    background: none;
}
#datepicker .ui-datepicker .ui-datepicker-prev-hover {
    left:2px;
    top:2px;
}
.ui-datepicker-prev:before {
    font-family: FontAwesome;
    content: "\f060";
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -10px;
    font-weight:normal;
}

#datepicker .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff304c;
    
}

#datepicker .ui-datepicker-next span {
    background-image: none;
}
#datepicker .ui-datepicker .ui-datepicker-next-hover {
    right:2px;
    top:2px;
}
.ui-datepicker-next:before {
    font-family: FontAwesome;
    content: "\f061";
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -10px;
    font-weight: normal;
}
#datepicker .ui-state-default, #datepicker .ui-widget-content .ui-state-default, #datepicker .ui-widget-header .ui-state-default {
    background: #fff;
}
#datepicker .ui-widget-content .ui-state-default.ui-state-hover {
    border: 1px solid #999;
}
#datepicker .ui-state-hover,
#datepicker .ui-widget-content .ui-state-hover,
#datepicker .ui-widget-header .ui-state-hover,
#datepicker .ui-state-focus,
#datepicker .ui-widget-content .ui-state-focus,
#datepicker .ui-widget-header .ui-state-focus {
    border: 0;
    background: none;
    font-weight: normal;
    color: #000;
    cursor:pointer;
}
.loadMore {
    background-color: white !important;
    box-shadow: none !important;
    margin-top: 20px;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAADiUlEQVR4Xu2bu44TQRREaxMiJD6HhIwAEA/xA/wbOa8QkAh5fNCSIISEWrIla2XNeOyxfbvPmXR2ta6qM3W7e7w38UI7cINWr/gIABwCARAAuANw+TaAAMAdgMu3AQQA7gBcvg0gAHAH4PJtAAGAOwCXbwMIANwBuHwbQADgDsDl2wACAHcALt8GEAC4A3D5NoAAwB2Ay7cBBADuAFy+DSAAcAfg8m0AAYA7AJdvAwgA3AG4fBtAAOAOwOXbAAIAdwAu3wYQALgDcPk2gADAHYDLtwEEAO4AXL4NIABwB+DybQABgDsAl1+9Ae4n+d15RqU1VAbgUZJPSd4k+dIpBM+TvE3yKsmvihqqAtDC/5ykPT1/krzuEIIW/sck95LcJnlSEYKKAOyGv31oeoNgN/ythpIQVANgX/i9QbAv/LIQVAJgKvxeIJgKvyQEVQA4JPzqELxI8mEz8+fWe2XGQQUAloRfFYIl4ZdqggoAfEvyeO6R2XO/ysLwmPC3cr4meXqE9tV+pQIAD5I0Ix4eoeraEJwS/s9N+G0cXO2qAEAT3yME3YffjK8CQG8QDBF+NQB6gWCY8CsCUB2Cl0neH7jVuzvXS8z8ux+q0gjY/WwV1wTDhV+1AbYgVIJgyPCrA1BlHJwS/o8kzzZvA6+21Zv6w1VHQJVxMHT4PTTANcfB8OH3BMClx0H7Bs+7I1f75Wt/t157GAGXHgeY8HtrgEuMA1T4vQJwrnGAC79nANaGABl+7wCsBUH71u4pC772Pr/b/13obRG470zj1BPD5kGDYOnVVvtdhz9CA6yxMFwafPv5IcIfCYBTx8ESCIYJfzQALgHBUOGPCMA5IRgu/FEBOAcEQ4Y/MgBrQjBs+KMDsAYE3zfv87vd58+tbkc4B5jTeOw5wfDhExrg2HMCRPgkAJaMA0z4NAAOgQAVPhGAKQhw4VMB2AcBMnwyALsQ/B19qze1TSJsA6f0ty3iv57f58/tgefu0wGY82f4+wIwfMTTAgVAAOAOwOXbAAIAdwAu3wYQALgDcPk2gADAHYDLtwEEAO4AXL4NIABwB+DybQABgDsAl28DCADcAbh8G0AA4A7A5dsAAgB3AC7fBhAAuANw+TaAAMAdgMu3AQQA7gBcvg0gAHAH4PJtAAGAOwCXbwMIANwBuHwbQADgDsDl2wACAHcALt8GEAC4A3D5NoAAwB2Ay/8P4zq+gdh343QAAAAASUVORK5CYII=) no-repeat right center;
    background-size: 50px 50px;*/
    color: #0070ad;
    font-family:Ubuntu, Verdana;
    font-weight:600;
    padding-right: 50px;
    padding-left: 10px;
    font-size: 18px;
    border: solid 2px #0070ad;
    height: 60px;
    background: none;
    padding-right: 10px;
    width: 220px;
    border-radius: 30px;
    outline:none;
}


/* Be-Lux jobs page*/

div.belux-jobs a{
    color:#EE4427 ;
}

div.belux-jobs div {
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    /*margin-left: 40px;*/
}

div.belux-jobs div.domain {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    list-style-type: none;
    margin-left: 0;
    padding-top: 20px;
}

div.belux-jobs div.subcat {
    font-style: italic;    
    font-weight: bold;
    color: #000;
    padding-top: 20px;
    padding-bottom:5px;
}


    .mobile-contact {
        display:none !important;
    }
    .contact-header, .contact-content {
        display:block;
    }

.formMsg {
    color: #ff304c;
    font-weight: bold;
}





/***************************************************************************************/



.pufftextWrapper a.heroLink:hover{
    text-decoration:none;
}

#heroSlider.exit-left > div.heroItemWrapper.active-slide .heroItemInner {
    -webkit-transition: background-position 1700ms ease 50ms;
    transition: background-position 1700ms ease 50ms;
    background-size: 200% auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 0) 52%);
    background-position: right center;
}
#heroSlider.exit-left > div.heroItemWrapper .heroItemInner {
    background-position: left center;
}

#heroSlider.exit-right > div.heroItemWrapper.active-slide .heroItemInner {
    -webkit-transition: background-position 1700ms ease 50ms;
    transition: background-position 1700ms ease 50ms;
    background-size: 200% auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 0) 52%);
    background-position: left center;
}
#heroSlider.exit-right > div.heroItemWrapper .heroItemInner {
    background-position: right center;
}


#heroSlider > div.heroItemWrapper {
    display: block !important;
    overflow:hidden;
}
    #heroSlider > div.heroItemWrapper.temp-active-slide {
        z-index: 60 !important;
        opacity: 0 !important;
        -webkit-transition: transform 1050ms ease 50ms, opacity 500ms ease-in 0ms;
        -moz-transition: transform 1050ms ease 50ms, opacity 500ms ease-in 0ms;
        -o-transition: transform 1050ms ease 50ms, opacity 500ms ease-in 0ms;
        transition: transform 1050ms ease 50ms, opacity 500ms ease-in 0ms;
    }
#heroSlider.exit-left > div.heroItemWrapper.temp-active-slide {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
#heroSlider.exit-right > div.heroItemWrapper.temp-active-slide {
    -webkit-transform: translate(50%, 0%);
    -moz-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    -o-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
}
#heroSlider > div.heroItemWrapper.next-slide {
    opacity: 1 !important;
   /* background-color: rgba(0, 0, 0, 0.5);*/
}
#heroSlider > div.heroItemWrapper.active-slide {
    opacity: 1 !important;
    -webkit-transition: opacity 800ms ease 1000ms;
    -moz-transition: opacity 800ms ease 1000ms;
    -o-transition: opacity 800ms ease 1000ms;
    transition: opacity 800ms ease 1000ms;
}

#heroSlider > div.heroItemWrapper .pufftextWrapper {
    max-width: 1300px;
    margin: 0 auto;
    width: 95%;
    position: relative;
    min-height: 1px;
}

#heroSlider > div.heroItemWrapper .pufftext-small2 {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    font-size: 2.65vw;
    left: 0;
    padding: 0;
    margin: 0 90px;
}
#heroSlider > div.heroItemWrapper.temp-active-slide .pufftext-small2,
#heroSlider > div.heroItemWrapper.active-slide .pufftext-small2 {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 800ms ease-out 400ms;
    -moz-transition: transform 800ms ease-out 400ms;
    -o-transition: transform 800ms ease-out 400ms;
    transition: transform 800ms ease-out 400ms;
    opacity: 1;
    z-index: 50;
}

    #heroSlider > div.heroItemWrapper img {
        display: none;
    }

    #heroSlider > div.heroItemWrapper:first-of-type img {
        display: block;
    }


#heroSlider.loaded > div.heroItemWrapper img {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.2;
    -webkit-transition: all 900ms ease-out 300ms;
    -moz-transition: all 900ms ease-out 300ms;
    -o-transition: all 900ms ease-out 300ms;
    transition: all 900ms ease-out 300ms;
}
#heroSlider > div.heroItemWrapper.next-slide{

}
#heroSlider > div.heroItemWrapper.temp-active-slide img,
#heroSlider > div.heroItemWrapper.active-slide img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity: 1;
}

/* End Hero Slide animation*/
@media screen and (max-width : 1300px) and (min-width : 1024px) {
    body .hero-box-slide .pufftext-small2 {
        top: calc(48% - 300px);
        width: 43%;
    }
}
@media (max-width : 1024px) {
    body .hero-box-slide .bx-wrapper .bx-controls-direction a.bx-next:after {
        left: -10px;
    }

    body .hero-box-slide .bx-wrapper .bx-controls-direction a.bx-prev:after {
        left: 5px;
    }
    .hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a {
        height: 120px;
        width: 50px;
        top: calc(48% - 60px);
    }
    .hero-box.hero-box-slide .pufftext-small2 {
        top: calc(48% - 200px);
    }
}

@media (max-width: 768px) {
    .hero-box.hero-box-slide .hero-header #heroSlider > div.heroItemWrapper .pufftext-small2 {
        top: calc(48% - 152px);
        top: auto;
        bottom: 40px;
        left: auto;
        width: 80%;
        font-size: 2.95vw;
    }

    /*.hero-box.hero-box-slide .hero-header .bx-wrapper .bx-pager {
        background-color: rgba(0,0,0,0.2);
        bottom: 20px;
    }*/

    .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a.bx-next, .hero-box.hero-box-slide .bx-wrapper .bx-controls-direction a.bx-prev {
        background: rgba(255, 255, 255, 0.63);    
    }

    .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a {
        z-index:auto;
        text-indent: 0;
        height: 50px;
        bottom: 21px;
        top: auto;
        opacity: 1;
    }

        .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a:after {
            width: 20px;
            height: 20px;
            top: calc(50% - 10px);
        }

    .hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a.bx-next:after {
        border-top: 3px solid black;
        border-right: 3px solid black;
        left: -4px;
    }

    .hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a.bx-prev:after {
        border-bottom: 3px solid black;
        border-left: 3px solid black;
        left: 8px;
    }
}

@media (max-width : 480px) {
    .bx-wrapper .bx-controls {
        position: relative;
        margin-bottom: 10px;
        background: #2b0a3d;
    }
        .bx-wrapper .bx-controls .bx-controls-direction {
            height: 0px;
            position: absolute;
            top: 0;
            width: 100%;
            background: #2b0a3d;
        }
    .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a {
        /*height: 30px;
        margin-top: 0;
        background: #2b0a3d;*/
    }
        .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a.bx-next, .hero-box.hero-box-slide .bx-wrapper .bx-controls-direction a.bx-prev {
            height: 30px;
            margin-top: 0;
            top: 0;
            bottom: 0;
            background: #2b0a3d;
        }
        #heroSlider > div.heroItemWrapper .pufftextWrapper {
            width: 100%;
            min-height: 0;
        }

    .hero-box.hero-box-slide .hero-header #heroSlider > div.heroItemWrapper .pufftext-small2 {
        padding: 20px;
        background-color: #2b0a3d;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        /* top: auto; bottom: 35px; */
        top: 100%;
        /*background-color: rgba(0,0,0,0.7);*/
        margin: 0;
        width: calc(100% - 40px);
        height: 40px;
    }
    .hero-box-full .pufftext-medium {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        /* top: auto; bottom: 35px; */
        top: 100%;
        background-color: #2b0a3d;
        width: calc(100% - 40px);
        height: 60px;
        right: 0;
        font-size: 3.5vw;
    }
    .hero-box-full .centered-text {
        right: 0;
        margin-left: 0;
    }
    .pufftext-small2 .tx {
        color: #fff;
        background-color: #2b0a3d;
        box-shadow:none;
    }
    .pufftext-small2 .tx:before {
        background:transparent;
    }
    .hero-box-full .pufftext-medium .tx {
        background-color: transparent;
        color: #fff;
        box-shadow: none;
    }
        .hero-box-full .pufftext-medium .tx:before {
            width: 0;
        }
    .hero-box-full .pufftext-medium .case-box-wrapper {
        display: none;
    }
        .hero-box.hero-box-slide .hero-header #heroSlider > div.heroItemWrapper .pufftext-small2 .case-box-wrapper {
            display:none;
        }
            .hero-box.hero-box-slide .hero-header #heroSlider > div.heroItemWrapper .pufftext-small2 .case-box-wrapper .tx {
                text-shadow: none;
            }
    .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-pager {
        padding: 6px 0px 6px 0;
        bottom: 0;
        top: 0;
        height: 30px;
        background: #2b0a3d;
        min-width: 0;
        position: relative;
        margin: 0 auto;
    }
    .bx-wrapper .bx-pager .bx-pager-item {
        vertical-align:middle;
    }

    .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a:after {
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
    }

    .hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a.bx-next:after {
        left: 0px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }

    .hero-box-slide .hero-header .bx-wrapper .bx-controls-direction a.bx-prev:after {
        left: 8px;
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff;
    }

    .hero-bottom {
        margin-top: 60px;
    }
    .hero-box.hero-box-slide .hero-header .bx-wrapper .bx-viewport {
        overflow: visible !important;
        min-height: 0;
        margin-bottom: 40px;
    }
    #heroSlider > div.heroItemWrapper {
        overflow: visible;
    }
    .hero-box.hero-box-slide .hero-header #heroSlider > div.heroItemWrapper.temp-active-slide img,
    .hero-box.hero-box-slide .hero-header #heroSlider > div.heroItemWrapper.active-slide img {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .hero-box.hero-box-slide .pufftext-small2.Black a .tx {
        color: #2b0a3d;
        background-color:#fff;
        display: inline-block;
        margin-top:10px;
        font-family: Ubuntu Mono, Verdana;
        font-weight: bold;
        /*text-shadow: 0 0 40px rgba(0, 0, 0, 0.85);*/
    }
    .hero-box.hero-box-slide .hero-header #heroSlider > div.heroItemWrapper .heroItemInner {
        background-image: none;
    }

    #heroSlider.exit-left > div.heroItemWrapper.temp-active-slide {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    #heroSlider.exit-right > div.heroItemWrapper.temp-active-slide {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

.hero-box-slide {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 1300px;*/
    background-color: #fff;
    font-family: Ubuntu Mono;
    font-weight:bold;
}
    .hero-box-slide .pufftext-small2 {
        top: calc(48% - 389px);
        width: 60%;
        /*top: calc(48% - 300px);
        width: 43%;*/
    }
#heroSlider > div.heroItemWrapper .pufftext-small2.right-align {
    left: 50%;
}
    .hero-box-slide .cols.col-slider {
        width: 100%;
    }
    .hero-box-slide .pufftext-small2.White a .tx {
        color: white;
    }
.hero-box-slide .pufftext-small2.Black a {
    margin-left: 10px;
    display: block;
}
    .hero-box-slide .pufftext-small2.Black a .tx {
        color: #2b0a3d;
        background-color: #fff;
        text-shadow: none;
        display: inline;
        padding: 3px 0px;
        font-family: Ubuntu Mono, Verdana;
        font-weight: bold;
        text-transform: none;
        box-decoration-break: clone;
        box-shadow: 10px 0 0 white, -10px 0 0 white;
    }
    .hero-box-slide .pufftext-small2.Black a:hover,
    .hero-box-slide .pufftext-small2.White a:hover {
        text-decoration: none;
    }
    .hero-box-slide .bx-wrapper .bx-viewport {
        border: none;
        background: #fff;
        margin-bottom: -17px;
    }
    .hero-box-slide .bx-wrapper {
        margin: 0 auto 0px;
    }
/*Hero-Slider: Pager*/
        .hero-box-slide .bx-wrapper .bx-pager-wrapper {
            position: relative;
            margin: 0 auto;
            max-width: 1300px;
            width: 95%;
        }
        .hero-box-slide .bx-wrapper .bx-pager {
            background-color: #fff;
            min-width: 93px;
            width: auto;
            margin-left: 90px;
            padding: 12px 5px 4px 05px;
            bottom: 0;
        }
        .hero-box-slide .bx-wrapper .bx-pager.bx-default-pager a {
            background: #d2d2d2;
            width: 8px;
            height: 8px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            margin: 0 4px;
        }
            .hero-box-slide .bx-wrapper .bx-pager.bx-default-pager a:hover {
                background: #ddd;
            }
                .hero-box-slide .bx-wrapper .bx-pager.bx-default-pager a.active {
                    background: #ff304c;
                    border-color: #ff304c;
                }


/*Hero-Slider: Prev-Next buttons*/
        .hero-box-slide .bx-wrapper .bx-controls-direction a {
            text-indent: 0;
            /*height: 150px;
            width: 60px;
            top: calc(48% - 75px);*/
            height: 88.8px;
            width: 88.8px;
            top: calc(48% - 44.4px);
            background:none;
            background-color: #fff;
        }
        .hero-box-slide .bx-wrapper .bx-controls-direction a.bx-next,
            .hero-box-slide .bx-wrapper .bx-controls-direction a.bx-next {
                right: 0;
            }
            .hero-box-slide .bx-wrapper .bx-controls-direction a.bx-prev {
                left: 0;
            }

        .hero-box-slide .bx-wrapper .bx-controls-direction a:after {
            content: '';
            display: block;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: relative;
            width: 30px;
            height: 30px;
            top: calc(50% - 18px);
            margin-left: 10px;
        }
            .hero-box-slide .bx-wrapper .bx-controls-direction a.bx-next:after {
                border-top: 4px solid black;
                border-right: 4px solid black;
                left: 5px;
            }
            .hero-box-slide .bx-wrapper .bx-controls-direction a.bx-prev:after {
                border-bottom: 4px solid black;
                border-left: 4px solid black;
                left: 20px;
            }

/*--  SogetiModal------------------------- */ 
.modal.sogeti-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
/* Modal Content */

.sogeti-modal .modal-content {
    color: black;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    display: block;
}
/* The Close Button */

.sogeti-modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .sogeti-modal .close:hover, .sogeti-modal .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* END ---- SogetiModal ------------------ */ 

/*** Sideform*/

.sideform-wrapper {
    right: 6px;
    margin-bottom: 15px;
    position: fixed;
    top: 351px;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    z-index: 12000;
}
.sidebutton a {
    color: white;
    border-radius: 4px;
    background-color: #2b0a3d;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
}

.sideform{
    /*display:none;*/
    min-width:600px;
    margin:30px;
}
.box .EPiServerForms .Form__Element .Form__Element__Caption {
    display: inline-block;
    min-width: 15%;
    vertical-align: top;
}

.overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background-color:black;
    opacity:0.7;
}
.box {
    position: fixed;
    top: -1700px;
    left: 30%;
    right: 30%;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
    
   
}

    .box .box-content {
        margin: 7px;
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

a.boxclose {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}
    a.boxclose:hover {
        text-decoration: none;
    }
    a.boxclose:after {
        font-family: 'FontAwesome';
        content: '\f00d';
        font-size: 24px;
        display: inline-block;
        color: #aaa;
        margin-left: -17px;
        margin-top: 12px;
    }

.box .EPiServerForms .Form__Element {
    margin: 0 0 10px 0;
}
.box h2 {
    margin: 0 0 10px 0;
}
    .box h1 {
    border-bottom: 1px dashed #7F7F7F;
    margin: -20px -20px 0px -20px;
    padding: 10px;
    background-color: #FFEFEF;
    color: #EF7777;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

.box .FormCaptcha img {
    display: block;
    margin: 10px 0;
    max-width: 90%;
}


/*Personlistning*/

div.person-list-wrapper p{
    margin:0;
}
div.person-list-item{
    margin-bottom:20px;
}
div.person-list-image {
    width: 30%;
    min-width: 150px;
    float: left;
}
p.person-list-name{
    font-weight:bold;
}

div.person-list-item q {
   
    quotes: "\201C""\201D""\2018""\2019";
    font-style:italic;
    /*padding: 10px 20px;
    line-height: 1.4;*/
}
q:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -5px;
    position: relative;
    top: 5px;
    color: #000;
    font-size: 1.5em;
}

q:after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 5px;
    position: relative;
    top: 5px;
    color: #000;
    font-size: 1.5em;
}
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #cedbe6 url(/Static/img/playvideo2.png) center center no-repeat;
    background-size: 20%;
}

    .embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*Case study block*/
.caseStudy {
    width: 100%;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
    box-shadow: 0 10px #d9e6ee;
}
    .caseStudy.noTopMarg {
        margin-top:0;
    }
    .caseStudy .topImage {
        margin-top: -125px;
        width: 250px;
    }
    .caseStudy .blockHeading {
        padding: 0 20px;
        font-size: 150%;
        text-align: center;
        margin: 20px 0 0 0;
    }

    .caseStudy .blockContent {
        text-align: left;
    }
    .caseStudy .flexwrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .caseStudy .flexwrapper .flex {
        flex: 1 1 43%;
        padding: 20px;
    }
        .caseStudy .flexwrapper .imgPart {
            justify-content: center;
            display: flex;
        }
    .caseStudy .flexwrapper .bodyPart.imageleft {
        order: 2;
    }
    .caseStudy .flexwrapper .imgPart img {
        align-self: center;
        max-width:100%;
    }

    .caseStudy.bg-text-red {
        background: #ff304c;
    }
    .caseStudy.text-red {
        color: #ff304c;
    }
    .caseStudy.bg-text-white {
        background: #fff;
    }
    .caseStudy.text-white {
        color: #fff;
    }
    .caseStudy.bg-text-purple {
        background: #2b0a3d;
    }
    .caseStudy.text-purple {
        color: #2b0a3d;
    }
    .caseStudy.bg-text-blue {
        background: #0070AD;
    }
    .caseStudy.text-blue {
        color: #0070AD;
    }
    .caseStudy.bg-text-vibrantblue {
        background: #12ABDB;
    }
    .caseStudy.text-vibrantblue {
        color: #12ABDB;
    }
    .caseStudy.bg-text-lightgrey {
        background: #ECECEC;
    }
    .caseStudy.text-lightgrey {
        color: #ECECEC;
    }
    .caseStudy.bg-text-darkgrey {
        background: #636363;
    }
    .caseStudy.text-darkgrey {
        color: #636363;
    }

/*serviceblockbase*/
.containerblock {
    margin-bottom: 40px;
}
.serviceblock-container {
    display: flex;
    flex-wrap:wrap;
    position: relative;
    margin: 0 -15px;
    justify-content: center;
}
    .serviceblock-container .serviceblockimage,
    .serviceblock-container .serviceblocknoimage{
        flex-basis: calc(33.33333% - 30px);
        width: calc(33.33333% - 30px);
        display: flex;
        padding: 0 15px;
        margin-bottom: 20px;
        min-width: 312px;
    }
    .serviceblock-container.twoBlockRow .serviceblockimage,
    .serviceblock-container.twoBlockRow .serviceblocknoimage {
        flex-basis: calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .serviceblock-container.ExtraShadowMarg .serviceblockimage,
    .serviceblock-container.ExtraShadowMarg .serviceblocknoimage {
        margin-bottom: 30px;
    }

    .slick-slider .serviceblockimage, .slick-slider .serviceblocknoimage {
    flex-basis: calc(33.33333% - 30px);
    width: calc(33.33333% - 30px);
    display: flex !important;
    height:100%;
    padding: 0;
    margin-bottom: 0;
}
    .serviceblock-container a:hover,
    .slick-slider a:hover {
        text-decoration: none;
    }
    .serviceblock-container .blockText,
    .slick-slider .blockText {
        padding: 25px 40px 25px 25px;
    }
    .serviceblock-container img.linkImage {
        position: absolute;
        right: -30px;
        top: calc(50% - 30px);
        width: 60px;
        max-width: 60px;
        height: 60px;
    }
.slick-slider img.linkImage {
    display:none;
}

    .serviceblock-container .blockText p.blockHeading,
    .slick-slider .blockText p.blockHeading {
        font-weight: bold;
    }
    .serviceblock-container .twobox .blockText,
    .serviceblock-container .threebox .blockText,
    .slick-slider .twobox .blockText,
    .slick-slider .threebox .blockText {
        padding-right: 25px;
    }
    .serviceblock-container .bg-transparent,
    .slick-slider .bg-transparent {
        background: transparent;
    }
        .serviceblock-container .bg-transparent .linkImage,
        .slick-slider .bg-transparent .linkImage {
            display: none;
        }
        .serviceblock-container .bg-transparent .blockText,
        .serviceblock-container .bg-transparent .alignbottom,
        .slick-slider .bg-transparent .blockText,
        .slick-slider .bg-transparent .alignbottom {
            padding-left: 0;
            padding-right: 0;
        }

    .serviceblock-container .onebox,
    .serviceblock-container .twobox,
    .serviceblock-container .threebox,
    .serviceblock-container .fourbox,
    .slick-slider .onebox,
    .slick-slider .twobox,
    .slick-slider .threebox,
    .slick-slider .fourbox {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        position: relative;
    }
        .serviceblock-container .onebox.hastopimage,
        .serviceblock-container .twobox.hastopimage,
        .slick-slider .onebox.hastopimage,
        .slick-slider .twobox.hastopimage {
            margin-top: 100px;
        }

        .serviceblock-container .onebox > a,
        .slick-slider .onebox > a {
            display: flex;
            flex-direction: column;
        }
    .serviceblock-container a .blockTopimage-wrapper,
    .slick-slider a .blockTopimage-wrapper {
        position: relative;
        flex: 0 0 auto;
    }
    .serviceblock-container a .hover,
    .slick-slider a .hover {
        transition: .5s ease;
        opacity: 0;
        display: block;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.3);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    .serviceblock-container a:hover .hover,
    .slick-slider a:hover .hover {
        opacity: 1;
    }

    .serviceblock-container .blockTopimage,
    .slick-slider .blockTopimage {
        width: 100%;
        flex: 0 0 auto;
    }
/*div[data-slides="1"] .slick-slider .blockTopimage {
    display:none;
}*/

    .serviceblock-container .twobox img.topImage,
    .serviceblock-container .onebox img.topImage,
    .slick-slider .twobox img.topImage,
    .slick-slider .onebox img.topImage {
        width: 150px;
        align-self: center;
        margin-top: -75px;
    }

    .serviceblock-container .bottomShadow,
    .slick-slider .bottomShadow {
        box-shadow: 0 10px #d9e6ee;
    }

.alignbottom {
    margin-top: auto;
    padding: 25px;
    flex: 0 0 auto;
}
.alignbottom .bottomContent {
    word-wrap: break-word;
}
    .alignbottom .bottomHeading {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .alignbottom .linkbutton {
        display: inline-block;
        padding: 12px;
        min-width: 115px;
        text-align: center;
        line-height: 1;
        transition: all .5s ease;
    }
        .alignbottom .linkbutton:hover{
            text-decoration:none;
        }
        .alignbottom .linkbutton.ctaRound {
            border-radius: 100px;
            border: 2px solid;
        }
    .alignbottom .ctabutton-wrapper{
        width:100%;
    }
    .alignbottom .ctabutton-wrapper.ctacenter {
        text-align:center;
    }
        .alignbottom .ctabutton-wrapper.ctaleft {
            text-align: left;
        }
        .alignbottom .ctabutton-wrapper.ctaright {
            text-align: right;
        }
    .alignbottom a.linkbutton.text-red {
        border-color: #ff304c;
        color: #ff304c;
    }
    .alignbottom a.linkbutton.text-white {
        border-color: #fff;
        color: #fff;
    }
    .alignbottom a.linkbutton.text-purple {
        border-color: #2b0a3d;
        color: #2b0a3d;
    }
    .alignbottom a.linkbutton.text-blue {
        border-color: #0070AD;
        color: #0070AD;
    }
    .alignbottom a.linkbutton.text-vibrantblue {
        border-color: #12ABDB;
        color: #12ABDB;
    }
    .alignbottom a.linkbutton.text-lightgrey {
        border-color: #ECECEC;
        color: #ECECEC;
    }
    .alignbottom a.linkbutton.text-darkgrey {
        border-color: #636363;
        color: #636363;
    }

/*.alignbottom a.linkbutton.ctaRound.text-red:hover, .startpageblock-wrapper .content a.text-red:hover {
    background: #ff304c;
    border-color: #ff304c;
    color: #fff;
}

.alignbottom a.linkbutton.ctaRound.text-white:hover, .startpageblock-wrapper .content a.text-white:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}*/

/*.alignbottom a.linkbutton.ctaRound.text-purple:hover, .startpageblock-wrapper .content a.text-purple.ctaRound:hover {
    background: #2b0a3d;
    border-color: #2b0a3d;
    color: #fff;
}*/

/*.alignbottom a.linkbutton.ctaRound.text-blue:hover, .startpageblock-wrapper .content a.text-blue.ctaRound:hover {
    background: #0070AD;
    border-color: #0070AD;
    color: #fff;
}

.alignbottom a.linkbutton.ctaRound.text-vibrantblue:hover, .startpageblock-wrapper .content a.text-vibrantblue.ctaRound:hover {
    background: #12ABDB;
    border-color: #12ABDB;
    color: #fff;
}

.alignbottom a.linkbutton.ctaRound.text-lightgrey:hover, .startpageblock-wrapper .content a.text-lightgrey.ctaRound:hover {
    background: #ECECEC;
    border-color: #ECECEC;
    color: #333;
}

.alignbottom a.linkbutton.ctaRound.text-darkgrey:hover, .startpageblock-wrapper .content a.text-darkgrey.ctaRound:hover {
    background: #636363;
    border-color: #636363;
    color: #fff;
}*/

.serviceblock-container .serviceblockimage .link-wrapper,
.slick-slider .serviceblockimage .link-wrapper {
    height: 100%;
}
.serviceblock-container .linkwrapper, 
.slick-slider .linkwrapper {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    position: relative;
}
    .serviceblock-container .linkwrapper.nobottom,
    .slick-slider .linkwrapper.nobottom {
        height: 100%
    }
.serviceblock-container .serviceblocknoimage .linkwrapper,
.slick-slider .serviceblocknoimage .linkwrapper {
    flex: 1 0 auto;
}
.block-slider .bg-text-red, .serviceblock-container .bg-text-red, .serviceblock-container .bg-text-red .linkwrapper, .alignbottom.bg-text-red, .alignbottom a.linkbutton.bg-text-red, .startpageblock-wrapper .content a.bg-text-red {
    background-color: #ff304c;
}

    .serviceblock-container .bg-text-red a.linkwrapper:hover,
    .slick-slider .bg-text-red a.linkwrapper:hover,
    .alignbottom a.linkbutton.bg-text-red:hover,
    .startpageblock-wrapper .content a.bg-text-red:hover {
        background-color: rgba(255, 48, 76, 0.8);
        text-decoration: underline;
    }

.block-slider .bg-text-white, .serviceblock-container .bg-text-white, .serviceblock-container .bg-text-white .linkwrapper, .alignbottom.bg-text-white, .alignbottom a.linkbutton.bg-text-white, .startpageblock-wrapper .content a.bg-text-white {
    background-color: #fff;
}

    .serviceblock-container .bg-text-white a.linkwrapper:hover,
    .slick-slider .bg-text-white a.linkwrapper:hover,
    .alignbottom a.linkbutton.bg-text-white:hover,
    .startpageblock-wrapper .content a.bg-text-white:hover {
        background-color: rgba(255, 255, 255, 0.6);
        text-decoration: underline;
    }

.block-slider .bg-text-purple, .serviceblock-container .bg-text-purple, .serviceblock-container .bg-text-purple .linkwrapper, .alignbottom.bg-text-purple, .alignbottom a.linkbutton.bg-text-purple, .startpageblock-wrapper .content a.bg-text-purple {
    background-color: #2b0a3d;
}

    .serviceblock-container .bg-text-purple a.linkwrapper:hover,
    .slick-slider .bg-text-purple a.linkwrapper:hover,
    .alignbottom a.linkbutton.bg-text-purple:hover,
    .startpageblock-wrapper .content a.bg-text-purple:hover {
        background-color: rgba(43, 10, 61, 0.8);
        text-decoration: underline;
    }

.block-slider .bg-text-blue, .serviceblock-container .bg-text-blue, .serviceblock-container .bg-text-blue .linkwrapper, .alignbottom.bg-text-blue, .alignbottom a.linkbutton.bg-text-blue, .startpageblock-wrapper .content a.bg-text-blue {
    background-color: #0070AD;
}

    .serviceblock-container .bg-text-blue a.linkwrapper:hover,
    .slick-slider .bg-text-blue a.linkwrapper:hover,
    .alignbottom a.linkbutton.bg-text-blue:hover,
    .startpageblock-wrapper .content a.bg-text-blue:hover {
        background-color: rgba(0, 112, 173, 0.8);
        text-decoration: underline;
    }

.block-slider .bg-text-vibrantblue, .serviceblock-container .bg-text-vibrantblue, .serviceblock-container .bg-text-vibrantblue .linkwrapper, .alignbottom.bg-text-vibrantblue, .alignbottom a.linkbutton.bg-text-vibrantblue, .startpageblock-wrapper .content a.bg-text-vibrantblue {
    background-color: #12ABDB;
}

    .serviceblock-container .bg-text-vibrantblue a.linkwrapper:hover,
    .slick-slider .bg-text-vibrantblue a.linkwrapper:hover,
    .alignbottom a.linkbutton.bg-text-vibrantblue:hover,
    .startpageblock-wrapper .content a.bg-text-vibrantblue:hover {
        background-color: rgba(18, 171, 219, 0.8);
        text-decoration: underline;
    }

.block-slider .bg-text-lightgrey, .serviceblock-container .bg-text-lightgrey, .serviceblock-container .bg-text-lightgrey .linkwrapper, .alignbottom.bg-text-lightgrey, .alignbottom a.linkbutton.bg-text-lightgrey, .startpageblock-wrapper .content a.bg-text-lightgrey {
    background-color: #ECECEC;
}

    .serviceblock-container .bg-text-lightgrey a.linkwrapper:hover,
    .slick-slider .bg-text-lightgrey a.linkwrapper:hover,
    .alignbottom a.linkbutton.bg-text-lightgrey:hover,
    .startpageblock-wrapper .content a.bg-text-lightgrey:hover {
        background-color: rgba(236, 236, 236, 0.4);
        text-decoration: underline;
    }

.block-slider .bg-text-darkgrey, .serviceblock-container .bg-text-darkgrey, .serviceblock-container .bg-text-darkgrey .linkwrapper, .alignbottom.bg-text-darkgrey, .alignbottom a.linkbutton.bg-text-darkgrey, .startpageblock-wrapper .content a.bg-text-darkgrey {
    background-color: #636363;
}

    .serviceblock-container .bg-text-darkgrey a.linkwrapper:hover,
    .slick-slider .bg-text-darkgrey a.linkwrapper:hover,
    .alignbottom a.linkbutton.bg-text-darkgrey:hover,
    .startpageblock-wrapper .content a.bg-text-darkgrey:hover {
        background-color: rgba(99, 99, 99, 0.6);
        text-decoration: underline;
    }


/**/
    .block-slider .text-red, .serviceblocknoimage .text-red, .serviceblockimage .text-red, .serviceblocknoimage .text-red a, .serviceblockimage .text-red a, .startpageblock-wrapper .content a.text-red {
        color: #ff304c;
    }


.block-slider .text-white, .serviceblockimage, .serviceblocknoimage .text-white, .serviceblockimage .text-white, .serviceblocknoimage .text-white a, .serviceblockimage .text-white a, .startpageblock-wrapper .content a.text-white {
    color: #fff;
}

    .block-slider .text-purple, .serviceblocknoimage .text-purple, .serviceblockimage .text-purple, .serviceblocknoimage .text-purple a, .serviceblockimage .text-purple a, .startpageblock-wrapper .content a.text-purple {
        color: #2b0a3d;
    }

    .block-slider .text-blue, .serviceblocknoimage .text-blue, .serviceblockimage .text-blue, .serviceblocknoimage .text-blue a, .serviceblockimage .text-blue a, .startpageblock-wrapper .content a.text-blue {
        color: #0070AD;
    }

    .block-slider .text-vibrantblue, .serviceblocknoimage .text-vibrantblue, .serviceblockimage .text-vibrantblue, .serviceblocknoimage .text-vibrantblue a, .serviceblockimage .text-vibrantblue a, .startpageblock-wrapper .content a.text-vibrantblue {
        color: #12ABDB;
    }

    .block-slider .text-lightgrey, .serviceblocknoimage .text-lightgrey, .serviceblockimage .text-lightgrey, .serviceblocknoimage .text-lightgrey a, .serviceblockimage .text-lightgrey a, .startpageblock-wrapper .content a.text-lightgrey {
        color: #ECECEC;
    }

    .block-slider .text-darkgrey, .serviceblocknoimage .text-darkgrey, .serviceblockimage .text-darkgrey, .serviceblocknoimage .text-darkgrey a, .serviceblockimage .text-darkgrey a, .startpageblock-wrapper .content a.text-darkgrey {
        color: #636363;
    }

.hiddenShortcuts a {
    position: absolute;
    padding: 6px;
    background: #0070AD;
    color: #fff;
    text-decoration: none;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

    .hiddenShortcuts a:active, .hiddenShortcuts a:focus {
        z-index: 101;
        margin: 100px 15px 15px 15px;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }




/*Video*/
video#bgvid::-webkit-media-controls-overlay-play-button {
    display: none;
}

video#bgvid::-internal-media-controls-download-button {
    display: none;
}

.video_wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    background-color: #000;
}

.videoWrapper {
    width: 100%;
}

.video_wrapper .videoBackground {
    position: relative;
    min-width: 100%;
    width: 100%;
    /*cursor: pointer;*/
    display: block;
    z-index: 0;
   /* margin-top: 132px;*/
}

.jsVideoControl, .jsVideoControlYT {
    
    color: #fff;
    border-top-left-radius: 25px;
    min-width: 53px;
    min-height: 53px;
    font-size: 20px;
    width: auto;
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0;
    opacity:.8;
    z-index:1000;
}


.pause {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 8px;
    min-width: 44px;
    text-align: right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    color: #fff;
}

    .pause:before {
        content: '\f28c';
        font-family: Fontawesome;
        font-size: 25px;
    }

    .pause.play:before {
        content: '\f01d';
    }



.videopuff {
    height: 100%;
    z-index: 10;
    display: block;
}

    /*.videopuff.left {
    position: absolute;
    top: 0.1%;
}*/
    .videopuff.left .inner {
        left: 20px;
    }

    .videopuff.right .inner {
        right: 20px;
    }

    .videopuff .inner {
        background-color: #fff;
        padding: 10px;
        position: absolute;
        top: 50%;
        width: auto;
        max-width: 60%;
    }

        .videopuff .inner.nobg {
            background-color: transparent;
        }

    .videopuff.left .inner,
    .videopuff.right .inner {
        margin: 0;
    }

    .videopuff .inner a {
        text-decoration: none;
    }

        .videopuff .inner a:hover {
            text-decoration: underline;
        }

    .videopuff .inner h2 {
        margin: 0;
        font-size: 2rem;
    }

    .videopuff .inner p {
        margin-bottom: 0px;
    }

    .videopuff .inner .sub {
        display: none;
        font-size: 1.5rem;
    }


/*End Video*/
span.redDotsmall:after {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    color:#FF304C;
    margin-left:2px;
}
span.redDotmedium:after {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #FF304C;
    margin-left: 3px;
}
span.redDotlarge:after {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #FF304C;
    margin-left: 4px;
}

span.hugeText {
    font-size: 400%;
}

h2.ubm, h3.ubm {
    font-family: 'UbuntuMono Regular'
}
@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 1500px) {
	
.primary-inner {
	margin-top: -60px;
}
    .page-heading h1 {
        font-size: 4.4vw;
    }
.startpage-left-column {
    float:left;   
    
}
	
}

@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 1125px) {
    /*.country-list, .language-list {
        top: 80px;
    }

    .search-box-wrapper {
        top: 80px;
    }*/
}

@media only screen and (max-width: 1300px) {

    .primary-inner {
        margin-top: 0px;
    }

    .page-heading h1 {
        /*	font-size: 42px;
	line-height: 64px;
*/
    }

    ﻿.special-menu {
        display: none;
    }

    .image-box-text {
        font-size: 1.9vw;
    }

    .share-alternatives {
        left: 5px;
    }
}
@media only screen and (max-width: 1400px) {
    .share-alternatives {
        left: 5px;
        top:90px;
    }
}
@charset "UTF-8";
/* CSS Document */

/*@media only screen and (min-width: 1024px) and (max-width: 1160px) {
    body #header .main-menu {
        width: 88%;
    }
}*/

/* Fix för att hantera menyn i extremfallen om man zoomat i webbläsaren och har en väldigt lång lista av länkar*/
@media only screen and (min-width: 1161px)  and (max-height: 719px){

    #header .desktop_wrapper .mega-navbar ul.level2 > li {
        line-height:16px !important;        
    }
}
/* Fix för att hantera menyn i extremfallen om man zoomat i webbläsaren och har en väldigt lång lista av länkar*/
@media only screen and (min-width: 1024px) and (max-height: 500px) {


    #header .desktop_wrapper .mega-navbar ul.level2 > li {
        line-height: 12px !important;
        font-size: 70% !important;
    }
    #header .desktop_wrapper .mega-navbar span.heading {
        font-size: 95% !important;
        line-height: 30px !important;
    }
}

   
    @media only screen and (max-width: 1141px) {
        .pageimageblock:nth-child(3) .startpage-smallblock .pageImage {
            display: none;
        }
    }

    @media only screen and (max-width: 1180px) {
        #header .navbar-header .navbar-global span, #header .navbar-header .navbar-search span {
            display: none !important;
        }
    }

    @media only screen and (max-width: 1160px) {
        #header .navbar-header .navbar-global span, #header .navbar-header .navbar-search span {
            display: none !important;
        }
        /*body #header .main-menu {
        width: 100%;
    }*/
        #header .main-menu-desktop ul.level0 {
            margin-left: 15px !important;
        }
        #header .levellogo > div {
            margin-left: 15px !important;
        }

        #header .navbar-header {
            line-height: 90px;
            height: 90px;
            position: absolute;
            right: 0px;
        }

       
    }

    @media only screen and (max-width: 1024px) {
        /*New startpage*/
        .pufftext-startpage {
            position: relative;
            margin-top: 4%;
        }
        .pufftext-startpage .centered-startpage-text {
            max-width: 92%;
        }
        .startpage-image-wrapper img.techred {
            width: auto;
            height: 780px;
        }
        .grafic-startpage {
            position: relative;
            min-height: 605px;
            top: 0;
            left: -47px;
            margin: 0 auto;
        }
        .firstblock-grafic {
            display: none;
        }

        .highteclogo {
            display: none;
        }

        .hero-box {
            margin-top: 0px;
        }

        #left-column,.left-column {
            width: 69%;
        }


        #right-columnspecial {
            width: 31%;
        }

        .main-nav {
            position: absolute;
            top: 60px;
            background-color: #fff;
            width: 100%;
            border-bottom: 2px solid #ef4527;
        }
            /*.main-nav ul {
	    padding: 0 !important;
    }*/
            .main-nav > ul > li > span {
                line-height: 44px;
                color: #000;
            }

                .main-nav > ul > li > span.active {
                    line-height: 44px;
                }

            .main-nav > ul {
                margin: 1em 0;
                padding: 0 0 0 40px;
            }

            .main-nav li {
                border-bottom: solid 1px #f5f5f5;
            }

            .main-nav > ul > li {
                display: block;
                padding: 0 0px;
                border-bottom: solid 1px #f5f5f5;
            }

                .main-nav > ul > li > a {
                    color: #000;
                    line-height: 60px;
                    display: block;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-weight: bold;
                    margin: 0 10px;
                }

            .main-nav > ul li a {
                margin: 0 10px;
                line-height: 44px;
            }

            .main-nav a {
                color: #000;
                line-height: 30px;
                display: block;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: normal;
            }

            .main-nav > ul > li:first-child {
                margin-left: 0px;
            }

            .main-nav > ul > li.mnu-level1-selected > a {
                color: #ef4527;
            }

            .main-nav > ul > li.mnu-level1-selected {
                background-color: #000;
            }

        .top-navbar .main-nav .mnu-level2-selected {
            border-bottom: none 1px #eee;
            border-top: none 1px #eee;
            border-right: none 1px #fff;
        }

        .main-nav > ul > li > a:hover {
            color: #222;
        }



        .mega-drop {
            box-shadow: none;
        }

            .mega-drop ul.menu {
                column-count: auto;
                -moz-column-count: auto;
                -webkit-column-count: auto;
            }

                .mega-drop ul.menu > li {
                    background: none;
                    padding-left: 0;
                }

            .mega-drop .mega-heading {
                display: none;
            }

            .mega-drop ul.menu > li ul {
                padding: 0 0 0 40px;
                /*display: none;*/
            }

                .mega-drop ul.menu > li ul li {
                    font-size: 100%;
                }

                    .mega-drop ul.menu > li ul li:last-child {
                        border-bottom: 0;
                    }


        .mobile-nav {
            float: left;
            margin-top: 17px;
            display: block;
        }

        .mobil-nav {
            display: block;
        }
        /*.main-nav{
	display:none;
}*/
        #primary_content {
            width: 100%;
        }

        .page-heading {
            margin-left: 13px;
        }

        .page-heading-wrapper {
            left: 37px;
        }

        /*Mobile navigation*/

        /*.main-nav ul li {
	border-bottom:solid 1px #222;
}*/


        .mnu-header-level2 {
            text-transform: uppercase;
            margin: 20px 0 0 0;
        }

        .mnu-level2 {
            position: static;
            width: 100%;
            background-color: black;
            left: 0px;
            top: 16px;
            border-right: 1px none #eee;
            height: auto !important;
        }

        .special-menu {
            position: static;
            width: 70%;
            background-color: transparent;
            left: 200%;
            top: 16px;
        }

        .mnu-puffs {
            float: none;
            width: 40%;
            background-color: #000;
            padding: 10px;
            margin: 5px;
            color: #ffffff;
        }

        .mnu-level2 > li {
            width: 100%;
        }

        .mnu-level2.level3-is-visible > li {
            border-right: none 1px #eee;
        }

        .mnu-level3 {
            position: static;
            left: 100%;
            top: -14px;
            width: 100%;
            border-right: 1px none #eee;
            height: auto !important;
        }

        .mega-drop {
            background-color: #fff;
            height: 270px;
            width: 100%;
            position: static;
            left: 0;
            top: 60px;
            height: auto !important;
        }

        .mobil-nav > ul > li > a, .mobil-nav > ul > li > span, .mobil-nav .second-level-menu-item {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
        }

        .third-level-menu-heading {
            font-weight: bold;
            text-transform: uppercase;
        }

        .mobil-nav > ul > li > ul {
            margin-top: 0;
            padding-top: 0;
            margin-bottom: 0;
            padding-bottom: 0;
            padding-left: 0;
        }

            .mobil-nav > ul > li > ul a, .mobil-nav > ul > li > ul span {
                margin-left: 20px;
            }

        .mobil-nav li li {
            margin-left: 0;
            margin-right: 0;
        }

            .mobil-nav li li:last-child {
                border: none;
            }

        .mobil-nav {
            border-bottom: 2px #ff304c solid;
        }

            .mobil-nav .expandable {
                background-image: url(../img/pil-vertical.png);
                background-repeat: no-repeat;
                background-position-x: 100%;
                background-position-y: 50%;
            }

        .mnu-header-level2 {
            text-transform: uppercase;
            margin: 3px 0 0 0;
            font-size: 19px;
        }

        .col3.single .pufftext-medium {
            width: 43%;
        }

        /* Filter menu */
        .front-filter-showall {
            display: inline-block;
            vertical-align: top;
        }

        .mobile-filter-menu {
            background-color: #fff;
        }

        .index-left-column-inner {
            margin-left: 20px;
            margin-right: 20px;
        }

        .front-filter-wrapper {
            margin: -10px 0 0 0;
        }

        #index-right-column {
            width: calc(36% - 20px);
        }

        .front-filter-drop-down {
            position: relative;
            background-color: #fff;
            border-top: solid 1px #eee;
            border-bottom: solid 1px #eee;
        }

        .right-column-inner {
            margin-left: 50px;
        }

        .pufftext-medium {
            font-size: 3.8vw;
            width: 70%
        }

        .pufftext-small1, .pufftext-small2 {
            font-size: 1.95vw;
        }

        .front-filters > li > ul > li {
            display: block;
        }

        .front-filters > li:first-child > span, .front-filters > li:first-child > button {
            min-width: 110px;
        }

        .image-box-text {
            font-size: 1.9vw;
        }

        #datepicker, .datepickerHeader {
            display: none;
        }

        .box {
            left: 20%;
            right: 20%;
        }
    }

@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 900px) {
    .hero-box {
        margin-top: 0px;
    }
	.cols{
		width: 40%;}

		.cols.col3{
			display:none;
            width:100%;
            background-color: #fff;
		}
        .cols.col3 .pufftext-small1, .cols.col3 .pufftext-small2 {
            width: 44%;
        }
        .cols.col3 img{
            width:50%;
            margin-left: -2px;
        }
            .cols.col3 img.ViewFour3, .cols.col3 img.ViewThree2 {
                margin-left: 0px;
            }
            .cols.col3 img.ViewFour4, .cols.col3 img.ViewThree3 {
                float: right;
                margin-left: 0px;
            }
        .cols.col3.single img{
            margin-left: 0;
        }
        .cols.col1.big {
            width:33.333333%
        }
		.cols.col4{
			display:block;
			width:20%;
            position: absolute;
            right: 0;
		}
        .footer-margin-start , .footer-margin {
            margin: 40px 20px 0 20px;
        }
    .footer-content.empty {
        margin-bottom: 0;
    }
        .foot-cols{
			float:left;
			width:50%;
		}
		.link-lists-wrapper{
			float:left;
			width:50%;
		}
		.foot-cols.foot-col1{
			width:100%;
			float:none;
		}
		.foot-cols.foot-col2{
			width:100%;
			float:none;
		}
		.foot-cols.foot-col3{
			width:100%;
			float:none;
		}
		.foot-cols.foot-col4{
			width:50%;
		}	


		#left-column, .left-column{
			float:none;
			width:100%;
		}
    #right-column, .right-column {
        float: none;
        width: 100%;
    }
        #right-columnspecial {
            float: left;
            width: 100%;
            margin-top: 13px;
        }
    /*#index-left-column{
	    width:60%;
    }
    #index-right-column{
	    width:40%;
    }
    */#index-left-column{
	    float:none;
	    width:100%;
    }
    #index-right-column{
	    float:none;
	    width:100%;
    }

    .front-filter-showall{
	    display: inline-block;
	    vertical-align: top;
    }

    .mobile-filter-menu{
	    background-color: #fff;
    }

    .index-left-column-inner{
	    margin-left:20px;
	    margin-right:20px;
    }

    .front-filter-drop-down{
	    position: relative;
	    background-color: #fff;
	    border-top: solid 1px #eee;
	    border-bottom: solid 1px #eee;
    }

    .right-column-inner{
	    margin-left:50px;
    }
    .pufftext-medium{
	    font-size:3.8vw;
	    width:70%
    }

    .front-filters>li>ul>li{
	    display:block;
    }

    .index-list li:nth-child(1){
	    width:100%;
	    display:block;
	    border:none;
	    margin: 0;
    }
    .index-list li:nth-child(2){
	    width:100%;
	    display:-block;
	    border-top:solid 1px #CCCCCC;
	    margin:20px 0 0 0;
    }
    .index-list li:nth-child(1) .index-list-item-wrapper{
	    margin-right: 0;
	    display: table;
    }
    .index-list li:nth-child(2) .index-list-item-wrapper, .index-list li:nth-child(2) a {
        margin-left: 0;
        display: table;
    }
    .index-list li:nth-child(1) .index-list-item{
	    width:36%;
	    display: table-cell;
    }
    .index-list li:nth-child(2) .index-list-item{
	    width:36%;
	    display: table-cell;
    }
    .index-list li:nth-child(1) .puff-interactions{
	    right: 0%;
	    top: -12px;
	    background-image:none;
    }
    .index-list li:nth-child(2) .puff-interactions{
	    right: 0%;
	    top: -12px;
	    background-image:none;
    }
    .index-list li:nth-child(1) .index-item-header{
	    text-transform:uppercase;
    }
    .index-list li:nth-child(2) .index-item-header{
	    text-transform:uppercase;
    }
    .index-list li:nth-child(1) .index-list-item-text{
	    padding-left:10px;
    }
    .index-list li:nth-child(2) .index-list-item-text{
	    padding-left:10px;
    }
  

    .main-nav ul li {
	    border-bottom: solid 1px #f5f5f5;
    }
    .main-nav > ul > li {
	    display: block;
	    padding: 0 0;
    }
    .main-nav>ul>li>a {
	    color: #fff;
	    line-height: 60px;
	    display: block;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-weight:bold;
	    margin: 0 10px;
    }
    .main-nav>ul li a {
	    margin: 0 10px;
	    line-height:44px;
    }
    .main-nav a {
	    color: #000;
	    line-height: 30px;
	    display: block;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-weight:normal;
    }

    .main-nav>ul>li:first-child{
	    margin-left: 0;
    }
    .main-nav>ul>li.mnu-level1-selected>a {
	    color: #ef4527;
    }
    .main-nav>ul>li.mnu-level1-selected {
	    background-color:#000;
    }
    .top-navbar .main-nav .mnu-level2-selected {
	    border-bottom: none 1px #eee;
	    border-top: none 1px #eee;
	    border-right:none 1px #fff;
    }
    .main-nav>ul>li>a:hover {
	    color: #222;
    }
    .main-nav > ul {
	    margin: 1em 0;
	    padding: 0 0 0 40px;
    }

    .main-nav > ul > li > span {
        color: #000;
    }

    .mnu-header-level2{
	    text-transform: uppercase;
	    margin:3px 0 0 0;
	    font-size:19px;
	
    }
    .mnu-level2{
	    position: static;
	    width: 100%;
	    background-color: black;
	    left: 0;
	    top: 16px;
	    border-right: 1px none #eee;
	    height:auto!important;
    }
        .col3 .pufftext-small2 {
            top:0;
            left:50%;
        }
    .search-filters>li>ul>li{
	    display:none;
    }
    .search-filters>li>ul>li:first-child{
	    display:inline-block;
    }

    .related-list li{
	    width:50%;
    }
    .right-column-inner{
	    margin-right:45px;
    }
    .author-text{
	    display: block;
    }
    .pop-col1, .pop-col2, .pop-col3{
	    display:block;
	    padding:0;
    }
    .popup .pop-col3 {
        padding: 0;
    }
    .pop-col2 h2{
	    text-align: center;
	    border-bottom: solid 1px rgb(194, 194, 194);
    }
    .pop-col1{
	    text-align:center;
    }
    .contact-list-text{
	    display: block;
    }
    .contact-list img{
	    margin-right:20px;
    }
    .image-box-text{
	    font-size: 24px;
    }
    .right-column-inner{
	    margin-top:50px;
    }

    /* Start page */
    .startpage-left-column
    {
        /* Eliminates the empty space at the right */
        width: 100%;
        float:none;
    }
    #right-column.searchfilter, .right-column.searchfilter {
        display: none;
    }
    #SearchFiltersColumn {
        display:none;
    }
    #MobileSearchFilters {
        display:block;
        width: auto;
        height:auto;
        padding-top:10px;
    }

    .pageimageblock .startpage-smallblock .pageImage {
        display: none;
    }

}

@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 767px) {
    .serviceblock-container {
        margin: 0;
    }

        .serviceblock-container .serviceblockimage, .serviceblock-container .serviceblocknoimage {
            min-width: 100%;
        }

    .share-alternatives {
        top: 175px;
    }
    .mobile-nav {
	    float: right;
    }
    .wake-search span{
	    display:none;
    }
    .search{
	    line-height:40px;
	    margin-right:0px;
    }
    .search-box-wrapper{
	    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
	    width:100%;
	    top:80px;
	    right:0;
        z-index: 9999;
    }
    .search img {
	    margin-top: -2px;
    }
    .search-button{
	    top: 12px;
    }

    .logo1{
	    display:none;
    }
    .logo3{
	    display:none;
    }
    .logo2{
	    display:block;
	    margin-left:6px;
    }
    .logo2 img{
	    width:132px;
    }
    div[role="banner"] .logo2 {
	    top: 5px;
	    width: 132px;
	    position: absolute;
	    z-index: 2;
    }
    .top-navbar {
	    min-height: 40px;
        position: relative;
    }


    .hero-box{
        margin-top:0;
    }
    .mobile-nav {
	    margin-top: 8px;
    }
    .mobile-nav>img {
        width:79%;
    }
    #hero-header, .hero-header {
	    margin-top: 0px;
    }
    .main-nav, .mobil-nav{
	    top: 40px;
    }
    .pufftext-medium {
        font-size: 3.3vw;
    }
    .page-heading-wrapper{
	    position: static; 
	    left: 9px; 
	    width: 100%; 
	    top: 0; 
	    font-family: avenir; 
	    font-size: 23px; 
	    filter: blur(0px); 
	    height: auto; 
	    vertical-align: top;
    }
    .page-heading{
	    position: static; 
	    bottom: 0; 
	    left: 0;
	    margin-top: 50px;
	    margin-left:0px;
    }
    .page-heading h1{
	    background-color: transparent; 
	    padding-right:0px; 
	    color:#000; 
        text-transform:uppercase;
        font-weight:bold; 
	    padding-top: 3px;
	    font-size:32px;
	    margin-left:40px;

    }
        .page-heading h1:before {
            width:0;
        }
            .single-hero .puff-interactions{
	    top:50px;
    }
    span.hugeText {
        font-size: 46px;
    }
    #index-left-column{
	    float:none;
	    width:100%;
    }
    #index-right-column{
	    float:none;
	    width:100%;
    }
    .mobil-nav{
	    top:40px;
    }
    .header-country {
    margin-right: 12px;
    margin-top: 10px;
    }
    .header-country span{
	    display:none;
    }
    .country-list {
        top: 80px;
        width:100%;
    }
    .country-list ul a{
        line-height: 44px;

    }
    .country-list ul li{
        border-bottom:solid 1px #f5f5f5;
    }

    .hub-list li{
	    width:50%;
    }
    .portal-list li{
	    width:50%;
    }
    .portal-list :nth-child(3n+4) {
        clear:none;
    }
    .portal-list :nth-child(2n+3) {
        clear:both;
    }

    .grid-list li {
        width: 50%;
    }

    .grid-list :nth-child(3n+4) {
        clear: none;
    }

    .grid-list :nth-child(2n+3) {
        clear: both;
    }

    .xforms.block input {
        width:100%;
    }
    .xforms.block textarea {
        width:100%;
    }
    .xforms.block select {
        width:100%;
    }
    .hub-list li:nth-child(3n+4){
	    clear:none;
    }
    .hub-list li:nth-child(2n+3){
	    clear:both;
    }

    /* Related content */
    .related-content-left-column {
        width: 100%;
        display: block;
    }
    .related-content-right-column {
        width: 100%;
        display: block;
    }

    .google-map-width-small,
    .google-map-width-medium,
    .google-map-width-large {
        width: 100%;
    }

    /* High Tech specific */
    .top-navbar.hightech, 
    .mobil-nav.hightech { 
        min-height: 50px; 
    }
    .mobil-nav.hightech {
        top: 50px;
    }

        /* German specific */
    .top-navbar.german, 
    .mobil-nav.hightech { 
        min-height: 50px; 
    }
    .mobil-nav.german {
        top: 50px;
    }


    /* Tabs */
    #tabs .block {
        display: block;
        float: none;
    }

    /* Make sure images in filter list has the same size */
    .index-list-item {
        min-width: 150px;
    }

    /* Break long words in filter list */
    .index-list-item-case {
        word-break: break-all;
    }
    .leftBlockWrapper, .rightBlockWrapper {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .footer-content .copyright {
        width:100%;
        margin-bottom:15px;
    }
    .footer-social {
        line-height: 75px;
        text-align: center;
    }
    .footer-social .icons .block {
        display: inline-block;
        margin-left: 0;
        margin-right: 20px;
    }
    .box .EPiServerForms .Form__Element .Form__Element__Caption{
        min-width:100%;
    }

    .box {
        left: 15%;
        right: 15%;
    }

    /*New startpage*/
    .pufftext-startpage {
        margin-left: 40px;
    }
    .primary-startpage .left-column-inner {
        margin: 0 40px;
    }

    .grafic-startpage {
        position: relative;
        min-height: 605px;
        top: 0;
        left: -20px;
        margin: 0 auto;
    }

    .footerattatch {
        width: 100%;
        margin: 0;
        background-size: 190%;
        background-position: 58% 6%;
    }
    .footerattatch .rightcontent {
        position: relative;
        margin-top: 30px;
        right: 0;
        text-align: left;
    }
    
}



@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 520px) {
    .bread-text {
        padding-left: 0;
    }


    .hero-bottom {
        margin-top: -4px;
    }


    /* Hide text area in mobile view*/
    .menuareatext {
        display: none;
    }

    .eventListWrapper {
        padding-left: 0;
    }

    .cols {
        width: 62.5%;
    }

        .cols.col1.big {
            width: 62.5%;
        }

        .cols.col2.big {
            width: 100%;
        }

        .cols.col3 {
            display: none;
            background-color: transparent;
        }

            .cols.col3 img {
                width: 100%;
            }

        .cols.col2-2 img {
            width: 100%;
        }

        .cols.col2 {
            display: none;
            width: 100%;
        }

        .cols.col2-2 {
            display: none;
            width: 100%;
        }

        .cols.col4 {
            display: none;
        }

    .foot-cols.foot-col4 .footer-content {
        /*margin-left: 20px;
        margin-right: 20px;
        border-left: none 1px white;
        border-top: solid 1px white;*/
        padding-left: 0px;
        padding-top: 20px;
    }

    .cols.col5 {
        display: block;
        width: 37.5%;
        position: absolute;
        right: 0;
    }

    .foot-cols {
        float: left;
        width: 100%;
    }

    .link-lists-wrapper {
        float: none;
        width: 100%;
    }

    .foot-cols.foot-col4 {
        width: 100%;
        float: none;
    }

    .right-column-inner {
        margin-left: 20px;
        margin-right: 20px;
    }

    .left-column-inner {
        margin-left: 20px;
        margin-right: 20px;
    }

    .index-left-column-inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    .page-heading-wrapper h1 {
        margin-left: 0;
        margin-right: 20px;
    }

    .page-heading h1 span {
        left: 0;
    }

    .share-alternatives {
        display: block;
        /*padding-bottom:20px;*/
        word-spacing: -4px;
        position: relative;
        top: 0;
    }

    .sharesocialmediablock {
        float: left;
    }

    .share-alt {
        /*width:90px*/;
        /*height:23px;*/
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        color: #FFF;
        font-size: 16px;
        /*padding-top:40px;*/
        margin-right: 3px;
    }

    .bread-text {
        display: block;
        padding-top: 20px;
        clear: both;
    }

    .filter-item .bread-text {
        padding-top: 0;
        word-break: break-word;
    }

    .index-list-item-case {
        position: relative;
        bottom: 0;
    }

    .index-list li:nth-child(1) .index-item-header {
        text-transform: none;
        font-size: 100%;
    }

    .index-list li:nth-child(2) .index-item-header {
        text-transform: none;
        font-size: 100%;
    }

    .index-list li .index-item-header {
        text-transform: none;
        font-size: 100%;
    }

    .index-list-item-case .case-box-wrapper:nth-child(1) {
        background-color: #ff304c;
    }

    .index-list-item-case .case-box-wrapper:nth-child(2) {
        background-color: #000;
    }

    .index-list-item-case .case-item-box {
        margin-bottom: 0;
    }

    .index-list .puff-interactions {
        position: static;
    }

    .mobil-nav li {
        margin-left: -20px;
        margin-right: 20px;
    }

    .content-intro {
        font-size: 120%;
    }

    .pufftext-medium {
        font-size: 5.3vw;
        width: 90%;
    }

    .cols.col3 .pufftext-small1, .cols.col3 .pufftext-small2 {
        width: 70%;
    }

    .col3 .pufftext-small2 {
        top: 50%;
        left: 0;
    }

    .pufftext-medium {
        font-size: 6vw;
    }

    .pufftext-small1 {
        font-size: 6vw;
    }

    .pufftext-small2 {
        font-size: 6vw;
    }

    .col3.single .pufftext-medium {
        width: 70%;
    }

    .hub-text > div {
        display: none;
    }

    .portal-text > div {
        display: none;
    }

    .hub-list li {
        width: 100%;
        float: none;
        clear: both;
    }

    .hub-list img {
        width: 100%;
        height: auto;
    }

    .hub-item {
        width: 40%;
        float: left;
        margin-right: 20px;
    }

    .hub-list li:nth-child(1n) {
        clear: both !important;
    }

    .related-list li {
        width: 100%;
    }

    .mobile-contact {
        display: block !important;
        clear: both;
        padding-top: 10px;
    }

        .mobile-contact .box-header {
            clear: both;
        }

        .mobile-contact .social-items {
            clear: both;
            padding-top: 5px;
            margin-top: 0px;
        }

    .contact-header, .contact-content {
        display: none;
    }

    .mobile-contact .contact {
        border-bottom: solid 1px #b6b6b6;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .share-alternatives {
        word-spacing: 0px;
    }

    .grid-list li {
        width: 100%;
    }
    /*******sidebutton*******/

    .sideform-wrapper {
        right: 10px;
        margin-bottom: 0;
        transform: none;
        -webkit-transform: none;
        position: fixed;
        bottom: 0;
        right: 20px;
        top: unset;
    }

    .sidebutton a {
        font-size: 17px;
        padding: 3px;
        top: auto;
    }

    .box {
        left: 10%;
        right: 10%;
    }

    .sideform {
        min-width: 300px;
        margin: 30px;
    }

    .box .EPiServerForms .Form__Element .Form__Element__Caption {
        display: inline-block;
        min-width: 100%;
        vertical-align: top;
    }

    .box .EPiServerForms input[type="text"] {
        max-width: 95%;
    }

    /*New startpage*/
    .pufftext-startpage {
        margin-left: 20px;
    }
        .pufftext-startpage .link-wrapper a {
            padding: 20px 25px;
            margin-bottom: 10px;
        }
    .primary-startpage .left-column-inner {
        margin: 0 20px;
    }
    .startpageblock-wrapper .content {
        flex: 0 0 85%;
        word-break: break-word;
    }
    .startpageblock {
        background: no-repeat 75% 47% / cover;
    }
    .startpageblock-wrapper .content {
        display: none;
    }
        .startpageblock-wrapper .content.mobile {
            display: flex;
        }
    .footerattatch {
        background-size: 240%;
        background-position: 58% 6%;
    }
    .footerattatch .footer-primary-content {
        padding: 40px 20px;
    }
    
}
@media only screen and (max-width: 580px) {
    .grafic-startpage {
        position: relative;
        min-height: 426px;
        top: 0;
        left: -60px;
        max-width: 320px;
        max-height: 363px;
        margin: 0 auto;
    }
        .grafic-startpage img.phone {
            transform: translateX(0px) translateY(127px);
        }

        .grafic-startpage img.phone_chat_1 {
            opacity: 0;
            top: 139px;
            left: 151px;
            animation: phonechat1mobile 20s infinite;
            animation-delay: 5s;
        }

        .grafic-startpage img.phone_chat_2 {
            opacity: 0;
            top: 164px;
            left: 95px;
            animation: phonechat2mobile 20s infinite;
            animation-delay: 7s;
        }

        .grafic-startpage img.phone_chat_3 {
            opacity: 0;
            top: 219px;
            left: 91px;
            animation: phonechat3mobile 20s infinite;
            animation-delay: 9s;
        }

        .grafic-startpage img.foot_shadow {
            transform: translateX(287px) translateY(339px);
        }

        .grafic-startpage img.mans_foot {
            top: 347px;
            left: 313px;
        }

        .grafic-startpage img.man {
            transform: translateX(208px) translateY(83px);
        }
        .grafic-startpage img.mans_speech_bubble {
            transform: translateX(249px) translateY(4px);
            animation: speechbubblemobile 4s 1;
            animation-delay: 3s;
        }

        .grafic-startpage .speech_bubble_line_1 {
            top: 20px;
            left: 265px;
            animation: speechbubbletext1 8s 1;
            animation-delay: 3s;
        }

        .grafic-startpage .speech_bubble_line_2 {
            top: 35px;
            left: 265px;
            animation: speechbubbletext2 9s 1;
            animation-delay: 3s;
        }

        .grafic-startpage .speech_bubble_line_3 {
            top: 50px;
            left: 265px;
            animation: speechbubbletext3 10s 1;
            animation-delay: 3s;
        }
        .grafic-startpage img.media_block_b {
            display: none;
        }

        .grafic-startpage img.media_block_a {
            display: none;
        }

        .grafic-startpage img.woman_arm {
            display: none;
        }

        .grafic-startpage img.woman_on_pod {
            display: none;
        }

        .grafic-startpage img.robot_pod {
            display: none;
        }

        .grafic-startpage img.robot {
            display: none;
        }

        .grafic-startpage .roboteyes {
            display: none;
        }

        .grafic-startpage img.robotarm {
            display: none;
        }       

        .grafic-startpage .sinus_wave {
            display: none;
        }

        .grafic-startpage img.cloud {
            top: 34px;
            left: 63px;
        }
}
@keyframes phonechat1mobile {
    0% {
        opacity: 0;
        transform: scale(0.9);
        top: 152px;
        left: 136px;
    }

    10% {
        opacity: 1;
        transform: scale(1);
        top: 139px;
        left: 151px;
    }

    70% {
        opacity: 1;
        transform: scale(1);
        top: 139px;
        left: 151px;
    }

    80% {
        opacity: 0;
        transform: scale(1);
        top: 139px;
        left: 151px;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        top: 139px;
        left: 151px;
    }
}

@keyframes phonechat2mobile {
    0% {
        opacity: 0;
        transform: scale(0.9);
        top: 170px;
        left: 84px;
    }

    10% {
        opacity: 1;
        transform: scale(1);
        top: 164px;
        left: 95px;
    }

    70% {
        opacity: 1;
        transform: scale(1);
        top: 164px;
        left: 95px;
    }

    80% {
        opacity: 0;
        transform: scale(1);
        top: 164px;
        left: 95px;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        top: 164px;
        left: 95px;
    }
}

@keyframes phonechat3mobile {
    0% {
        opacity: 0;
        transform: scale(0.9);
        top: 228px;
        left: 77px;
    }

    10% {
        opacity: 1;
        transform: scale(1);
        top: 219px;
        left: 91px;
    }

    70% {
        opacity: 1;
        transform: scale(1);
        top: 219px;
        left: 91px;
    }

    80% {
        opacity: 0;
        transform: scale(1);
        top: 219px;
        left: 91px;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        top: 219px;
        left: 91px;
    }
}
@-webkit-keyframes speechbubblemobile {
    0% {
        opacity: 0;
        transform: translateX(249px) translateY(24px) scale(0.7);
    }

    80% {
        opacity: 0;
        transform: translateX(249px) translateY(24px) scale(1);
    }

    90% {
        opacity: .8;
        transform: translateX(249px) translateY(0px) scale(1);
    }

    100% {
        opacity: 1;
        transform: translateX(249px) translateY(4px) scale(1);
    }
}

/*New Cookie Consent*/
a.cookieSettings {
    background: rgba(255,255,255,.8);
}
#CookieConsent a.cookieSettings, .footer-content a.cookieSettings {
    background: none;
}
body #CookieConsent p {
    padding-bottom: 10px;
}

body.lock-scroll {
    overflow: hidden;
}

#CookieConsent {
    position: fixed;
    left: 0px;
    /*remove height,background and top not to disable the site, height: calc(100vh - 91px);*/
    top: 0;
    background: rgba(0, 0, 0, 0.44);
    height: 100vh;
    /*---*/
    width: 100vw;
    color: #fff;
    z-index: 9999;
}

.flexcontainer {
    display: flex;
}

#CookieConsent .consent_wrapper {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}

    #CookieConsent .consent_wrapper .text {
        margin-right: 20px;
        margin-bottom: 20px;
        max-height: 35vh;
        overflow: auto;
    }

        #CookieConsent .consent_wrapper .text p {
            margin-top: 0;
        }

#CookieConsent .consentcontent, #CookieConsent .settingscontent, #CookieConsent .cookie-policy {
    position: fixed;
    padding: 20px;
    bottom: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: #333;
    font-size: 1rem;
    background-color: #f3f3f3;
}

#CookieConsent .consentcontent, #CookieConsent .settingscontent, #CookieConsent .cookie-policy {
    max-height: calc(100vh - 80px);
}

#CookieConsent .cookie-policy-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 85px;
}

    #CookieConsent .cookie-policy-wrapper .policy-content {
        overflow-y: scroll;
        -ms-overflow-style: none;
        max-height: calc(100vh - 216px);
        overflow-x: hidden;
        position: relative;
    }

#CookieConsent .cookie-policy .cookie-policy-bottom-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

#CookieConsent .cookie-policy .cookie-policy-bottom {
    -webkit-box-shadow: 0 -6px 12px rgba(0,0,0,.12157);
    box-shadow: 0 -6px 12px rgba(0,0,0,.12157);
    padding: 30px 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
}

#CookieConsent .heading {
    font-size: 2.1rem;
    margin-bottom: 1rem;
}

#CookieConsent a {
    text-decoration: underline;
}

    #CookieConsent a:hover {
        text-decoration: none;
    }

#CookieConsent .buttons {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: column;
}

    #CookieConsent .buttons button, #CookieConsent .acceptCookie, .cookie-bottom-wrapper .button, .cookie-policy-bottom-wrapper .button {
        background: 0 0;
        color: #0070ad;
        border: 1px solid #0070ad;
        display: inline-block;
        min-width: 200px;
        border-radius: 100px;
        text-align: center;
        transition: all .5s ease;
        padding: 12px;
        line-height: 18px;
        cursor: pointer;
    }

    #CookieConsent .buttons button {
        margin-bottom: 16px;
        min-width: 270px;
    }

        #CookieConsent .buttons button:hover, #CookieConsent .acceptCookie:hover, .cookie-bottom-wrapper .button:hover, .cookie-policy-bottom-wrapper .button:hover {
            background: #0070ad;
            color: #fff;
            border-color: #0070ad;
        }

            #CookieConsent .buttons button.acceptCookie:hover {
                background: #4896c1;
                color: #fff;
                border: 1px solid #4896c1;
            }

#CookieConsent .cookie-bottom-wrapper .button:first-child, #CookieConsent .cookie-policy-bottom-wrapper .button:first-child {
    margin-right: 40px;
}


.cookieform {
}

.cookie-time-text {
    color: #8a8a8a;
    margin-top: 10px;
}

.cookie-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    /*-ms-overflow-style: none;*/
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 83px;
    /*max-height: calc(100vh - 203px);*/
    max-height: calc(100vh - 258px);
}

.cookie-bottom {
    -webkit-box-shadow: 0 -6px 12px rgba(0,0,0,.12157);
    box-shadow: 0 -6px 12px rgba(0,0,0,.12157);
    padding: 30px 18px;
    position: absolute;
    left: 0;
    border-radius: 3px;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.cookie-bottom-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.cookie-form-control {
    margin-bottom: 2.4rem;
    position: relative;
}

#CookieConsent input.input-checkbox:active + label, #CookieConsent input.input-checkbox:focus + label {
    outline: 1px solid #555;
}

#CookieConsent .input-checkbox, #CookieConsent .input-radio {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    #CookieConsent .input-checkbox + .label, #CookieConsent .input-radio + .label {
        padding-bottom: 0.2rem;
        padding-left: 3.8rem;
        position: relative;
        text-align: left;
    }

        #CookieConsent .input-checkbox + .label::before, #CookieConsent .input-radio + .label::before {
            content: "";
            width: 24px;
            height: 24px;
            border: 1px solid #000;
            box-shadow: 5px 5px 0 0 rgba(43,10,61,.2);
            font-size: 1.25rem;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: 1px;
            margin-right: 16px;
            margin-bottom: 5px;
            transition: .5s all;
        }

    #CookieConsent .input-checkbox:checked + .label::before, #CookieConsent .input-radio:checked + .label::before {
        border-color: #0076b0;
    }

    #CookieConsent .input-checkbox:checked + .label::before {
        content: "";
        border: 1px solid #000;
        box-shadow: 5px 5px 0 0 rgba(43,10,61,.2), inset 0 0 0 5px #fff;
        background: #2b0a3d;
    }


.cookie-label {
    display: block;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.6rem;
}

#CookieConsent .input-checkbox:disabled + .label::before, #CookieConsent .input-radio:disabled + .label::before {
    content: "";
    background: #a9a9a9;
    border-color: #a9a9a9;
    box-shadow: 5px 5px 0 0 rgb(43 10 61 / 8%), inset 0 0 0 5px #fff;
}

#CookieConsent .input-checkbox + .label, #CookieConsent .input-radio + .label {
    padding-bottom: 0.2rem;
    padding-left: 0;
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
}

.cookiereplacementtext {
    font-weight: normal;
    color: #555;
    font-size: 1rem;
}
    .cookiereplacementtext a.cookieSettings, .cookiereplacementtext a.cookieSettings:hover {
    background: transparent;
    color: #555;
    text-decoration: underline;
}

/*Media for cookieconsent*/

@media only screen and (max-width: 520px) {
    .cookie-wrapper {
        /*margin-bottom: 138px;*/
        margin-bottom: 157px
    }

    #CookieConsent .buttons span, #CookieConsent .acceptCookie, .cookie-bottom-wrapper .button, .cookie-policy-bottom-wrapper .button {
        min-width: 200px;
    }

    #CookieConsent .cookie-policy-wrapper {
        margin-bottom: 138px;
    }

    #CookieConsent .cookie-bottom-wrapper, #CookieConsent .cookie-policy-bottom-wrapper {
        flex-direction: column;
    }

        #CookieConsent .cookie-bottom-wrapper .button:first-child, #CookieConsent .cookie-policy-bottom-wrapper .button:first-child {
            margin-right: 0;
            margin-bottom: 10px;
        }

    #CookieConsent .input-checkbox + .label, #CookieConsent .input-radio + .label {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 900px) {
    #CookieConsent .flexcontainer {
        flex-direction: column;
    }
}
.simply-countdown {
	overflow: hidden;
	display: table;
	font-family: 'Arial', sans-serif
}
.simply-countdown > .simply-section {
	width: 100px;
	height: 80px;
	padding: 2px 0;	
	text-align: center;
	margin: 15px 8px 15px 0;
	float: left;
	background: #2b0a3d;
	color: #fff;
	text-transform: uppercase;
}
.simply-countdown > .simply-section .simply-amount, .simply-countdown > .simply-section .simply-word {
	display: block;
	text-align: center
}
@charset "UTF-8";#header{position:relative;z-index:98;height:80px;width:100%;}#header .desktop_wrapper{position:relative;z-index:98;width:100%;}#header .desktop_wrapper .desktop_firstrow{position:relative;z-index:98;line-height:80px;height:80px;display:flex;width:100%;justify-content:space-between;align-items:stretch;}#header .country-list,#header .language-list{top:80px;}#header .search-box-wrapper{top:80px;}#header .levellogo{display:none;}#header .main-menu-desktop{display:none;}#header .navbar-header{height:80px;line-height:80px;color:#0070ad;font-weight:600;display:inline-block;position:relative;width:100%;margin-left:auto;}#header .navbar-header .navbar-brand{line-height:80px;float:left;padding-left:16px;}#header .navbar-header .navbar-brand img{height:40px;}#header .navbar-header .navbar-brand img.cap{height:auto;width:130px;}#header .navbar-header .navbar-right{padding-right:15px;color:#2b0a3d;line-height:80px;float:right;}#header .navbar-header .navbar-right .sprite-globe{margin-right:-2px;}#header .navbar-header .navbar-right .navbar-search{padding-right:15px;padding-left:10px;}#header .navbar-header .navbar-right>div:not(.language-list){cursor:pointer;outline:0;display:inline-block;}#header .navbar-header .navbar-right div img{padding-left:5px;}#header .navbar-header .navbar-right div span{cursor:pointer;display:inline-block;vertical-align:middle;}#header .navbar-header .navbar-right div span:hover{text-decoration:underline;}#header .navbar-header .navbar-right div.navbar-global{padding-left:0;}#header .navbar-header .navbar-toggle{float:right;padding-right:25px;}#header .navbar-header .navbar-toggle img{width:18px;}#header .mega-navbar{display:none;margin-top:10px;}#header .mega-navbar span.heading{display:none;cursor:default;text-decoration:none;font-weight:bold;}#header .mega-navbar ul.level1{margin-left:-20px;background-color:#fff;}#header .mega-navbar ul.level1>li{margin-left:-20px;padding:10px 0 10px 56px;border-top:1px solid #f5f5f5;font-size:84%;font-weight:bold;}#header .mega-navbar ul.level1>li.selected{background-color:#d9d9d9 !important;}#header .mega-navbar ul.level1>li.has-children{background:url(/Static/img/plus.png) no-repeat right 16px top 14px;padding-bottom:0;}#header .mega-navbar ul.level1>li.has-children.expanded{background:url(/Static/img/minus.png) no-repeat right 16px top 20px;}#header .mega-navbar ul.level1>li>span{display:block;padding-bottom:10px;padding-right:30px;}#header .mega-navbar ul.level2{padding:0;margin:0 0 0 -36px;display:none;background-color:#fff;}#header .mega-navbar ul.level2>li{font-size:100%;font-weight:normal;padding:8px 0 8px 54px;border-top:1px solid #f5f5f5;}#header .mega-navbar ul.level2>li.current{text-decoration:underline;background-color:#ececec;}#header .mega-navbar .menu-block{border:none !important;width:calc(100% - 20px);page-break-after:always;-webkit-break-after:always;break-after:always;padding:0 !important;margin:0 !important;}#header .mega-navbar .info-text{font-size:80%;font-weight:normal;line-height:140%;margin:0 0 5px 0;content:" ";}#header .mega-navbar ul.level1>li.has-children.expanded ul.level2{display:block;}#header .mega-navbar .EPiServerForms{color:#2b0a3d;margin-left:20px;}#header .mega-navbar .EPiServerForms h2{display:block;margin:0 0 5px 0;font-size:100%;}#header .mega-navbar .EPiServerForms .Form__Element__Caption{font-weight:normal !important;}#header .mega-navbar .EPiServerForms .FormParagraphText{font-weight:normal !important;}#header .mega-navbar .EPiServerForms .Form__Element{margin:0 0 7px 0;font-size:90%;}#header .mega-navbar .EPiServerForms .Form__Element label{display:block;width:100% !important;font-weight:normal !important;}#header .mega-navbar .EPiServerForms .Form__Element input,#header .mega-navbar .EPiServerForms .Form__Element select,#header .mega-navbar .EPiServerForms .Form__Element textarea{width:90%;}#header .mega-navbar .EPiServerForms .Form__Element input[type="checkbox"]{width:13px;}#header .main-menu{display:none;background-color:#fff;color:#000;padding-top:15px;padding-bottom:15px;border-bottom:4px solid #fff;-webkit-transform-style:preserve-3d;}#header .main-menu.open{display:block;}#header .main-menu a{color:#0070ad;}#header .main-menu ul{padding:0;margin:0;}#header .main-menu ul.level0>li{border-top:1px solid #f5f5f5;padding:10px 0 10px 20px;font-weight:600;font-size:119%;}#header .main-menu ul.level0>li.has-children{background:url(/Static/img/plus.png) no-repeat right 18px top 17px;}#header .main-menu ul.level0>li.has-children.expanded{background:url(/Static/img/minus.png) no-repeat right 18px top 22px;}#header .main-menu ul.level0>li:first-child{border-top:0;}#header .main-menu ul.level0>li.expanded .mega-navbar{display:block;}#header .main-menu ul.level1{margin-left:-20px;background-color:#fff;}#header .main-menu ul.level1>li{margin-left:-20px;padding:10px 0 10px 56px;border-top:1px solid #f5f5f5;font-size:84%;}#header .main-menu ul.level1>li.selected{background-color:#d9d9d9 !important;}#header .main-menu ul.level1>li.has-children{background:url(/Static/img/plus.png) no-repeat right 16px top 14px;padding-bottom:0;}#header .main-menu ul.level1>li.has-children.expanded{background:url(/Static/img/minus.png) no-repeat right 16px top 20px;}#header .main-menu ul.level1>li>span{display:block;padding-bottom:10px;padding-right:30px;}#header .main-menu ul.level2{padding:0;margin:0 0 0 -36px;display:none;background-color:#fff;}#header .main-menu ul.level2>li{font-size:100%;font-weight:normal;padding:8px 0 8px 54px;border-top:1px solid #f5f5f5;}#header .main-menu ul.level2>li.current{text-decoration:underline;background-color:#ececec;}#header .main-menu .menu-block{border:none !important;width:calc(100% - 20px);page-break-after:always;-webkit-break-after:always;break-after:always;padding:0 !important;margin:0 !important;}#header .main-menu .info-text{font-size:80%;font-weight:normal;line-height:140%;margin:0 0 5px 0;content:" ";}#header .main-menu ul.level1>li.has-children.expanded ul.level2{display:block;}@media only screen and (min-width:767px){#header .navbar-header .navbar-right{float:right;line-height:80px;padding-right:20px;}#header .navbar-header .navbar-right .navbar-search{padding-right:20px;}#header .navbar-header .navbar-right .navbar-global .sprite-globe{margin-right:-2px;}#header .navbar-header .navbar-right div span{display:inline-block;}#header .navbar-header .navbar-toggle img{width:33px;}}@media only screen and (min-width:1024px){#header{position:fixed;width:100%;top:0;}#header .main-menu.open{display:none;}#header .country-list,#header .language-list{top:132px;}#header .search-box-wrapper{top:132px;}#header .desktop_wrapper{background-color:#fff;font-family:Ubuntu;border-bottom:solid 2px #d1d1d1;width:100%;}#header .desktop_wrapper .country-list,#header .desktop_wrapper .language-list{top:132px;}#header .desktop_wrapper .search-box-wrapper{top:132px;}#header .desktop_wrapper .navbar-header{line-height:90px;height:90px;display:inline-block;flex-grow:0;position:unset;width:auto;flex:1;}#header .desktop_wrapper .navbar-header .navbar-toggle{display:none;}#header .desktop_wrapper .navbar-header .navbar-brand{display:none;}#header .desktop_wrapper .navbar-header .navbar-right{height:90px;line-height:90px;z-index:100;}#header .desktop_wrapper .navbar-header .navbar-right .navbar-search{padding-right:40px;}#header .desktop_wrapper .navbar-header .navbar-right .navbar-global .sprite-globe{margin-right:5px;}#header .desktop_wrapper .mega-navbar{position:absolute;margin-top:0;top:132px;left:0;z-index:9998;background-color:#fff;width:100%;color:#0070ad;padding:20px 0 20px 20px;width:calc(100% - 20px);-webkit-box-shadow:0 7px 8px -5px rgba(100,100,100,.49);-moz-box-shadow:0 7px 8px -5px rgba(100,100,100,.49);box-shadow:0 7px 8px -5px rgba(100,100,100,.49);}#header .desktop_wrapper .mega-navbar.hover{display:block !important;}#header .desktop_wrapper .mega-navbar span.heading{display:none;font-size:125%;color:#000;line-height:40px;}#header .desktop_wrapper .mega-navbar ul li a:not(.cookieSettings){display:block;}#header .desktop_wrapper .mega-navbar ul.level1{-moz-column-count:4;-webkit-column-count:4;column-count:4;-moz-column-rule:1px solid #bbb;-webkit-column-rule:1px solid #bbb;column-rule:1px solid #bbb;-moz-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;padding-right:20px;margin-left:0;}#header .desktop_wrapper .mega-navbar ul.level1>li{background-image:none;background-size:22px 14px;background-repeat:no-repeat;background-position-y:5px;background-position-x:0;padding:0;margin:0 0 3px 0;line-height:28px;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;overflow:hidden;border-top:0;font-size:100%;}#header .desktop_wrapper .mega-navbar ul.level1>li.has-children,#header .desktop_wrapper .mega-navbar ul.level1>li.has-children.selected{background-image:none;background-size:22px 14px;background-repeat:no-repeat;background-position-y:5px;background-position-x:0;}#header .desktop_wrapper .mega-navbar ul.level1>li.selected{background-color:transparent !important;font-weight:bold;}#header .desktop_wrapper .mega-navbar ul.level1>li.selected a{color:#ff304c;}#header .desktop_wrapper .mega-navbar ul.level1>li.selected>.level2 a{color:#0070ad;}#header .desktop_wrapper .mega-navbar ul.level1>li>span{padding-bottom:0;padding-right:0;}#header .desktop_wrapper .mega-navbar ul.level2{display:block;margin-left:0;}#header .desktop_wrapper .mega-navbar ul.level2>li{font-size:83%;line-height:20px;padding:3px 0 3px 0;margin-left:0;border:0;}#header .desktop_wrapper .mega-navbar ul.level2>li.selected{background-color:transparent;font-weight:normal;text-decoration:none;}#header .desktop_wrapper .mega-navbar ul.level2>li.selected>a{display:inline-block;border-bottom:2px solid #ff304c;text-decoration:none;}#header .desktop_wrapper .mega-navbar ul.level0>li.hover .mega-navbar,#header .desktop_wrapper .mega-navbar ul.level0>li.focus .mega-navbar{display:block !important;}#header .desktop_wrapper .mega-navbar ul.level1 .menu-block{display:block;background:none;line-height:normal;padding:0 !important;margin:0;width:100%;min-height:210px;}html[data-browser*="Firefox"] #header .desktop_wrapper .mega-navbar ul.level1 .menu-block{display:inline-block !important;}html[data-browser*="MSIE"] #header .desktop_wrapper .mega-navbar ul.level1 .menu-block{display:inline-block !important;}html[data-browser*="Edge"] #header .desktop_wrapper .mega-navbar ul.level1 .menu-block{display:inline-block !important;}#header .desktop_wrapper .mega-navbar li.current{background-color:transparent !important;text-decoration:none;}#header .desktop_wrapper .mega-navbar .EPiServerForms{margin-left:0;}#header .desktop_wrapper .levellogo{flex-grow:1;line-height:90px;height:90px;max-width:304px;display:inline-block;}#header .desktop_wrapper .levellogo>div{margin-left:60px;}#header .desktop_wrapper .levellogo a{display:inline-block;}#header .desktop_wrapper .levellogo .logo1-cap img{width:150px;height:100%;}#header .desktop_wrapper .main-menu{display:none;}#header .desktop_wrapper .main-menu.open{display:none;}#header .desktop_wrapper .main-menu-desktop{border:0;padding:0;max-height:50px;line-height:40px;display:block;width:100%;}#header .desktop_wrapper .main-menu-desktop ul.level0{margin:0 0 0 60px;line-height:40px;display:inline-block;padding:0;font-weight:600;}#header .desktop_wrapper .main-menu-desktop ul.level0>li{display:inline-block;font-size:100%;padding:0;border-top:0;height:50px;padding-left:19px;padding-right:19px;cursor:default;font-weight:600;}#header .desktop_wrapper .main-menu-desktop ul.level0>li.selected .wrapper>span{color:#ff304c;}#header .desktop_wrapper .main-menu-desktop ul.level0>li .wrapper>span{color:#0070ad;cursor:pointer;}#header .desktop_wrapper .main-menu-desktop ul.level0>li .wrapper>span:after{border-style:solid;border-width:.17em .17em 0 0;content:'';display:inline-block;height:.45em;left:.35em;position:relative;top:1.09em;transform:rotate(135deg);vertical-align:top;width:.45em;}#header .desktop_wrapper .main-menu-desktop ul.level0>li:last-child{padding-right:0;}#header .desktop_wrapper .main-menu-desktop ul.level0>li:first-child{padding-left:0;}#header .desktop_wrapper .main-menu-desktop ul.level0>li.expanded .mega-navbar{display:none;}#header .desktop_wrapper .main-menu-desktop ul.level0>li.selected{height:54px;}#header .desktop_wrapper .main-menu-desktop ul.level0>li.selected .wrapper{border-bottom:6px solid #ff304c;}#header .desktop_wrapper .main-menu-desktop ul.level0>li:hover .mega-navbar{display:block;}#header .desktop_wrapper .main-menu-desktop ul.level0>li .wrapper{line-height:46px;}#header .desktop_wrapper .main-menu-desktop ul.level1{-moz-column-count:4;-webkit-column-count:4;column-count:4;-moz-column-rule:1px solid #bbb;-webkit-column-rule:1px solid #bbb;column-rule:1px solid #bbb;-moz-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;padding-right:20px;margin-left:0;}#header .desktop_wrapper .main-menu-desktop ul.level1>li{background-image:none;background-size:22px 14px;background-repeat:no-repeat;background-position-y:5px;background-position-x:0;padding:0;margin:0 0 3px 0;line-height:28px;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;overflow:hidden;border-top:0;font-size:100%;}#header .desktop_wrapper .main-menu-desktop ul.level1>li.has-children,#header .desktop_wrapper .main-menu-desktop ul.level1>li.has-children.selected{background-image:none;background-size:22px 14px;background-repeat:no-repeat;background-position-y:5px;background-position-x:0;}#header .desktop_wrapper .main-menu-desktop ul.level1>li.selected{background-color:transparent !important;font-weight:bold;}#header .desktop_wrapper .main-menu-desktop ul.level1>li.selected>span>a{display:inline-block;border-bottom:2px solid #ff304c;}#header .desktop_wrapper .main-menu-desktop ul.level1>li>span{padding-bottom:0;padding-right:0;}#header .desktop_wrapper .main-menu-desktop ul.level2{display:block;margin-left:0;}#header .desktop_wrapper .main-menu-desktop ul.level2>li{font-size:83%;line-height:20px;padding:3px 0 3px 0;margin-left:0;border:0;}#header .desktop_wrapper .main-menu-desktop ul.level2>li.selected{background-color:transparent;font-weight:bold;text-decoration:none;}#header .desktop_wrapper .main-menu-desktop ul.level2>li.selected>a{display:inline-block;border-bottom:2px solid #ff304c;}#header .desktop_wrapper .main-menu-desktop ul.level0>li.hover .wrapper{border-bottom:6px solid #0070ad;}#header .desktop_wrapper .main-menu-desktop ul.level0>li:hover .wrapper,#header .desktop_wrapper .main-menu-desktop ul.level0>li.hover:focus .wrapper{border-bottom:6px solid #0070ad;}#header .desktop_wrapper .main-menu-desktop ul.level0>li:hover .mega-navbar,#header .desktop_wrapper .main-menu-desktop ul.level0>li.hover:focus .mega-navbar{display:block;}#header .desktop_wrapper .main-menu-desktop ul.level1 .menu-block{display:block;background:none;line-height:normal;padding:0 !important;margin:0;width:100%;min-height:210px;}html[data-browser*="Firefox"] #header .desktop_wrapper .main-menu-desktop ul.level1 .menu-block{display:inline-block !important;}html[data-browser*="MSIE"] #header .desktop_wrapper .main-menu-desktop ul.level1 .menu-block{display:inline-block !important;}html[data-browser*="Edge"] #header .desktop_wrapper .main-menu-desktop ul.level1 .menu-block{display:inline-block !important;}#header .desktop_wrapper .main-menu-desktop li.current{background-color:transparent !important;text-decoration:none;}}.page-list-menu-block{display:none;}.page-list-menu-block .case-box{margin-bottom:2px;font-size:88%;padding:2px 10px 2px 10px;background-color:#2b0a3d;}.page-list-menu-block ul li{font-size:100%;font-weight:500;padding:4px 4px 4px 20px;}.page-list-menu-block ul li a{text-transform:none;}@media only screen and (min-width:1024px){.page-list-menu-block{display:block;}.page-list-menu-block ul li{margin-top:10px;padding:0;}.page-list-menu-block ul li a{line-height:116%;}.page-list-menu-block ul li:first-child{margin-top:5px;padding-top:0;}}.preview .page-list-menu-block{display:block;}.contact-form-menu-block{background-color:#f3f3f3;text-transform:none;margin-left:10px;}.contact-form-menu-block .field-validation-error{color:#ef4527;font-size:80%;padding-left:5px;}.contact-form-menu-block #contact-form-menu-block-update{text-align:center;}.contact-form-menu-block .contact-form{position:relative;padding:10px 17px 10px 12px;}.contact-form-menu-block .contact-form span.title{text-transform:uppercase;line-height:20px;color:#333;font-size:98%;padding-top:5px;}.contact-form-menu-block .contact-form input,.contact-form-menu-block .contact-form textarea{width:calc(100% - 10px);border:1px solid #e6e5e0;margin-top:13px;padding:.2em;color:#686767;font-family:Avenir,Helvetica,Arial,sans-serif;padding-left:4px;font-weight:normal;}.contact-form-menu-block .contact-form input{height:32px;}.contact-form-menu-block .contact-form textarea{min-height:100px;padding-top:10px;padding-bottom:10px;}.contact-form-menu-block .contact-form button{border:0;background-color:#ef4527;text-transform:uppercase;color:#fff;padding:.6em 1em .6em 1em;font-size:75%;font-weight:bold;margin-top:10px;float:right;}.contact-form-menu-block .contact-form #contact-form-menu-block-loading{display:none;position:absolute;top:0;left:0;width:100%;background-color:rgba(255,255,255,.8);height:100%;text-align:center;line-height:330px;}.google-maps-menu-block{padding:10px;}.google-maps-menu-block iframe{border:0;width:100%;height:392px;}@media only screen and (min-width:1024px){.google-maps-menu-block{padding:0;}}.image-and-text-menu-block{cursor:pointer;width:100%;display:none;}.image-and-text-menu-block span{display:block;padding-bottom:8px;color:#2b0a3d;font-size:100%;line-height:normal;}.image-and-text-menu-block img{width:100%;}.image-and-text-menu-block .inner{position:relative;}.image-and-text-menu-block .inner .text-on-image{position:absolute;bottom:3px;left:0;padding-left:10px;color:#fff;font-size:148%;font-weight:bold;text-shadow:0 0 40px rgba(0,0,0,.85);max-width:100%;}.image-and-text-menu-block div.image{max-width:50%;float:left;}.image-and-text-menu-block div.image img{max-width:100%;}.image-and-text-menu-block div.text{max-width:50%;float:left;padding-top:0;line-height:20px;}.image-and-text-menu-block div.text div{padding:0 0 0 18px;}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.text-on-image{font-size:100% !important;}}@media only screen and (min-width:1024px){.image-and-text-menu-block{display:block;}.image-and-text-menu-block .inner .text-on-image{font-size:148%;}}.logos-menu-block{display:none;}.logos-menu-block span{color:#2b0a3d;}.logos-menu-block .imagelinkmenublock{margin-top:15px;}.logos-menu-block .imagelinkmenublock img{max-width:100%;}@media only screen and (min-width:320px){.logos-menu-block{overflow:hidden;margin-top:0;}.logos-menu-block .imagelinkmenublock{float:left;width:46%;padding:0 4% 0 0;line-height:61px;}.logos-menu-block .imagelinkmenublock a{display:block;}}@media only screen and (min-width:1024px){.logos-menu-block{display:block;margin-top:0;}.logos-menu-block .imagelinkmenublock{height:61px;text-align:center;margin:0 0 15px 0;}.logos-menu-block .imagelinkmenublock:first-child{padding-top:0;}}.quotation-menu-block{display:none;}.quotation-menu-block span.quote{font-size:124%;line-height:136%;color:#2b0a3d;text-transform:none;font-weight:normal;font-style:italic;display:block;}.quotation-menu-block span.quote a{color:#ee4427 !important;}.quotation-menu-block span.author-and-title{font-size:85%;color:#222;font-weight:normal;text-align:right;text-transform:none;display:block;padding-top:5px;}@media only screen and (min-width:1024px){.quotation-menu-block{display:block;min-height:210px;padding-top:20px;}}.video-menu-block{display:none;}.video-menu-block span{color:#2b0a3d;margin-bottom:8px;display:block;}.video-menu-block .embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}.video-menu-block .embed-container iframe,.video-menu-block .embed-container object,.video-menu-block .embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}@media only screen and (min-width:1024px){.video-menu-block{display:block;}}.code-menu-block span{color:#ee4427;}.EPiServerForms{max-width:737px;}.half .EPiServerForms,.EPiServerForms.wrapform{max-width:100%;}@media only screen and (min-width:768px){.half .EPiServerForms section.Form__Element,.EPiServerForms.wrapform section.Form__Element{margin:0 0 1rem 0;display:flex;width:100%;flex-wrap:wrap;position:relative;justify-content:space-between;}.half .EPiServerForms section.Form__Element .row,.EPiServerForms.wrapform section.Form__Element .row{width:calc(50% - 20px);}.half .EPiServerForms section.Form__Element .row.textareaelementblock,.half .EPiServerForms section.Form__Element .row.paragraphtextelementblock,.half .EPiServerForms section.Form__Element .row.recaptchaelementblock,.half .EPiServerForms section.Form__Element .row.styledsubmitbuttonelementblock,.half .EPiServerForms section.Form__Element .row.submitbuttonelementblock,.half .EPiServerForms section.Form__Element .row.choiceelementblock,.EPiServerForms.wrapform section.Form__Element .row.textareaelementblock,.EPiServerForms.wrapform section.Form__Element .row.paragraphtextelementblock,.EPiServerForms.wrapform section.Form__Element .row.recaptchaelementblock,.EPiServerForms.wrapform section.Form__Element .row.styledsubmitbuttonelementblock,.EPiServerForms.wrapform section.Form__Element .row.submitbuttonelementblock,.EPiServerForms.wrapform section.Form__Element .row.choiceelementblock{width:100%;}}.EPiServerForms .Form__MainBody{font-size:.7rem;}.EPiServerForms .Form__MainBody p{font-size:.7rem;}.EPiServerForms .Form__MainBody a,.EPiServerForms .Form__MainBody a:active,.EPiServerForms .Form__MainBody a:visited{text-decoration:underline;}.EPiServerForms .Form__MainBody .block{width:100%;}.EPiServerForms .Form__MainBody .Form__Element{margin:0 0 1rem 0;}.EPiServerForms .Form__MainBody .Form__Element label span{padding-left:2px;color:#c72781;}.EPiServerForms .Form__MainBody .Form__Element.FormSelection .selectwrapper{position:relative;}.EPiServerForms .Form__MainBody .Form__Element.FormSelection .selectwrapper:after{font-family:FontAwesome;content:'';font-size:28px;position:absolute;top:0;right:20px;color:#434b67;pointer-events:none;}.EPiServerForms .Form__MainBody .Form__Element.FormSelection select{font-family:Avenir,Helvetica,Arial,sans-serif;padding:0 50px 0 5px;border:1px solid #f2f2f2;border-top:1px solid #ececec;border-left:1px solid #ececec;background:#f2f2f2;margin-bottom:19px;font-weight:normal;font-size:13px;width:100%;color:#333;height:38px;box-shadow:10px 10px 0 0 #ececec;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}.EPiServerForms .Form__MainBody .Form__Element.FormSelection select::-ms-expand{display:none;}.EPiServerForms .Form__MainBody .Form__Element textarea{height:150px;padding:5px;}.EPiServerForms .Form__MainBody .Form__Element.FormChoice{margin:0 0 2rem 0;position:relative;}.EPiServerForms .Form__MainBody .Form__Element.FormChoice span{position:relative;}.EPiServerForms .Form__MainBody .Form__Element.FormChoice label{display:block;position:relative;padding-top:5px;margin-top:5px;}.EPiServerForms .Form__MainBody .Form__Element input[type=checkbox],.EPiServerForms .Form__MainBody .Form__Element input[type=radio]{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.EPiServerForms .Form__MainBody .Form__Element input[type=checkbox]:checked+label:before,.EPiServerForms .Form__MainBody .Form__Element input[type=radio]:checked+label:before{content:"";display:inline-block;position:relative;width:25px;height:25px;border:2px solid #2b0a3d;border-radius:20px;background-color:#fff;transition:all .2s linear;}.EPiServerForms .Form__MainBody .Form__Element input[type=checkbox]+label:before,.EPiServerForms .Form__MainBody .Form__Element input[type=radio]+label:before{content:"";width:25px;height:25px;border:1px solid #2b0a3d;border-radius:3px;background-color:#fff;display:inline-block;vertical-align:middle;position:relative;top:-2px;margin-right:15px;margin-bottom:5px;box-sizing:border-box;}.EPiServerForms .Form__MainBody .Form__Element input[type=radio]+label:before{border-radius:20px;}.EPiServerForms .Form__MainBody .Form__Element input[type=checkbox]+label:after,.EPiServerForms .Form__MainBody .Form__Element input[type=radio]+label:after{content:"";display:block;width:0;height:0;border:solid #2b0a3d;border-width:0 0 0 0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);position:absolute;top:0;left:50px;transition:all .2s linear;}.EPiServerForms .Form__MainBody .Form__Element input[type=checkbox]:checked+label:after,.EPiServerForms .Form__MainBody .Form__Element input[type=radio]:checked+label:after{content:"";display:block;width:7px;height:16px;border:solid #2b0a3d;border-width:0 5px 5px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:2px;left:10px;}.EPiServerForms .Form__MainBody .Form__Element input[type=radio]:checked+label:after{width:15px;height:15px;background:#2b0a3d;border-radius:20px;border:0;left:5px;top:8px;}.EPiServerForms .Form__MainBody .FormTextbox__Input{font-family:Avenir,Helvetica,Arial,sans-serif;padding:0 5px 0 5px;border:1px solid #f2f2f2;border-top:1px solid #ececec;border-left:1px solid #ececec;background:#f2f2f2;margin-bottom:19px;font-weight:normal;font-size:13px;width:100%;box-sizing:border-box;color:#333;height:38px;box-shadow:10px 10px 0 0 #ececec;}.EPiServerForms .Form__MainBody .Form__Element__Caption{background-image:none;padding-left:0;margin-left:0;display:inline !important;font-weight:normal;text-align:left;font-family:Avenir,Helvetica,Arial,sans-serif;font-size:14px;width:100%;margin-bottom:2px;}.EPiServerForms .Form__MainBody .FormSubmitButton{max-width:100%;border:none;background-color:#2b0a3d;color:#fff;text-align:center;text-decoration:none;font-size:120%;vertical-align:middle;font-family:Arial,sans-serif;padding:14px 34px 14px 34px;font-weight:600;letter-spacing:.5px;}.EPiServerForms .Form__MainBody .FormSubmitButton.rounded{border-radius:2rem !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-purple{color:#2b0a3d;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-purple.border{border:1px solid #2b0a3d !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-red{color:#ff304c;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-red.border{border:1px solid #ff304c !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-white{color:#fff;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-white.border{border:1px solid #fff !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-blue{color:#0070ad;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-blue.border{border:1px solid #0070ad !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-vibrantblue{color:#12abdb;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-vibrantblue.border{border:1px solid #12abdb !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-lightgrey{color:#ececec;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-lightgrey.border{border:1px solid #ececec !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-darkgrey{color:#636363;}.EPiServerForms .Form__MainBody .FormSubmitButton.text-darkgrey.border{border:1px solid #636363 !important;}.EPiServerForms .Form__MainBody .FormSubmitButton.bg-text-purple{background:#2b0a3d;}.EPiServerForms .Form__MainBody .FormSubmitButton.bg-text-red{background:#ff304c;}.EPiServerForms .Form__MainBody .FormSubmitButton.bg-text-white{background:#fff;}.EPiServerForms .Form__MainBody .FormSubmitButton.bg-text-blue{background:#0070ad;}.EPiServerForms .Form__MainBody .FormSubmitButton.bg-text-vibrantblue{background:#12abdb;}.EPiServerForms .Form__MainBody .FormSubmitButton.bg-text-lightgrey{background:#ececec;}.EPiServerForms .Form__MainBody .FormSubmitButton.bg-text-darkgrey{background:#636363;}.EPiServerForms .Form__MainBody .FormSubmitButton:hover{cursor:pointer;}.EPiServerForms .Form__MainBody .Form__Element .Form__Element__ValidationError{color:#f00;display:block;word-wrap:break-word;padding:4px 30px;color:#e10404;display:inline-block;word-wrap:break-word;background-color:#fff3f5;margin-top:-10px;margin-bottom:5px;font-size:13px;}.EPiServerForms .Form__Status .Form__Success__Message,.EPiServerForms .Form__Status .Form__Success__Message>p{font-size:2rem;line-height:2rem;margin-bottom:0;text-align:center;font-weight:normal;}div.btnWrapper.ctaleft{text-align:left;}div.btnWrapper.ctacenter{text-align:center;}div.btnWrapper.ctaright{text-align:right;}div.btnWrapper a{line-height:1.5;font-weight:normal;font-size:1.125rem;padding:2px 50px;text-transform:none;margin:1rem 0 .5rem .5rem;position:relative;display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;line-height:1.5;border-radius:.25rem;transition:all .5s;font:1.5rem/1 ubuntu-md,Verdana,Arial,sans-serif;line-height:48px;}div.btnWrapper.SizeM a{font:2.5rem/1 ubuntu-md,Verdana,Arial,sans-serif;padding:4px 70px;}div.btnWrapper.SizeL a{font:3rem/1 ubuntu-md,Verdana,Arial,sans-serif;padding:6px 90px;}div.btnWrapper a:hover{text-decoration:none;}div.btnWrapper.mailtoLinkCTA a:before{font-family:FontAwesome;font-style:normal;font-weight:normal;content:"";margin-right:5px;}div.btnWrapper.roundedCTA a{border-radius:2rem !important;}div.btnWrapper.borderCTA a{border:2px solid !important;}div.btnWrapper.bg-purple a{background-color:#2b0a3d !important;}div.btnWrapper.bg-purple a:hover{background-color:#fff !important;}div.btnWrapper.bg-red a{background-color:#ff304c !important;}div.btnWrapper.bg-red a:hover{background-color:#d9384e !important;}div.btnWrapper.bg-white a{background-color:#fff !important;}div.btnWrapper.bg-white a:hover{background-color:#efefef !important;}div.btnWrapper.bg-blue a{background-color:#0070ad !important;}div.btnWrapper.bg-blue a:hover{background-color:#0e608c !important;}div.btnWrapper.bg-vibrantblue a{background-color:#12b3db !important;}div.btnWrapper.bg-vibrantblue a:hover{background-color:#239cc2 !important;}div.btnWrapper.bg-lightgrey a{background-color:#ececec !important;}div.btnWrapper.bg-lightgrey a:hover{background-color:#c3c3c3 !important;}div.btnWrapper.bg-darkgrey a{background-color:#636363 !important;}div.btnWrapper.bg-darkgrey a:hover{background-color:#c3c3c3 !important;}div.btnWrapper.text-purple a{border-color:#2b0a3d !important;color:#2b0a3d !important;}div.btnWrapper.text-red a{border-color:#ff304c !important;color:#ff304c !important;}div.btnWrapper.text-white a{border-color:#fff !important;color:#fff !important;}div.btnWrapper.text-blue a{border-color:#0070ad !important;color:#0070ad !important;}div.btnWrapper.text-vibrantblue a{border-color:#12abdb !important;color:#12abdb !important;}div.btnWrapper.text-lightgrey a{border-color:#ececec !important;color:#ececec !important;}div.btnWrapper.text-darkgrey a{background-color:#636363 !important;color:#636363 !important;}.FAQBlock{background:#fff;}.FAQBlock .faqheading{padding:50px 0 15px 0;font-size:200%;}.FAQBlock .desc{display:block;font-size:160%;line-height:136%;padding-bottom:10px;}.FAQBlock .accordion_wrapper{border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px;}.FAQBlock .accordion_child{-moz-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s;-webkit-transition:height .5s;transition:height .5s;height:0;overflow:hidden;background:rgba(255,255,255,.97);margin-left:45px;}.FAQBlock .acc{background:none;color:#565656;cursor:pointer;padding:13px 13px 13px 70px;width:100%;text-align:left;font-size:1.7rem;border:none;outline:none;transition:.4s;font-family:Montserrat-Semibold,Arial,Helvetica,sans-serif;line-height:1;position:relative;border-bottom:0;display:flex;align-items:center;}.FAQBlock .acc:before{content:'';font-family:FontAwesome;position:absolute;left:0;font-weight:100;font-size:1rem;color:#797979;border-color:#797979;border:1px solid;border-radius:50%;width:15px;height:15px;padding:15px 15px;display:flex;justify-content:center;}.FAQBlock .acc:focus-visible{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.FAQBlock div.acc.open:before{content:'';}.FAQBlock .accordionContentWrapper{padding:0 54px 20px 30px;}div>.faqblock~.faqblock .FAQBlock .accordion_wrapper{border-top:0;}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:pointer;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;}.slick-track:before,.slick-track:after{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{float:left;height:100%;min-height:1px;display:none;}[dir="rtl"] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}.slick-loading .slick-list{background:#fff url("/Static/css/slick/ajax-loader.gif") center center no-repeat;}@font-face{font-family:"slick";src:url("/Static/css/slick/fonts/slick.eot?");src:url("/Static/css/slick/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/Static/css/slick/fonts/slick.woff") format("woff"),url("/Static/css/slick/fonts/slick.ttf") format("truetype"),url("/Static/css/slick/fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal;}.slick-prev,.slick-next{position:absolute;z-index:97;display:block;height:50px;width:50px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:none;}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;}.slick-prev{background:url(/Static/img/microsite/previous.png) no-repeat;left:-25px;}.slick-next{background:url(/Static/img/microsite/next.png) no-repeat;right:-25px;}.slick-dotted.slick-slider{margin-bottom:30px;}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer;}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer;}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:.75;}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{color:#000;opacity:.75;}.slick-sr-only{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;}.slick-autoplay-toggle-button{position:absolute;left:5px;bottom:-32px;z-index:10;opacity:.75;background:none;border:0;cursor:pointer;color:#fff;}.slick-autoplay-toggle-button:hover,.slick-autoplay-toggle-button:focus{opacity:1;}.slick-autoplay-toggle-button:focus{color:#ffa500;}.slick-autoplay-toggle-button .slick-pause-icon:before{content:"⏸";width:20px;height:20px;font-family:"slick";font-size:18px;font-weight:normal;line-height:20px;text-align:center;}.slick-autoplay-toggle-button .slick-play-icon:before{content:"▶";width:20px;height:20px;font-family:"slick";font-size:18px;font-weight:normal;line-height:20px;text-align:center;}.block-slider#heroSlider.slick-dotted,.logoblock-slider#heroSlider.slick-dotted{padding-bottom:24px;}.block-slider.slick-slider,.logoblock-slider.slick-slider{margin:0 -20px;margin-bottom:30px;}.block-slider.slick-slider.slick-dotted,.logoblock-slider.slick-slider.slick-dotted{padding-bottom:32px;}.block-slider.slick-slider.oneslide,.logoblock-slider.slick-slider.oneslide{margin-left:0;margin-right:0;}.block-slider.slick-slider.oneslide .slick-slide,.logoblock-slider.slick-slider.oneslide .slick-slide{margin:0;}.block-slider.slick-slider.oneslide .pageimageblock .startpage-smallblock .pageImage,.logoblock-slider.slick-slider.oneslide .pageimageblock .startpage-smallblock .pageImage{display:none;}.block-slider.slick-slider.oneslide .slick-dots,.logoblock-slider.slick-slider.oneslide .slick-dots{width:100%;left:0;}.block-slider.slick-slider.oneslide .slick-autoplay-toggle-button,.logoblock-slider.slick-slider.oneslide .slick-autoplay-toggle-button{left:0;}.block-slider.slick-slider.oneslide .slick-prev,.logoblock-slider.slick-slider.oneslide .slick-prev{left:-35px;}.block-slider.slick-slider.oneslide .slick-next,.logoblock-slider.slick-slider.oneslide .slick-next{right:-35px;}.block-slider.slick-slider.oneslide.block-slider-startpage,.logoblock-slider.slick-slider.oneslide.block-slider-startpage{background:#d9e7ec;margin-bottom:0;}@media(min-width:480px){.block-slider.slick-slider.oneslide.block-slider-startpage,.logoblock-slider.slick-slider.oneslide.block-slider-startpage{background:transparent;}}.block-slider.slick-slider.oneslide.block-slider-startpage .pufftextWrapper,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftextWrapper{max-width:1300px;margin:0 auto;width:95%;position:relative;min-height:1px;}.block-slider.slick-slider.oneslide.block-slider-startpage .slick-prev,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .slick-prev{left:0;}.block-slider.slick-slider.oneslide.block-slider-startpage .slick-next,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .slick-next{right:0;}.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2{font-size:2.95vw;padding:20px 40px;background-color:transparent;top:100%;margin:0;width:calc(100% - 40px);position:relative;}@media(min-width:480px){.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2{top:calc(48% - 152px);bottom:40px;width:80%;position:absolute;}}@media(min-width:768px){.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2{top:calc(48% - 200px);}}@media(min-width:1024px){.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2{top:calc(48% - 346px);width:60%;}}.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2.right-align,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2.right-align{left:0;}@media(min-width:480px){.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2.right-align,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2.right-align{left:50%;}}.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .tx,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .tx{color:#2b0a3d;background-color:transparent;box-shadow:none;}@media(min-width:480px){.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .tx,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .tx{background-color:#fff;box-shadow:-20px 0 0 white;}}.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .case-box-wrapper,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .case-box-wrapper{display:none;}@media(min-width:480px){.block-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .case-box-wrapper,.logoblock-slider.slick-slider.oneslide.block-slider-startpage .pufftext-small2 .case-box-wrapper{display:block;}}.block-slider.slick-slider .slick-track,.logoblock-slider.slick-slider .slick-track{display:flex !important;}.block-slider.slick-slider .slick-slide,.logoblock-slider.slick-slider .slick-slide{margin:0 20px;height:inherit !important;display:flex;}.block-slider.slick-slider .slick-slide>div,.logoblock-slider.slick-slider .slick-slide>div{width:100%;}.block-slider.slick-slider .pageimageblock,.logoblock-slider.slick-slider .pageimageblock{min-width:0;}.block-slider.slick-slider .pageimageblock .startpage-smallblock,.logoblock-slider.slick-slider .pageimageblock .startpage-smallblock{min-height:256px;min-width:0;}.block-slider.slick-slider .pageimageblock,.block-slider.slick-slider .smallcolorblock,.block-slider.slick-slider .imagevideoblock,.logoblock-slider.slick-slider .pageimageblock,.logoblock-slider.slick-slider .smallcolorblock,.logoblock-slider.slick-slider .imagevideoblock{margin:0;height:100%;}.block-slider.slick-slider .smallcolorblock,.logoblock-slider.slick-slider .smallcolorblock{min-width:0;}.block-slider.slick-slider .smallcolorblock .startpage-smallblock,.logoblock-slider.slick-slider .smallcolorblock .startpage-smallblock{min-width:0;}.block-slider.slick-slider .startpageblock-wrapper .content.mobile,.logoblock-slider.slick-slider .startpageblock-wrapper .content.mobile{height:100%;}.block-slider.slick-slider .startpageblock-wrapper,.block-slider.slick-slider .pageimageblock .startpage-smallblock,.block-slider.slick-slider .smallcolorblock .startpage-smallblock,.logoblock-slider.slick-slider .startpageblock-wrapper,.logoblock-slider.slick-slider .pageimageblock .startpage-smallblock,.logoblock-slider.slick-slider .smallcolorblock .startpage-smallblock{margin-bottom:0;border-bottom:5px solid #d9e7ec;height:100%;}.block-slider.slick-slider .slick-autoplay-toggle-button,.logoblock-slider.slick-slider .slick-autoplay-toggle-button{bottom:5px;left:20px;}.block-slider.slick-slider .slick-dots,.logoblock-slider.slick-slider .slick-dots{bottom:0;background:#d9e7ec;padding-bottom:5px;width:calc(100% - 40px);left:20px;}.block-slider.slick-slider .slick-prev,.logoblock-slider.slick-slider .slick-prev{left:-15px;}.block-slider.slick-slider .slick-next,.logoblock-slider.slick-slider .slick-next{right:-5px;}.block-slider.slick-slider .slick-autoplay-toggle-button .slick-pause-icon:before,.logoblock-slider.slick-slider .slick-autoplay-toggle-button .slick-pause-icon:before{content:'';font-family:Fontawesome;color:#555;}.block-slider.slick-slider .slick-autoplay-toggle-button .slick-play-icon:before,.logoblock-slider.slick-slider .slick-autoplay-toggle-button .slick-play-icon:before{content:'';font-family:Fontawesome;color:#555;}.block-slider .LogoItem img,.logoblock-slider .LogoItem img{width:100%;}.logo-slider-box-content .slider-header{color:#2b0a3d;font-size:1.5em;margin:0;display:block;font-size:1.5em;font-weight:bold;margin-bottom:10px;}.logo-slider-box-content .slider-header.hasBg{padding:10px;}.logo-slider-box-content .logoblock-slider{margin-bottom:20px;}.logo-slider-box-content .logoblock-slider.slick-slider{margin:0 -10px;margin-bottom:20px;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-slide{margin:0 10px;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-prev,.logo-slider-box-content .logoblock-slider.slick-slider .slick-next{top:50%;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-prev{left:-20px;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-next{right:-20px;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-dots{width:calc(100% - 20px);left:10px;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-autoplay-toggle-button.noautomob{display:none;}@media only screen and (min-width:480px){.logo-slider-box-content .logoblock-slider.slick-slider .slick-autoplay-toggle-button.noautomob{display:block;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-autoplay-toggle-button.noautotab{display:none;}}@media only screen and (min-width:768px){.logo-slider-box-content .logoblock-slider.slick-slider .slick-autoplay-toggle-button.noautomob{display:block;}.logo-slider-box-content .logoblock-slider.slick-slider .slick-autoplay-toggle-button.noauto{display:none;}}.logo-slider-box-content .logoblock-slider.slick-slider a:hover{text-decoration:underline;}.logo-slider-box-content .text-red{color:#ff304c;}.logo-slider-box-content .text-white{color:#fff;}.logo-slider-box-content .text-purple{color:#2b0a3d;}.logo-slider-box-content .text-blue{color:#0070ad;}.logo-slider-box-content .text-vibrantblue{color:#12abdb;}.logo-slider-box-content .text-lightgrey{color:#ececec;}.logo-slider-box-content .text-darkgrey{color:#636363;}.logo-slider-box-content .bg-text-red{background-color:#ff304c;}.logo-slider-box-content .bg-text-white{background-color:#fff;}.logo-slider-box-content .bg-text-purple{background-color:#2b0a3d;}.logo-slider-box-content .bg-text-blue{background-color:#0070ad;}.logo-slider-box-content .bg-text-vibrantblue{background-color:#12abdb;}.logo-slider-box-content .bg-text-lightgrey{background-color:#ececec;}.logo-slider-box-content .bg-text-darkgrey{background-color:#636363;}.right-column-inner .logo-slider-box-content{margin-right:0;}@media only screen and (min-width:901px){.right-column-inner .logo-slider-box-content{margin-right:30px;}}@media only screen and (min-width:1024px){.right-column-inner .logo-slider-box-content{margin-right:0;}}.right-column-inner .logo-slider-box-content .slider-header{background-color:#000;color:#fff;font-weight:bold;padding:10px;font-size:16px;text-transform:uppercase;margin-bottom:0;}.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider{margin:0;margin-bottom:20px;}.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider .slick-slide{margin:0;}.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider .slick-prev,.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider .slick-next{top:50%;}.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider .slick-prev{left:-30px;}.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider .slick-next{right:-30px;}.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider .slick-dots{width:100%;left:0;}.right-column-inner .logo-slider-box-content .logoblock-slider.slick-slider .slick-autoplay-toggle-button{left:0;}.right-column-inner .logo-slider-box-content .related-text{padding-right:20px;padding-left:20px;}@media only screen and (min-width:520px){.block-slider.slick-slider .startpageblock{height:100%;}.block-slider.slick-slider .startpageblock-wrapper .fancybox{height:100%;}}
/**
 *   Office Contact Block
 */

.block.officecontactblock h2 {
    font-size: 160%;
}
.block.officecontactblock .row {
    padding: 0;

}
    .block.officecontactblock .row .one-third,
    .block.officecontactblock .row .two-third {
        position: relative;
    }

/* Desktop
-------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
    .block.officecontactblock .row .one-third,
    .block.officecontactblock .row .two-third {
        float: left;
    }
    .block.officecontactblock .row .one-third {
        width: 33.33333333%;
    }
    .block.officecontactblock .row .two-third {
        width: 66.66666667%;
    }
}
@charset "UTF-8";
/* CSS Document */
@media print {

   body {
      color: #000;
      background: #fff;
	  font-size:14px;
   }
   a::after{
   	display: none;
   }
	.top-navbar {
		display:none;
	}
	
    iframe {
        display:none;
    }

	footer, .footer-wrapper{	
		display:none;
	}
	ul#epi-quickNavigator{
		display: none;
	}
	#hero-header {
		display:block;
		margin-top:0;
	}
	.single-hero>img{
		display:none;
	}
	.page-heading-wrapper {
		position: static;
		margin-left:50px;
		height:auto;
	}
	.page-heading {
		position: static;
	}
	
	.page-heading h1 {
		padding-right: 10px;
		color: #000;
		opacity: 1;
		display: block;
		line-height: 120%;
		font-weight: bold;
		text-transform: uppercase;
		padding-top: 3px;
		font-size: 26px;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
		margin-top:30px;
	}
	.primary-inner {
		margin-top: 0px;
	}
	.content-intro {
		font-size: 18px;
		line-height: 136%;
	}
	#right-column, .right-column{
		width:30%;
	}
	#left-column,.left-column{
		width:70%;
	}
    #right-columnspecial {
        float: left;
        width: 30%;
        margin-top: 13px;
    }

	.left-column-inner{
		margin: 0 0 0 10px;
	}

    .right-column-inner .relatedcontentblock, .right-column-inner .googlemapblock,
    .right-column-inner .linkitemblock, .right-column-inner .eventlistblock,  .right-column-inner .linklistblock,
    .right-column-inner .clickableimageblock, .right-column-inner .twitterinstablock     {
        display:none;
    }
       #index-right-column .relatedcontentblock, #index-right-column .googlemapblock,
    #index-right-column .linkitemblock, #index-right-column .eventlistblock,  #index-right-column .linklistblock,
    #index-right-column .clickableimageblock, #index-right-column .twitterinstablock     {
        display:none;
    }
    #index-right-column
	.page-heading-wrapper, .primary-case{
		margin-left:10px;
	}
	.share-alternatives {
		display: none;
	}
	.case-box {
		background-color: transparent;
		color: #000;
		width: auto;
		display: inline;
		font-weight: bold;
		padding: 0px;
	}
	.primary-case>div:first-child {
		margin-top: 0px;
	}
	.case-box-wrapper {
		font-size: 14px;
		line-height: normal;
		display:inline;
	}
	.case-item-box {
		display: inline;
		background-color: transparent;
		color: #000;
		width: auto;
		font-weight: bold;
		padding: 0px;
		margin-bottom: 4%;
	}
	.breadcrumbs-wrapper {
		display:none;
	}

    .bread-text{
        padding-left:0;
        padding-right: 20px;
    }

	@page {
      margin: 1cm 1cm 1cm 1cm;
   }
   .primary-case{
	   margin-top:1cm;
	}
	.case-box:after{
		content:":";
	}
	.logo3 {
		position: static;
		top: 100px;
		width: 3cm;
		margin-right: 30px;
		float:right;
	}
	.puff-interactions {
		display:none;
	}
	#CookieConsent {
		display: none;
	}

    .leftBlockWrapper, .rightBlockWrapper {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    r-tabs-state-default{
        display:none

    }
    r-tabs-state-active{
        display:block
    }
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
button,.focus-style,iframe{border:1px solid transparent;outline:0;}.tab input:focus,.tab textarea:focus,.tab select:focus,.tab a:focus,.tab button:focus,.tab .focus-style:focus,.tab iframe:focus{outline:0;border-color:#000 !important;box-shadow:0 0 0 .2rem #2b0a3d !important;background-color:#0070ad !important;color:#fff !important;}.tab input:focus span,.tab textarea:focus span,.tab select:focus span,.tab a:focus span,.tab button:focus span,.tab .focus-style:focus span,.tab iframe:focus span{color:#fff !important;}.tab input:focus+label,.tab textarea:focus+label,.tab select:focus+label,.tab a:focus+label,.tab button:focus+label,.tab .focus-style:focus+label,.tab iframe:focus+label{outline:0;border-color:#000 !important;box-shadow:0 0 0 .2rem #2b0a3d !important;background-color:#0070ad !important;color:#fff !important;}.innercontainer .tab input:focus,.innercontainer .tab textarea:focus,.innercontainer .tab select:focus,.innercontainer .tab a:focus,.innercontainer .tab button:focus,.innercontainer .tab .focus-style:focus,.innercontainer .tab iframe:focus{border-color:#000 !important;box-shadow:0 0 0 .2rem #2b0a3d !important;background-color:#0070ad !important;color:#fff !important;}.tab input:focus.navbar-brand,.tab textarea:focus.navbar-brand,.tab select:focus.navbar-brand,.tab a:focus.navbar-brand,.tab button:focus.navbar-brand,.tab .focus-style:focus.navbar-brand,.tab iframe:focus.navbar-brand{background-color:transparent !important;}.tab input.focus,.tab textarea.focus,.tab select.focus,.tab a.focus,.tab button.focus,.tab .focus-style.focus,.tab iframe.focus{outline:0;border-color:#000 !important;box-shadow:0 0 0 .2rem #2b0a3d !important;background-color:#0070ad !important;color:#fff !important;}.tab .logo1 a:focus{background-color:#fff !important;}.tab a:focus{display:block !important;}.tab .index-list a:focus div{color:#fff !important;}.tab .hero-box a:focus{box-shadow:none !important;}.tab .hero-box a:focus span{background-color:#0070ad !important;border:1px solid #000 !important;box-shadow:0 0 0 .2rem #2b0a3d !important;}.tab ul.resultList li a:focus h3,.tab ul.resultList li a:focus .hitRow p{color:#fff !important;}.tab .discoverimglink:focus{background-color:#fff !important;}.tab .navbar-right .navbar-global:focus .sprite-header,.tab .navbar-right .navbar-search:focus .sprite-header{background:url("/Static/img/sprite-header-icons-white.png") no-repeat;background-size:16px;}.tab .navbar-right .navbar-global:focus .sprite-globe,.tab .navbar-right .navbar-search:focus .sprite-globe{background-position:0 -31px;}.tab .navbar-right .navbar-global:focus .sprite-global-arrowdown,.tab .navbar-right .navbar-search:focus .sprite-global-arrowdown{background-position:0 4px;}.tab .navbar-right .navbar-global:focus .sprite-search-icon,.tab .navbar-right .navbar-search:focus .sprite-search-icon{background-position:0 -15px;}.tab button:focus #nav-icon-bar span,.tab button:focus #nav-icon-onpage span{background:#fff;}
.table-wrapper{overflow-x:auto;}caption{text-align:left;padding:5px 0;margin-bottom:5px;caption-side:top;}.stacktable{width:100%;}.st-head-row{padding-top:1em;}.st-head-row.st-head-row-main{font-size:1.5em;padding-top:0;}.st-key{width:49%;padding-right:1%;}.st-val{width:49%;padding-left:1%;}.stacktable.large-only{display:table;}.stacktable.small-only{display:none;}@media(max-width:800px){.stacktable.large-only{display:none;}.stacktable.small-only{display:table;}}
